@genesislcap/foundation-ui 14.199.0 → 14.199.2-alpha-6f7195d.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.
- package/dist/custom-elements.json +1538 -1538
- package/package.json +16 -16
|
@@ -893,6 +893,188 @@
|
|
|
893
893
|
}
|
|
894
894
|
]
|
|
895
895
|
},
|
|
896
|
+
{
|
|
897
|
+
"kind": "javascript-module",
|
|
898
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
899
|
+
"declarations": [
|
|
900
|
+
{
|
|
901
|
+
"kind": "function",
|
|
902
|
+
"name": "foundationAccordionStyles",
|
|
903
|
+
"return": {
|
|
904
|
+
"type": {
|
|
905
|
+
"text": "ElementStyles"
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
"parameters": [
|
|
909
|
+
{
|
|
910
|
+
"name": "context",
|
|
911
|
+
"type": {
|
|
912
|
+
"text": "ElementDefinitionContext"
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"name": "definition",
|
|
917
|
+
"type": {
|
|
918
|
+
"text": "FoundationElementDefinition"
|
|
919
|
+
}
|
|
920
|
+
}
|
|
921
|
+
]
|
|
922
|
+
}
|
|
923
|
+
],
|
|
924
|
+
"exports": [
|
|
925
|
+
{
|
|
926
|
+
"kind": "js",
|
|
927
|
+
"name": "foundationAccordionStyles",
|
|
928
|
+
"declaration": {
|
|
929
|
+
"name": "foundationAccordionStyles",
|
|
930
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
]
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"kind": "javascript-module",
|
|
937
|
+
"path": "src/accordion/accordion.template.ts",
|
|
938
|
+
"declarations": [
|
|
939
|
+
{
|
|
940
|
+
"kind": "function",
|
|
941
|
+
"name": "foundationAccordionTemplate",
|
|
942
|
+
"return": {
|
|
943
|
+
"type": {
|
|
944
|
+
"text": "ViewTemplate<Accordion>"
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
"parameters": [
|
|
948
|
+
{
|
|
949
|
+
"name": "context",
|
|
950
|
+
"type": {
|
|
951
|
+
"text": "ElementDefinitionContext"
|
|
952
|
+
}
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"name": "definition",
|
|
956
|
+
"type": {
|
|
957
|
+
"text": "FoundationElementDefinition"
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
]
|
|
961
|
+
}
|
|
962
|
+
],
|
|
963
|
+
"exports": [
|
|
964
|
+
{
|
|
965
|
+
"kind": "js",
|
|
966
|
+
"name": "foundationAccordionTemplate",
|
|
967
|
+
"declaration": {
|
|
968
|
+
"name": "foundationAccordionTemplate",
|
|
969
|
+
"module": "src/accordion/accordion.template.ts"
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
]
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"kind": "javascript-module",
|
|
976
|
+
"path": "src/accordion/accordion.ts",
|
|
977
|
+
"declarations": [
|
|
978
|
+
{
|
|
979
|
+
"kind": "class",
|
|
980
|
+
"description": "",
|
|
981
|
+
"name": "Accordion",
|
|
982
|
+
"superclass": {
|
|
983
|
+
"name": "FASTAccordion",
|
|
984
|
+
"package": "@microsoft/fast-foundation"
|
|
985
|
+
},
|
|
986
|
+
"tagName": "%%prefix%%-accordion",
|
|
987
|
+
"customElement": true
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"kind": "variable",
|
|
991
|
+
"name": "foundationAccordionShadowOptions",
|
|
992
|
+
"type": {
|
|
993
|
+
"text": "ShadowRootInit"
|
|
994
|
+
},
|
|
995
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
"kind": "variable",
|
|
999
|
+
"name": "defaultAccordionConfig",
|
|
1000
|
+
"type": {
|
|
1001
|
+
"text": "object"
|
|
1002
|
+
},
|
|
1003
|
+
"default": "{}"
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"kind": "variable",
|
|
1007
|
+
"name": "foundationAccordion",
|
|
1008
|
+
"description": "The Foundation Accordion",
|
|
1009
|
+
"privacy": "public"
|
|
1010
|
+
}
|
|
1011
|
+
],
|
|
1012
|
+
"exports": [
|
|
1013
|
+
{
|
|
1014
|
+
"kind": "js",
|
|
1015
|
+
"name": "Accordion",
|
|
1016
|
+
"declaration": {
|
|
1017
|
+
"name": "Accordion",
|
|
1018
|
+
"module": "src/accordion/accordion.ts"
|
|
1019
|
+
}
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"kind": "js",
|
|
1023
|
+
"name": "foundationAccordionShadowOptions",
|
|
1024
|
+
"declaration": {
|
|
1025
|
+
"name": "foundationAccordionShadowOptions",
|
|
1026
|
+
"module": "src/accordion/accordion.ts"
|
|
1027
|
+
}
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"kind": "js",
|
|
1031
|
+
"name": "defaultAccordionConfig",
|
|
1032
|
+
"declaration": {
|
|
1033
|
+
"name": "defaultAccordionConfig",
|
|
1034
|
+
"module": "src/accordion/accordion.ts"
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"kind": "js",
|
|
1039
|
+
"name": "foundationAccordion",
|
|
1040
|
+
"declaration": {
|
|
1041
|
+
"name": "foundationAccordion",
|
|
1042
|
+
"module": "src/accordion/accordion.ts"
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
1045
|
+
]
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"kind": "javascript-module",
|
|
1049
|
+
"path": "src/accordion/index.ts",
|
|
1050
|
+
"declarations": [],
|
|
1051
|
+
"exports": [
|
|
1052
|
+
{
|
|
1053
|
+
"kind": "js",
|
|
1054
|
+
"name": "*",
|
|
1055
|
+
"declaration": {
|
|
1056
|
+
"name": "*",
|
|
1057
|
+
"package": "./accordion.template"
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"kind": "js",
|
|
1062
|
+
"name": "*",
|
|
1063
|
+
"declaration": {
|
|
1064
|
+
"name": "*",
|
|
1065
|
+
"package": "./accordion.styles"
|
|
1066
|
+
}
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"kind": "js",
|
|
1070
|
+
"name": "*",
|
|
1071
|
+
"declaration": {
|
|
1072
|
+
"name": "*",
|
|
1073
|
+
"package": "./accordion"
|
|
1074
|
+
}
|
|
1075
|
+
}
|
|
1076
|
+
]
|
|
1077
|
+
},
|
|
896
1078
|
{
|
|
897
1079
|
"kind": "javascript-module",
|
|
898
1080
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1287,188 +1469,6 @@
|
|
|
1287
1469
|
}
|
|
1288
1470
|
]
|
|
1289
1471
|
},
|
|
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
|
-
},
|
|
1472
1472
|
{
|
|
1473
1473
|
"kind": "javascript-module",
|
|
1474
1474
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -19578,483 +19578,6 @@
|
|
|
19578
19578
|
}
|
|
19579
19579
|
]
|
|
19580
19580
|
},
|
|
19581
|
-
{
|
|
19582
|
-
"kind": "javascript-module",
|
|
19583
|
-
"path": "src/grid-layout-item/grid-layout-item.template.ts",
|
|
19584
|
-
"declarations": [
|
|
19585
|
-
{
|
|
19586
|
-
"kind": "variable",
|
|
19587
|
-
"name": "foundationGridLayoutItemTemplate",
|
|
19588
|
-
"type": {
|
|
19589
|
-
"text": "ViewTemplate<GridLayoutItem>"
|
|
19590
|
-
},
|
|
19591
|
-
"default": "html`\n <template>\n <style>\n :host {\n width: 100%;\n height: 100%;\n ${(x) => x.setGridItemProperties(x.colNumber, x.rowNumber, x.width, x.height)}\n }\n\n @media only screen and (min-width: 1025px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colLgNumber, x.rowLgNumber, x.widthLg, x.heightLg)}\n }\n }\n\n @media only screen and (min-width: 641px) and (max-width: 1024px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colMdNumber, x.rowMdNumber, x.widthSm, x.heightMd)}\n }\n }\n\n @media only screen and (max-width: 640px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colSmNumber, x.rowSmNumber, x.widthSm, x.heightSm)}\n }\n }\n </style>\n <slot></slot>\n </template>\n`"
|
|
19592
|
-
}
|
|
19593
|
-
],
|
|
19594
|
-
"exports": [
|
|
19595
|
-
{
|
|
19596
|
-
"kind": "js",
|
|
19597
|
-
"name": "foundationGridLayoutItemTemplate",
|
|
19598
|
-
"declaration": {
|
|
19599
|
-
"name": "foundationGridLayoutItemTemplate",
|
|
19600
|
-
"module": "src/grid-layout-item/grid-layout-item.template.ts"
|
|
19601
|
-
}
|
|
19602
|
-
}
|
|
19603
|
-
]
|
|
19604
|
-
},
|
|
19605
|
-
{
|
|
19606
|
-
"kind": "javascript-module",
|
|
19607
|
-
"path": "src/grid-layout-item/grid-layout-item.ts",
|
|
19608
|
-
"declarations": [
|
|
19609
|
-
{
|
|
19610
|
-
"kind": "variable",
|
|
19611
|
-
"name": "foundationGridLayoutItemShadowOptions",
|
|
19612
|
-
"type": {
|
|
19613
|
-
"text": "ShadowRootInit"
|
|
19614
|
-
},
|
|
19615
|
-
"default": "undefined"
|
|
19616
|
-
},
|
|
19617
|
-
{
|
|
19618
|
-
"kind": "variable",
|
|
19619
|
-
"name": "defaultGridLayoutItemConfig",
|
|
19620
|
-
"type": {
|
|
19621
|
-
"text": "object"
|
|
19622
|
-
},
|
|
19623
|
-
"default": "{}"
|
|
19624
|
-
},
|
|
19625
|
-
{
|
|
19626
|
-
"kind": "class",
|
|
19627
|
-
"description": "",
|
|
19628
|
-
"name": "GridLayoutItem",
|
|
19629
|
-
"members": [
|
|
19630
|
-
{
|
|
19631
|
-
"kind": "field",
|
|
19632
|
-
"name": "colNumber",
|
|
19633
|
-
"type": {
|
|
19634
|
-
"text": "number"
|
|
19635
|
-
}
|
|
19636
|
-
},
|
|
19637
|
-
{
|
|
19638
|
-
"kind": "field",
|
|
19639
|
-
"name": "colSmNumber",
|
|
19640
|
-
"type": {
|
|
19641
|
-
"text": "number"
|
|
19642
|
-
}
|
|
19643
|
-
},
|
|
19644
|
-
{
|
|
19645
|
-
"kind": "field",
|
|
19646
|
-
"name": "colMdNumber",
|
|
19647
|
-
"type": {
|
|
19648
|
-
"text": "number"
|
|
19649
|
-
}
|
|
19650
|
-
},
|
|
19651
|
-
{
|
|
19652
|
-
"kind": "field",
|
|
19653
|
-
"name": "colLgNumber",
|
|
19654
|
-
"type": {
|
|
19655
|
-
"text": "number"
|
|
19656
|
-
}
|
|
19657
|
-
},
|
|
19658
|
-
{
|
|
19659
|
-
"kind": "field",
|
|
19660
|
-
"name": "rowNumber",
|
|
19661
|
-
"type": {
|
|
19662
|
-
"text": "number"
|
|
19663
|
-
}
|
|
19664
|
-
},
|
|
19665
|
-
{
|
|
19666
|
-
"kind": "field",
|
|
19667
|
-
"name": "rowSmNumber",
|
|
19668
|
-
"type": {
|
|
19669
|
-
"text": "number"
|
|
19670
|
-
}
|
|
19671
|
-
},
|
|
19672
|
-
{
|
|
19673
|
-
"kind": "field",
|
|
19674
|
-
"name": "rowMdNumber",
|
|
19675
|
-
"type": {
|
|
19676
|
-
"text": "number"
|
|
19677
|
-
}
|
|
19678
|
-
},
|
|
19679
|
-
{
|
|
19680
|
-
"kind": "field",
|
|
19681
|
-
"name": "rowLgNumber",
|
|
19682
|
-
"type": {
|
|
19683
|
-
"text": "number"
|
|
19684
|
-
}
|
|
19685
|
-
},
|
|
19686
|
-
{
|
|
19687
|
-
"kind": "field",
|
|
19688
|
-
"name": "width",
|
|
19689
|
-
"type": {
|
|
19690
|
-
"text": "number"
|
|
19691
|
-
}
|
|
19692
|
-
},
|
|
19693
|
-
{
|
|
19694
|
-
"kind": "field",
|
|
19695
|
-
"name": "widthSm",
|
|
19696
|
-
"type": {
|
|
19697
|
-
"text": "number"
|
|
19698
|
-
}
|
|
19699
|
-
},
|
|
19700
|
-
{
|
|
19701
|
-
"kind": "field",
|
|
19702
|
-
"name": "widthMd",
|
|
19703
|
-
"type": {
|
|
19704
|
-
"text": "number"
|
|
19705
|
-
}
|
|
19706
|
-
},
|
|
19707
|
-
{
|
|
19708
|
-
"kind": "field",
|
|
19709
|
-
"name": "widthLg",
|
|
19710
|
-
"type": {
|
|
19711
|
-
"text": "number"
|
|
19712
|
-
}
|
|
19713
|
-
},
|
|
19714
|
-
{
|
|
19715
|
-
"kind": "field",
|
|
19716
|
-
"name": "height",
|
|
19717
|
-
"type": {
|
|
19718
|
-
"text": "number"
|
|
19719
|
-
}
|
|
19720
|
-
},
|
|
19721
|
-
{
|
|
19722
|
-
"kind": "field",
|
|
19723
|
-
"name": "heightSm",
|
|
19724
|
-
"type": {
|
|
19725
|
-
"text": "number"
|
|
19726
|
-
}
|
|
19727
|
-
},
|
|
19728
|
-
{
|
|
19729
|
-
"kind": "field",
|
|
19730
|
-
"name": "heightMd",
|
|
19731
|
-
"type": {
|
|
19732
|
-
"text": "number"
|
|
19733
|
-
}
|
|
19734
|
-
},
|
|
19735
|
-
{
|
|
19736
|
-
"kind": "field",
|
|
19737
|
-
"name": "heightLg",
|
|
19738
|
-
"type": {
|
|
19739
|
-
"text": "number"
|
|
19740
|
-
}
|
|
19741
|
-
},
|
|
19742
|
-
{
|
|
19743
|
-
"kind": "method",
|
|
19744
|
-
"name": "setGridItemProperties",
|
|
19745
|
-
"parameters": [
|
|
19746
|
-
{
|
|
19747
|
-
"name": "column"
|
|
19748
|
-
},
|
|
19749
|
-
{
|
|
19750
|
-
"name": "row"
|
|
19751
|
-
},
|
|
19752
|
-
{
|
|
19753
|
-
"name": "width"
|
|
19754
|
-
},
|
|
19755
|
-
{
|
|
19756
|
-
"name": "height"
|
|
19757
|
-
}
|
|
19758
|
-
]
|
|
19759
|
-
},
|
|
19760
|
-
{
|
|
19761
|
-
"kind": "field",
|
|
19762
|
-
"name": "_presentation",
|
|
19763
|
-
"type": {
|
|
19764
|
-
"text": "ComponentPresentation | null | undefined"
|
|
19765
|
-
},
|
|
19766
|
-
"privacy": "private",
|
|
19767
|
-
"default": "void 0",
|
|
19768
|
-
"inheritedFrom": {
|
|
19769
|
-
"name": "FoundationElement",
|
|
19770
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
19771
|
-
}
|
|
19772
|
-
},
|
|
19773
|
-
{
|
|
19774
|
-
"kind": "field",
|
|
19775
|
-
"name": "$presentation",
|
|
19776
|
-
"type": {
|
|
19777
|
-
"text": "ComponentPresentation | null"
|
|
19778
|
-
},
|
|
19779
|
-
"privacy": "public",
|
|
19780
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
19781
|
-
"inheritedFrom": {
|
|
19782
|
-
"name": "FoundationElement",
|
|
19783
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
19784
|
-
}
|
|
19785
|
-
},
|
|
19786
|
-
{
|
|
19787
|
-
"kind": "field",
|
|
19788
|
-
"name": "template",
|
|
19789
|
-
"type": {
|
|
19790
|
-
"text": "ElementViewTemplate | void | null"
|
|
19791
|
-
},
|
|
19792
|
-
"privacy": "public",
|
|
19793
|
-
"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.",
|
|
19794
|
-
"inheritedFrom": {
|
|
19795
|
-
"name": "FoundationElement",
|
|
19796
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
19797
|
-
}
|
|
19798
|
-
},
|
|
19799
|
-
{
|
|
19800
|
-
"kind": "method",
|
|
19801
|
-
"name": "templateChanged",
|
|
19802
|
-
"privacy": "protected",
|
|
19803
|
-
"return": {
|
|
19804
|
-
"type": {
|
|
19805
|
-
"text": "void"
|
|
19806
|
-
}
|
|
19807
|
-
},
|
|
19808
|
-
"inheritedFrom": {
|
|
19809
|
-
"name": "FoundationElement",
|
|
19810
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
19811
|
-
}
|
|
19812
|
-
},
|
|
19813
|
-
{
|
|
19814
|
-
"kind": "field",
|
|
19815
|
-
"name": "styles",
|
|
19816
|
-
"type": {
|
|
19817
|
-
"text": "ElementStyles | void | null"
|
|
19818
|
-
},
|
|
19819
|
-
"privacy": "public",
|
|
19820
|
-
"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.",
|
|
19821
|
-
"inheritedFrom": {
|
|
19822
|
-
"name": "FoundationElement",
|
|
19823
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
19824
|
-
}
|
|
19825
|
-
},
|
|
19826
|
-
{
|
|
19827
|
-
"kind": "method",
|
|
19828
|
-
"name": "stylesChanged",
|
|
19829
|
-
"privacy": "protected",
|
|
19830
|
-
"return": {
|
|
19831
|
-
"type": {
|
|
19832
|
-
"text": "void"
|
|
19833
|
-
}
|
|
19834
|
-
},
|
|
19835
|
-
"inheritedFrom": {
|
|
19836
|
-
"name": "FoundationElement",
|
|
19837
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
19838
|
-
}
|
|
19839
|
-
},
|
|
19840
|
-
{
|
|
19841
|
-
"kind": "method",
|
|
19842
|
-
"name": "compose",
|
|
19843
|
-
"privacy": "public",
|
|
19844
|
-
"static": true,
|
|
19845
|
-
"return": {
|
|
19846
|
-
"type": {
|
|
19847
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
19848
|
-
}
|
|
19849
|
-
},
|
|
19850
|
-
"parameters": [
|
|
19851
|
-
{
|
|
19852
|
-
"name": "this",
|
|
19853
|
-
"type": {
|
|
19854
|
-
"text": "K"
|
|
19855
|
-
}
|
|
19856
|
-
},
|
|
19857
|
-
{
|
|
19858
|
-
"name": "elementDefinition",
|
|
19859
|
-
"type": {
|
|
19860
|
-
"text": "T"
|
|
19861
|
-
},
|
|
19862
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
19863
|
-
}
|
|
19864
|
-
],
|
|
19865
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
19866
|
-
"inheritedFrom": {
|
|
19867
|
-
"name": "FoundationElement",
|
|
19868
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
19869
|
-
}
|
|
19870
|
-
}
|
|
19871
|
-
],
|
|
19872
|
-
"attributes": [
|
|
19873
|
-
{
|
|
19874
|
-
"name": "col-number",
|
|
19875
|
-
"type": {
|
|
19876
|
-
"text": "number"
|
|
19877
|
-
},
|
|
19878
|
-
"fieldName": "colNumber"
|
|
19879
|
-
},
|
|
19880
|
-
{
|
|
19881
|
-
"name": "col-sm-number",
|
|
19882
|
-
"type": {
|
|
19883
|
-
"text": "number"
|
|
19884
|
-
},
|
|
19885
|
-
"fieldName": "colSmNumber"
|
|
19886
|
-
},
|
|
19887
|
-
{
|
|
19888
|
-
"name": "col-md-number",
|
|
19889
|
-
"type": {
|
|
19890
|
-
"text": "number"
|
|
19891
|
-
},
|
|
19892
|
-
"fieldName": "colMdNumber"
|
|
19893
|
-
},
|
|
19894
|
-
{
|
|
19895
|
-
"name": "col-lg-number",
|
|
19896
|
-
"type": {
|
|
19897
|
-
"text": "number"
|
|
19898
|
-
},
|
|
19899
|
-
"fieldName": "colLgNumber"
|
|
19900
|
-
},
|
|
19901
|
-
{
|
|
19902
|
-
"name": "row-number",
|
|
19903
|
-
"type": {
|
|
19904
|
-
"text": "number"
|
|
19905
|
-
},
|
|
19906
|
-
"fieldName": "rowNumber"
|
|
19907
|
-
},
|
|
19908
|
-
{
|
|
19909
|
-
"name": "row-sm-number",
|
|
19910
|
-
"type": {
|
|
19911
|
-
"text": "number"
|
|
19912
|
-
},
|
|
19913
|
-
"fieldName": "rowSmNumber"
|
|
19914
|
-
},
|
|
19915
|
-
{
|
|
19916
|
-
"name": "row-md-number",
|
|
19917
|
-
"type": {
|
|
19918
|
-
"text": "number"
|
|
19919
|
-
},
|
|
19920
|
-
"fieldName": "rowMdNumber"
|
|
19921
|
-
},
|
|
19922
|
-
{
|
|
19923
|
-
"name": "row-lg-number",
|
|
19924
|
-
"type": {
|
|
19925
|
-
"text": "number"
|
|
19926
|
-
},
|
|
19927
|
-
"fieldName": "rowLgNumber"
|
|
19928
|
-
},
|
|
19929
|
-
{
|
|
19930
|
-
"name": "width",
|
|
19931
|
-
"type": {
|
|
19932
|
-
"text": "number"
|
|
19933
|
-
},
|
|
19934
|
-
"fieldName": "width"
|
|
19935
|
-
},
|
|
19936
|
-
{
|
|
19937
|
-
"name": "width-sm",
|
|
19938
|
-
"type": {
|
|
19939
|
-
"text": "number"
|
|
19940
|
-
},
|
|
19941
|
-
"fieldName": "widthSm"
|
|
19942
|
-
},
|
|
19943
|
-
{
|
|
19944
|
-
"name": "width-md",
|
|
19945
|
-
"type": {
|
|
19946
|
-
"text": "number"
|
|
19947
|
-
},
|
|
19948
|
-
"fieldName": "widthMd"
|
|
19949
|
-
},
|
|
19950
|
-
{
|
|
19951
|
-
"name": "width-lg",
|
|
19952
|
-
"type": {
|
|
19953
|
-
"text": "number"
|
|
19954
|
-
},
|
|
19955
|
-
"fieldName": "widthLg"
|
|
19956
|
-
},
|
|
19957
|
-
{
|
|
19958
|
-
"name": "height",
|
|
19959
|
-
"type": {
|
|
19960
|
-
"text": "number"
|
|
19961
|
-
},
|
|
19962
|
-
"fieldName": "height"
|
|
19963
|
-
},
|
|
19964
|
-
{
|
|
19965
|
-
"name": "height-sm",
|
|
19966
|
-
"type": {
|
|
19967
|
-
"text": "number"
|
|
19968
|
-
},
|
|
19969
|
-
"fieldName": "heightSm"
|
|
19970
|
-
},
|
|
19971
|
-
{
|
|
19972
|
-
"name": "height-md",
|
|
19973
|
-
"type": {
|
|
19974
|
-
"text": "number"
|
|
19975
|
-
},
|
|
19976
|
-
"fieldName": "heightMd"
|
|
19977
|
-
},
|
|
19978
|
-
{
|
|
19979
|
-
"name": "height-lg",
|
|
19980
|
-
"type": {
|
|
19981
|
-
"text": "number"
|
|
19982
|
-
},
|
|
19983
|
-
"fieldName": "heightLg"
|
|
19984
|
-
}
|
|
19985
|
-
],
|
|
19986
|
-
"superclass": {
|
|
19987
|
-
"name": "FoundationElement",
|
|
19988
|
-
"package": "@microsoft/fast-foundation"
|
|
19989
|
-
},
|
|
19990
|
-
"tagName": "%%prefix%%-grid-layout-item",
|
|
19991
|
-
"customElement": true
|
|
19992
|
-
},
|
|
19993
|
-
{
|
|
19994
|
-
"kind": "variable",
|
|
19995
|
-
"name": "foundationGridLayoutItem",
|
|
19996
|
-
"description": "The Foundation Grid Layout Item",
|
|
19997
|
-
"privacy": "public"
|
|
19998
|
-
}
|
|
19999
|
-
],
|
|
20000
|
-
"exports": [
|
|
20001
|
-
{
|
|
20002
|
-
"kind": "js",
|
|
20003
|
-
"name": "foundationGridLayoutItemShadowOptions",
|
|
20004
|
-
"declaration": {
|
|
20005
|
-
"name": "foundationGridLayoutItemShadowOptions",
|
|
20006
|
-
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
20007
|
-
}
|
|
20008
|
-
},
|
|
20009
|
-
{
|
|
20010
|
-
"kind": "js",
|
|
20011
|
-
"name": "defaultGridLayoutItemConfig",
|
|
20012
|
-
"declaration": {
|
|
20013
|
-
"name": "defaultGridLayoutItemConfig",
|
|
20014
|
-
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
20015
|
-
}
|
|
20016
|
-
},
|
|
20017
|
-
{
|
|
20018
|
-
"kind": "js",
|
|
20019
|
-
"name": "GridLayoutItem",
|
|
20020
|
-
"declaration": {
|
|
20021
|
-
"name": "GridLayoutItem",
|
|
20022
|
-
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
20023
|
-
}
|
|
20024
|
-
},
|
|
20025
|
-
{
|
|
20026
|
-
"kind": "js",
|
|
20027
|
-
"name": "foundationGridLayoutItem",
|
|
20028
|
-
"declaration": {
|
|
20029
|
-
"name": "foundationGridLayoutItem",
|
|
20030
|
-
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
20031
|
-
}
|
|
20032
|
-
}
|
|
20033
|
-
]
|
|
20034
|
-
},
|
|
20035
|
-
{
|
|
20036
|
-
"kind": "javascript-module",
|
|
20037
|
-
"path": "src/grid-layout-item/index.ts",
|
|
20038
|
-
"declarations": [],
|
|
20039
|
-
"exports": [
|
|
20040
|
-
{
|
|
20041
|
-
"kind": "js",
|
|
20042
|
-
"name": "*",
|
|
20043
|
-
"declaration": {
|
|
20044
|
-
"name": "*",
|
|
20045
|
-
"package": "./grid-layout-item.template"
|
|
20046
|
-
}
|
|
20047
|
-
},
|
|
20048
|
-
{
|
|
20049
|
-
"kind": "js",
|
|
20050
|
-
"name": "*",
|
|
20051
|
-
"declaration": {
|
|
20052
|
-
"name": "*",
|
|
20053
|
-
"package": "./grid-layout-item"
|
|
20054
|
-
}
|
|
20055
|
-
}
|
|
20056
|
-
]
|
|
20057
|
-
},
|
|
20058
19581
|
{
|
|
20059
19582
|
"kind": "javascript-module",
|
|
20060
19583
|
"path": "src/horizontal-scroll/horizontal-scroll.styles.ts",
|
|
@@ -20761,46 +20284,523 @@
|
|
|
20761
20284
|
},
|
|
20762
20285
|
{
|
|
20763
20286
|
"kind": "javascript-module",
|
|
20764
|
-
"path": "src/
|
|
20287
|
+
"path": "src/grid-layout-item/grid-layout-item.template.ts",
|
|
20765
20288
|
"declarations": [
|
|
20766
20289
|
{
|
|
20767
|
-
"kind": "
|
|
20768
|
-
"name": "
|
|
20769
|
-
"
|
|
20770
|
-
"
|
|
20771
|
-
"text": "ElementStyles"
|
|
20772
|
-
}
|
|
20290
|
+
"kind": "variable",
|
|
20291
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
20292
|
+
"type": {
|
|
20293
|
+
"text": "ViewTemplate<GridLayoutItem>"
|
|
20773
20294
|
},
|
|
20774
|
-
"
|
|
20775
|
-
{
|
|
20776
|
-
"name": "context",
|
|
20777
|
-
"type": {
|
|
20778
|
-
"text": "ElementDefinitionContext"
|
|
20779
|
-
}
|
|
20780
|
-
},
|
|
20781
|
-
{
|
|
20782
|
-
"name": "definition",
|
|
20783
|
-
"type": {
|
|
20784
|
-
"text": "FoundationElementDefinition"
|
|
20785
|
-
}
|
|
20786
|
-
}
|
|
20787
|
-
]
|
|
20295
|
+
"default": "html`\n <template>\n <style>\n :host {\n width: 100%;\n height: 100%;\n ${(x) => x.setGridItemProperties(x.colNumber, x.rowNumber, x.width, x.height)}\n }\n\n @media only screen and (min-width: 1025px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colLgNumber, x.rowLgNumber, x.widthLg, x.heightLg)}\n }\n }\n\n @media only screen and (min-width: 641px) and (max-width: 1024px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colMdNumber, x.rowMdNumber, x.widthSm, x.heightMd)}\n }\n }\n\n @media only screen and (max-width: 640px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colSmNumber, x.rowSmNumber, x.widthSm, x.heightSm)}\n }\n }\n </style>\n <slot></slot>\n </template>\n`"
|
|
20788
20296
|
}
|
|
20789
20297
|
],
|
|
20790
20298
|
"exports": [
|
|
20791
20299
|
{
|
|
20792
20300
|
"kind": "js",
|
|
20793
|
-
"name": "
|
|
20301
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
20794
20302
|
"declaration": {
|
|
20795
|
-
"name": "
|
|
20796
|
-
"module": "src/
|
|
20303
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
20304
|
+
"module": "src/grid-layout-item/grid-layout-item.template.ts"
|
|
20797
20305
|
}
|
|
20798
20306
|
}
|
|
20799
20307
|
]
|
|
20800
20308
|
},
|
|
20801
20309
|
{
|
|
20802
20310
|
"kind": "javascript-module",
|
|
20803
|
-
"path": "src/
|
|
20311
|
+
"path": "src/grid-layout-item/grid-layout-item.ts",
|
|
20312
|
+
"declarations": [
|
|
20313
|
+
{
|
|
20314
|
+
"kind": "variable",
|
|
20315
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
20316
|
+
"type": {
|
|
20317
|
+
"text": "ShadowRootInit"
|
|
20318
|
+
},
|
|
20319
|
+
"default": "undefined"
|
|
20320
|
+
},
|
|
20321
|
+
{
|
|
20322
|
+
"kind": "variable",
|
|
20323
|
+
"name": "defaultGridLayoutItemConfig",
|
|
20324
|
+
"type": {
|
|
20325
|
+
"text": "object"
|
|
20326
|
+
},
|
|
20327
|
+
"default": "{}"
|
|
20328
|
+
},
|
|
20329
|
+
{
|
|
20330
|
+
"kind": "class",
|
|
20331
|
+
"description": "",
|
|
20332
|
+
"name": "GridLayoutItem",
|
|
20333
|
+
"members": [
|
|
20334
|
+
{
|
|
20335
|
+
"kind": "field",
|
|
20336
|
+
"name": "colNumber",
|
|
20337
|
+
"type": {
|
|
20338
|
+
"text": "number"
|
|
20339
|
+
}
|
|
20340
|
+
},
|
|
20341
|
+
{
|
|
20342
|
+
"kind": "field",
|
|
20343
|
+
"name": "colSmNumber",
|
|
20344
|
+
"type": {
|
|
20345
|
+
"text": "number"
|
|
20346
|
+
}
|
|
20347
|
+
},
|
|
20348
|
+
{
|
|
20349
|
+
"kind": "field",
|
|
20350
|
+
"name": "colMdNumber",
|
|
20351
|
+
"type": {
|
|
20352
|
+
"text": "number"
|
|
20353
|
+
}
|
|
20354
|
+
},
|
|
20355
|
+
{
|
|
20356
|
+
"kind": "field",
|
|
20357
|
+
"name": "colLgNumber",
|
|
20358
|
+
"type": {
|
|
20359
|
+
"text": "number"
|
|
20360
|
+
}
|
|
20361
|
+
},
|
|
20362
|
+
{
|
|
20363
|
+
"kind": "field",
|
|
20364
|
+
"name": "rowNumber",
|
|
20365
|
+
"type": {
|
|
20366
|
+
"text": "number"
|
|
20367
|
+
}
|
|
20368
|
+
},
|
|
20369
|
+
{
|
|
20370
|
+
"kind": "field",
|
|
20371
|
+
"name": "rowSmNumber",
|
|
20372
|
+
"type": {
|
|
20373
|
+
"text": "number"
|
|
20374
|
+
}
|
|
20375
|
+
},
|
|
20376
|
+
{
|
|
20377
|
+
"kind": "field",
|
|
20378
|
+
"name": "rowMdNumber",
|
|
20379
|
+
"type": {
|
|
20380
|
+
"text": "number"
|
|
20381
|
+
}
|
|
20382
|
+
},
|
|
20383
|
+
{
|
|
20384
|
+
"kind": "field",
|
|
20385
|
+
"name": "rowLgNumber",
|
|
20386
|
+
"type": {
|
|
20387
|
+
"text": "number"
|
|
20388
|
+
}
|
|
20389
|
+
},
|
|
20390
|
+
{
|
|
20391
|
+
"kind": "field",
|
|
20392
|
+
"name": "width",
|
|
20393
|
+
"type": {
|
|
20394
|
+
"text": "number"
|
|
20395
|
+
}
|
|
20396
|
+
},
|
|
20397
|
+
{
|
|
20398
|
+
"kind": "field",
|
|
20399
|
+
"name": "widthSm",
|
|
20400
|
+
"type": {
|
|
20401
|
+
"text": "number"
|
|
20402
|
+
}
|
|
20403
|
+
},
|
|
20404
|
+
{
|
|
20405
|
+
"kind": "field",
|
|
20406
|
+
"name": "widthMd",
|
|
20407
|
+
"type": {
|
|
20408
|
+
"text": "number"
|
|
20409
|
+
}
|
|
20410
|
+
},
|
|
20411
|
+
{
|
|
20412
|
+
"kind": "field",
|
|
20413
|
+
"name": "widthLg",
|
|
20414
|
+
"type": {
|
|
20415
|
+
"text": "number"
|
|
20416
|
+
}
|
|
20417
|
+
},
|
|
20418
|
+
{
|
|
20419
|
+
"kind": "field",
|
|
20420
|
+
"name": "height",
|
|
20421
|
+
"type": {
|
|
20422
|
+
"text": "number"
|
|
20423
|
+
}
|
|
20424
|
+
},
|
|
20425
|
+
{
|
|
20426
|
+
"kind": "field",
|
|
20427
|
+
"name": "heightSm",
|
|
20428
|
+
"type": {
|
|
20429
|
+
"text": "number"
|
|
20430
|
+
}
|
|
20431
|
+
},
|
|
20432
|
+
{
|
|
20433
|
+
"kind": "field",
|
|
20434
|
+
"name": "heightMd",
|
|
20435
|
+
"type": {
|
|
20436
|
+
"text": "number"
|
|
20437
|
+
}
|
|
20438
|
+
},
|
|
20439
|
+
{
|
|
20440
|
+
"kind": "field",
|
|
20441
|
+
"name": "heightLg",
|
|
20442
|
+
"type": {
|
|
20443
|
+
"text": "number"
|
|
20444
|
+
}
|
|
20445
|
+
},
|
|
20446
|
+
{
|
|
20447
|
+
"kind": "method",
|
|
20448
|
+
"name": "setGridItemProperties",
|
|
20449
|
+
"parameters": [
|
|
20450
|
+
{
|
|
20451
|
+
"name": "column"
|
|
20452
|
+
},
|
|
20453
|
+
{
|
|
20454
|
+
"name": "row"
|
|
20455
|
+
},
|
|
20456
|
+
{
|
|
20457
|
+
"name": "width"
|
|
20458
|
+
},
|
|
20459
|
+
{
|
|
20460
|
+
"name": "height"
|
|
20461
|
+
}
|
|
20462
|
+
]
|
|
20463
|
+
},
|
|
20464
|
+
{
|
|
20465
|
+
"kind": "field",
|
|
20466
|
+
"name": "_presentation",
|
|
20467
|
+
"type": {
|
|
20468
|
+
"text": "ComponentPresentation | null | undefined"
|
|
20469
|
+
},
|
|
20470
|
+
"privacy": "private",
|
|
20471
|
+
"default": "void 0",
|
|
20472
|
+
"inheritedFrom": {
|
|
20473
|
+
"name": "FoundationElement",
|
|
20474
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20475
|
+
}
|
|
20476
|
+
},
|
|
20477
|
+
{
|
|
20478
|
+
"kind": "field",
|
|
20479
|
+
"name": "$presentation",
|
|
20480
|
+
"type": {
|
|
20481
|
+
"text": "ComponentPresentation | null"
|
|
20482
|
+
},
|
|
20483
|
+
"privacy": "public",
|
|
20484
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
20485
|
+
"inheritedFrom": {
|
|
20486
|
+
"name": "FoundationElement",
|
|
20487
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20488
|
+
}
|
|
20489
|
+
},
|
|
20490
|
+
{
|
|
20491
|
+
"kind": "field",
|
|
20492
|
+
"name": "template",
|
|
20493
|
+
"type": {
|
|
20494
|
+
"text": "ElementViewTemplate | void | null"
|
|
20495
|
+
},
|
|
20496
|
+
"privacy": "public",
|
|
20497
|
+
"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.",
|
|
20498
|
+
"inheritedFrom": {
|
|
20499
|
+
"name": "FoundationElement",
|
|
20500
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20501
|
+
}
|
|
20502
|
+
},
|
|
20503
|
+
{
|
|
20504
|
+
"kind": "method",
|
|
20505
|
+
"name": "templateChanged",
|
|
20506
|
+
"privacy": "protected",
|
|
20507
|
+
"return": {
|
|
20508
|
+
"type": {
|
|
20509
|
+
"text": "void"
|
|
20510
|
+
}
|
|
20511
|
+
},
|
|
20512
|
+
"inheritedFrom": {
|
|
20513
|
+
"name": "FoundationElement",
|
|
20514
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20515
|
+
}
|
|
20516
|
+
},
|
|
20517
|
+
{
|
|
20518
|
+
"kind": "field",
|
|
20519
|
+
"name": "styles",
|
|
20520
|
+
"type": {
|
|
20521
|
+
"text": "ElementStyles | void | null"
|
|
20522
|
+
},
|
|
20523
|
+
"privacy": "public",
|
|
20524
|
+
"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.",
|
|
20525
|
+
"inheritedFrom": {
|
|
20526
|
+
"name": "FoundationElement",
|
|
20527
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20528
|
+
}
|
|
20529
|
+
},
|
|
20530
|
+
{
|
|
20531
|
+
"kind": "method",
|
|
20532
|
+
"name": "stylesChanged",
|
|
20533
|
+
"privacy": "protected",
|
|
20534
|
+
"return": {
|
|
20535
|
+
"type": {
|
|
20536
|
+
"text": "void"
|
|
20537
|
+
}
|
|
20538
|
+
},
|
|
20539
|
+
"inheritedFrom": {
|
|
20540
|
+
"name": "FoundationElement",
|
|
20541
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20542
|
+
}
|
|
20543
|
+
},
|
|
20544
|
+
{
|
|
20545
|
+
"kind": "method",
|
|
20546
|
+
"name": "compose",
|
|
20547
|
+
"privacy": "public",
|
|
20548
|
+
"static": true,
|
|
20549
|
+
"return": {
|
|
20550
|
+
"type": {
|
|
20551
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
20552
|
+
}
|
|
20553
|
+
},
|
|
20554
|
+
"parameters": [
|
|
20555
|
+
{
|
|
20556
|
+
"name": "this",
|
|
20557
|
+
"type": {
|
|
20558
|
+
"text": "K"
|
|
20559
|
+
}
|
|
20560
|
+
},
|
|
20561
|
+
{
|
|
20562
|
+
"name": "elementDefinition",
|
|
20563
|
+
"type": {
|
|
20564
|
+
"text": "T"
|
|
20565
|
+
},
|
|
20566
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
20567
|
+
}
|
|
20568
|
+
],
|
|
20569
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
20570
|
+
"inheritedFrom": {
|
|
20571
|
+
"name": "FoundationElement",
|
|
20572
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20573
|
+
}
|
|
20574
|
+
}
|
|
20575
|
+
],
|
|
20576
|
+
"attributes": [
|
|
20577
|
+
{
|
|
20578
|
+
"name": "col-number",
|
|
20579
|
+
"type": {
|
|
20580
|
+
"text": "number"
|
|
20581
|
+
},
|
|
20582
|
+
"fieldName": "colNumber"
|
|
20583
|
+
},
|
|
20584
|
+
{
|
|
20585
|
+
"name": "col-sm-number",
|
|
20586
|
+
"type": {
|
|
20587
|
+
"text": "number"
|
|
20588
|
+
},
|
|
20589
|
+
"fieldName": "colSmNumber"
|
|
20590
|
+
},
|
|
20591
|
+
{
|
|
20592
|
+
"name": "col-md-number",
|
|
20593
|
+
"type": {
|
|
20594
|
+
"text": "number"
|
|
20595
|
+
},
|
|
20596
|
+
"fieldName": "colMdNumber"
|
|
20597
|
+
},
|
|
20598
|
+
{
|
|
20599
|
+
"name": "col-lg-number",
|
|
20600
|
+
"type": {
|
|
20601
|
+
"text": "number"
|
|
20602
|
+
},
|
|
20603
|
+
"fieldName": "colLgNumber"
|
|
20604
|
+
},
|
|
20605
|
+
{
|
|
20606
|
+
"name": "row-number",
|
|
20607
|
+
"type": {
|
|
20608
|
+
"text": "number"
|
|
20609
|
+
},
|
|
20610
|
+
"fieldName": "rowNumber"
|
|
20611
|
+
},
|
|
20612
|
+
{
|
|
20613
|
+
"name": "row-sm-number",
|
|
20614
|
+
"type": {
|
|
20615
|
+
"text": "number"
|
|
20616
|
+
},
|
|
20617
|
+
"fieldName": "rowSmNumber"
|
|
20618
|
+
},
|
|
20619
|
+
{
|
|
20620
|
+
"name": "row-md-number",
|
|
20621
|
+
"type": {
|
|
20622
|
+
"text": "number"
|
|
20623
|
+
},
|
|
20624
|
+
"fieldName": "rowMdNumber"
|
|
20625
|
+
},
|
|
20626
|
+
{
|
|
20627
|
+
"name": "row-lg-number",
|
|
20628
|
+
"type": {
|
|
20629
|
+
"text": "number"
|
|
20630
|
+
},
|
|
20631
|
+
"fieldName": "rowLgNumber"
|
|
20632
|
+
},
|
|
20633
|
+
{
|
|
20634
|
+
"name": "width",
|
|
20635
|
+
"type": {
|
|
20636
|
+
"text": "number"
|
|
20637
|
+
},
|
|
20638
|
+
"fieldName": "width"
|
|
20639
|
+
},
|
|
20640
|
+
{
|
|
20641
|
+
"name": "width-sm",
|
|
20642
|
+
"type": {
|
|
20643
|
+
"text": "number"
|
|
20644
|
+
},
|
|
20645
|
+
"fieldName": "widthSm"
|
|
20646
|
+
},
|
|
20647
|
+
{
|
|
20648
|
+
"name": "width-md",
|
|
20649
|
+
"type": {
|
|
20650
|
+
"text": "number"
|
|
20651
|
+
},
|
|
20652
|
+
"fieldName": "widthMd"
|
|
20653
|
+
},
|
|
20654
|
+
{
|
|
20655
|
+
"name": "width-lg",
|
|
20656
|
+
"type": {
|
|
20657
|
+
"text": "number"
|
|
20658
|
+
},
|
|
20659
|
+
"fieldName": "widthLg"
|
|
20660
|
+
},
|
|
20661
|
+
{
|
|
20662
|
+
"name": "height",
|
|
20663
|
+
"type": {
|
|
20664
|
+
"text": "number"
|
|
20665
|
+
},
|
|
20666
|
+
"fieldName": "height"
|
|
20667
|
+
},
|
|
20668
|
+
{
|
|
20669
|
+
"name": "height-sm",
|
|
20670
|
+
"type": {
|
|
20671
|
+
"text": "number"
|
|
20672
|
+
},
|
|
20673
|
+
"fieldName": "heightSm"
|
|
20674
|
+
},
|
|
20675
|
+
{
|
|
20676
|
+
"name": "height-md",
|
|
20677
|
+
"type": {
|
|
20678
|
+
"text": "number"
|
|
20679
|
+
},
|
|
20680
|
+
"fieldName": "heightMd"
|
|
20681
|
+
},
|
|
20682
|
+
{
|
|
20683
|
+
"name": "height-lg",
|
|
20684
|
+
"type": {
|
|
20685
|
+
"text": "number"
|
|
20686
|
+
},
|
|
20687
|
+
"fieldName": "heightLg"
|
|
20688
|
+
}
|
|
20689
|
+
],
|
|
20690
|
+
"superclass": {
|
|
20691
|
+
"name": "FoundationElement",
|
|
20692
|
+
"package": "@microsoft/fast-foundation"
|
|
20693
|
+
},
|
|
20694
|
+
"tagName": "%%prefix%%-grid-layout-item",
|
|
20695
|
+
"customElement": true
|
|
20696
|
+
},
|
|
20697
|
+
{
|
|
20698
|
+
"kind": "variable",
|
|
20699
|
+
"name": "foundationGridLayoutItem",
|
|
20700
|
+
"description": "The Foundation Grid Layout Item",
|
|
20701
|
+
"privacy": "public"
|
|
20702
|
+
}
|
|
20703
|
+
],
|
|
20704
|
+
"exports": [
|
|
20705
|
+
{
|
|
20706
|
+
"kind": "js",
|
|
20707
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
20708
|
+
"declaration": {
|
|
20709
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
20710
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
20711
|
+
}
|
|
20712
|
+
},
|
|
20713
|
+
{
|
|
20714
|
+
"kind": "js",
|
|
20715
|
+
"name": "defaultGridLayoutItemConfig",
|
|
20716
|
+
"declaration": {
|
|
20717
|
+
"name": "defaultGridLayoutItemConfig",
|
|
20718
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
20719
|
+
}
|
|
20720
|
+
},
|
|
20721
|
+
{
|
|
20722
|
+
"kind": "js",
|
|
20723
|
+
"name": "GridLayoutItem",
|
|
20724
|
+
"declaration": {
|
|
20725
|
+
"name": "GridLayoutItem",
|
|
20726
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
20727
|
+
}
|
|
20728
|
+
},
|
|
20729
|
+
{
|
|
20730
|
+
"kind": "js",
|
|
20731
|
+
"name": "foundationGridLayoutItem",
|
|
20732
|
+
"declaration": {
|
|
20733
|
+
"name": "foundationGridLayoutItem",
|
|
20734
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
20735
|
+
}
|
|
20736
|
+
}
|
|
20737
|
+
]
|
|
20738
|
+
},
|
|
20739
|
+
{
|
|
20740
|
+
"kind": "javascript-module",
|
|
20741
|
+
"path": "src/grid-layout-item/index.ts",
|
|
20742
|
+
"declarations": [],
|
|
20743
|
+
"exports": [
|
|
20744
|
+
{
|
|
20745
|
+
"kind": "js",
|
|
20746
|
+
"name": "*",
|
|
20747
|
+
"declaration": {
|
|
20748
|
+
"name": "*",
|
|
20749
|
+
"package": "./grid-layout-item.template"
|
|
20750
|
+
}
|
|
20751
|
+
},
|
|
20752
|
+
{
|
|
20753
|
+
"kind": "js",
|
|
20754
|
+
"name": "*",
|
|
20755
|
+
"declaration": {
|
|
20756
|
+
"name": "*",
|
|
20757
|
+
"package": "./grid-layout-item"
|
|
20758
|
+
}
|
|
20759
|
+
}
|
|
20760
|
+
]
|
|
20761
|
+
},
|
|
20762
|
+
{
|
|
20763
|
+
"kind": "javascript-module",
|
|
20764
|
+
"path": "src/icon/icon.styles.ts",
|
|
20765
|
+
"declarations": [
|
|
20766
|
+
{
|
|
20767
|
+
"kind": "function",
|
|
20768
|
+
"name": "foundationIconStyles",
|
|
20769
|
+
"return": {
|
|
20770
|
+
"type": {
|
|
20771
|
+
"text": "ElementStyles"
|
|
20772
|
+
}
|
|
20773
|
+
},
|
|
20774
|
+
"parameters": [
|
|
20775
|
+
{
|
|
20776
|
+
"name": "context",
|
|
20777
|
+
"type": {
|
|
20778
|
+
"text": "ElementDefinitionContext"
|
|
20779
|
+
}
|
|
20780
|
+
},
|
|
20781
|
+
{
|
|
20782
|
+
"name": "definition",
|
|
20783
|
+
"type": {
|
|
20784
|
+
"text": "FoundationElementDefinition"
|
|
20785
|
+
}
|
|
20786
|
+
}
|
|
20787
|
+
]
|
|
20788
|
+
}
|
|
20789
|
+
],
|
|
20790
|
+
"exports": [
|
|
20791
|
+
{
|
|
20792
|
+
"kind": "js",
|
|
20793
|
+
"name": "foundationIconStyles",
|
|
20794
|
+
"declaration": {
|
|
20795
|
+
"name": "foundationIconStyles",
|
|
20796
|
+
"module": "src/icon/icon.styles.ts"
|
|
20797
|
+
}
|
|
20798
|
+
}
|
|
20799
|
+
]
|
|
20800
|
+
},
|
|
20801
|
+
{
|
|
20802
|
+
"kind": "javascript-module",
|
|
20803
|
+
"path": "src/icon/icon.template.ts",
|
|
20804
20804
|
"declarations": [
|
|
20805
20805
|
{
|
|
20806
20806
|
"kind": "variable",
|
|
@@ -21129,74 +21129,498 @@
|
|
|
21129
21129
|
}
|
|
21130
21130
|
},
|
|
21131
21131
|
{
|
|
21132
|
-
"kind": "js",
|
|
21133
|
-
"name": "defaultIconConfig",
|
|
21134
|
-
"declaration": {
|
|
21135
|
-
"name": "defaultIconConfig",
|
|
21136
|
-
"module": "src/icon/icon.ts"
|
|
21137
|
-
}
|
|
21132
|
+
"kind": "js",
|
|
21133
|
+
"name": "defaultIconConfig",
|
|
21134
|
+
"declaration": {
|
|
21135
|
+
"name": "defaultIconConfig",
|
|
21136
|
+
"module": "src/icon/icon.ts"
|
|
21137
|
+
}
|
|
21138
|
+
},
|
|
21139
|
+
{
|
|
21140
|
+
"kind": "js",
|
|
21141
|
+
"name": "faSizeValueDefault",
|
|
21142
|
+
"declaration": {
|
|
21143
|
+
"name": "faSizeValueDefault",
|
|
21144
|
+
"module": "src/icon/icon.ts"
|
|
21145
|
+
}
|
|
21146
|
+
},
|
|
21147
|
+
{
|
|
21148
|
+
"kind": "js",
|
|
21149
|
+
"name": "faSizeValues",
|
|
21150
|
+
"declaration": {
|
|
21151
|
+
"name": "faSizeValues",
|
|
21152
|
+
"module": "src/icon/icon.ts"
|
|
21153
|
+
}
|
|
21154
|
+
},
|
|
21155
|
+
{
|
|
21156
|
+
"kind": "js",
|
|
21157
|
+
"name": "Icon",
|
|
21158
|
+
"declaration": {
|
|
21159
|
+
"name": "Icon",
|
|
21160
|
+
"module": "src/icon/icon.ts"
|
|
21161
|
+
}
|
|
21162
|
+
},
|
|
21163
|
+
{
|
|
21164
|
+
"kind": "js",
|
|
21165
|
+
"name": "foundationIcon",
|
|
21166
|
+
"declaration": {
|
|
21167
|
+
"name": "foundationIcon",
|
|
21168
|
+
"module": "src/icon/icon.ts"
|
|
21169
|
+
}
|
|
21170
|
+
}
|
|
21171
|
+
]
|
|
21172
|
+
},
|
|
21173
|
+
{
|
|
21174
|
+
"kind": "javascript-module",
|
|
21175
|
+
"path": "src/icon/index.ts",
|
|
21176
|
+
"declarations": [],
|
|
21177
|
+
"exports": [
|
|
21178
|
+
{
|
|
21179
|
+
"kind": "js",
|
|
21180
|
+
"name": "*",
|
|
21181
|
+
"declaration": {
|
|
21182
|
+
"name": "*",
|
|
21183
|
+
"package": "./icon.styles"
|
|
21184
|
+
}
|
|
21185
|
+
},
|
|
21186
|
+
{
|
|
21187
|
+
"kind": "js",
|
|
21188
|
+
"name": "*",
|
|
21189
|
+
"declaration": {
|
|
21190
|
+
"name": "*",
|
|
21191
|
+
"package": "./icon.template"
|
|
21192
|
+
}
|
|
21193
|
+
},
|
|
21194
|
+
{
|
|
21195
|
+
"kind": "js",
|
|
21196
|
+
"name": "*",
|
|
21197
|
+
"declaration": {
|
|
21198
|
+
"name": "*",
|
|
21199
|
+
"package": "./icon"
|
|
21200
|
+
}
|
|
21201
|
+
}
|
|
21202
|
+
]
|
|
21203
|
+
},
|
|
21204
|
+
{
|
|
21205
|
+
"kind": "javascript-module",
|
|
21206
|
+
"path": "src/listbox/index.ts",
|
|
21207
|
+
"declarations": [],
|
|
21208
|
+
"exports": [
|
|
21209
|
+
{
|
|
21210
|
+
"kind": "js",
|
|
21211
|
+
"name": "*",
|
|
21212
|
+
"declaration": {
|
|
21213
|
+
"name": "*",
|
|
21214
|
+
"package": "./listbox.template"
|
|
21215
|
+
}
|
|
21216
|
+
},
|
|
21217
|
+
{
|
|
21218
|
+
"kind": "js",
|
|
21219
|
+
"name": "*",
|
|
21220
|
+
"declaration": {
|
|
21221
|
+
"name": "*",
|
|
21222
|
+
"package": "./listbox.styles"
|
|
21223
|
+
}
|
|
21224
|
+
},
|
|
21225
|
+
{
|
|
21226
|
+
"kind": "js",
|
|
21227
|
+
"name": "*",
|
|
21228
|
+
"declaration": {
|
|
21229
|
+
"name": "*",
|
|
21230
|
+
"package": "./listbox"
|
|
21231
|
+
}
|
|
21232
|
+
}
|
|
21233
|
+
]
|
|
21234
|
+
},
|
|
21235
|
+
{
|
|
21236
|
+
"kind": "javascript-module",
|
|
21237
|
+
"path": "src/listbox/listbox.styles.ts",
|
|
21238
|
+
"declarations": [
|
|
21239
|
+
{
|
|
21240
|
+
"kind": "function",
|
|
21241
|
+
"name": "foundationListboxStyles",
|
|
21242
|
+
"return": {
|
|
21243
|
+
"type": {
|
|
21244
|
+
"text": "ElementStyles"
|
|
21245
|
+
}
|
|
21246
|
+
},
|
|
21247
|
+
"parameters": [
|
|
21248
|
+
{
|
|
21249
|
+
"name": "context",
|
|
21250
|
+
"type": {
|
|
21251
|
+
"text": "ElementDefinitionContext"
|
|
21252
|
+
}
|
|
21253
|
+
},
|
|
21254
|
+
{
|
|
21255
|
+
"name": "definition",
|
|
21256
|
+
"type": {
|
|
21257
|
+
"text": "FoundationElementDefinition"
|
|
21258
|
+
}
|
|
21259
|
+
}
|
|
21260
|
+
]
|
|
21261
|
+
}
|
|
21262
|
+
],
|
|
21263
|
+
"exports": [
|
|
21264
|
+
{
|
|
21265
|
+
"kind": "js",
|
|
21266
|
+
"name": "foundationListboxStyles",
|
|
21267
|
+
"declaration": {
|
|
21268
|
+
"name": "foundationListboxStyles",
|
|
21269
|
+
"module": "src/listbox/listbox.styles.ts"
|
|
21270
|
+
}
|
|
21271
|
+
}
|
|
21272
|
+
]
|
|
21273
|
+
},
|
|
21274
|
+
{
|
|
21275
|
+
"kind": "javascript-module",
|
|
21276
|
+
"path": "src/listbox/listbox.template.ts",
|
|
21277
|
+
"declarations": [
|
|
21278
|
+
{
|
|
21279
|
+
"kind": "function",
|
|
21280
|
+
"name": "foundationListboxTemplate",
|
|
21281
|
+
"return": {
|
|
21282
|
+
"type": {
|
|
21283
|
+
"text": "ViewTemplate<Listbox>"
|
|
21284
|
+
}
|
|
21285
|
+
},
|
|
21286
|
+
"parameters": [
|
|
21287
|
+
{
|
|
21288
|
+
"name": "context",
|
|
21289
|
+
"type": {
|
|
21290
|
+
"text": "ElementDefinitionContext"
|
|
21291
|
+
}
|
|
21292
|
+
},
|
|
21293
|
+
{
|
|
21294
|
+
"name": "definition",
|
|
21295
|
+
"type": {
|
|
21296
|
+
"text": "FoundationElementDefinition"
|
|
21297
|
+
}
|
|
21298
|
+
}
|
|
21299
|
+
]
|
|
21300
|
+
}
|
|
21301
|
+
],
|
|
21302
|
+
"exports": [
|
|
21303
|
+
{
|
|
21304
|
+
"kind": "js",
|
|
21305
|
+
"name": "foundationListboxTemplate",
|
|
21306
|
+
"declaration": {
|
|
21307
|
+
"name": "foundationListboxTemplate",
|
|
21308
|
+
"module": "src/listbox/listbox.template.ts"
|
|
21309
|
+
}
|
|
21310
|
+
}
|
|
21311
|
+
]
|
|
21312
|
+
},
|
|
21313
|
+
{
|
|
21314
|
+
"kind": "javascript-module",
|
|
21315
|
+
"path": "src/listbox/listbox.ts",
|
|
21316
|
+
"declarations": [
|
|
21317
|
+
{
|
|
21318
|
+
"kind": "class",
|
|
21319
|
+
"description": "",
|
|
21320
|
+
"name": "Listbox",
|
|
21321
|
+
"superclass": {
|
|
21322
|
+
"name": "FASTListbox",
|
|
21323
|
+
"package": "@microsoft/fast-components"
|
|
21324
|
+
},
|
|
21325
|
+
"tagName": "%%prefix%%-listbox",
|
|
21326
|
+
"customElement": true,
|
|
21327
|
+
"attributes": [
|
|
21328
|
+
{
|
|
21329
|
+
"type": {
|
|
21330
|
+
"text": "boolean"
|
|
21331
|
+
},
|
|
21332
|
+
"description": "The disabled state of the listbox.",
|
|
21333
|
+
"fieldName": "disabled",
|
|
21334
|
+
"inheritedFrom": {
|
|
21335
|
+
"name": "Listbox",
|
|
21336
|
+
"module": "src/listbox/listbox.ts"
|
|
21337
|
+
}
|
|
21338
|
+
}
|
|
21339
|
+
],
|
|
21340
|
+
"members": [
|
|
21341
|
+
{
|
|
21342
|
+
"kind": "field",
|
|
21343
|
+
"name": "length",
|
|
21344
|
+
"type": {
|
|
21345
|
+
"text": "number"
|
|
21346
|
+
},
|
|
21347
|
+
"privacy": "public",
|
|
21348
|
+
"description": "The number of options.",
|
|
21349
|
+
"inheritedFrom": {
|
|
21350
|
+
"name": "Listbox",
|
|
21351
|
+
"module": "src/listbox/listbox.ts"
|
|
21352
|
+
}
|
|
21353
|
+
},
|
|
21354
|
+
{
|
|
21355
|
+
"kind": "field",
|
|
21356
|
+
"name": "options",
|
|
21357
|
+
"type": {
|
|
21358
|
+
"text": "ListboxOption[]"
|
|
21359
|
+
},
|
|
21360
|
+
"privacy": "public",
|
|
21361
|
+
"description": "The list of options.",
|
|
21362
|
+
"inheritedFrom": {
|
|
21363
|
+
"name": "Listbox",
|
|
21364
|
+
"module": "src/listbox/listbox.ts"
|
|
21365
|
+
}
|
|
21366
|
+
},
|
|
21367
|
+
{
|
|
21368
|
+
"kind": "field",
|
|
21369
|
+
"name": "typeAheadExpired",
|
|
21370
|
+
"privacy": "protected",
|
|
21371
|
+
"inheritedFrom": {
|
|
21372
|
+
"name": "Listbox",
|
|
21373
|
+
"module": "src/listbox/listbox.ts"
|
|
21374
|
+
}
|
|
21375
|
+
},
|
|
21376
|
+
{
|
|
21377
|
+
"kind": "field",
|
|
21378
|
+
"name": "disabled",
|
|
21379
|
+
"type": {
|
|
21380
|
+
"text": "boolean"
|
|
21381
|
+
},
|
|
21382
|
+
"privacy": "public",
|
|
21383
|
+
"description": "The disabled state of the listbox.",
|
|
21384
|
+
"inheritedFrom": {
|
|
21385
|
+
"name": "Listbox",
|
|
21386
|
+
"module": "src/listbox/listbox.ts"
|
|
21387
|
+
}
|
|
21388
|
+
},
|
|
21389
|
+
{
|
|
21390
|
+
"kind": "field",
|
|
21391
|
+
"name": "selectedIndex",
|
|
21392
|
+
"type": {
|
|
21393
|
+
"text": "number"
|
|
21394
|
+
},
|
|
21395
|
+
"privacy": "public",
|
|
21396
|
+
"default": "-1",
|
|
21397
|
+
"description": "The index of the selected option.",
|
|
21398
|
+
"inheritedFrom": {
|
|
21399
|
+
"name": "Listbox",
|
|
21400
|
+
"module": "src/listbox/listbox.ts"
|
|
21401
|
+
}
|
|
21402
|
+
},
|
|
21403
|
+
{
|
|
21404
|
+
"kind": "field",
|
|
21405
|
+
"name": "selectedOptions",
|
|
21406
|
+
"type": {
|
|
21407
|
+
"text": "ListboxOption[]"
|
|
21408
|
+
},
|
|
21409
|
+
"privacy": "public",
|
|
21410
|
+
"default": "[]",
|
|
21411
|
+
"description": "A collection of the selected options.",
|
|
21412
|
+
"inheritedFrom": {
|
|
21413
|
+
"name": "Listbox",
|
|
21414
|
+
"module": "src/listbox/listbox.ts"
|
|
21415
|
+
}
|
|
21416
|
+
},
|
|
21417
|
+
{
|
|
21418
|
+
"kind": "field",
|
|
21419
|
+
"name": "slottedOptionFilter",
|
|
21420
|
+
"privacy": "public",
|
|
21421
|
+
"static": true,
|
|
21422
|
+
"description": "A static filter to include only selectable options.",
|
|
21423
|
+
"parameters": [
|
|
21424
|
+
{
|
|
21425
|
+
"description": "element to filter",
|
|
21426
|
+
"name": "n"
|
|
21427
|
+
}
|
|
21428
|
+
],
|
|
21429
|
+
"inheritedFrom": {
|
|
21430
|
+
"name": "Listbox",
|
|
21431
|
+
"module": "src/listbox/listbox.ts"
|
|
21432
|
+
}
|
|
21433
|
+
},
|
|
21434
|
+
{
|
|
21435
|
+
"kind": "method",
|
|
21436
|
+
"name": "selectFirstOption",
|
|
21437
|
+
"privacy": "public",
|
|
21438
|
+
"return": {
|
|
21439
|
+
"type": {
|
|
21440
|
+
"text": "void"
|
|
21441
|
+
}
|
|
21442
|
+
},
|
|
21443
|
+
"description": "Moves focus to the first selectable option.",
|
|
21444
|
+
"inheritedFrom": {
|
|
21445
|
+
"name": "Listbox",
|
|
21446
|
+
"module": "src/listbox/listbox.ts"
|
|
21447
|
+
}
|
|
21448
|
+
},
|
|
21449
|
+
{
|
|
21450
|
+
"kind": "method",
|
|
21451
|
+
"name": "setSelectedOptions",
|
|
21452
|
+
"privacy": "public",
|
|
21453
|
+
"description": "Sets an option as selected and gives it focus.",
|
|
21454
|
+
"inheritedFrom": {
|
|
21455
|
+
"name": "Listbox",
|
|
21456
|
+
"module": "src/listbox/listbox.ts"
|
|
21457
|
+
}
|
|
21458
|
+
},
|
|
21459
|
+
{
|
|
21460
|
+
"kind": "field",
|
|
21461
|
+
"name": "_presentation",
|
|
21462
|
+
"type": {
|
|
21463
|
+
"text": "ComponentPresentation | null | undefined"
|
|
21464
|
+
},
|
|
21465
|
+
"privacy": "private",
|
|
21466
|
+
"default": "void 0",
|
|
21467
|
+
"inheritedFrom": {
|
|
21468
|
+
"name": "FoundationElement",
|
|
21469
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
21470
|
+
}
|
|
21471
|
+
},
|
|
21472
|
+
{
|
|
21473
|
+
"kind": "field",
|
|
21474
|
+
"name": "$presentation",
|
|
21475
|
+
"type": {
|
|
21476
|
+
"text": "ComponentPresentation | null"
|
|
21477
|
+
},
|
|
21478
|
+
"privacy": "public",
|
|
21479
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
21480
|
+
"inheritedFrom": {
|
|
21481
|
+
"name": "FoundationElement",
|
|
21482
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
21483
|
+
}
|
|
21484
|
+
},
|
|
21485
|
+
{
|
|
21486
|
+
"kind": "field",
|
|
21487
|
+
"name": "template",
|
|
21488
|
+
"type": {
|
|
21489
|
+
"text": "ElementViewTemplate | void | null"
|
|
21490
|
+
},
|
|
21491
|
+
"privacy": "public",
|
|
21492
|
+
"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.",
|
|
21493
|
+
"inheritedFrom": {
|
|
21494
|
+
"name": "FoundationElement",
|
|
21495
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
21496
|
+
}
|
|
21497
|
+
},
|
|
21498
|
+
{
|
|
21499
|
+
"kind": "method",
|
|
21500
|
+
"name": "templateChanged",
|
|
21501
|
+
"privacy": "protected",
|
|
21502
|
+
"return": {
|
|
21503
|
+
"type": {
|
|
21504
|
+
"text": "void"
|
|
21505
|
+
}
|
|
21506
|
+
},
|
|
21507
|
+
"inheritedFrom": {
|
|
21508
|
+
"name": "FoundationElement",
|
|
21509
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
21510
|
+
}
|
|
21511
|
+
},
|
|
21512
|
+
{
|
|
21513
|
+
"kind": "field",
|
|
21514
|
+
"name": "styles",
|
|
21515
|
+
"type": {
|
|
21516
|
+
"text": "ElementStyles | void | null"
|
|
21517
|
+
},
|
|
21518
|
+
"privacy": "public",
|
|
21519
|
+
"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.",
|
|
21520
|
+
"inheritedFrom": {
|
|
21521
|
+
"name": "FoundationElement",
|
|
21522
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
21523
|
+
}
|
|
21524
|
+
},
|
|
21525
|
+
{
|
|
21526
|
+
"kind": "method",
|
|
21527
|
+
"name": "stylesChanged",
|
|
21528
|
+
"privacy": "protected",
|
|
21529
|
+
"return": {
|
|
21530
|
+
"type": {
|
|
21531
|
+
"text": "void"
|
|
21532
|
+
}
|
|
21533
|
+
},
|
|
21534
|
+
"inheritedFrom": {
|
|
21535
|
+
"name": "FoundationElement",
|
|
21536
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
21537
|
+
}
|
|
21538
|
+
},
|
|
21539
|
+
{
|
|
21540
|
+
"kind": "method",
|
|
21541
|
+
"name": "compose",
|
|
21542
|
+
"privacy": "public",
|
|
21543
|
+
"static": true,
|
|
21544
|
+
"return": {
|
|
21545
|
+
"type": {
|
|
21546
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
21547
|
+
}
|
|
21548
|
+
},
|
|
21549
|
+
"parameters": [
|
|
21550
|
+
{
|
|
21551
|
+
"name": "this",
|
|
21552
|
+
"type": {
|
|
21553
|
+
"text": "K"
|
|
21554
|
+
}
|
|
21555
|
+
},
|
|
21556
|
+
{
|
|
21557
|
+
"name": "elementDefinition",
|
|
21558
|
+
"type": {
|
|
21559
|
+
"text": "T"
|
|
21560
|
+
},
|
|
21561
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
21562
|
+
}
|
|
21563
|
+
],
|
|
21564
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
21565
|
+
"inheritedFrom": {
|
|
21566
|
+
"name": "FoundationElement",
|
|
21567
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
21568
|
+
}
|
|
21569
|
+
}
|
|
21570
|
+
]
|
|
21571
|
+
},
|
|
21572
|
+
{
|
|
21573
|
+
"kind": "variable",
|
|
21574
|
+
"name": "foundationListboxShadowOptions",
|
|
21575
|
+
"type": {
|
|
21576
|
+
"text": "ShadowRootInit"
|
|
21577
|
+
},
|
|
21578
|
+
"default": "undefined"
|
|
21138
21579
|
},
|
|
21139
21580
|
{
|
|
21140
|
-
"kind": "
|
|
21141
|
-
"name": "
|
|
21142
|
-
"
|
|
21143
|
-
"
|
|
21144
|
-
|
|
21145
|
-
}
|
|
21581
|
+
"kind": "variable",
|
|
21582
|
+
"name": "defaultListboxConfig",
|
|
21583
|
+
"type": {
|
|
21584
|
+
"text": "object"
|
|
21585
|
+
},
|
|
21586
|
+
"default": "{}"
|
|
21146
21587
|
},
|
|
21147
21588
|
{
|
|
21148
|
-
"kind": "
|
|
21149
|
-
"name": "
|
|
21150
|
-
|
|
21151
|
-
|
|
21152
|
-
|
|
21153
|
-
}
|
|
21154
|
-
},
|
|
21589
|
+
"kind": "variable",
|
|
21590
|
+
"name": "foundationListbox"
|
|
21591
|
+
}
|
|
21592
|
+
],
|
|
21593
|
+
"exports": [
|
|
21155
21594
|
{
|
|
21156
21595
|
"kind": "js",
|
|
21157
|
-
"name": "
|
|
21596
|
+
"name": "Listbox",
|
|
21158
21597
|
"declaration": {
|
|
21159
|
-
"name": "
|
|
21160
|
-
"module": "src/
|
|
21598
|
+
"name": "Listbox",
|
|
21599
|
+
"module": "src/listbox/listbox.ts"
|
|
21161
21600
|
}
|
|
21162
21601
|
},
|
|
21163
21602
|
{
|
|
21164
21603
|
"kind": "js",
|
|
21165
|
-
"name": "
|
|
21166
|
-
"declaration": {
|
|
21167
|
-
"name": "foundationIcon",
|
|
21168
|
-
"module": "src/icon/icon.ts"
|
|
21169
|
-
}
|
|
21170
|
-
}
|
|
21171
|
-
]
|
|
21172
|
-
},
|
|
21173
|
-
{
|
|
21174
|
-
"kind": "javascript-module",
|
|
21175
|
-
"path": "src/icon/index.ts",
|
|
21176
|
-
"declarations": [],
|
|
21177
|
-
"exports": [
|
|
21178
|
-
{
|
|
21179
|
-
"kind": "js",
|
|
21180
|
-
"name": "*",
|
|
21604
|
+
"name": "foundationListboxShadowOptions",
|
|
21181
21605
|
"declaration": {
|
|
21182
|
-
"name": "
|
|
21183
|
-
"
|
|
21606
|
+
"name": "foundationListboxShadowOptions",
|
|
21607
|
+
"module": "src/listbox/listbox.ts"
|
|
21184
21608
|
}
|
|
21185
21609
|
},
|
|
21186
21610
|
{
|
|
21187
21611
|
"kind": "js",
|
|
21188
|
-
"name": "
|
|
21612
|
+
"name": "defaultListboxConfig",
|
|
21189
21613
|
"declaration": {
|
|
21190
|
-
"name": "
|
|
21191
|
-
"
|
|
21614
|
+
"name": "defaultListboxConfig",
|
|
21615
|
+
"module": "src/listbox/listbox.ts"
|
|
21192
21616
|
}
|
|
21193
21617
|
},
|
|
21194
21618
|
{
|
|
21195
21619
|
"kind": "js",
|
|
21196
|
-
"name": "
|
|
21620
|
+
"name": "foundationListbox",
|
|
21197
21621
|
"declaration": {
|
|
21198
|
-
"name": "
|
|
21199
|
-
"
|
|
21622
|
+
"name": "foundationListbox",
|
|
21623
|
+
"module": "src/listbox/listbox.ts"
|
|
21200
21624
|
}
|
|
21201
21625
|
}
|
|
21202
21626
|
]
|
|
@@ -21821,430 +22245,6 @@
|
|
|
21821
22245
|
}
|
|
21822
22246
|
]
|
|
21823
22247
|
},
|
|
21824
|
-
{
|
|
21825
|
-
"kind": "javascript-module",
|
|
21826
|
-
"path": "src/listbox/index.ts",
|
|
21827
|
-
"declarations": [],
|
|
21828
|
-
"exports": [
|
|
21829
|
-
{
|
|
21830
|
-
"kind": "js",
|
|
21831
|
-
"name": "*",
|
|
21832
|
-
"declaration": {
|
|
21833
|
-
"name": "*",
|
|
21834
|
-
"package": "./listbox.template"
|
|
21835
|
-
}
|
|
21836
|
-
},
|
|
21837
|
-
{
|
|
21838
|
-
"kind": "js",
|
|
21839
|
-
"name": "*",
|
|
21840
|
-
"declaration": {
|
|
21841
|
-
"name": "*",
|
|
21842
|
-
"package": "./listbox.styles"
|
|
21843
|
-
}
|
|
21844
|
-
},
|
|
21845
|
-
{
|
|
21846
|
-
"kind": "js",
|
|
21847
|
-
"name": "*",
|
|
21848
|
-
"declaration": {
|
|
21849
|
-
"name": "*",
|
|
21850
|
-
"package": "./listbox"
|
|
21851
|
-
}
|
|
21852
|
-
}
|
|
21853
|
-
]
|
|
21854
|
-
},
|
|
21855
|
-
{
|
|
21856
|
-
"kind": "javascript-module",
|
|
21857
|
-
"path": "src/listbox/listbox.styles.ts",
|
|
21858
|
-
"declarations": [
|
|
21859
|
-
{
|
|
21860
|
-
"kind": "function",
|
|
21861
|
-
"name": "foundationListboxStyles",
|
|
21862
|
-
"return": {
|
|
21863
|
-
"type": {
|
|
21864
|
-
"text": "ElementStyles"
|
|
21865
|
-
}
|
|
21866
|
-
},
|
|
21867
|
-
"parameters": [
|
|
21868
|
-
{
|
|
21869
|
-
"name": "context",
|
|
21870
|
-
"type": {
|
|
21871
|
-
"text": "ElementDefinitionContext"
|
|
21872
|
-
}
|
|
21873
|
-
},
|
|
21874
|
-
{
|
|
21875
|
-
"name": "definition",
|
|
21876
|
-
"type": {
|
|
21877
|
-
"text": "FoundationElementDefinition"
|
|
21878
|
-
}
|
|
21879
|
-
}
|
|
21880
|
-
]
|
|
21881
|
-
}
|
|
21882
|
-
],
|
|
21883
|
-
"exports": [
|
|
21884
|
-
{
|
|
21885
|
-
"kind": "js",
|
|
21886
|
-
"name": "foundationListboxStyles",
|
|
21887
|
-
"declaration": {
|
|
21888
|
-
"name": "foundationListboxStyles",
|
|
21889
|
-
"module": "src/listbox/listbox.styles.ts"
|
|
21890
|
-
}
|
|
21891
|
-
}
|
|
21892
|
-
]
|
|
21893
|
-
},
|
|
21894
|
-
{
|
|
21895
|
-
"kind": "javascript-module",
|
|
21896
|
-
"path": "src/listbox/listbox.template.ts",
|
|
21897
|
-
"declarations": [
|
|
21898
|
-
{
|
|
21899
|
-
"kind": "function",
|
|
21900
|
-
"name": "foundationListboxTemplate",
|
|
21901
|
-
"return": {
|
|
21902
|
-
"type": {
|
|
21903
|
-
"text": "ViewTemplate<Listbox>"
|
|
21904
|
-
}
|
|
21905
|
-
},
|
|
21906
|
-
"parameters": [
|
|
21907
|
-
{
|
|
21908
|
-
"name": "context",
|
|
21909
|
-
"type": {
|
|
21910
|
-
"text": "ElementDefinitionContext"
|
|
21911
|
-
}
|
|
21912
|
-
},
|
|
21913
|
-
{
|
|
21914
|
-
"name": "definition",
|
|
21915
|
-
"type": {
|
|
21916
|
-
"text": "FoundationElementDefinition"
|
|
21917
|
-
}
|
|
21918
|
-
}
|
|
21919
|
-
]
|
|
21920
|
-
}
|
|
21921
|
-
],
|
|
21922
|
-
"exports": [
|
|
21923
|
-
{
|
|
21924
|
-
"kind": "js",
|
|
21925
|
-
"name": "foundationListboxTemplate",
|
|
21926
|
-
"declaration": {
|
|
21927
|
-
"name": "foundationListboxTemplate",
|
|
21928
|
-
"module": "src/listbox/listbox.template.ts"
|
|
21929
|
-
}
|
|
21930
|
-
}
|
|
21931
|
-
]
|
|
21932
|
-
},
|
|
21933
|
-
{
|
|
21934
|
-
"kind": "javascript-module",
|
|
21935
|
-
"path": "src/listbox/listbox.ts",
|
|
21936
|
-
"declarations": [
|
|
21937
|
-
{
|
|
21938
|
-
"kind": "class",
|
|
21939
|
-
"description": "",
|
|
21940
|
-
"name": "Listbox",
|
|
21941
|
-
"superclass": {
|
|
21942
|
-
"name": "FASTListbox",
|
|
21943
|
-
"package": "@microsoft/fast-components"
|
|
21944
|
-
},
|
|
21945
|
-
"tagName": "%%prefix%%-listbox",
|
|
21946
|
-
"customElement": true,
|
|
21947
|
-
"attributes": [
|
|
21948
|
-
{
|
|
21949
|
-
"type": {
|
|
21950
|
-
"text": "boolean"
|
|
21951
|
-
},
|
|
21952
|
-
"description": "The disabled state of the listbox.",
|
|
21953
|
-
"fieldName": "disabled",
|
|
21954
|
-
"inheritedFrom": {
|
|
21955
|
-
"name": "Listbox",
|
|
21956
|
-
"module": "src/listbox/listbox.ts"
|
|
21957
|
-
}
|
|
21958
|
-
}
|
|
21959
|
-
],
|
|
21960
|
-
"members": [
|
|
21961
|
-
{
|
|
21962
|
-
"kind": "field",
|
|
21963
|
-
"name": "length",
|
|
21964
|
-
"type": {
|
|
21965
|
-
"text": "number"
|
|
21966
|
-
},
|
|
21967
|
-
"privacy": "public",
|
|
21968
|
-
"description": "The number of options.",
|
|
21969
|
-
"inheritedFrom": {
|
|
21970
|
-
"name": "Listbox",
|
|
21971
|
-
"module": "src/listbox/listbox.ts"
|
|
21972
|
-
}
|
|
21973
|
-
},
|
|
21974
|
-
{
|
|
21975
|
-
"kind": "field",
|
|
21976
|
-
"name": "options",
|
|
21977
|
-
"type": {
|
|
21978
|
-
"text": "ListboxOption[]"
|
|
21979
|
-
},
|
|
21980
|
-
"privacy": "public",
|
|
21981
|
-
"description": "The list of options.",
|
|
21982
|
-
"inheritedFrom": {
|
|
21983
|
-
"name": "Listbox",
|
|
21984
|
-
"module": "src/listbox/listbox.ts"
|
|
21985
|
-
}
|
|
21986
|
-
},
|
|
21987
|
-
{
|
|
21988
|
-
"kind": "field",
|
|
21989
|
-
"name": "typeAheadExpired",
|
|
21990
|
-
"privacy": "protected",
|
|
21991
|
-
"inheritedFrom": {
|
|
21992
|
-
"name": "Listbox",
|
|
21993
|
-
"module": "src/listbox/listbox.ts"
|
|
21994
|
-
}
|
|
21995
|
-
},
|
|
21996
|
-
{
|
|
21997
|
-
"kind": "field",
|
|
21998
|
-
"name": "disabled",
|
|
21999
|
-
"type": {
|
|
22000
|
-
"text": "boolean"
|
|
22001
|
-
},
|
|
22002
|
-
"privacy": "public",
|
|
22003
|
-
"description": "The disabled state of the listbox.",
|
|
22004
|
-
"inheritedFrom": {
|
|
22005
|
-
"name": "Listbox",
|
|
22006
|
-
"module": "src/listbox/listbox.ts"
|
|
22007
|
-
}
|
|
22008
|
-
},
|
|
22009
|
-
{
|
|
22010
|
-
"kind": "field",
|
|
22011
|
-
"name": "selectedIndex",
|
|
22012
|
-
"type": {
|
|
22013
|
-
"text": "number"
|
|
22014
|
-
},
|
|
22015
|
-
"privacy": "public",
|
|
22016
|
-
"default": "-1",
|
|
22017
|
-
"description": "The index of the selected option.",
|
|
22018
|
-
"inheritedFrom": {
|
|
22019
|
-
"name": "Listbox",
|
|
22020
|
-
"module": "src/listbox/listbox.ts"
|
|
22021
|
-
}
|
|
22022
|
-
},
|
|
22023
|
-
{
|
|
22024
|
-
"kind": "field",
|
|
22025
|
-
"name": "selectedOptions",
|
|
22026
|
-
"type": {
|
|
22027
|
-
"text": "ListboxOption[]"
|
|
22028
|
-
},
|
|
22029
|
-
"privacy": "public",
|
|
22030
|
-
"default": "[]",
|
|
22031
|
-
"description": "A collection of the selected options.",
|
|
22032
|
-
"inheritedFrom": {
|
|
22033
|
-
"name": "Listbox",
|
|
22034
|
-
"module": "src/listbox/listbox.ts"
|
|
22035
|
-
}
|
|
22036
|
-
},
|
|
22037
|
-
{
|
|
22038
|
-
"kind": "field",
|
|
22039
|
-
"name": "slottedOptionFilter",
|
|
22040
|
-
"privacy": "public",
|
|
22041
|
-
"static": true,
|
|
22042
|
-
"description": "A static filter to include only selectable options.",
|
|
22043
|
-
"parameters": [
|
|
22044
|
-
{
|
|
22045
|
-
"description": "element to filter",
|
|
22046
|
-
"name": "n"
|
|
22047
|
-
}
|
|
22048
|
-
],
|
|
22049
|
-
"inheritedFrom": {
|
|
22050
|
-
"name": "Listbox",
|
|
22051
|
-
"module": "src/listbox/listbox.ts"
|
|
22052
|
-
}
|
|
22053
|
-
},
|
|
22054
|
-
{
|
|
22055
|
-
"kind": "method",
|
|
22056
|
-
"name": "selectFirstOption",
|
|
22057
|
-
"privacy": "public",
|
|
22058
|
-
"return": {
|
|
22059
|
-
"type": {
|
|
22060
|
-
"text": "void"
|
|
22061
|
-
}
|
|
22062
|
-
},
|
|
22063
|
-
"description": "Moves focus to the first selectable option.",
|
|
22064
|
-
"inheritedFrom": {
|
|
22065
|
-
"name": "Listbox",
|
|
22066
|
-
"module": "src/listbox/listbox.ts"
|
|
22067
|
-
}
|
|
22068
|
-
},
|
|
22069
|
-
{
|
|
22070
|
-
"kind": "method",
|
|
22071
|
-
"name": "setSelectedOptions",
|
|
22072
|
-
"privacy": "public",
|
|
22073
|
-
"description": "Sets an option as selected and gives it focus.",
|
|
22074
|
-
"inheritedFrom": {
|
|
22075
|
-
"name": "Listbox",
|
|
22076
|
-
"module": "src/listbox/listbox.ts"
|
|
22077
|
-
}
|
|
22078
|
-
},
|
|
22079
|
-
{
|
|
22080
|
-
"kind": "field",
|
|
22081
|
-
"name": "_presentation",
|
|
22082
|
-
"type": {
|
|
22083
|
-
"text": "ComponentPresentation | null | undefined"
|
|
22084
|
-
},
|
|
22085
|
-
"privacy": "private",
|
|
22086
|
-
"default": "void 0",
|
|
22087
|
-
"inheritedFrom": {
|
|
22088
|
-
"name": "FoundationElement",
|
|
22089
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
22090
|
-
}
|
|
22091
|
-
},
|
|
22092
|
-
{
|
|
22093
|
-
"kind": "field",
|
|
22094
|
-
"name": "$presentation",
|
|
22095
|
-
"type": {
|
|
22096
|
-
"text": "ComponentPresentation | null"
|
|
22097
|
-
},
|
|
22098
|
-
"privacy": "public",
|
|
22099
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
22100
|
-
"inheritedFrom": {
|
|
22101
|
-
"name": "FoundationElement",
|
|
22102
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
22103
|
-
}
|
|
22104
|
-
},
|
|
22105
|
-
{
|
|
22106
|
-
"kind": "field",
|
|
22107
|
-
"name": "template",
|
|
22108
|
-
"type": {
|
|
22109
|
-
"text": "ElementViewTemplate | void | null"
|
|
22110
|
-
},
|
|
22111
|
-
"privacy": "public",
|
|
22112
|
-
"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.",
|
|
22113
|
-
"inheritedFrom": {
|
|
22114
|
-
"name": "FoundationElement",
|
|
22115
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
22116
|
-
}
|
|
22117
|
-
},
|
|
22118
|
-
{
|
|
22119
|
-
"kind": "method",
|
|
22120
|
-
"name": "templateChanged",
|
|
22121
|
-
"privacy": "protected",
|
|
22122
|
-
"return": {
|
|
22123
|
-
"type": {
|
|
22124
|
-
"text": "void"
|
|
22125
|
-
}
|
|
22126
|
-
},
|
|
22127
|
-
"inheritedFrom": {
|
|
22128
|
-
"name": "FoundationElement",
|
|
22129
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
22130
|
-
}
|
|
22131
|
-
},
|
|
22132
|
-
{
|
|
22133
|
-
"kind": "field",
|
|
22134
|
-
"name": "styles",
|
|
22135
|
-
"type": {
|
|
22136
|
-
"text": "ElementStyles | void | null"
|
|
22137
|
-
},
|
|
22138
|
-
"privacy": "public",
|
|
22139
|
-
"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.",
|
|
22140
|
-
"inheritedFrom": {
|
|
22141
|
-
"name": "FoundationElement",
|
|
22142
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
22143
|
-
}
|
|
22144
|
-
},
|
|
22145
|
-
{
|
|
22146
|
-
"kind": "method",
|
|
22147
|
-
"name": "stylesChanged",
|
|
22148
|
-
"privacy": "protected",
|
|
22149
|
-
"return": {
|
|
22150
|
-
"type": {
|
|
22151
|
-
"text": "void"
|
|
22152
|
-
}
|
|
22153
|
-
},
|
|
22154
|
-
"inheritedFrom": {
|
|
22155
|
-
"name": "FoundationElement",
|
|
22156
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
22157
|
-
}
|
|
22158
|
-
},
|
|
22159
|
-
{
|
|
22160
|
-
"kind": "method",
|
|
22161
|
-
"name": "compose",
|
|
22162
|
-
"privacy": "public",
|
|
22163
|
-
"static": true,
|
|
22164
|
-
"return": {
|
|
22165
|
-
"type": {
|
|
22166
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
22167
|
-
}
|
|
22168
|
-
},
|
|
22169
|
-
"parameters": [
|
|
22170
|
-
{
|
|
22171
|
-
"name": "this",
|
|
22172
|
-
"type": {
|
|
22173
|
-
"text": "K"
|
|
22174
|
-
}
|
|
22175
|
-
},
|
|
22176
|
-
{
|
|
22177
|
-
"name": "elementDefinition",
|
|
22178
|
-
"type": {
|
|
22179
|
-
"text": "T"
|
|
22180
|
-
},
|
|
22181
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
22182
|
-
}
|
|
22183
|
-
],
|
|
22184
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
22185
|
-
"inheritedFrom": {
|
|
22186
|
-
"name": "FoundationElement",
|
|
22187
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
22188
|
-
}
|
|
22189
|
-
}
|
|
22190
|
-
]
|
|
22191
|
-
},
|
|
22192
|
-
{
|
|
22193
|
-
"kind": "variable",
|
|
22194
|
-
"name": "foundationListboxShadowOptions",
|
|
22195
|
-
"type": {
|
|
22196
|
-
"text": "ShadowRootInit"
|
|
22197
|
-
},
|
|
22198
|
-
"default": "undefined"
|
|
22199
|
-
},
|
|
22200
|
-
{
|
|
22201
|
-
"kind": "variable",
|
|
22202
|
-
"name": "defaultListboxConfig",
|
|
22203
|
-
"type": {
|
|
22204
|
-
"text": "object"
|
|
22205
|
-
},
|
|
22206
|
-
"default": "{}"
|
|
22207
|
-
},
|
|
22208
|
-
{
|
|
22209
|
-
"kind": "variable",
|
|
22210
|
-
"name": "foundationListbox"
|
|
22211
|
-
}
|
|
22212
|
-
],
|
|
22213
|
-
"exports": [
|
|
22214
|
-
{
|
|
22215
|
-
"kind": "js",
|
|
22216
|
-
"name": "Listbox",
|
|
22217
|
-
"declaration": {
|
|
22218
|
-
"name": "Listbox",
|
|
22219
|
-
"module": "src/listbox/listbox.ts"
|
|
22220
|
-
}
|
|
22221
|
-
},
|
|
22222
|
-
{
|
|
22223
|
-
"kind": "js",
|
|
22224
|
-
"name": "foundationListboxShadowOptions",
|
|
22225
|
-
"declaration": {
|
|
22226
|
-
"name": "foundationListboxShadowOptions",
|
|
22227
|
-
"module": "src/listbox/listbox.ts"
|
|
22228
|
-
}
|
|
22229
|
-
},
|
|
22230
|
-
{
|
|
22231
|
-
"kind": "js",
|
|
22232
|
-
"name": "defaultListboxConfig",
|
|
22233
|
-
"declaration": {
|
|
22234
|
-
"name": "defaultListboxConfig",
|
|
22235
|
-
"module": "src/listbox/listbox.ts"
|
|
22236
|
-
}
|
|
22237
|
-
},
|
|
22238
|
-
{
|
|
22239
|
-
"kind": "js",
|
|
22240
|
-
"name": "foundationListbox",
|
|
22241
|
-
"declaration": {
|
|
22242
|
-
"name": "foundationListbox",
|
|
22243
|
-
"module": "src/listbox/listbox.ts"
|
|
22244
|
-
}
|
|
22245
|
-
}
|
|
22246
|
-
]
|
|
22247
|
-
},
|
|
22248
22248
|
{
|
|
22249
22249
|
"kind": "javascript-module",
|
|
22250
22250
|
"path": "src/menu/index.ts",
|
|
@@ -39117,390 +39117,6 @@
|
|
|
39117
39117
|
}
|
|
39118
39118
|
]
|
|
39119
39119
|
},
|
|
39120
|
-
{
|
|
39121
|
-
"kind": "javascript-module",
|
|
39122
|
-
"path": "src/toolbar/index.ts",
|
|
39123
|
-
"declarations": [],
|
|
39124
|
-
"exports": [
|
|
39125
|
-
{
|
|
39126
|
-
"kind": "js",
|
|
39127
|
-
"name": "*",
|
|
39128
|
-
"declaration": {
|
|
39129
|
-
"name": "*",
|
|
39130
|
-
"package": "./toolbar.template"
|
|
39131
|
-
}
|
|
39132
|
-
},
|
|
39133
|
-
{
|
|
39134
|
-
"kind": "js",
|
|
39135
|
-
"name": "*",
|
|
39136
|
-
"declaration": {
|
|
39137
|
-
"name": "*",
|
|
39138
|
-
"package": "./toolbar.styles"
|
|
39139
|
-
}
|
|
39140
|
-
},
|
|
39141
|
-
{
|
|
39142
|
-
"kind": "js",
|
|
39143
|
-
"name": "*",
|
|
39144
|
-
"declaration": {
|
|
39145
|
-
"name": "*",
|
|
39146
|
-
"package": "./toolbar"
|
|
39147
|
-
}
|
|
39148
|
-
}
|
|
39149
|
-
]
|
|
39150
|
-
},
|
|
39151
|
-
{
|
|
39152
|
-
"kind": "javascript-module",
|
|
39153
|
-
"path": "src/toolbar/toolbar.styles.ts",
|
|
39154
|
-
"declarations": [
|
|
39155
|
-
{
|
|
39156
|
-
"kind": "function",
|
|
39157
|
-
"name": "foundationToolbarStyles",
|
|
39158
|
-
"return": {
|
|
39159
|
-
"type": {
|
|
39160
|
-
"text": "ElementStyles"
|
|
39161
|
-
}
|
|
39162
|
-
},
|
|
39163
|
-
"parameters": [
|
|
39164
|
-
{
|
|
39165
|
-
"name": "context",
|
|
39166
|
-
"type": {
|
|
39167
|
-
"text": "ElementDefinitionContext"
|
|
39168
|
-
}
|
|
39169
|
-
},
|
|
39170
|
-
{
|
|
39171
|
-
"name": "definition",
|
|
39172
|
-
"type": {
|
|
39173
|
-
"text": "FoundationElementDefinition"
|
|
39174
|
-
}
|
|
39175
|
-
}
|
|
39176
|
-
]
|
|
39177
|
-
}
|
|
39178
|
-
],
|
|
39179
|
-
"exports": [
|
|
39180
|
-
{
|
|
39181
|
-
"kind": "js",
|
|
39182
|
-
"name": "foundationToolbarStyles",
|
|
39183
|
-
"declaration": {
|
|
39184
|
-
"name": "foundationToolbarStyles",
|
|
39185
|
-
"module": "src/toolbar/toolbar.styles.ts"
|
|
39186
|
-
}
|
|
39187
|
-
}
|
|
39188
|
-
]
|
|
39189
|
-
},
|
|
39190
|
-
{
|
|
39191
|
-
"kind": "javascript-module",
|
|
39192
|
-
"path": "src/toolbar/toolbar.template.ts",
|
|
39193
|
-
"declarations": [
|
|
39194
|
-
{
|
|
39195
|
-
"kind": "function",
|
|
39196
|
-
"name": "foundationToolbarTemplate",
|
|
39197
|
-
"return": {
|
|
39198
|
-
"type": {
|
|
39199
|
-
"text": "ViewTemplate<Toolbar>"
|
|
39200
|
-
}
|
|
39201
|
-
},
|
|
39202
|
-
"parameters": [
|
|
39203
|
-
{
|
|
39204
|
-
"name": "context",
|
|
39205
|
-
"type": {
|
|
39206
|
-
"text": "ElementDefinitionContext"
|
|
39207
|
-
}
|
|
39208
|
-
},
|
|
39209
|
-
{
|
|
39210
|
-
"name": "definition",
|
|
39211
|
-
"type": {
|
|
39212
|
-
"text": "FoundationElementDefinition"
|
|
39213
|
-
}
|
|
39214
|
-
}
|
|
39215
|
-
]
|
|
39216
|
-
}
|
|
39217
|
-
],
|
|
39218
|
-
"exports": [
|
|
39219
|
-
{
|
|
39220
|
-
"kind": "js",
|
|
39221
|
-
"name": "foundationToolbarTemplate",
|
|
39222
|
-
"declaration": {
|
|
39223
|
-
"name": "foundationToolbarTemplate",
|
|
39224
|
-
"module": "src/toolbar/toolbar.template.ts"
|
|
39225
|
-
}
|
|
39226
|
-
}
|
|
39227
|
-
]
|
|
39228
|
-
},
|
|
39229
|
-
{
|
|
39230
|
-
"kind": "javascript-module",
|
|
39231
|
-
"path": "src/toolbar/toolbar.ts",
|
|
39232
|
-
"declarations": [
|
|
39233
|
-
{
|
|
39234
|
-
"kind": "class",
|
|
39235
|
-
"description": "",
|
|
39236
|
-
"name": "Toolbar",
|
|
39237
|
-
"superclass": {
|
|
39238
|
-
"name": "FASTToolbar",
|
|
39239
|
-
"package": "@microsoft/fast-components"
|
|
39240
|
-
},
|
|
39241
|
-
"tagName": "%%prefix%%-toolbar",
|
|
39242
|
-
"customElement": true,
|
|
39243
|
-
"attributes": [
|
|
39244
|
-
{
|
|
39245
|
-
"name": "orientation",
|
|
39246
|
-
"type": {
|
|
39247
|
-
"text": "Orientation"
|
|
39248
|
-
},
|
|
39249
|
-
"description": "The orientation of the toolbar.",
|
|
39250
|
-
"fieldName": "orientation",
|
|
39251
|
-
"inheritedFrom": {
|
|
39252
|
-
"name": "Toolbar",
|
|
39253
|
-
"module": "src/toolbar/toolbar.ts"
|
|
39254
|
-
}
|
|
39255
|
-
}
|
|
39256
|
-
],
|
|
39257
|
-
"members": [
|
|
39258
|
-
{
|
|
39259
|
-
"kind": "field",
|
|
39260
|
-
"name": "activeIndex",
|
|
39261
|
-
"inheritedFrom": {
|
|
39262
|
-
"name": "Toolbar",
|
|
39263
|
-
"module": "src/toolbar/toolbar.ts"
|
|
39264
|
-
}
|
|
39265
|
-
},
|
|
39266
|
-
{
|
|
39267
|
-
"kind": "field",
|
|
39268
|
-
"name": "orientation",
|
|
39269
|
-
"type": {
|
|
39270
|
-
"text": "Orientation"
|
|
39271
|
-
},
|
|
39272
|
-
"privacy": "public",
|
|
39273
|
-
"description": "The orientation of the toolbar.",
|
|
39274
|
-
"inheritedFrom": {
|
|
39275
|
-
"name": "Toolbar",
|
|
39276
|
-
"module": "src/toolbar/toolbar.ts"
|
|
39277
|
-
}
|
|
39278
|
-
},
|
|
39279
|
-
{
|
|
39280
|
-
"kind": "method",
|
|
39281
|
-
"name": "slottedItemsChanged",
|
|
39282
|
-
"privacy": "protected",
|
|
39283
|
-
"return": {
|
|
39284
|
-
"type": {
|
|
39285
|
-
"text": "void"
|
|
39286
|
-
}
|
|
39287
|
-
},
|
|
39288
|
-
"inheritedFrom": {
|
|
39289
|
-
"name": "Toolbar",
|
|
39290
|
-
"module": "src/toolbar/toolbar.ts"
|
|
39291
|
-
}
|
|
39292
|
-
},
|
|
39293
|
-
{
|
|
39294
|
-
"kind": "field",
|
|
39295
|
-
"name": "childItems",
|
|
39296
|
-
"type": {
|
|
39297
|
-
"text": "Element[]"
|
|
39298
|
-
},
|
|
39299
|
-
"privacy": "public",
|
|
39300
|
-
"inheritedFrom": {
|
|
39301
|
-
"name": "Toolbar",
|
|
39302
|
-
"module": "src/toolbar/toolbar.ts"
|
|
39303
|
-
}
|
|
39304
|
-
},
|
|
39305
|
-
{
|
|
39306
|
-
"kind": "method",
|
|
39307
|
-
"name": "childItemsChanged",
|
|
39308
|
-
"privacy": "protected",
|
|
39309
|
-
"return": {
|
|
39310
|
-
"type": {
|
|
39311
|
-
"text": "void"
|
|
39312
|
-
}
|
|
39313
|
-
},
|
|
39314
|
-
"parameters": [
|
|
39315
|
-
{
|
|
39316
|
-
"name": "prev",
|
|
39317
|
-
"type": {
|
|
39318
|
-
"text": "undefined | Element[]"
|
|
39319
|
-
}
|
|
39320
|
-
},
|
|
39321
|
-
{
|
|
39322
|
-
"name": "next",
|
|
39323
|
-
"type": {
|
|
39324
|
-
"text": "Element[]"
|
|
39325
|
-
}
|
|
39326
|
-
}
|
|
39327
|
-
],
|
|
39328
|
-
"inheritedFrom": {
|
|
39329
|
-
"name": "Toolbar",
|
|
39330
|
-
"module": "src/toolbar/toolbar.ts"
|
|
39331
|
-
}
|
|
39332
|
-
},
|
|
39333
|
-
{
|
|
39334
|
-
"kind": "field",
|
|
39335
|
-
"name": "_presentation",
|
|
39336
|
-
"type": {
|
|
39337
|
-
"text": "ComponentPresentation | null | undefined"
|
|
39338
|
-
},
|
|
39339
|
-
"privacy": "private",
|
|
39340
|
-
"default": "void 0",
|
|
39341
|
-
"inheritedFrom": {
|
|
39342
|
-
"name": "FoundationElement",
|
|
39343
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
39344
|
-
}
|
|
39345
|
-
},
|
|
39346
|
-
{
|
|
39347
|
-
"kind": "field",
|
|
39348
|
-
"name": "$presentation",
|
|
39349
|
-
"type": {
|
|
39350
|
-
"text": "ComponentPresentation | null"
|
|
39351
|
-
},
|
|
39352
|
-
"privacy": "public",
|
|
39353
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
39354
|
-
"inheritedFrom": {
|
|
39355
|
-
"name": "FoundationElement",
|
|
39356
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
39357
|
-
}
|
|
39358
|
-
},
|
|
39359
|
-
{
|
|
39360
|
-
"kind": "field",
|
|
39361
|
-
"name": "template",
|
|
39362
|
-
"type": {
|
|
39363
|
-
"text": "ElementViewTemplate | void | null"
|
|
39364
|
-
},
|
|
39365
|
-
"privacy": "public",
|
|
39366
|
-
"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.",
|
|
39367
|
-
"inheritedFrom": {
|
|
39368
|
-
"name": "FoundationElement",
|
|
39369
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
39370
|
-
}
|
|
39371
|
-
},
|
|
39372
|
-
{
|
|
39373
|
-
"kind": "method",
|
|
39374
|
-
"name": "templateChanged",
|
|
39375
|
-
"privacy": "protected",
|
|
39376
|
-
"return": {
|
|
39377
|
-
"type": {
|
|
39378
|
-
"text": "void"
|
|
39379
|
-
}
|
|
39380
|
-
},
|
|
39381
|
-
"inheritedFrom": {
|
|
39382
|
-
"name": "FoundationElement",
|
|
39383
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
39384
|
-
}
|
|
39385
|
-
},
|
|
39386
|
-
{
|
|
39387
|
-
"kind": "field",
|
|
39388
|
-
"name": "styles",
|
|
39389
|
-
"type": {
|
|
39390
|
-
"text": "ElementStyles | void | null"
|
|
39391
|
-
},
|
|
39392
|
-
"privacy": "public",
|
|
39393
|
-
"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.",
|
|
39394
|
-
"inheritedFrom": {
|
|
39395
|
-
"name": "FoundationElement",
|
|
39396
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
39397
|
-
}
|
|
39398
|
-
},
|
|
39399
|
-
{
|
|
39400
|
-
"kind": "method",
|
|
39401
|
-
"name": "stylesChanged",
|
|
39402
|
-
"privacy": "protected",
|
|
39403
|
-
"return": {
|
|
39404
|
-
"type": {
|
|
39405
|
-
"text": "void"
|
|
39406
|
-
}
|
|
39407
|
-
},
|
|
39408
|
-
"inheritedFrom": {
|
|
39409
|
-
"name": "FoundationElement",
|
|
39410
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
39411
|
-
}
|
|
39412
|
-
},
|
|
39413
|
-
{
|
|
39414
|
-
"kind": "method",
|
|
39415
|
-
"name": "compose",
|
|
39416
|
-
"privacy": "public",
|
|
39417
|
-
"static": true,
|
|
39418
|
-
"return": {
|
|
39419
|
-
"type": {
|
|
39420
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
39421
|
-
}
|
|
39422
|
-
},
|
|
39423
|
-
"parameters": [
|
|
39424
|
-
{
|
|
39425
|
-
"name": "this",
|
|
39426
|
-
"type": {
|
|
39427
|
-
"text": "K"
|
|
39428
|
-
}
|
|
39429
|
-
},
|
|
39430
|
-
{
|
|
39431
|
-
"name": "elementDefinition",
|
|
39432
|
-
"type": {
|
|
39433
|
-
"text": "T"
|
|
39434
|
-
},
|
|
39435
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
39436
|
-
}
|
|
39437
|
-
],
|
|
39438
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
39439
|
-
"inheritedFrom": {
|
|
39440
|
-
"name": "FoundationElement",
|
|
39441
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
39442
|
-
}
|
|
39443
|
-
}
|
|
39444
|
-
]
|
|
39445
|
-
},
|
|
39446
|
-
{
|
|
39447
|
-
"kind": "variable",
|
|
39448
|
-
"name": "foundationToolbarShadowOptions",
|
|
39449
|
-
"type": {
|
|
39450
|
-
"text": "ShadowRootInit"
|
|
39451
|
-
},
|
|
39452
|
-
"default": "undefined"
|
|
39453
|
-
},
|
|
39454
|
-
{
|
|
39455
|
-
"kind": "variable",
|
|
39456
|
-
"name": "defaultToolbarConfig",
|
|
39457
|
-
"type": {
|
|
39458
|
-
"text": "object"
|
|
39459
|
-
},
|
|
39460
|
-
"default": "{}"
|
|
39461
|
-
},
|
|
39462
|
-
{
|
|
39463
|
-
"kind": "variable",
|
|
39464
|
-
"name": "foundationToolbar",
|
|
39465
|
-
"description": "The Foundation Toolbar",
|
|
39466
|
-
"privacy": "public"
|
|
39467
|
-
}
|
|
39468
|
-
],
|
|
39469
|
-
"exports": [
|
|
39470
|
-
{
|
|
39471
|
-
"kind": "js",
|
|
39472
|
-
"name": "Toolbar",
|
|
39473
|
-
"declaration": {
|
|
39474
|
-
"name": "Toolbar",
|
|
39475
|
-
"module": "src/toolbar/toolbar.ts"
|
|
39476
|
-
}
|
|
39477
|
-
},
|
|
39478
|
-
{
|
|
39479
|
-
"kind": "js",
|
|
39480
|
-
"name": "foundationToolbarShadowOptions",
|
|
39481
|
-
"declaration": {
|
|
39482
|
-
"name": "foundationToolbarShadowOptions",
|
|
39483
|
-
"module": "src/toolbar/toolbar.ts"
|
|
39484
|
-
}
|
|
39485
|
-
},
|
|
39486
|
-
{
|
|
39487
|
-
"kind": "js",
|
|
39488
|
-
"name": "defaultToolbarConfig",
|
|
39489
|
-
"declaration": {
|
|
39490
|
-
"name": "defaultToolbarConfig",
|
|
39491
|
-
"module": "src/toolbar/toolbar.ts"
|
|
39492
|
-
}
|
|
39493
|
-
},
|
|
39494
|
-
{
|
|
39495
|
-
"kind": "js",
|
|
39496
|
-
"name": "foundationToolbar",
|
|
39497
|
-
"declaration": {
|
|
39498
|
-
"name": "foundationToolbar",
|
|
39499
|
-
"module": "src/toolbar/toolbar.ts"
|
|
39500
|
-
}
|
|
39501
|
-
}
|
|
39502
|
-
]
|
|
39503
|
-
},
|
|
39504
39120
|
{
|
|
39505
39121
|
"kind": "javascript-module",
|
|
39506
39122
|
"path": "src/tooltip/index.ts",
|
|
@@ -40321,6 +39937,390 @@
|
|
|
40321
39937
|
}
|
|
40322
39938
|
]
|
|
40323
39939
|
},
|
|
39940
|
+
{
|
|
39941
|
+
"kind": "javascript-module",
|
|
39942
|
+
"path": "src/toolbar/index.ts",
|
|
39943
|
+
"declarations": [],
|
|
39944
|
+
"exports": [
|
|
39945
|
+
{
|
|
39946
|
+
"kind": "js",
|
|
39947
|
+
"name": "*",
|
|
39948
|
+
"declaration": {
|
|
39949
|
+
"name": "*",
|
|
39950
|
+
"package": "./toolbar.template"
|
|
39951
|
+
}
|
|
39952
|
+
},
|
|
39953
|
+
{
|
|
39954
|
+
"kind": "js",
|
|
39955
|
+
"name": "*",
|
|
39956
|
+
"declaration": {
|
|
39957
|
+
"name": "*",
|
|
39958
|
+
"package": "./toolbar.styles"
|
|
39959
|
+
}
|
|
39960
|
+
},
|
|
39961
|
+
{
|
|
39962
|
+
"kind": "js",
|
|
39963
|
+
"name": "*",
|
|
39964
|
+
"declaration": {
|
|
39965
|
+
"name": "*",
|
|
39966
|
+
"package": "./toolbar"
|
|
39967
|
+
}
|
|
39968
|
+
}
|
|
39969
|
+
]
|
|
39970
|
+
},
|
|
39971
|
+
{
|
|
39972
|
+
"kind": "javascript-module",
|
|
39973
|
+
"path": "src/toolbar/toolbar.styles.ts",
|
|
39974
|
+
"declarations": [
|
|
39975
|
+
{
|
|
39976
|
+
"kind": "function",
|
|
39977
|
+
"name": "foundationToolbarStyles",
|
|
39978
|
+
"return": {
|
|
39979
|
+
"type": {
|
|
39980
|
+
"text": "ElementStyles"
|
|
39981
|
+
}
|
|
39982
|
+
},
|
|
39983
|
+
"parameters": [
|
|
39984
|
+
{
|
|
39985
|
+
"name": "context",
|
|
39986
|
+
"type": {
|
|
39987
|
+
"text": "ElementDefinitionContext"
|
|
39988
|
+
}
|
|
39989
|
+
},
|
|
39990
|
+
{
|
|
39991
|
+
"name": "definition",
|
|
39992
|
+
"type": {
|
|
39993
|
+
"text": "FoundationElementDefinition"
|
|
39994
|
+
}
|
|
39995
|
+
}
|
|
39996
|
+
]
|
|
39997
|
+
}
|
|
39998
|
+
],
|
|
39999
|
+
"exports": [
|
|
40000
|
+
{
|
|
40001
|
+
"kind": "js",
|
|
40002
|
+
"name": "foundationToolbarStyles",
|
|
40003
|
+
"declaration": {
|
|
40004
|
+
"name": "foundationToolbarStyles",
|
|
40005
|
+
"module": "src/toolbar/toolbar.styles.ts"
|
|
40006
|
+
}
|
|
40007
|
+
}
|
|
40008
|
+
]
|
|
40009
|
+
},
|
|
40010
|
+
{
|
|
40011
|
+
"kind": "javascript-module",
|
|
40012
|
+
"path": "src/toolbar/toolbar.template.ts",
|
|
40013
|
+
"declarations": [
|
|
40014
|
+
{
|
|
40015
|
+
"kind": "function",
|
|
40016
|
+
"name": "foundationToolbarTemplate",
|
|
40017
|
+
"return": {
|
|
40018
|
+
"type": {
|
|
40019
|
+
"text": "ViewTemplate<Toolbar>"
|
|
40020
|
+
}
|
|
40021
|
+
},
|
|
40022
|
+
"parameters": [
|
|
40023
|
+
{
|
|
40024
|
+
"name": "context",
|
|
40025
|
+
"type": {
|
|
40026
|
+
"text": "ElementDefinitionContext"
|
|
40027
|
+
}
|
|
40028
|
+
},
|
|
40029
|
+
{
|
|
40030
|
+
"name": "definition",
|
|
40031
|
+
"type": {
|
|
40032
|
+
"text": "FoundationElementDefinition"
|
|
40033
|
+
}
|
|
40034
|
+
}
|
|
40035
|
+
]
|
|
40036
|
+
}
|
|
40037
|
+
],
|
|
40038
|
+
"exports": [
|
|
40039
|
+
{
|
|
40040
|
+
"kind": "js",
|
|
40041
|
+
"name": "foundationToolbarTemplate",
|
|
40042
|
+
"declaration": {
|
|
40043
|
+
"name": "foundationToolbarTemplate",
|
|
40044
|
+
"module": "src/toolbar/toolbar.template.ts"
|
|
40045
|
+
}
|
|
40046
|
+
}
|
|
40047
|
+
]
|
|
40048
|
+
},
|
|
40049
|
+
{
|
|
40050
|
+
"kind": "javascript-module",
|
|
40051
|
+
"path": "src/toolbar/toolbar.ts",
|
|
40052
|
+
"declarations": [
|
|
40053
|
+
{
|
|
40054
|
+
"kind": "class",
|
|
40055
|
+
"description": "",
|
|
40056
|
+
"name": "Toolbar",
|
|
40057
|
+
"superclass": {
|
|
40058
|
+
"name": "FASTToolbar",
|
|
40059
|
+
"package": "@microsoft/fast-components"
|
|
40060
|
+
},
|
|
40061
|
+
"tagName": "%%prefix%%-toolbar",
|
|
40062
|
+
"customElement": true,
|
|
40063
|
+
"attributes": [
|
|
40064
|
+
{
|
|
40065
|
+
"name": "orientation",
|
|
40066
|
+
"type": {
|
|
40067
|
+
"text": "Orientation"
|
|
40068
|
+
},
|
|
40069
|
+
"description": "The orientation of the toolbar.",
|
|
40070
|
+
"fieldName": "orientation",
|
|
40071
|
+
"inheritedFrom": {
|
|
40072
|
+
"name": "Toolbar",
|
|
40073
|
+
"module": "src/toolbar/toolbar.ts"
|
|
40074
|
+
}
|
|
40075
|
+
}
|
|
40076
|
+
],
|
|
40077
|
+
"members": [
|
|
40078
|
+
{
|
|
40079
|
+
"kind": "field",
|
|
40080
|
+
"name": "activeIndex",
|
|
40081
|
+
"inheritedFrom": {
|
|
40082
|
+
"name": "Toolbar",
|
|
40083
|
+
"module": "src/toolbar/toolbar.ts"
|
|
40084
|
+
}
|
|
40085
|
+
},
|
|
40086
|
+
{
|
|
40087
|
+
"kind": "field",
|
|
40088
|
+
"name": "orientation",
|
|
40089
|
+
"type": {
|
|
40090
|
+
"text": "Orientation"
|
|
40091
|
+
},
|
|
40092
|
+
"privacy": "public",
|
|
40093
|
+
"description": "The orientation of the toolbar.",
|
|
40094
|
+
"inheritedFrom": {
|
|
40095
|
+
"name": "Toolbar",
|
|
40096
|
+
"module": "src/toolbar/toolbar.ts"
|
|
40097
|
+
}
|
|
40098
|
+
},
|
|
40099
|
+
{
|
|
40100
|
+
"kind": "method",
|
|
40101
|
+
"name": "slottedItemsChanged",
|
|
40102
|
+
"privacy": "protected",
|
|
40103
|
+
"return": {
|
|
40104
|
+
"type": {
|
|
40105
|
+
"text": "void"
|
|
40106
|
+
}
|
|
40107
|
+
},
|
|
40108
|
+
"inheritedFrom": {
|
|
40109
|
+
"name": "Toolbar",
|
|
40110
|
+
"module": "src/toolbar/toolbar.ts"
|
|
40111
|
+
}
|
|
40112
|
+
},
|
|
40113
|
+
{
|
|
40114
|
+
"kind": "field",
|
|
40115
|
+
"name": "childItems",
|
|
40116
|
+
"type": {
|
|
40117
|
+
"text": "Element[]"
|
|
40118
|
+
},
|
|
40119
|
+
"privacy": "public",
|
|
40120
|
+
"inheritedFrom": {
|
|
40121
|
+
"name": "Toolbar",
|
|
40122
|
+
"module": "src/toolbar/toolbar.ts"
|
|
40123
|
+
}
|
|
40124
|
+
},
|
|
40125
|
+
{
|
|
40126
|
+
"kind": "method",
|
|
40127
|
+
"name": "childItemsChanged",
|
|
40128
|
+
"privacy": "protected",
|
|
40129
|
+
"return": {
|
|
40130
|
+
"type": {
|
|
40131
|
+
"text": "void"
|
|
40132
|
+
}
|
|
40133
|
+
},
|
|
40134
|
+
"parameters": [
|
|
40135
|
+
{
|
|
40136
|
+
"name": "prev",
|
|
40137
|
+
"type": {
|
|
40138
|
+
"text": "undefined | Element[]"
|
|
40139
|
+
}
|
|
40140
|
+
},
|
|
40141
|
+
{
|
|
40142
|
+
"name": "next",
|
|
40143
|
+
"type": {
|
|
40144
|
+
"text": "Element[]"
|
|
40145
|
+
}
|
|
40146
|
+
}
|
|
40147
|
+
],
|
|
40148
|
+
"inheritedFrom": {
|
|
40149
|
+
"name": "Toolbar",
|
|
40150
|
+
"module": "src/toolbar/toolbar.ts"
|
|
40151
|
+
}
|
|
40152
|
+
},
|
|
40153
|
+
{
|
|
40154
|
+
"kind": "field",
|
|
40155
|
+
"name": "_presentation",
|
|
40156
|
+
"type": {
|
|
40157
|
+
"text": "ComponentPresentation | null | undefined"
|
|
40158
|
+
},
|
|
40159
|
+
"privacy": "private",
|
|
40160
|
+
"default": "void 0",
|
|
40161
|
+
"inheritedFrom": {
|
|
40162
|
+
"name": "FoundationElement",
|
|
40163
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
40164
|
+
}
|
|
40165
|
+
},
|
|
40166
|
+
{
|
|
40167
|
+
"kind": "field",
|
|
40168
|
+
"name": "$presentation",
|
|
40169
|
+
"type": {
|
|
40170
|
+
"text": "ComponentPresentation | null"
|
|
40171
|
+
},
|
|
40172
|
+
"privacy": "public",
|
|
40173
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
40174
|
+
"inheritedFrom": {
|
|
40175
|
+
"name": "FoundationElement",
|
|
40176
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
40177
|
+
}
|
|
40178
|
+
},
|
|
40179
|
+
{
|
|
40180
|
+
"kind": "field",
|
|
40181
|
+
"name": "template",
|
|
40182
|
+
"type": {
|
|
40183
|
+
"text": "ElementViewTemplate | void | null"
|
|
40184
|
+
},
|
|
40185
|
+
"privacy": "public",
|
|
40186
|
+
"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.",
|
|
40187
|
+
"inheritedFrom": {
|
|
40188
|
+
"name": "FoundationElement",
|
|
40189
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
40190
|
+
}
|
|
40191
|
+
},
|
|
40192
|
+
{
|
|
40193
|
+
"kind": "method",
|
|
40194
|
+
"name": "templateChanged",
|
|
40195
|
+
"privacy": "protected",
|
|
40196
|
+
"return": {
|
|
40197
|
+
"type": {
|
|
40198
|
+
"text": "void"
|
|
40199
|
+
}
|
|
40200
|
+
},
|
|
40201
|
+
"inheritedFrom": {
|
|
40202
|
+
"name": "FoundationElement",
|
|
40203
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
40204
|
+
}
|
|
40205
|
+
},
|
|
40206
|
+
{
|
|
40207
|
+
"kind": "field",
|
|
40208
|
+
"name": "styles",
|
|
40209
|
+
"type": {
|
|
40210
|
+
"text": "ElementStyles | void | null"
|
|
40211
|
+
},
|
|
40212
|
+
"privacy": "public",
|
|
40213
|
+
"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.",
|
|
40214
|
+
"inheritedFrom": {
|
|
40215
|
+
"name": "FoundationElement",
|
|
40216
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
40217
|
+
}
|
|
40218
|
+
},
|
|
40219
|
+
{
|
|
40220
|
+
"kind": "method",
|
|
40221
|
+
"name": "stylesChanged",
|
|
40222
|
+
"privacy": "protected",
|
|
40223
|
+
"return": {
|
|
40224
|
+
"type": {
|
|
40225
|
+
"text": "void"
|
|
40226
|
+
}
|
|
40227
|
+
},
|
|
40228
|
+
"inheritedFrom": {
|
|
40229
|
+
"name": "FoundationElement",
|
|
40230
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
40231
|
+
}
|
|
40232
|
+
},
|
|
40233
|
+
{
|
|
40234
|
+
"kind": "method",
|
|
40235
|
+
"name": "compose",
|
|
40236
|
+
"privacy": "public",
|
|
40237
|
+
"static": true,
|
|
40238
|
+
"return": {
|
|
40239
|
+
"type": {
|
|
40240
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
40241
|
+
}
|
|
40242
|
+
},
|
|
40243
|
+
"parameters": [
|
|
40244
|
+
{
|
|
40245
|
+
"name": "this",
|
|
40246
|
+
"type": {
|
|
40247
|
+
"text": "K"
|
|
40248
|
+
}
|
|
40249
|
+
},
|
|
40250
|
+
{
|
|
40251
|
+
"name": "elementDefinition",
|
|
40252
|
+
"type": {
|
|
40253
|
+
"text": "T"
|
|
40254
|
+
},
|
|
40255
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
40256
|
+
}
|
|
40257
|
+
],
|
|
40258
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
40259
|
+
"inheritedFrom": {
|
|
40260
|
+
"name": "FoundationElement",
|
|
40261
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
40262
|
+
}
|
|
40263
|
+
}
|
|
40264
|
+
]
|
|
40265
|
+
},
|
|
40266
|
+
{
|
|
40267
|
+
"kind": "variable",
|
|
40268
|
+
"name": "foundationToolbarShadowOptions",
|
|
40269
|
+
"type": {
|
|
40270
|
+
"text": "ShadowRootInit"
|
|
40271
|
+
},
|
|
40272
|
+
"default": "undefined"
|
|
40273
|
+
},
|
|
40274
|
+
{
|
|
40275
|
+
"kind": "variable",
|
|
40276
|
+
"name": "defaultToolbarConfig",
|
|
40277
|
+
"type": {
|
|
40278
|
+
"text": "object"
|
|
40279
|
+
},
|
|
40280
|
+
"default": "{}"
|
|
40281
|
+
},
|
|
40282
|
+
{
|
|
40283
|
+
"kind": "variable",
|
|
40284
|
+
"name": "foundationToolbar",
|
|
40285
|
+
"description": "The Foundation Toolbar",
|
|
40286
|
+
"privacy": "public"
|
|
40287
|
+
}
|
|
40288
|
+
],
|
|
40289
|
+
"exports": [
|
|
40290
|
+
{
|
|
40291
|
+
"kind": "js",
|
|
40292
|
+
"name": "Toolbar",
|
|
40293
|
+
"declaration": {
|
|
40294
|
+
"name": "Toolbar",
|
|
40295
|
+
"module": "src/toolbar/toolbar.ts"
|
|
40296
|
+
}
|
|
40297
|
+
},
|
|
40298
|
+
{
|
|
40299
|
+
"kind": "js",
|
|
40300
|
+
"name": "foundationToolbarShadowOptions",
|
|
40301
|
+
"declaration": {
|
|
40302
|
+
"name": "foundationToolbarShadowOptions",
|
|
40303
|
+
"module": "src/toolbar/toolbar.ts"
|
|
40304
|
+
}
|
|
40305
|
+
},
|
|
40306
|
+
{
|
|
40307
|
+
"kind": "js",
|
|
40308
|
+
"name": "defaultToolbarConfig",
|
|
40309
|
+
"declaration": {
|
|
40310
|
+
"name": "defaultToolbarConfig",
|
|
40311
|
+
"module": "src/toolbar/toolbar.ts"
|
|
40312
|
+
}
|
|
40313
|
+
},
|
|
40314
|
+
{
|
|
40315
|
+
"kind": "js",
|
|
40316
|
+
"name": "foundationToolbar",
|
|
40317
|
+
"declaration": {
|
|
40318
|
+
"name": "foundationToolbar",
|
|
40319
|
+
"module": "src/toolbar/toolbar.ts"
|
|
40320
|
+
}
|
|
40321
|
+
}
|
|
40322
|
+
]
|
|
40323
|
+
},
|
|
40324
40324
|
{
|
|
40325
40325
|
"kind": "javascript-module",
|
|
40326
40326
|
"path": "src/tree-item/index.ts",
|