@genesislcap/foundation-ui 14.229.0-RPT-20.1 → 14.230.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 +1833 -1833
- package/package.json +16 -16
|
@@ -866,7 +866,158 @@
|
|
|
866
866
|
},
|
|
867
867
|
{
|
|
868
868
|
"kind": "javascript-module",
|
|
869
|
-
"path": "src/
|
|
869
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
870
|
+
"declarations": [
|
|
871
|
+
{
|
|
872
|
+
"kind": "function",
|
|
873
|
+
"name": "foundationAccordionStyles",
|
|
874
|
+
"return": {
|
|
875
|
+
"type": {
|
|
876
|
+
"text": "ElementStyles"
|
|
877
|
+
}
|
|
878
|
+
},
|
|
879
|
+
"parameters": [
|
|
880
|
+
{
|
|
881
|
+
"name": "context",
|
|
882
|
+
"type": {
|
|
883
|
+
"text": "ElementDefinitionContext"
|
|
884
|
+
}
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"name": "definition",
|
|
888
|
+
"type": {
|
|
889
|
+
"text": "FoundationElementDefinition"
|
|
890
|
+
}
|
|
891
|
+
}
|
|
892
|
+
]
|
|
893
|
+
}
|
|
894
|
+
],
|
|
895
|
+
"exports": [
|
|
896
|
+
{
|
|
897
|
+
"kind": "js",
|
|
898
|
+
"name": "foundationAccordionStyles",
|
|
899
|
+
"declaration": {
|
|
900
|
+
"name": "foundationAccordionStyles",
|
|
901
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
902
|
+
}
|
|
903
|
+
}
|
|
904
|
+
]
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"kind": "javascript-module",
|
|
908
|
+
"path": "src/accordion/accordion.template.ts",
|
|
909
|
+
"declarations": [
|
|
910
|
+
{
|
|
911
|
+
"kind": "function",
|
|
912
|
+
"name": "foundationAccordionTemplate",
|
|
913
|
+
"return": {
|
|
914
|
+
"type": {
|
|
915
|
+
"text": "ViewTemplate<Accordion>"
|
|
916
|
+
}
|
|
917
|
+
},
|
|
918
|
+
"parameters": [
|
|
919
|
+
{
|
|
920
|
+
"name": "context",
|
|
921
|
+
"type": {
|
|
922
|
+
"text": "ElementDefinitionContext"
|
|
923
|
+
}
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"name": "definition",
|
|
927
|
+
"type": {
|
|
928
|
+
"text": "FoundationElementDefinition"
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
]
|
|
932
|
+
}
|
|
933
|
+
],
|
|
934
|
+
"exports": [
|
|
935
|
+
{
|
|
936
|
+
"kind": "js",
|
|
937
|
+
"name": "foundationAccordionTemplate",
|
|
938
|
+
"declaration": {
|
|
939
|
+
"name": "foundationAccordionTemplate",
|
|
940
|
+
"module": "src/accordion/accordion.template.ts"
|
|
941
|
+
}
|
|
942
|
+
}
|
|
943
|
+
]
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"kind": "javascript-module",
|
|
947
|
+
"path": "src/accordion/accordion.ts",
|
|
948
|
+
"declarations": [
|
|
949
|
+
{
|
|
950
|
+
"kind": "class",
|
|
951
|
+
"description": "",
|
|
952
|
+
"name": "Accordion",
|
|
953
|
+
"superclass": {
|
|
954
|
+
"name": "FASTAccordion",
|
|
955
|
+
"package": "@microsoft/fast-foundation"
|
|
956
|
+
},
|
|
957
|
+
"tagName": "%%prefix%%-accordion",
|
|
958
|
+
"customElement": true
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"kind": "variable",
|
|
962
|
+
"name": "foundationAccordionShadowOptions",
|
|
963
|
+
"type": {
|
|
964
|
+
"text": "ShadowRootInit"
|
|
965
|
+
},
|
|
966
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"kind": "variable",
|
|
970
|
+
"name": "defaultAccordionConfig",
|
|
971
|
+
"type": {
|
|
972
|
+
"text": "object"
|
|
973
|
+
},
|
|
974
|
+
"default": "{}"
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"kind": "variable",
|
|
978
|
+
"name": "foundationAccordion",
|
|
979
|
+
"description": "The Foundation Accordion",
|
|
980
|
+
"privacy": "public"
|
|
981
|
+
}
|
|
982
|
+
],
|
|
983
|
+
"exports": [
|
|
984
|
+
{
|
|
985
|
+
"kind": "js",
|
|
986
|
+
"name": "Accordion",
|
|
987
|
+
"declaration": {
|
|
988
|
+
"name": "Accordion",
|
|
989
|
+
"module": "src/accordion/accordion.ts"
|
|
990
|
+
}
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"kind": "js",
|
|
994
|
+
"name": "foundationAccordionShadowOptions",
|
|
995
|
+
"declaration": {
|
|
996
|
+
"name": "foundationAccordionShadowOptions",
|
|
997
|
+
"module": "src/accordion/accordion.ts"
|
|
998
|
+
}
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"kind": "js",
|
|
1002
|
+
"name": "defaultAccordionConfig",
|
|
1003
|
+
"declaration": {
|
|
1004
|
+
"name": "defaultAccordionConfig",
|
|
1005
|
+
"module": "src/accordion/accordion.ts"
|
|
1006
|
+
}
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"kind": "js",
|
|
1010
|
+
"name": "foundationAccordion",
|
|
1011
|
+
"declaration": {
|
|
1012
|
+
"name": "foundationAccordion",
|
|
1013
|
+
"module": "src/accordion/accordion.ts"
|
|
1014
|
+
}
|
|
1015
|
+
}
|
|
1016
|
+
]
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"kind": "javascript-module",
|
|
1020
|
+
"path": "src/accordion/index.ts",
|
|
870
1021
|
"declarations": [],
|
|
871
1022
|
"exports": [
|
|
872
1023
|
{
|
|
@@ -874,7 +1025,7 @@
|
|
|
874
1025
|
"name": "*",
|
|
875
1026
|
"declaration": {
|
|
876
1027
|
"name": "*",
|
|
877
|
-
"package": "./
|
|
1028
|
+
"package": "./accordion.template"
|
|
878
1029
|
}
|
|
879
1030
|
},
|
|
880
1031
|
{
|
|
@@ -882,7 +1033,7 @@
|
|
|
882
1033
|
"name": "*",
|
|
883
1034
|
"declaration": {
|
|
884
1035
|
"name": "*",
|
|
885
|
-
"package": "./
|
|
1036
|
+
"package": "./accordion.styles"
|
|
886
1037
|
}
|
|
887
1038
|
},
|
|
888
1039
|
{
|
|
@@ -890,7 +1041,7 @@
|
|
|
890
1041
|
"name": "*",
|
|
891
1042
|
"declaration": {
|
|
892
1043
|
"name": "*",
|
|
893
|
-
"package": "./
|
|
1044
|
+
"package": "./accordion"
|
|
894
1045
|
}
|
|
895
1046
|
}
|
|
896
1047
|
]
|
|
@@ -1291,158 +1442,7 @@
|
|
|
1291
1442
|
},
|
|
1292
1443
|
{
|
|
1293
1444
|
"kind": "javascript-module",
|
|
1294
|
-
"path": "src/
|
|
1295
|
-
"declarations": [
|
|
1296
|
-
{
|
|
1297
|
-
"kind": "function",
|
|
1298
|
-
"name": "foundationAccordionStyles",
|
|
1299
|
-
"return": {
|
|
1300
|
-
"type": {
|
|
1301
|
-
"text": "ElementStyles"
|
|
1302
|
-
}
|
|
1303
|
-
},
|
|
1304
|
-
"parameters": [
|
|
1305
|
-
{
|
|
1306
|
-
"name": "context",
|
|
1307
|
-
"type": {
|
|
1308
|
-
"text": "ElementDefinitionContext"
|
|
1309
|
-
}
|
|
1310
|
-
},
|
|
1311
|
-
{
|
|
1312
|
-
"name": "definition",
|
|
1313
|
-
"type": {
|
|
1314
|
-
"text": "FoundationElementDefinition"
|
|
1315
|
-
}
|
|
1316
|
-
}
|
|
1317
|
-
]
|
|
1318
|
-
}
|
|
1319
|
-
],
|
|
1320
|
-
"exports": [
|
|
1321
|
-
{
|
|
1322
|
-
"kind": "js",
|
|
1323
|
-
"name": "foundationAccordionStyles",
|
|
1324
|
-
"declaration": {
|
|
1325
|
-
"name": "foundationAccordionStyles",
|
|
1326
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1327
|
-
}
|
|
1328
|
-
}
|
|
1329
|
-
]
|
|
1330
|
-
},
|
|
1331
|
-
{
|
|
1332
|
-
"kind": "javascript-module",
|
|
1333
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1334
|
-
"declarations": [
|
|
1335
|
-
{
|
|
1336
|
-
"kind": "function",
|
|
1337
|
-
"name": "foundationAccordionTemplate",
|
|
1338
|
-
"return": {
|
|
1339
|
-
"type": {
|
|
1340
|
-
"text": "ViewTemplate<Accordion>"
|
|
1341
|
-
}
|
|
1342
|
-
},
|
|
1343
|
-
"parameters": [
|
|
1344
|
-
{
|
|
1345
|
-
"name": "context",
|
|
1346
|
-
"type": {
|
|
1347
|
-
"text": "ElementDefinitionContext"
|
|
1348
|
-
}
|
|
1349
|
-
},
|
|
1350
|
-
{
|
|
1351
|
-
"name": "definition",
|
|
1352
|
-
"type": {
|
|
1353
|
-
"text": "FoundationElementDefinition"
|
|
1354
|
-
}
|
|
1355
|
-
}
|
|
1356
|
-
]
|
|
1357
|
-
}
|
|
1358
|
-
],
|
|
1359
|
-
"exports": [
|
|
1360
|
-
{
|
|
1361
|
-
"kind": "js",
|
|
1362
|
-
"name": "foundationAccordionTemplate",
|
|
1363
|
-
"declaration": {
|
|
1364
|
-
"name": "foundationAccordionTemplate",
|
|
1365
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1366
|
-
}
|
|
1367
|
-
}
|
|
1368
|
-
]
|
|
1369
|
-
},
|
|
1370
|
-
{
|
|
1371
|
-
"kind": "javascript-module",
|
|
1372
|
-
"path": "src/accordion/accordion.ts",
|
|
1373
|
-
"declarations": [
|
|
1374
|
-
{
|
|
1375
|
-
"kind": "class",
|
|
1376
|
-
"description": "",
|
|
1377
|
-
"name": "Accordion",
|
|
1378
|
-
"superclass": {
|
|
1379
|
-
"name": "FASTAccordion",
|
|
1380
|
-
"package": "@microsoft/fast-foundation"
|
|
1381
|
-
},
|
|
1382
|
-
"tagName": "%%prefix%%-accordion",
|
|
1383
|
-
"customElement": true
|
|
1384
|
-
},
|
|
1385
|
-
{
|
|
1386
|
-
"kind": "variable",
|
|
1387
|
-
"name": "foundationAccordionShadowOptions",
|
|
1388
|
-
"type": {
|
|
1389
|
-
"text": "ShadowRootInit"
|
|
1390
|
-
},
|
|
1391
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1392
|
-
},
|
|
1393
|
-
{
|
|
1394
|
-
"kind": "variable",
|
|
1395
|
-
"name": "defaultAccordionConfig",
|
|
1396
|
-
"type": {
|
|
1397
|
-
"text": "object"
|
|
1398
|
-
},
|
|
1399
|
-
"default": "{}"
|
|
1400
|
-
},
|
|
1401
|
-
{
|
|
1402
|
-
"kind": "variable",
|
|
1403
|
-
"name": "foundationAccordion",
|
|
1404
|
-
"description": "The Foundation Accordion",
|
|
1405
|
-
"privacy": "public"
|
|
1406
|
-
}
|
|
1407
|
-
],
|
|
1408
|
-
"exports": [
|
|
1409
|
-
{
|
|
1410
|
-
"kind": "js",
|
|
1411
|
-
"name": "Accordion",
|
|
1412
|
-
"declaration": {
|
|
1413
|
-
"name": "Accordion",
|
|
1414
|
-
"module": "src/accordion/accordion.ts"
|
|
1415
|
-
}
|
|
1416
|
-
},
|
|
1417
|
-
{
|
|
1418
|
-
"kind": "js",
|
|
1419
|
-
"name": "foundationAccordionShadowOptions",
|
|
1420
|
-
"declaration": {
|
|
1421
|
-
"name": "foundationAccordionShadowOptions",
|
|
1422
|
-
"module": "src/accordion/accordion.ts"
|
|
1423
|
-
}
|
|
1424
|
-
},
|
|
1425
|
-
{
|
|
1426
|
-
"kind": "js",
|
|
1427
|
-
"name": "defaultAccordionConfig",
|
|
1428
|
-
"declaration": {
|
|
1429
|
-
"name": "defaultAccordionConfig",
|
|
1430
|
-
"module": "src/accordion/accordion.ts"
|
|
1431
|
-
}
|
|
1432
|
-
},
|
|
1433
|
-
{
|
|
1434
|
-
"kind": "js",
|
|
1435
|
-
"name": "foundationAccordion",
|
|
1436
|
-
"declaration": {
|
|
1437
|
-
"name": "foundationAccordion",
|
|
1438
|
-
"module": "src/accordion/accordion.ts"
|
|
1439
|
-
}
|
|
1440
|
-
}
|
|
1441
|
-
]
|
|
1442
|
-
},
|
|
1443
|
-
{
|
|
1444
|
-
"kind": "javascript-module",
|
|
1445
|
-
"path": "src/accordion/index.ts",
|
|
1445
|
+
"path": "src/_config/index.ts",
|
|
1446
1446
|
"declarations": [],
|
|
1447
1447
|
"exports": [
|
|
1448
1448
|
{
|
|
@@ -1450,7 +1450,7 @@
|
|
|
1450
1450
|
"name": "*",
|
|
1451
1451
|
"declaration": {
|
|
1452
1452
|
"name": "*",
|
|
1453
|
-
"package": "./
|
|
1453
|
+
"package": "./styles"
|
|
1454
1454
|
}
|
|
1455
1455
|
},
|
|
1456
1456
|
{
|
|
@@ -1458,7 +1458,7 @@
|
|
|
1458
1458
|
"name": "*",
|
|
1459
1459
|
"declaration": {
|
|
1460
1460
|
"name": "*",
|
|
1461
|
-
"package": "./
|
|
1461
|
+
"package": "./tokens"
|
|
1462
1462
|
}
|
|
1463
1463
|
},
|
|
1464
1464
|
{
|
|
@@ -1466,7 +1466,7 @@
|
|
|
1466
1466
|
"name": "*",
|
|
1467
1467
|
"declaration": {
|
|
1468
1468
|
"name": "*",
|
|
1469
|
-
"package": "./
|
|
1469
|
+
"package": "./values"
|
|
1470
1470
|
}
|
|
1471
1471
|
}
|
|
1472
1472
|
]
|
|
@@ -20928,430 +20928,6 @@
|
|
|
20928
20928
|
}
|
|
20929
20929
|
]
|
|
20930
20930
|
},
|
|
20931
|
-
{
|
|
20932
|
-
"kind": "javascript-module",
|
|
20933
|
-
"path": "src/listbox/index.ts",
|
|
20934
|
-
"declarations": [],
|
|
20935
|
-
"exports": [
|
|
20936
|
-
{
|
|
20937
|
-
"kind": "js",
|
|
20938
|
-
"name": "*",
|
|
20939
|
-
"declaration": {
|
|
20940
|
-
"name": "*",
|
|
20941
|
-
"package": "./listbox.template"
|
|
20942
|
-
}
|
|
20943
|
-
},
|
|
20944
|
-
{
|
|
20945
|
-
"kind": "js",
|
|
20946
|
-
"name": "*",
|
|
20947
|
-
"declaration": {
|
|
20948
|
-
"name": "*",
|
|
20949
|
-
"package": "./listbox.styles"
|
|
20950
|
-
}
|
|
20951
|
-
},
|
|
20952
|
-
{
|
|
20953
|
-
"kind": "js",
|
|
20954
|
-
"name": "*",
|
|
20955
|
-
"declaration": {
|
|
20956
|
-
"name": "*",
|
|
20957
|
-
"package": "./listbox"
|
|
20958
|
-
}
|
|
20959
|
-
}
|
|
20960
|
-
]
|
|
20961
|
-
},
|
|
20962
|
-
{
|
|
20963
|
-
"kind": "javascript-module",
|
|
20964
|
-
"path": "src/listbox/listbox.styles.ts",
|
|
20965
|
-
"declarations": [
|
|
20966
|
-
{
|
|
20967
|
-
"kind": "function",
|
|
20968
|
-
"name": "foundationListboxStyles",
|
|
20969
|
-
"return": {
|
|
20970
|
-
"type": {
|
|
20971
|
-
"text": "ElementStyles"
|
|
20972
|
-
}
|
|
20973
|
-
},
|
|
20974
|
-
"parameters": [
|
|
20975
|
-
{
|
|
20976
|
-
"name": "context",
|
|
20977
|
-
"type": {
|
|
20978
|
-
"text": "ElementDefinitionContext"
|
|
20979
|
-
}
|
|
20980
|
-
},
|
|
20981
|
-
{
|
|
20982
|
-
"name": "definition",
|
|
20983
|
-
"type": {
|
|
20984
|
-
"text": "FoundationElementDefinition"
|
|
20985
|
-
}
|
|
20986
|
-
}
|
|
20987
|
-
]
|
|
20988
|
-
}
|
|
20989
|
-
],
|
|
20990
|
-
"exports": [
|
|
20991
|
-
{
|
|
20992
|
-
"kind": "js",
|
|
20993
|
-
"name": "foundationListboxStyles",
|
|
20994
|
-
"declaration": {
|
|
20995
|
-
"name": "foundationListboxStyles",
|
|
20996
|
-
"module": "src/listbox/listbox.styles.ts"
|
|
20997
|
-
}
|
|
20998
|
-
}
|
|
20999
|
-
]
|
|
21000
|
-
},
|
|
21001
|
-
{
|
|
21002
|
-
"kind": "javascript-module",
|
|
21003
|
-
"path": "src/listbox/listbox.template.ts",
|
|
21004
|
-
"declarations": [
|
|
21005
|
-
{
|
|
21006
|
-
"kind": "function",
|
|
21007
|
-
"name": "foundationListboxTemplate",
|
|
21008
|
-
"return": {
|
|
21009
|
-
"type": {
|
|
21010
|
-
"text": "ViewTemplate<Listbox>"
|
|
21011
|
-
}
|
|
21012
|
-
},
|
|
21013
|
-
"parameters": [
|
|
21014
|
-
{
|
|
21015
|
-
"name": "context",
|
|
21016
|
-
"type": {
|
|
21017
|
-
"text": "ElementDefinitionContext"
|
|
21018
|
-
}
|
|
21019
|
-
},
|
|
21020
|
-
{
|
|
21021
|
-
"name": "definition",
|
|
21022
|
-
"type": {
|
|
21023
|
-
"text": "FoundationElementDefinition"
|
|
21024
|
-
}
|
|
21025
|
-
}
|
|
21026
|
-
]
|
|
21027
|
-
}
|
|
21028
|
-
],
|
|
21029
|
-
"exports": [
|
|
21030
|
-
{
|
|
21031
|
-
"kind": "js",
|
|
21032
|
-
"name": "foundationListboxTemplate",
|
|
21033
|
-
"declaration": {
|
|
21034
|
-
"name": "foundationListboxTemplate",
|
|
21035
|
-
"module": "src/listbox/listbox.template.ts"
|
|
21036
|
-
}
|
|
21037
|
-
}
|
|
21038
|
-
]
|
|
21039
|
-
},
|
|
21040
|
-
{
|
|
21041
|
-
"kind": "javascript-module",
|
|
21042
|
-
"path": "src/listbox/listbox.ts",
|
|
21043
|
-
"declarations": [
|
|
21044
|
-
{
|
|
21045
|
-
"kind": "class",
|
|
21046
|
-
"description": "",
|
|
21047
|
-
"name": "Listbox",
|
|
21048
|
-
"superclass": {
|
|
21049
|
-
"name": "FASTListbox",
|
|
21050
|
-
"package": "@microsoft/fast-components"
|
|
21051
|
-
},
|
|
21052
|
-
"tagName": "%%prefix%%-listbox",
|
|
21053
|
-
"customElement": true,
|
|
21054
|
-
"attributes": [
|
|
21055
|
-
{
|
|
21056
|
-
"type": {
|
|
21057
|
-
"text": "boolean"
|
|
21058
|
-
},
|
|
21059
|
-
"description": "The disabled state of the listbox.",
|
|
21060
|
-
"fieldName": "disabled",
|
|
21061
|
-
"inheritedFrom": {
|
|
21062
|
-
"name": "Listbox",
|
|
21063
|
-
"module": "src/listbox/listbox.ts"
|
|
21064
|
-
}
|
|
21065
|
-
}
|
|
21066
|
-
],
|
|
21067
|
-
"members": [
|
|
21068
|
-
{
|
|
21069
|
-
"kind": "field",
|
|
21070
|
-
"name": "length",
|
|
21071
|
-
"type": {
|
|
21072
|
-
"text": "number"
|
|
21073
|
-
},
|
|
21074
|
-
"privacy": "public",
|
|
21075
|
-
"description": "The number of options.",
|
|
21076
|
-
"inheritedFrom": {
|
|
21077
|
-
"name": "Listbox",
|
|
21078
|
-
"module": "src/listbox/listbox.ts"
|
|
21079
|
-
}
|
|
21080
|
-
},
|
|
21081
|
-
{
|
|
21082
|
-
"kind": "field",
|
|
21083
|
-
"name": "options",
|
|
21084
|
-
"type": {
|
|
21085
|
-
"text": "ListboxOption[]"
|
|
21086
|
-
},
|
|
21087
|
-
"privacy": "public",
|
|
21088
|
-
"description": "The list of options.",
|
|
21089
|
-
"inheritedFrom": {
|
|
21090
|
-
"name": "Listbox",
|
|
21091
|
-
"module": "src/listbox/listbox.ts"
|
|
21092
|
-
}
|
|
21093
|
-
},
|
|
21094
|
-
{
|
|
21095
|
-
"kind": "field",
|
|
21096
|
-
"name": "typeAheadExpired",
|
|
21097
|
-
"privacy": "protected",
|
|
21098
|
-
"inheritedFrom": {
|
|
21099
|
-
"name": "Listbox",
|
|
21100
|
-
"module": "src/listbox/listbox.ts"
|
|
21101
|
-
}
|
|
21102
|
-
},
|
|
21103
|
-
{
|
|
21104
|
-
"kind": "field",
|
|
21105
|
-
"name": "disabled",
|
|
21106
|
-
"type": {
|
|
21107
|
-
"text": "boolean"
|
|
21108
|
-
},
|
|
21109
|
-
"privacy": "public",
|
|
21110
|
-
"description": "The disabled state of the listbox.",
|
|
21111
|
-
"inheritedFrom": {
|
|
21112
|
-
"name": "Listbox",
|
|
21113
|
-
"module": "src/listbox/listbox.ts"
|
|
21114
|
-
}
|
|
21115
|
-
},
|
|
21116
|
-
{
|
|
21117
|
-
"kind": "field",
|
|
21118
|
-
"name": "selectedIndex",
|
|
21119
|
-
"type": {
|
|
21120
|
-
"text": "number"
|
|
21121
|
-
},
|
|
21122
|
-
"privacy": "public",
|
|
21123
|
-
"default": "-1",
|
|
21124
|
-
"description": "The index of the selected option.",
|
|
21125
|
-
"inheritedFrom": {
|
|
21126
|
-
"name": "Listbox",
|
|
21127
|
-
"module": "src/listbox/listbox.ts"
|
|
21128
|
-
}
|
|
21129
|
-
},
|
|
21130
|
-
{
|
|
21131
|
-
"kind": "field",
|
|
21132
|
-
"name": "selectedOptions",
|
|
21133
|
-
"type": {
|
|
21134
|
-
"text": "ListboxOption[]"
|
|
21135
|
-
},
|
|
21136
|
-
"privacy": "public",
|
|
21137
|
-
"default": "[]",
|
|
21138
|
-
"description": "A collection of the selected options.",
|
|
21139
|
-
"inheritedFrom": {
|
|
21140
|
-
"name": "Listbox",
|
|
21141
|
-
"module": "src/listbox/listbox.ts"
|
|
21142
|
-
}
|
|
21143
|
-
},
|
|
21144
|
-
{
|
|
21145
|
-
"kind": "field",
|
|
21146
|
-
"name": "slottedOptionFilter",
|
|
21147
|
-
"privacy": "public",
|
|
21148
|
-
"static": true,
|
|
21149
|
-
"description": "A static filter to include only selectable options.",
|
|
21150
|
-
"parameters": [
|
|
21151
|
-
{
|
|
21152
|
-
"description": "element to filter",
|
|
21153
|
-
"name": "n"
|
|
21154
|
-
}
|
|
21155
|
-
],
|
|
21156
|
-
"inheritedFrom": {
|
|
21157
|
-
"name": "Listbox",
|
|
21158
|
-
"module": "src/listbox/listbox.ts"
|
|
21159
|
-
}
|
|
21160
|
-
},
|
|
21161
|
-
{
|
|
21162
|
-
"kind": "method",
|
|
21163
|
-
"name": "selectFirstOption",
|
|
21164
|
-
"privacy": "public",
|
|
21165
|
-
"return": {
|
|
21166
|
-
"type": {
|
|
21167
|
-
"text": "void"
|
|
21168
|
-
}
|
|
21169
|
-
},
|
|
21170
|
-
"description": "Moves focus to the first selectable option.",
|
|
21171
|
-
"inheritedFrom": {
|
|
21172
|
-
"name": "Listbox",
|
|
21173
|
-
"module": "src/listbox/listbox.ts"
|
|
21174
|
-
}
|
|
21175
|
-
},
|
|
21176
|
-
{
|
|
21177
|
-
"kind": "method",
|
|
21178
|
-
"name": "setSelectedOptions",
|
|
21179
|
-
"privacy": "public",
|
|
21180
|
-
"description": "Sets an option as selected and gives it focus.",
|
|
21181
|
-
"inheritedFrom": {
|
|
21182
|
-
"name": "Listbox",
|
|
21183
|
-
"module": "src/listbox/listbox.ts"
|
|
21184
|
-
}
|
|
21185
|
-
},
|
|
21186
|
-
{
|
|
21187
|
-
"kind": "field",
|
|
21188
|
-
"name": "_presentation",
|
|
21189
|
-
"type": {
|
|
21190
|
-
"text": "ComponentPresentation | null | undefined"
|
|
21191
|
-
},
|
|
21192
|
-
"privacy": "private",
|
|
21193
|
-
"default": "void 0",
|
|
21194
|
-
"inheritedFrom": {
|
|
21195
|
-
"name": "FoundationElement",
|
|
21196
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
21197
|
-
}
|
|
21198
|
-
},
|
|
21199
|
-
{
|
|
21200
|
-
"kind": "field",
|
|
21201
|
-
"name": "$presentation",
|
|
21202
|
-
"type": {
|
|
21203
|
-
"text": "ComponentPresentation | null"
|
|
21204
|
-
},
|
|
21205
|
-
"privacy": "public",
|
|
21206
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
21207
|
-
"inheritedFrom": {
|
|
21208
|
-
"name": "FoundationElement",
|
|
21209
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
21210
|
-
}
|
|
21211
|
-
},
|
|
21212
|
-
{
|
|
21213
|
-
"kind": "field",
|
|
21214
|
-
"name": "template",
|
|
21215
|
-
"type": {
|
|
21216
|
-
"text": "ElementViewTemplate | void | null"
|
|
21217
|
-
},
|
|
21218
|
-
"privacy": "public",
|
|
21219
|
-
"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.",
|
|
21220
|
-
"inheritedFrom": {
|
|
21221
|
-
"name": "FoundationElement",
|
|
21222
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
21223
|
-
}
|
|
21224
|
-
},
|
|
21225
|
-
{
|
|
21226
|
-
"kind": "method",
|
|
21227
|
-
"name": "templateChanged",
|
|
21228
|
-
"privacy": "protected",
|
|
21229
|
-
"return": {
|
|
21230
|
-
"type": {
|
|
21231
|
-
"text": "void"
|
|
21232
|
-
}
|
|
21233
|
-
},
|
|
21234
|
-
"inheritedFrom": {
|
|
21235
|
-
"name": "FoundationElement",
|
|
21236
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
21237
|
-
}
|
|
21238
|
-
},
|
|
21239
|
-
{
|
|
21240
|
-
"kind": "field",
|
|
21241
|
-
"name": "styles",
|
|
21242
|
-
"type": {
|
|
21243
|
-
"text": "ElementStyles | void | null"
|
|
21244
|
-
},
|
|
21245
|
-
"privacy": "public",
|
|
21246
|
-
"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.",
|
|
21247
|
-
"inheritedFrom": {
|
|
21248
|
-
"name": "FoundationElement",
|
|
21249
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
21250
|
-
}
|
|
21251
|
-
},
|
|
21252
|
-
{
|
|
21253
|
-
"kind": "method",
|
|
21254
|
-
"name": "stylesChanged",
|
|
21255
|
-
"privacy": "protected",
|
|
21256
|
-
"return": {
|
|
21257
|
-
"type": {
|
|
21258
|
-
"text": "void"
|
|
21259
|
-
}
|
|
21260
|
-
},
|
|
21261
|
-
"inheritedFrom": {
|
|
21262
|
-
"name": "FoundationElement",
|
|
21263
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
21264
|
-
}
|
|
21265
|
-
},
|
|
21266
|
-
{
|
|
21267
|
-
"kind": "method",
|
|
21268
|
-
"name": "compose",
|
|
21269
|
-
"privacy": "public",
|
|
21270
|
-
"static": true,
|
|
21271
|
-
"return": {
|
|
21272
|
-
"type": {
|
|
21273
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
21274
|
-
}
|
|
21275
|
-
},
|
|
21276
|
-
"parameters": [
|
|
21277
|
-
{
|
|
21278
|
-
"name": "this",
|
|
21279
|
-
"type": {
|
|
21280
|
-
"text": "K"
|
|
21281
|
-
}
|
|
21282
|
-
},
|
|
21283
|
-
{
|
|
21284
|
-
"name": "elementDefinition",
|
|
21285
|
-
"type": {
|
|
21286
|
-
"text": "T"
|
|
21287
|
-
},
|
|
21288
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
21289
|
-
}
|
|
21290
|
-
],
|
|
21291
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
21292
|
-
"inheritedFrom": {
|
|
21293
|
-
"name": "FoundationElement",
|
|
21294
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
21295
|
-
}
|
|
21296
|
-
}
|
|
21297
|
-
]
|
|
21298
|
-
},
|
|
21299
|
-
{
|
|
21300
|
-
"kind": "variable",
|
|
21301
|
-
"name": "foundationListboxShadowOptions",
|
|
21302
|
-
"type": {
|
|
21303
|
-
"text": "ShadowRootInit"
|
|
21304
|
-
},
|
|
21305
|
-
"default": "undefined"
|
|
21306
|
-
},
|
|
21307
|
-
{
|
|
21308
|
-
"kind": "variable",
|
|
21309
|
-
"name": "defaultListboxConfig",
|
|
21310
|
-
"type": {
|
|
21311
|
-
"text": "object"
|
|
21312
|
-
},
|
|
21313
|
-
"default": "{}"
|
|
21314
|
-
},
|
|
21315
|
-
{
|
|
21316
|
-
"kind": "variable",
|
|
21317
|
-
"name": "foundationListbox"
|
|
21318
|
-
}
|
|
21319
|
-
],
|
|
21320
|
-
"exports": [
|
|
21321
|
-
{
|
|
21322
|
-
"kind": "js",
|
|
21323
|
-
"name": "Listbox",
|
|
21324
|
-
"declaration": {
|
|
21325
|
-
"name": "Listbox",
|
|
21326
|
-
"module": "src/listbox/listbox.ts"
|
|
21327
|
-
}
|
|
21328
|
-
},
|
|
21329
|
-
{
|
|
21330
|
-
"kind": "js",
|
|
21331
|
-
"name": "foundationListboxShadowOptions",
|
|
21332
|
-
"declaration": {
|
|
21333
|
-
"name": "foundationListboxShadowOptions",
|
|
21334
|
-
"module": "src/listbox/listbox.ts"
|
|
21335
|
-
}
|
|
21336
|
-
},
|
|
21337
|
-
{
|
|
21338
|
-
"kind": "js",
|
|
21339
|
-
"name": "defaultListboxConfig",
|
|
21340
|
-
"declaration": {
|
|
21341
|
-
"name": "defaultListboxConfig",
|
|
21342
|
-
"module": "src/listbox/listbox.ts"
|
|
21343
|
-
}
|
|
21344
|
-
},
|
|
21345
|
-
{
|
|
21346
|
-
"kind": "js",
|
|
21347
|
-
"name": "foundationListbox",
|
|
21348
|
-
"declaration": {
|
|
21349
|
-
"name": "foundationListbox",
|
|
21350
|
-
"module": "src/listbox/listbox.ts"
|
|
21351
|
-
}
|
|
21352
|
-
}
|
|
21353
|
-
]
|
|
21354
|
-
},
|
|
21355
20931
|
{
|
|
21356
20932
|
"kind": "javascript-module",
|
|
21357
20933
|
"path": "src/icon/icon.styles.ts",
|
|
@@ -21873,7 +21449,7 @@
|
|
|
21873
21449
|
},
|
|
21874
21450
|
{
|
|
21875
21451
|
"kind": "javascript-module",
|
|
21876
|
-
"path": "src/listbox
|
|
21452
|
+
"path": "src/listbox/index.ts",
|
|
21877
21453
|
"declarations": [],
|
|
21878
21454
|
"exports": [
|
|
21879
21455
|
{
|
|
@@ -21881,7 +21457,7 @@
|
|
|
21881
21457
|
"name": "*",
|
|
21882
21458
|
"declaration": {
|
|
21883
21459
|
"name": "*",
|
|
21884
|
-
"package": "./listbox
|
|
21460
|
+
"package": "./listbox.template"
|
|
21885
21461
|
}
|
|
21886
21462
|
},
|
|
21887
21463
|
{
|
|
@@ -21889,7 +21465,7 @@
|
|
|
21889
21465
|
"name": "*",
|
|
21890
21466
|
"declaration": {
|
|
21891
21467
|
"name": "*",
|
|
21892
|
-
"package": "./listbox
|
|
21468
|
+
"package": "./listbox.styles"
|
|
21893
21469
|
}
|
|
21894
21470
|
},
|
|
21895
21471
|
{
|
|
@@ -21897,18 +21473,18 @@
|
|
|
21897
21473
|
"name": "*",
|
|
21898
21474
|
"declaration": {
|
|
21899
21475
|
"name": "*",
|
|
21900
|
-
"package": "./listbox
|
|
21476
|
+
"package": "./listbox"
|
|
21901
21477
|
}
|
|
21902
21478
|
}
|
|
21903
21479
|
]
|
|
21904
21480
|
},
|
|
21905
21481
|
{
|
|
21906
21482
|
"kind": "javascript-module",
|
|
21907
|
-
"path": "src/listbox
|
|
21483
|
+
"path": "src/listbox/listbox.styles.ts",
|
|
21908
21484
|
"declarations": [
|
|
21909
21485
|
{
|
|
21910
21486
|
"kind": "function",
|
|
21911
|
-
"name": "
|
|
21487
|
+
"name": "foundationListboxStyles",
|
|
21912
21488
|
"return": {
|
|
21913
21489
|
"type": {
|
|
21914
21490
|
"text": "ElementStyles"
|
|
@@ -21933,24 +21509,24 @@
|
|
|
21933
21509
|
"exports": [
|
|
21934
21510
|
{
|
|
21935
21511
|
"kind": "js",
|
|
21936
|
-
"name": "
|
|
21512
|
+
"name": "foundationListboxStyles",
|
|
21937
21513
|
"declaration": {
|
|
21938
|
-
"name": "
|
|
21939
|
-
"module": "src/listbox
|
|
21514
|
+
"name": "foundationListboxStyles",
|
|
21515
|
+
"module": "src/listbox/listbox.styles.ts"
|
|
21940
21516
|
}
|
|
21941
21517
|
}
|
|
21942
21518
|
]
|
|
21943
21519
|
},
|
|
21944
21520
|
{
|
|
21945
21521
|
"kind": "javascript-module",
|
|
21946
|
-
"path": "src/listbox
|
|
21522
|
+
"path": "src/listbox/listbox.template.ts",
|
|
21947
21523
|
"declarations": [
|
|
21948
21524
|
{
|
|
21949
21525
|
"kind": "function",
|
|
21950
|
-
"name": "
|
|
21526
|
+
"name": "foundationListboxTemplate",
|
|
21951
21527
|
"return": {
|
|
21952
21528
|
"type": {
|
|
21953
|
-
"text": "ViewTemplate<
|
|
21529
|
+
"text": "ViewTemplate<Listbox>"
|
|
21954
21530
|
}
|
|
21955
21531
|
},
|
|
21956
21532
|
"parameters": [
|
|
@@ -21972,83 +21548,507 @@
|
|
|
21972
21548
|
"exports": [
|
|
21973
21549
|
{
|
|
21974
21550
|
"kind": "js",
|
|
21975
|
-
"name": "
|
|
21551
|
+
"name": "foundationListboxTemplate",
|
|
21976
21552
|
"declaration": {
|
|
21977
|
-
"name": "
|
|
21978
|
-
"module": "src/listbox
|
|
21553
|
+
"name": "foundationListboxTemplate",
|
|
21554
|
+
"module": "src/listbox/listbox.template.ts"
|
|
21979
21555
|
}
|
|
21980
21556
|
}
|
|
21981
21557
|
]
|
|
21982
21558
|
},
|
|
21983
21559
|
{
|
|
21984
21560
|
"kind": "javascript-module",
|
|
21985
|
-
"path": "src/listbox
|
|
21561
|
+
"path": "src/listbox/listbox.ts",
|
|
21986
21562
|
"declarations": [
|
|
21987
21563
|
{
|
|
21988
21564
|
"kind": "class",
|
|
21989
21565
|
"description": "",
|
|
21990
|
-
"name": "
|
|
21566
|
+
"name": "Listbox",
|
|
21991
21567
|
"superclass": {
|
|
21992
|
-
"name": "
|
|
21568
|
+
"name": "FASTListbox",
|
|
21993
21569
|
"package": "@microsoft/fast-components"
|
|
21994
21570
|
},
|
|
21995
|
-
"tagName": "%%prefix%%-
|
|
21571
|
+
"tagName": "%%prefix%%-listbox",
|
|
21996
21572
|
"customElement": true,
|
|
21997
21573
|
"attributes": [
|
|
21998
21574
|
{
|
|
21999
21575
|
"type": {
|
|
22000
21576
|
"text": "boolean"
|
|
22001
21577
|
},
|
|
22002
|
-
"description": "The disabled state of the
|
|
21578
|
+
"description": "The disabled state of the listbox.",
|
|
22003
21579
|
"fieldName": "disabled",
|
|
22004
21580
|
"inheritedFrom": {
|
|
22005
|
-
"name": "
|
|
22006
|
-
"module": "src/listbox
|
|
21581
|
+
"name": "Listbox",
|
|
21582
|
+
"module": "src/listbox/listbox.ts"
|
|
22007
21583
|
}
|
|
22008
|
-
}
|
|
21584
|
+
}
|
|
21585
|
+
],
|
|
21586
|
+
"members": [
|
|
22009
21587
|
{
|
|
22010
|
-
"
|
|
21588
|
+
"kind": "field",
|
|
21589
|
+
"name": "length",
|
|
22011
21590
|
"type": {
|
|
22012
|
-
"text": "
|
|
21591
|
+
"text": "number"
|
|
22013
21592
|
},
|
|
22014
|
-
"
|
|
22015
|
-
"
|
|
21593
|
+
"privacy": "public",
|
|
21594
|
+
"description": "The number of options.",
|
|
22016
21595
|
"inheritedFrom": {
|
|
22017
|
-
"name": "
|
|
22018
|
-
"module": "src/listbox
|
|
21596
|
+
"name": "Listbox",
|
|
21597
|
+
"module": "src/listbox/listbox.ts"
|
|
22019
21598
|
}
|
|
22020
21599
|
},
|
|
22021
|
-
{
|
|
22022
|
-
"name": "value",
|
|
22023
|
-
"type": {
|
|
22024
|
-
"text": "string"
|
|
22025
|
-
},
|
|
22026
|
-
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
22027
|
-
"fieldName": "initialValue",
|
|
22028
|
-
"inheritedFrom": {
|
|
22029
|
-
"name": "ListboxOption",
|
|
22030
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
22031
|
-
}
|
|
22032
|
-
}
|
|
22033
|
-
],
|
|
22034
|
-
"members": [
|
|
22035
21600
|
{
|
|
22036
21601
|
"kind": "field",
|
|
22037
|
-
"name": "
|
|
21602
|
+
"name": "options",
|
|
22038
21603
|
"type": {
|
|
22039
|
-
"text": "
|
|
21604
|
+
"text": "ListboxOption[]"
|
|
22040
21605
|
},
|
|
22041
21606
|
"privacy": "public",
|
|
22042
|
-
"description": "The
|
|
21607
|
+
"description": "The list of options.",
|
|
22043
21608
|
"inheritedFrom": {
|
|
22044
|
-
"name": "
|
|
22045
|
-
"module": "src/listbox
|
|
21609
|
+
"name": "Listbox",
|
|
21610
|
+
"module": "src/listbox/listbox.ts"
|
|
22046
21611
|
}
|
|
22047
21612
|
},
|
|
22048
21613
|
{
|
|
22049
|
-
"kind": "
|
|
22050
|
-
"name": "
|
|
22051
|
-
"privacy": "
|
|
21614
|
+
"kind": "field",
|
|
21615
|
+
"name": "typeAheadExpired",
|
|
21616
|
+
"privacy": "protected",
|
|
21617
|
+
"inheritedFrom": {
|
|
21618
|
+
"name": "Listbox",
|
|
21619
|
+
"module": "src/listbox/listbox.ts"
|
|
21620
|
+
}
|
|
21621
|
+
},
|
|
21622
|
+
{
|
|
21623
|
+
"kind": "field",
|
|
21624
|
+
"name": "disabled",
|
|
21625
|
+
"type": {
|
|
21626
|
+
"text": "boolean"
|
|
21627
|
+
},
|
|
21628
|
+
"privacy": "public",
|
|
21629
|
+
"description": "The disabled state of the listbox.",
|
|
21630
|
+
"inheritedFrom": {
|
|
21631
|
+
"name": "Listbox",
|
|
21632
|
+
"module": "src/listbox/listbox.ts"
|
|
21633
|
+
}
|
|
21634
|
+
},
|
|
21635
|
+
{
|
|
21636
|
+
"kind": "field",
|
|
21637
|
+
"name": "selectedIndex",
|
|
21638
|
+
"type": {
|
|
21639
|
+
"text": "number"
|
|
21640
|
+
},
|
|
21641
|
+
"privacy": "public",
|
|
21642
|
+
"default": "-1",
|
|
21643
|
+
"description": "The index of the selected option.",
|
|
21644
|
+
"inheritedFrom": {
|
|
21645
|
+
"name": "Listbox",
|
|
21646
|
+
"module": "src/listbox/listbox.ts"
|
|
21647
|
+
}
|
|
21648
|
+
},
|
|
21649
|
+
{
|
|
21650
|
+
"kind": "field",
|
|
21651
|
+
"name": "selectedOptions",
|
|
21652
|
+
"type": {
|
|
21653
|
+
"text": "ListboxOption[]"
|
|
21654
|
+
},
|
|
21655
|
+
"privacy": "public",
|
|
21656
|
+
"default": "[]",
|
|
21657
|
+
"description": "A collection of the selected options.",
|
|
21658
|
+
"inheritedFrom": {
|
|
21659
|
+
"name": "Listbox",
|
|
21660
|
+
"module": "src/listbox/listbox.ts"
|
|
21661
|
+
}
|
|
21662
|
+
},
|
|
21663
|
+
{
|
|
21664
|
+
"kind": "field",
|
|
21665
|
+
"name": "slottedOptionFilter",
|
|
21666
|
+
"privacy": "public",
|
|
21667
|
+
"static": true,
|
|
21668
|
+
"description": "A static filter to include only selectable options.",
|
|
21669
|
+
"parameters": [
|
|
21670
|
+
{
|
|
21671
|
+
"description": "element to filter",
|
|
21672
|
+
"name": "n"
|
|
21673
|
+
}
|
|
21674
|
+
],
|
|
21675
|
+
"inheritedFrom": {
|
|
21676
|
+
"name": "Listbox",
|
|
21677
|
+
"module": "src/listbox/listbox.ts"
|
|
21678
|
+
}
|
|
21679
|
+
},
|
|
21680
|
+
{
|
|
21681
|
+
"kind": "method",
|
|
21682
|
+
"name": "selectFirstOption",
|
|
21683
|
+
"privacy": "public",
|
|
21684
|
+
"return": {
|
|
21685
|
+
"type": {
|
|
21686
|
+
"text": "void"
|
|
21687
|
+
}
|
|
21688
|
+
},
|
|
21689
|
+
"description": "Moves focus to the first selectable option.",
|
|
21690
|
+
"inheritedFrom": {
|
|
21691
|
+
"name": "Listbox",
|
|
21692
|
+
"module": "src/listbox/listbox.ts"
|
|
21693
|
+
}
|
|
21694
|
+
},
|
|
21695
|
+
{
|
|
21696
|
+
"kind": "method",
|
|
21697
|
+
"name": "setSelectedOptions",
|
|
21698
|
+
"privacy": "public",
|
|
21699
|
+
"description": "Sets an option as selected and gives it focus.",
|
|
21700
|
+
"inheritedFrom": {
|
|
21701
|
+
"name": "Listbox",
|
|
21702
|
+
"module": "src/listbox/listbox.ts"
|
|
21703
|
+
}
|
|
21704
|
+
},
|
|
21705
|
+
{
|
|
21706
|
+
"kind": "field",
|
|
21707
|
+
"name": "_presentation",
|
|
21708
|
+
"type": {
|
|
21709
|
+
"text": "ComponentPresentation | null | undefined"
|
|
21710
|
+
},
|
|
21711
|
+
"privacy": "private",
|
|
21712
|
+
"default": "void 0",
|
|
21713
|
+
"inheritedFrom": {
|
|
21714
|
+
"name": "FoundationElement",
|
|
21715
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
21716
|
+
}
|
|
21717
|
+
},
|
|
21718
|
+
{
|
|
21719
|
+
"kind": "field",
|
|
21720
|
+
"name": "$presentation",
|
|
21721
|
+
"type": {
|
|
21722
|
+
"text": "ComponentPresentation | null"
|
|
21723
|
+
},
|
|
21724
|
+
"privacy": "public",
|
|
21725
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
21726
|
+
"inheritedFrom": {
|
|
21727
|
+
"name": "FoundationElement",
|
|
21728
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
21729
|
+
}
|
|
21730
|
+
},
|
|
21731
|
+
{
|
|
21732
|
+
"kind": "field",
|
|
21733
|
+
"name": "template",
|
|
21734
|
+
"type": {
|
|
21735
|
+
"text": "ElementViewTemplate | void | null"
|
|
21736
|
+
},
|
|
21737
|
+
"privacy": "public",
|
|
21738
|
+
"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.",
|
|
21739
|
+
"inheritedFrom": {
|
|
21740
|
+
"name": "FoundationElement",
|
|
21741
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
21742
|
+
}
|
|
21743
|
+
},
|
|
21744
|
+
{
|
|
21745
|
+
"kind": "method",
|
|
21746
|
+
"name": "templateChanged",
|
|
21747
|
+
"privacy": "protected",
|
|
21748
|
+
"return": {
|
|
21749
|
+
"type": {
|
|
21750
|
+
"text": "void"
|
|
21751
|
+
}
|
|
21752
|
+
},
|
|
21753
|
+
"inheritedFrom": {
|
|
21754
|
+
"name": "FoundationElement",
|
|
21755
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
21756
|
+
}
|
|
21757
|
+
},
|
|
21758
|
+
{
|
|
21759
|
+
"kind": "field",
|
|
21760
|
+
"name": "styles",
|
|
21761
|
+
"type": {
|
|
21762
|
+
"text": "ElementStyles | void | null"
|
|
21763
|
+
},
|
|
21764
|
+
"privacy": "public",
|
|
21765
|
+
"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.",
|
|
21766
|
+
"inheritedFrom": {
|
|
21767
|
+
"name": "FoundationElement",
|
|
21768
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
21769
|
+
}
|
|
21770
|
+
},
|
|
21771
|
+
{
|
|
21772
|
+
"kind": "method",
|
|
21773
|
+
"name": "stylesChanged",
|
|
21774
|
+
"privacy": "protected",
|
|
21775
|
+
"return": {
|
|
21776
|
+
"type": {
|
|
21777
|
+
"text": "void"
|
|
21778
|
+
}
|
|
21779
|
+
},
|
|
21780
|
+
"inheritedFrom": {
|
|
21781
|
+
"name": "FoundationElement",
|
|
21782
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
21783
|
+
}
|
|
21784
|
+
},
|
|
21785
|
+
{
|
|
21786
|
+
"kind": "method",
|
|
21787
|
+
"name": "compose",
|
|
21788
|
+
"privacy": "public",
|
|
21789
|
+
"static": true,
|
|
21790
|
+
"return": {
|
|
21791
|
+
"type": {
|
|
21792
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
21793
|
+
}
|
|
21794
|
+
},
|
|
21795
|
+
"parameters": [
|
|
21796
|
+
{
|
|
21797
|
+
"name": "this",
|
|
21798
|
+
"type": {
|
|
21799
|
+
"text": "K"
|
|
21800
|
+
}
|
|
21801
|
+
},
|
|
21802
|
+
{
|
|
21803
|
+
"name": "elementDefinition",
|
|
21804
|
+
"type": {
|
|
21805
|
+
"text": "T"
|
|
21806
|
+
},
|
|
21807
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
21808
|
+
}
|
|
21809
|
+
],
|
|
21810
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
21811
|
+
"inheritedFrom": {
|
|
21812
|
+
"name": "FoundationElement",
|
|
21813
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
21814
|
+
}
|
|
21815
|
+
}
|
|
21816
|
+
]
|
|
21817
|
+
},
|
|
21818
|
+
{
|
|
21819
|
+
"kind": "variable",
|
|
21820
|
+
"name": "foundationListboxShadowOptions",
|
|
21821
|
+
"type": {
|
|
21822
|
+
"text": "ShadowRootInit"
|
|
21823
|
+
},
|
|
21824
|
+
"default": "undefined"
|
|
21825
|
+
},
|
|
21826
|
+
{
|
|
21827
|
+
"kind": "variable",
|
|
21828
|
+
"name": "defaultListboxConfig",
|
|
21829
|
+
"type": {
|
|
21830
|
+
"text": "object"
|
|
21831
|
+
},
|
|
21832
|
+
"default": "{}"
|
|
21833
|
+
},
|
|
21834
|
+
{
|
|
21835
|
+
"kind": "variable",
|
|
21836
|
+
"name": "foundationListbox"
|
|
21837
|
+
}
|
|
21838
|
+
],
|
|
21839
|
+
"exports": [
|
|
21840
|
+
{
|
|
21841
|
+
"kind": "js",
|
|
21842
|
+
"name": "Listbox",
|
|
21843
|
+
"declaration": {
|
|
21844
|
+
"name": "Listbox",
|
|
21845
|
+
"module": "src/listbox/listbox.ts"
|
|
21846
|
+
}
|
|
21847
|
+
},
|
|
21848
|
+
{
|
|
21849
|
+
"kind": "js",
|
|
21850
|
+
"name": "foundationListboxShadowOptions",
|
|
21851
|
+
"declaration": {
|
|
21852
|
+
"name": "foundationListboxShadowOptions",
|
|
21853
|
+
"module": "src/listbox/listbox.ts"
|
|
21854
|
+
}
|
|
21855
|
+
},
|
|
21856
|
+
{
|
|
21857
|
+
"kind": "js",
|
|
21858
|
+
"name": "defaultListboxConfig",
|
|
21859
|
+
"declaration": {
|
|
21860
|
+
"name": "defaultListboxConfig",
|
|
21861
|
+
"module": "src/listbox/listbox.ts"
|
|
21862
|
+
}
|
|
21863
|
+
},
|
|
21864
|
+
{
|
|
21865
|
+
"kind": "js",
|
|
21866
|
+
"name": "foundationListbox",
|
|
21867
|
+
"declaration": {
|
|
21868
|
+
"name": "foundationListbox",
|
|
21869
|
+
"module": "src/listbox/listbox.ts"
|
|
21870
|
+
}
|
|
21871
|
+
}
|
|
21872
|
+
]
|
|
21873
|
+
},
|
|
21874
|
+
{
|
|
21875
|
+
"kind": "javascript-module",
|
|
21876
|
+
"path": "src/listbox-option/index.ts",
|
|
21877
|
+
"declarations": [],
|
|
21878
|
+
"exports": [
|
|
21879
|
+
{
|
|
21880
|
+
"kind": "js",
|
|
21881
|
+
"name": "*",
|
|
21882
|
+
"declaration": {
|
|
21883
|
+
"name": "*",
|
|
21884
|
+
"package": "./listbox-option.template"
|
|
21885
|
+
}
|
|
21886
|
+
},
|
|
21887
|
+
{
|
|
21888
|
+
"kind": "js",
|
|
21889
|
+
"name": "*",
|
|
21890
|
+
"declaration": {
|
|
21891
|
+
"name": "*",
|
|
21892
|
+
"package": "./listbox-option.styles"
|
|
21893
|
+
}
|
|
21894
|
+
},
|
|
21895
|
+
{
|
|
21896
|
+
"kind": "js",
|
|
21897
|
+
"name": "*",
|
|
21898
|
+
"declaration": {
|
|
21899
|
+
"name": "*",
|
|
21900
|
+
"package": "./listbox-option"
|
|
21901
|
+
}
|
|
21902
|
+
}
|
|
21903
|
+
]
|
|
21904
|
+
},
|
|
21905
|
+
{
|
|
21906
|
+
"kind": "javascript-module",
|
|
21907
|
+
"path": "src/listbox-option/listbox-option.styles.ts",
|
|
21908
|
+
"declarations": [
|
|
21909
|
+
{
|
|
21910
|
+
"kind": "function",
|
|
21911
|
+
"name": "foundationListboxOptionStyles",
|
|
21912
|
+
"return": {
|
|
21913
|
+
"type": {
|
|
21914
|
+
"text": "ElementStyles"
|
|
21915
|
+
}
|
|
21916
|
+
},
|
|
21917
|
+
"parameters": [
|
|
21918
|
+
{
|
|
21919
|
+
"name": "context",
|
|
21920
|
+
"type": {
|
|
21921
|
+
"text": "ElementDefinitionContext"
|
|
21922
|
+
}
|
|
21923
|
+
},
|
|
21924
|
+
{
|
|
21925
|
+
"name": "definition",
|
|
21926
|
+
"type": {
|
|
21927
|
+
"text": "FoundationElementDefinition"
|
|
21928
|
+
}
|
|
21929
|
+
}
|
|
21930
|
+
]
|
|
21931
|
+
}
|
|
21932
|
+
],
|
|
21933
|
+
"exports": [
|
|
21934
|
+
{
|
|
21935
|
+
"kind": "js",
|
|
21936
|
+
"name": "foundationListboxOptionStyles",
|
|
21937
|
+
"declaration": {
|
|
21938
|
+
"name": "foundationListboxOptionStyles",
|
|
21939
|
+
"module": "src/listbox-option/listbox-option.styles.ts"
|
|
21940
|
+
}
|
|
21941
|
+
}
|
|
21942
|
+
]
|
|
21943
|
+
},
|
|
21944
|
+
{
|
|
21945
|
+
"kind": "javascript-module",
|
|
21946
|
+
"path": "src/listbox-option/listbox-option.template.ts",
|
|
21947
|
+
"declarations": [
|
|
21948
|
+
{
|
|
21949
|
+
"kind": "function",
|
|
21950
|
+
"name": "foundationListboxOptionTemplate",
|
|
21951
|
+
"return": {
|
|
21952
|
+
"type": {
|
|
21953
|
+
"text": "ViewTemplate<ListboxOption>"
|
|
21954
|
+
}
|
|
21955
|
+
},
|
|
21956
|
+
"parameters": [
|
|
21957
|
+
{
|
|
21958
|
+
"name": "context",
|
|
21959
|
+
"type": {
|
|
21960
|
+
"text": "ElementDefinitionContext"
|
|
21961
|
+
}
|
|
21962
|
+
},
|
|
21963
|
+
{
|
|
21964
|
+
"name": "definition",
|
|
21965
|
+
"type": {
|
|
21966
|
+
"text": "FoundationElementDefinition"
|
|
21967
|
+
}
|
|
21968
|
+
}
|
|
21969
|
+
]
|
|
21970
|
+
}
|
|
21971
|
+
],
|
|
21972
|
+
"exports": [
|
|
21973
|
+
{
|
|
21974
|
+
"kind": "js",
|
|
21975
|
+
"name": "foundationListboxOptionTemplate",
|
|
21976
|
+
"declaration": {
|
|
21977
|
+
"name": "foundationListboxOptionTemplate",
|
|
21978
|
+
"module": "src/listbox-option/listbox-option.template.ts"
|
|
21979
|
+
}
|
|
21980
|
+
}
|
|
21981
|
+
]
|
|
21982
|
+
},
|
|
21983
|
+
{
|
|
21984
|
+
"kind": "javascript-module",
|
|
21985
|
+
"path": "src/listbox-option/listbox-option.ts",
|
|
21986
|
+
"declarations": [
|
|
21987
|
+
{
|
|
21988
|
+
"kind": "class",
|
|
21989
|
+
"description": "",
|
|
21990
|
+
"name": "ListboxOption",
|
|
21991
|
+
"superclass": {
|
|
21992
|
+
"name": "FASTListboxOption",
|
|
21993
|
+
"package": "@microsoft/fast-components"
|
|
21994
|
+
},
|
|
21995
|
+
"tagName": "%%prefix%%-option",
|
|
21996
|
+
"customElement": true,
|
|
21997
|
+
"attributes": [
|
|
21998
|
+
{
|
|
21999
|
+
"type": {
|
|
22000
|
+
"text": "boolean"
|
|
22001
|
+
},
|
|
22002
|
+
"description": "The disabled state of the option.",
|
|
22003
|
+
"fieldName": "disabled",
|
|
22004
|
+
"inheritedFrom": {
|
|
22005
|
+
"name": "ListboxOption",
|
|
22006
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22007
|
+
}
|
|
22008
|
+
},
|
|
22009
|
+
{
|
|
22010
|
+
"name": "selected",
|
|
22011
|
+
"type": {
|
|
22012
|
+
"text": "boolean"
|
|
22013
|
+
},
|
|
22014
|
+
"description": "The selected attribute value. This sets the initial selected value.",
|
|
22015
|
+
"fieldName": "selectedAttribute",
|
|
22016
|
+
"inheritedFrom": {
|
|
22017
|
+
"name": "ListboxOption",
|
|
22018
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22019
|
+
}
|
|
22020
|
+
},
|
|
22021
|
+
{
|
|
22022
|
+
"name": "value",
|
|
22023
|
+
"type": {
|
|
22024
|
+
"text": "string"
|
|
22025
|
+
},
|
|
22026
|
+
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
22027
|
+
"fieldName": "initialValue",
|
|
22028
|
+
"inheritedFrom": {
|
|
22029
|
+
"name": "ListboxOption",
|
|
22030
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22031
|
+
}
|
|
22032
|
+
}
|
|
22033
|
+
],
|
|
22034
|
+
"members": [
|
|
22035
|
+
{
|
|
22036
|
+
"kind": "field",
|
|
22037
|
+
"name": "checked",
|
|
22038
|
+
"type": {
|
|
22039
|
+
"text": "boolean | undefined"
|
|
22040
|
+
},
|
|
22041
|
+
"privacy": "public",
|
|
22042
|
+
"description": "The checked state is used when the parent listbox is in multiple selection mode.\nTo avoid accessibility conflicts, the checked state should not be present in\nsingle selection mode.",
|
|
22043
|
+
"inheritedFrom": {
|
|
22044
|
+
"name": "ListboxOption",
|
|
22045
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22046
|
+
}
|
|
22047
|
+
},
|
|
22048
|
+
{
|
|
22049
|
+
"kind": "method",
|
|
22050
|
+
"name": "checkedChanged",
|
|
22051
|
+
"privacy": "public",
|
|
22052
22052
|
"return": {
|
|
22053
22053
|
"type": {
|
|
22054
22054
|
"text": "void"
|
|
@@ -23486,6 +23486,468 @@
|
|
|
23486
23486
|
}
|
|
23487
23487
|
]
|
|
23488
23488
|
},
|
|
23489
|
+
{
|
|
23490
|
+
"kind": "javascript-module",
|
|
23491
|
+
"path": "src/modal/index.ts",
|
|
23492
|
+
"declarations": [],
|
|
23493
|
+
"exports": [
|
|
23494
|
+
{
|
|
23495
|
+
"kind": "js",
|
|
23496
|
+
"name": "*",
|
|
23497
|
+
"declaration": {
|
|
23498
|
+
"name": "*",
|
|
23499
|
+
"package": "./modal.styles"
|
|
23500
|
+
}
|
|
23501
|
+
},
|
|
23502
|
+
{
|
|
23503
|
+
"kind": "js",
|
|
23504
|
+
"name": "*",
|
|
23505
|
+
"declaration": {
|
|
23506
|
+
"name": "*",
|
|
23507
|
+
"package": "./modal.template"
|
|
23508
|
+
}
|
|
23509
|
+
},
|
|
23510
|
+
{
|
|
23511
|
+
"kind": "js",
|
|
23512
|
+
"name": "*",
|
|
23513
|
+
"declaration": {
|
|
23514
|
+
"name": "*",
|
|
23515
|
+
"package": "./modal"
|
|
23516
|
+
}
|
|
23517
|
+
}
|
|
23518
|
+
]
|
|
23519
|
+
},
|
|
23520
|
+
{
|
|
23521
|
+
"kind": "javascript-module",
|
|
23522
|
+
"path": "src/modal/modal.styles.ts",
|
|
23523
|
+
"declarations": [
|
|
23524
|
+
{
|
|
23525
|
+
"kind": "variable",
|
|
23526
|
+
"name": "foundationModalStyles",
|
|
23527
|
+
"type": {
|
|
23528
|
+
"text": "ElementStyles"
|
|
23529
|
+
},
|
|
23530
|
+
"default": "css`\n ${foundationDialogStyles}\n`"
|
|
23531
|
+
}
|
|
23532
|
+
],
|
|
23533
|
+
"exports": [
|
|
23534
|
+
{
|
|
23535
|
+
"kind": "js",
|
|
23536
|
+
"name": "foundationModalStyles",
|
|
23537
|
+
"declaration": {
|
|
23538
|
+
"name": "foundationModalStyles",
|
|
23539
|
+
"module": "src/modal/modal.styles.ts"
|
|
23540
|
+
}
|
|
23541
|
+
}
|
|
23542
|
+
]
|
|
23543
|
+
},
|
|
23544
|
+
{
|
|
23545
|
+
"kind": "javascript-module",
|
|
23546
|
+
"path": "src/modal/modal.template.ts",
|
|
23547
|
+
"declarations": [
|
|
23548
|
+
{
|
|
23549
|
+
"kind": "variable",
|
|
23550
|
+
"name": "foundationModalTemplate",
|
|
23551
|
+
"type": {
|
|
23552
|
+
"text": "ViewTemplate<Modal>"
|
|
23553
|
+
},
|
|
23554
|
+
"default": "html`\n ${foundationDialogTemplate}\n`"
|
|
23555
|
+
}
|
|
23556
|
+
],
|
|
23557
|
+
"exports": [
|
|
23558
|
+
{
|
|
23559
|
+
"kind": "js",
|
|
23560
|
+
"name": "foundationModalTemplate",
|
|
23561
|
+
"declaration": {
|
|
23562
|
+
"name": "foundationModalTemplate",
|
|
23563
|
+
"module": "src/modal/modal.template.ts"
|
|
23564
|
+
}
|
|
23565
|
+
}
|
|
23566
|
+
]
|
|
23567
|
+
},
|
|
23568
|
+
{
|
|
23569
|
+
"kind": "javascript-module",
|
|
23570
|
+
"path": "src/modal/modal.ts",
|
|
23571
|
+
"declarations": [
|
|
23572
|
+
{
|
|
23573
|
+
"kind": "variable",
|
|
23574
|
+
"name": "foundationModalShadowOptions",
|
|
23575
|
+
"type": {
|
|
23576
|
+
"text": "ShadowRootInit"
|
|
23577
|
+
},
|
|
23578
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
23579
|
+
},
|
|
23580
|
+
{
|
|
23581
|
+
"kind": "variable",
|
|
23582
|
+
"name": "defaultModalConfig",
|
|
23583
|
+
"type": {
|
|
23584
|
+
"text": "object"
|
|
23585
|
+
},
|
|
23586
|
+
"default": "{}"
|
|
23587
|
+
},
|
|
23588
|
+
{
|
|
23589
|
+
"kind": "class",
|
|
23590
|
+
"description": "",
|
|
23591
|
+
"name": "Modal",
|
|
23592
|
+
"members": [
|
|
23593
|
+
{
|
|
23594
|
+
"kind": "method",
|
|
23595
|
+
"name": "show",
|
|
23596
|
+
"return": {
|
|
23597
|
+
"type": {
|
|
23598
|
+
"text": "void"
|
|
23599
|
+
}
|
|
23600
|
+
},
|
|
23601
|
+
"description": "Show the HTMLDialogElement and its contents",
|
|
23602
|
+
"inheritedFrom": {
|
|
23603
|
+
"name": "<local>_DialogElement",
|
|
23604
|
+
"module": "src/dialog/dialog.ts"
|
|
23605
|
+
}
|
|
23606
|
+
},
|
|
23607
|
+
{
|
|
23608
|
+
"kind": "field",
|
|
23609
|
+
"name": "mainElement",
|
|
23610
|
+
"type": {
|
|
23611
|
+
"text": "HTMLDialogElement"
|
|
23612
|
+
},
|
|
23613
|
+
"description": "A reference to the dialog element\nin the component Shadow DOM.",
|
|
23614
|
+
"inheritedFrom": {
|
|
23615
|
+
"name": "<local>_DialogElement",
|
|
23616
|
+
"module": "src/dialog/dialog.ts"
|
|
23617
|
+
}
|
|
23618
|
+
},
|
|
23619
|
+
{
|
|
23620
|
+
"kind": "field",
|
|
23621
|
+
"name": "notification",
|
|
23622
|
+
"type": {
|
|
23623
|
+
"text": "NotificationStructure"
|
|
23624
|
+
},
|
|
23625
|
+
"inheritedFrom": {
|
|
23626
|
+
"name": "<local>_DialogElement",
|
|
23627
|
+
"module": "src/dialog/dialog.ts"
|
|
23628
|
+
}
|
|
23629
|
+
},
|
|
23630
|
+
{
|
|
23631
|
+
"kind": "method",
|
|
23632
|
+
"name": "notificationChanged",
|
|
23633
|
+
"inheritedFrom": {
|
|
23634
|
+
"name": "<local>_DialogElement",
|
|
23635
|
+
"module": "src/dialog/dialog.ts"
|
|
23636
|
+
}
|
|
23637
|
+
},
|
|
23638
|
+
{
|
|
23639
|
+
"kind": "field",
|
|
23640
|
+
"name": "type",
|
|
23641
|
+
"type": {
|
|
23642
|
+
"text": "DialogType"
|
|
23643
|
+
},
|
|
23644
|
+
"default": "'default'",
|
|
23645
|
+
"inheritedFrom": {
|
|
23646
|
+
"name": "<local>_DialogElement",
|
|
23647
|
+
"module": "src/dialog/dialog.ts"
|
|
23648
|
+
}
|
|
23649
|
+
},
|
|
23650
|
+
{
|
|
23651
|
+
"kind": "field",
|
|
23652
|
+
"name": "position",
|
|
23653
|
+
"type": {
|
|
23654
|
+
"text": "DialogPosition"
|
|
23655
|
+
},
|
|
23656
|
+
"default": "'center'",
|
|
23657
|
+
"inheritedFrom": {
|
|
23658
|
+
"name": "<local>_DialogElement",
|
|
23659
|
+
"module": "src/dialog/dialog.ts"
|
|
23660
|
+
}
|
|
23661
|
+
},
|
|
23662
|
+
{
|
|
23663
|
+
"kind": "field",
|
|
23664
|
+
"name": "showCloseIcon",
|
|
23665
|
+
"type": {
|
|
23666
|
+
"text": "boolean"
|
|
23667
|
+
},
|
|
23668
|
+
"default": "true",
|
|
23669
|
+
"description": "Whether or not to show the close icon",
|
|
23670
|
+
"inheritedFrom": {
|
|
23671
|
+
"name": "<local>_DialogElement",
|
|
23672
|
+
"module": "src/dialog/dialog.ts"
|
|
23673
|
+
}
|
|
23674
|
+
},
|
|
23675
|
+
{
|
|
23676
|
+
"kind": "field",
|
|
23677
|
+
"name": "onShowCallback",
|
|
23678
|
+
"type": {
|
|
23679
|
+
"text": "() => void"
|
|
23680
|
+
},
|
|
23681
|
+
"description": "Callback to run *before* HTMLDialogElement is shown",
|
|
23682
|
+
"inheritedFrom": {
|
|
23683
|
+
"name": "<local>_DialogElement",
|
|
23684
|
+
"module": "src/dialog/dialog.ts"
|
|
23685
|
+
}
|
|
23686
|
+
},
|
|
23687
|
+
{
|
|
23688
|
+
"kind": "field",
|
|
23689
|
+
"name": "onCloseCallback",
|
|
23690
|
+
"type": {
|
|
23691
|
+
"text": "() => void"
|
|
23692
|
+
},
|
|
23693
|
+
"description": "Callback to run *after* HTMLDialogElement is closed",
|
|
23694
|
+
"inheritedFrom": {
|
|
23695
|
+
"name": "<local>_DialogElement",
|
|
23696
|
+
"module": "src/dialog/dialog.ts"
|
|
23697
|
+
}
|
|
23698
|
+
},
|
|
23699
|
+
{
|
|
23700
|
+
"kind": "field",
|
|
23701
|
+
"name": "open",
|
|
23702
|
+
"type": {
|
|
23703
|
+
"text": "boolean"
|
|
23704
|
+
},
|
|
23705
|
+
"description": "Determine if the dialog is showing or closed.",
|
|
23706
|
+
"readonly": true,
|
|
23707
|
+
"inheritedFrom": {
|
|
23708
|
+
"name": "<local>_DialogElement",
|
|
23709
|
+
"module": "src/dialog/dialog.ts"
|
|
23710
|
+
}
|
|
23711
|
+
},
|
|
23712
|
+
{
|
|
23713
|
+
"kind": "method",
|
|
23714
|
+
"name": "close",
|
|
23715
|
+
"return": {
|
|
23716
|
+
"type": {
|
|
23717
|
+
"text": "void"
|
|
23718
|
+
}
|
|
23719
|
+
},
|
|
23720
|
+
"description": "Remove the HTMLDialogElement from display",
|
|
23721
|
+
"inheritedFrom": {
|
|
23722
|
+
"name": "<local>_DialogElement",
|
|
23723
|
+
"module": "src/dialog/dialog.ts"
|
|
23724
|
+
}
|
|
23725
|
+
},
|
|
23726
|
+
{
|
|
23727
|
+
"kind": "method",
|
|
23728
|
+
"name": "dismiss",
|
|
23729
|
+
"privacy": "public",
|
|
23730
|
+
"description": "Dismiss the Dialog from display and calls the dismissing action.",
|
|
23731
|
+
"inheritedFrom": {
|
|
23732
|
+
"name": "<local>_DialogElement",
|
|
23733
|
+
"module": "src/dialog/dialog.ts"
|
|
23734
|
+
}
|
|
23735
|
+
},
|
|
23736
|
+
{
|
|
23737
|
+
"kind": "method",
|
|
23738
|
+
"name": "closeDialog",
|
|
23739
|
+
"privacy": "public",
|
|
23740
|
+
"return": {
|
|
23741
|
+
"type": {
|
|
23742
|
+
"text": "void"
|
|
23743
|
+
}
|
|
23744
|
+
},
|
|
23745
|
+
"description": "Dismiss the Dialog from display.",
|
|
23746
|
+
"inheritedFrom": {
|
|
23747
|
+
"name": "<local>_DialogElement",
|
|
23748
|
+
"module": "src/dialog/dialog.ts"
|
|
23749
|
+
}
|
|
23750
|
+
},
|
|
23751
|
+
{
|
|
23752
|
+
"kind": "field",
|
|
23753
|
+
"name": "_presentation",
|
|
23754
|
+
"type": {
|
|
23755
|
+
"text": "ComponentPresentation | null | undefined"
|
|
23756
|
+
},
|
|
23757
|
+
"privacy": "private",
|
|
23758
|
+
"default": "void 0",
|
|
23759
|
+
"inheritedFrom": {
|
|
23760
|
+
"name": "FoundationElement",
|
|
23761
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
23762
|
+
}
|
|
23763
|
+
},
|
|
23764
|
+
{
|
|
23765
|
+
"kind": "field",
|
|
23766
|
+
"name": "$presentation",
|
|
23767
|
+
"type": {
|
|
23768
|
+
"text": "ComponentPresentation | null"
|
|
23769
|
+
},
|
|
23770
|
+
"privacy": "public",
|
|
23771
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
23772
|
+
"inheritedFrom": {
|
|
23773
|
+
"name": "FoundationElement",
|
|
23774
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
23775
|
+
}
|
|
23776
|
+
},
|
|
23777
|
+
{
|
|
23778
|
+
"kind": "field",
|
|
23779
|
+
"name": "template",
|
|
23780
|
+
"type": {
|
|
23781
|
+
"text": "ElementViewTemplate | void | null"
|
|
23782
|
+
},
|
|
23783
|
+
"privacy": "public",
|
|
23784
|
+
"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.",
|
|
23785
|
+
"inheritedFrom": {
|
|
23786
|
+
"name": "FoundationElement",
|
|
23787
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
23788
|
+
}
|
|
23789
|
+
},
|
|
23790
|
+
{
|
|
23791
|
+
"kind": "method",
|
|
23792
|
+
"name": "templateChanged",
|
|
23793
|
+
"privacy": "protected",
|
|
23794
|
+
"return": {
|
|
23795
|
+
"type": {
|
|
23796
|
+
"text": "void"
|
|
23797
|
+
}
|
|
23798
|
+
},
|
|
23799
|
+
"inheritedFrom": {
|
|
23800
|
+
"name": "FoundationElement",
|
|
23801
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
23802
|
+
}
|
|
23803
|
+
},
|
|
23804
|
+
{
|
|
23805
|
+
"kind": "field",
|
|
23806
|
+
"name": "styles",
|
|
23807
|
+
"type": {
|
|
23808
|
+
"text": "ElementStyles | void | null"
|
|
23809
|
+
},
|
|
23810
|
+
"privacy": "public",
|
|
23811
|
+
"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.",
|
|
23812
|
+
"inheritedFrom": {
|
|
23813
|
+
"name": "FoundationElement",
|
|
23814
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
23815
|
+
}
|
|
23816
|
+
},
|
|
23817
|
+
{
|
|
23818
|
+
"kind": "method",
|
|
23819
|
+
"name": "stylesChanged",
|
|
23820
|
+
"privacy": "protected",
|
|
23821
|
+
"return": {
|
|
23822
|
+
"type": {
|
|
23823
|
+
"text": "void"
|
|
23824
|
+
}
|
|
23825
|
+
},
|
|
23826
|
+
"inheritedFrom": {
|
|
23827
|
+
"name": "FoundationElement",
|
|
23828
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
23829
|
+
}
|
|
23830
|
+
},
|
|
23831
|
+
{
|
|
23832
|
+
"kind": "method",
|
|
23833
|
+
"name": "compose",
|
|
23834
|
+
"privacy": "public",
|
|
23835
|
+
"static": true,
|
|
23836
|
+
"return": {
|
|
23837
|
+
"type": {
|
|
23838
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
23839
|
+
}
|
|
23840
|
+
},
|
|
23841
|
+
"parameters": [
|
|
23842
|
+
{
|
|
23843
|
+
"name": "this",
|
|
23844
|
+
"type": {
|
|
23845
|
+
"text": "K"
|
|
23846
|
+
}
|
|
23847
|
+
},
|
|
23848
|
+
{
|
|
23849
|
+
"name": "elementDefinition",
|
|
23850
|
+
"type": {
|
|
23851
|
+
"text": "T"
|
|
23852
|
+
},
|
|
23853
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
23854
|
+
}
|
|
23855
|
+
],
|
|
23856
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
23857
|
+
"inheritedFrom": {
|
|
23858
|
+
"name": "FoundationElement",
|
|
23859
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
23860
|
+
}
|
|
23861
|
+
}
|
|
23862
|
+
],
|
|
23863
|
+
"superclass": {
|
|
23864
|
+
"name": "DialogElement",
|
|
23865
|
+
"module": "/src/dialog"
|
|
23866
|
+
},
|
|
23867
|
+
"tagName": "%%prefix%%-modal",
|
|
23868
|
+
"customElement": true,
|
|
23869
|
+
"attributes": [
|
|
23870
|
+
{
|
|
23871
|
+
"name": "type",
|
|
23872
|
+
"type": {
|
|
23873
|
+
"text": "DialogType"
|
|
23874
|
+
},
|
|
23875
|
+
"default": "'default'",
|
|
23876
|
+
"fieldName": "type",
|
|
23877
|
+
"inheritedFrom": {
|
|
23878
|
+
"name": "<local>_DialogElement",
|
|
23879
|
+
"module": "src/dialog/dialog.ts"
|
|
23880
|
+
}
|
|
23881
|
+
},
|
|
23882
|
+
{
|
|
23883
|
+
"name": "position",
|
|
23884
|
+
"type": {
|
|
23885
|
+
"text": "DialogPosition"
|
|
23886
|
+
},
|
|
23887
|
+
"default": "'center'",
|
|
23888
|
+
"fieldName": "position",
|
|
23889
|
+
"inheritedFrom": {
|
|
23890
|
+
"name": "<local>_DialogElement",
|
|
23891
|
+
"module": "src/dialog/dialog.ts"
|
|
23892
|
+
}
|
|
23893
|
+
},
|
|
23894
|
+
{
|
|
23895
|
+
"name": "show-close-icon",
|
|
23896
|
+
"type": {
|
|
23897
|
+
"text": "boolean"
|
|
23898
|
+
},
|
|
23899
|
+
"default": "true",
|
|
23900
|
+
"description": "Whether or not to show the close icon",
|
|
23901
|
+
"fieldName": "showCloseIcon",
|
|
23902
|
+
"inheritedFrom": {
|
|
23903
|
+
"name": "<local>_DialogElement",
|
|
23904
|
+
"module": "src/dialog/dialog.ts"
|
|
23905
|
+
}
|
|
23906
|
+
}
|
|
23907
|
+
]
|
|
23908
|
+
},
|
|
23909
|
+
{
|
|
23910
|
+
"kind": "variable",
|
|
23911
|
+
"name": "foundationModal",
|
|
23912
|
+
"description": "The Foundation Modal",
|
|
23913
|
+
"privacy": "public"
|
|
23914
|
+
}
|
|
23915
|
+
],
|
|
23916
|
+
"exports": [
|
|
23917
|
+
{
|
|
23918
|
+
"kind": "js",
|
|
23919
|
+
"name": "foundationModalShadowOptions",
|
|
23920
|
+
"declaration": {
|
|
23921
|
+
"name": "foundationModalShadowOptions",
|
|
23922
|
+
"module": "src/modal/modal.ts"
|
|
23923
|
+
}
|
|
23924
|
+
},
|
|
23925
|
+
{
|
|
23926
|
+
"kind": "js",
|
|
23927
|
+
"name": "defaultModalConfig",
|
|
23928
|
+
"declaration": {
|
|
23929
|
+
"name": "defaultModalConfig",
|
|
23930
|
+
"module": "src/modal/modal.ts"
|
|
23931
|
+
}
|
|
23932
|
+
},
|
|
23933
|
+
{
|
|
23934
|
+
"kind": "js",
|
|
23935
|
+
"name": "Modal",
|
|
23936
|
+
"declaration": {
|
|
23937
|
+
"name": "Modal",
|
|
23938
|
+
"module": "src/modal/modal.ts"
|
|
23939
|
+
}
|
|
23940
|
+
},
|
|
23941
|
+
{
|
|
23942
|
+
"kind": "js",
|
|
23943
|
+
"name": "foundationModal",
|
|
23944
|
+
"declaration": {
|
|
23945
|
+
"name": "foundationModal",
|
|
23946
|
+
"module": "src/modal/modal.ts"
|
|
23947
|
+
}
|
|
23948
|
+
}
|
|
23949
|
+
]
|
|
23950
|
+
},
|
|
23489
23951
|
{
|
|
23490
23952
|
"kind": "javascript-module",
|
|
23491
23953
|
"path": "src/multiselect/index.ts",
|
|
@@ -24305,7 +24767,7 @@
|
|
|
24305
24767
|
},
|
|
24306
24768
|
{
|
|
24307
24769
|
"kind": "javascript-module",
|
|
24308
|
-
"path": "src/
|
|
24770
|
+
"path": "src/notification-listener/index.ts",
|
|
24309
24771
|
"declarations": [],
|
|
24310
24772
|
"exports": [
|
|
24311
24773
|
{
|
|
@@ -24313,15 +24775,7 @@
|
|
|
24313
24775
|
"name": "*",
|
|
24314
24776
|
"declaration": {
|
|
24315
24777
|
"name": "*",
|
|
24316
|
-
"package": "./
|
|
24317
|
-
}
|
|
24318
|
-
},
|
|
24319
|
-
{
|
|
24320
|
-
"kind": "js",
|
|
24321
|
-
"name": "*",
|
|
24322
|
-
"declaration": {
|
|
24323
|
-
"name": "*",
|
|
24324
|
-
"package": "./modal.template"
|
|
24778
|
+
"package": "./notification-listener.template"
|
|
24325
24779
|
}
|
|
24326
24780
|
},
|
|
24327
24781
|
{
|
|
@@ -24329,501 +24783,47 @@
|
|
|
24329
24783
|
"name": "*",
|
|
24330
24784
|
"declaration": {
|
|
24331
24785
|
"name": "*",
|
|
24332
|
-
"package": "./
|
|
24786
|
+
"package": "./notification-listener"
|
|
24333
24787
|
}
|
|
24334
24788
|
}
|
|
24335
24789
|
]
|
|
24336
24790
|
},
|
|
24337
24791
|
{
|
|
24338
24792
|
"kind": "javascript-module",
|
|
24339
|
-
"path": "src/
|
|
24793
|
+
"path": "src/notification-listener/notification-listener.template.ts",
|
|
24340
24794
|
"declarations": [
|
|
24341
24795
|
{
|
|
24342
24796
|
"kind": "variable",
|
|
24343
|
-
"name": "
|
|
24797
|
+
"name": "foundationNotificationListenerTemplate",
|
|
24344
24798
|
"type": {
|
|
24345
|
-
"text": "
|
|
24799
|
+
"text": "ViewTemplate<NotificationListener>"
|
|
24346
24800
|
},
|
|
24347
|
-
"default": "
|
|
24801
|
+
"default": "html<NotificationListener>`\n <template ${ref('notificationListener')}>\n <slot></slot>\n </template>\n`"
|
|
24348
24802
|
}
|
|
24349
24803
|
],
|
|
24350
24804
|
"exports": [
|
|
24351
24805
|
{
|
|
24352
24806
|
"kind": "js",
|
|
24353
|
-
"name": "
|
|
24807
|
+
"name": "foundationNotificationListenerTemplate",
|
|
24354
24808
|
"declaration": {
|
|
24355
|
-
"name": "
|
|
24356
|
-
"module": "src/
|
|
24809
|
+
"name": "foundationNotificationListenerTemplate",
|
|
24810
|
+
"module": "src/notification-listener/notification-listener.template.ts"
|
|
24357
24811
|
}
|
|
24358
24812
|
}
|
|
24359
24813
|
]
|
|
24360
24814
|
},
|
|
24361
24815
|
{
|
|
24362
24816
|
"kind": "javascript-module",
|
|
24363
|
-
"path": "src/
|
|
24817
|
+
"path": "src/notification-listener/notification-listener.ts",
|
|
24364
24818
|
"declarations": [
|
|
24365
24819
|
{
|
|
24366
24820
|
"kind": "variable",
|
|
24367
|
-
"name": "
|
|
24821
|
+
"name": "foundationNotificationListenerShadowOptions",
|
|
24368
24822
|
"type": {
|
|
24369
|
-
"text": "
|
|
24823
|
+
"text": "ShadowRootInit"
|
|
24370
24824
|
},
|
|
24371
|
-
"default": "
|
|
24372
|
-
}
|
|
24373
|
-
],
|
|
24374
|
-
"exports": [
|
|
24375
|
-
{
|
|
24376
|
-
"kind": "js",
|
|
24377
|
-
"name": "foundationModalTemplate",
|
|
24378
|
-
"declaration": {
|
|
24379
|
-
"name": "foundationModalTemplate",
|
|
24380
|
-
"module": "src/modal/modal.template.ts"
|
|
24381
|
-
}
|
|
24382
|
-
}
|
|
24383
|
-
]
|
|
24384
|
-
},
|
|
24385
|
-
{
|
|
24386
|
-
"kind": "javascript-module",
|
|
24387
|
-
"path": "src/modal/modal.ts",
|
|
24388
|
-
"declarations": [
|
|
24389
|
-
{
|
|
24390
|
-
"kind": "variable",
|
|
24391
|
-
"name": "foundationModalShadowOptions",
|
|
24392
|
-
"type": {
|
|
24393
|
-
"text": "ShadowRootInit"
|
|
24394
|
-
},
|
|
24395
|
-
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
24396
|
-
},
|
|
24397
|
-
{
|
|
24398
|
-
"kind": "variable",
|
|
24399
|
-
"name": "defaultModalConfig",
|
|
24400
|
-
"type": {
|
|
24401
|
-
"text": "object"
|
|
24402
|
-
},
|
|
24403
|
-
"default": "{}"
|
|
24404
|
-
},
|
|
24405
|
-
{
|
|
24406
|
-
"kind": "class",
|
|
24407
|
-
"description": "",
|
|
24408
|
-
"name": "Modal",
|
|
24409
|
-
"members": [
|
|
24410
|
-
{
|
|
24411
|
-
"kind": "method",
|
|
24412
|
-
"name": "show",
|
|
24413
|
-
"return": {
|
|
24414
|
-
"type": {
|
|
24415
|
-
"text": "void"
|
|
24416
|
-
}
|
|
24417
|
-
},
|
|
24418
|
-
"description": "Show the HTMLDialogElement and its contents",
|
|
24419
|
-
"inheritedFrom": {
|
|
24420
|
-
"name": "<local>_DialogElement",
|
|
24421
|
-
"module": "src/dialog/dialog.ts"
|
|
24422
|
-
}
|
|
24423
|
-
},
|
|
24424
|
-
{
|
|
24425
|
-
"kind": "field",
|
|
24426
|
-
"name": "mainElement",
|
|
24427
|
-
"type": {
|
|
24428
|
-
"text": "HTMLDialogElement"
|
|
24429
|
-
},
|
|
24430
|
-
"description": "A reference to the dialog element\nin the component Shadow DOM.",
|
|
24431
|
-
"inheritedFrom": {
|
|
24432
|
-
"name": "<local>_DialogElement",
|
|
24433
|
-
"module": "src/dialog/dialog.ts"
|
|
24434
|
-
}
|
|
24435
|
-
},
|
|
24436
|
-
{
|
|
24437
|
-
"kind": "field",
|
|
24438
|
-
"name": "notification",
|
|
24439
|
-
"type": {
|
|
24440
|
-
"text": "NotificationStructure"
|
|
24441
|
-
},
|
|
24442
|
-
"inheritedFrom": {
|
|
24443
|
-
"name": "<local>_DialogElement",
|
|
24444
|
-
"module": "src/dialog/dialog.ts"
|
|
24445
|
-
}
|
|
24446
|
-
},
|
|
24447
|
-
{
|
|
24448
|
-
"kind": "method",
|
|
24449
|
-
"name": "notificationChanged",
|
|
24450
|
-
"inheritedFrom": {
|
|
24451
|
-
"name": "<local>_DialogElement",
|
|
24452
|
-
"module": "src/dialog/dialog.ts"
|
|
24453
|
-
}
|
|
24454
|
-
},
|
|
24455
|
-
{
|
|
24456
|
-
"kind": "field",
|
|
24457
|
-
"name": "type",
|
|
24458
|
-
"type": {
|
|
24459
|
-
"text": "DialogType"
|
|
24460
|
-
},
|
|
24461
|
-
"default": "'default'",
|
|
24462
|
-
"inheritedFrom": {
|
|
24463
|
-
"name": "<local>_DialogElement",
|
|
24464
|
-
"module": "src/dialog/dialog.ts"
|
|
24465
|
-
}
|
|
24466
|
-
},
|
|
24467
|
-
{
|
|
24468
|
-
"kind": "field",
|
|
24469
|
-
"name": "position",
|
|
24470
|
-
"type": {
|
|
24471
|
-
"text": "DialogPosition"
|
|
24472
|
-
},
|
|
24473
|
-
"default": "'center'",
|
|
24474
|
-
"inheritedFrom": {
|
|
24475
|
-
"name": "<local>_DialogElement",
|
|
24476
|
-
"module": "src/dialog/dialog.ts"
|
|
24477
|
-
}
|
|
24478
|
-
},
|
|
24479
|
-
{
|
|
24480
|
-
"kind": "field",
|
|
24481
|
-
"name": "showCloseIcon",
|
|
24482
|
-
"type": {
|
|
24483
|
-
"text": "boolean"
|
|
24484
|
-
},
|
|
24485
|
-
"default": "true",
|
|
24486
|
-
"description": "Whether or not to show the close icon",
|
|
24487
|
-
"inheritedFrom": {
|
|
24488
|
-
"name": "<local>_DialogElement",
|
|
24489
|
-
"module": "src/dialog/dialog.ts"
|
|
24490
|
-
}
|
|
24491
|
-
},
|
|
24492
|
-
{
|
|
24493
|
-
"kind": "field",
|
|
24494
|
-
"name": "onShowCallback",
|
|
24495
|
-
"type": {
|
|
24496
|
-
"text": "() => void"
|
|
24497
|
-
},
|
|
24498
|
-
"description": "Callback to run *before* HTMLDialogElement is shown",
|
|
24499
|
-
"inheritedFrom": {
|
|
24500
|
-
"name": "<local>_DialogElement",
|
|
24501
|
-
"module": "src/dialog/dialog.ts"
|
|
24502
|
-
}
|
|
24503
|
-
},
|
|
24504
|
-
{
|
|
24505
|
-
"kind": "field",
|
|
24506
|
-
"name": "onCloseCallback",
|
|
24507
|
-
"type": {
|
|
24508
|
-
"text": "() => void"
|
|
24509
|
-
},
|
|
24510
|
-
"description": "Callback to run *after* HTMLDialogElement is closed",
|
|
24511
|
-
"inheritedFrom": {
|
|
24512
|
-
"name": "<local>_DialogElement",
|
|
24513
|
-
"module": "src/dialog/dialog.ts"
|
|
24514
|
-
}
|
|
24515
|
-
},
|
|
24516
|
-
{
|
|
24517
|
-
"kind": "field",
|
|
24518
|
-
"name": "open",
|
|
24519
|
-
"type": {
|
|
24520
|
-
"text": "boolean"
|
|
24521
|
-
},
|
|
24522
|
-
"description": "Determine if the dialog is showing or closed.",
|
|
24523
|
-
"readonly": true,
|
|
24524
|
-
"inheritedFrom": {
|
|
24525
|
-
"name": "<local>_DialogElement",
|
|
24526
|
-
"module": "src/dialog/dialog.ts"
|
|
24527
|
-
}
|
|
24528
|
-
},
|
|
24529
|
-
{
|
|
24530
|
-
"kind": "method",
|
|
24531
|
-
"name": "close",
|
|
24532
|
-
"return": {
|
|
24533
|
-
"type": {
|
|
24534
|
-
"text": "void"
|
|
24535
|
-
}
|
|
24536
|
-
},
|
|
24537
|
-
"description": "Remove the HTMLDialogElement from display",
|
|
24538
|
-
"inheritedFrom": {
|
|
24539
|
-
"name": "<local>_DialogElement",
|
|
24540
|
-
"module": "src/dialog/dialog.ts"
|
|
24541
|
-
}
|
|
24542
|
-
},
|
|
24543
|
-
{
|
|
24544
|
-
"kind": "method",
|
|
24545
|
-
"name": "dismiss",
|
|
24546
|
-
"privacy": "public",
|
|
24547
|
-
"description": "Dismiss the Dialog from display and calls the dismissing action.",
|
|
24548
|
-
"inheritedFrom": {
|
|
24549
|
-
"name": "<local>_DialogElement",
|
|
24550
|
-
"module": "src/dialog/dialog.ts"
|
|
24551
|
-
}
|
|
24552
|
-
},
|
|
24553
|
-
{
|
|
24554
|
-
"kind": "method",
|
|
24555
|
-
"name": "closeDialog",
|
|
24556
|
-
"privacy": "public",
|
|
24557
|
-
"return": {
|
|
24558
|
-
"type": {
|
|
24559
|
-
"text": "void"
|
|
24560
|
-
}
|
|
24561
|
-
},
|
|
24562
|
-
"description": "Dismiss the Dialog from display.",
|
|
24563
|
-
"inheritedFrom": {
|
|
24564
|
-
"name": "<local>_DialogElement",
|
|
24565
|
-
"module": "src/dialog/dialog.ts"
|
|
24566
|
-
}
|
|
24567
|
-
},
|
|
24568
|
-
{
|
|
24569
|
-
"kind": "field",
|
|
24570
|
-
"name": "_presentation",
|
|
24571
|
-
"type": {
|
|
24572
|
-
"text": "ComponentPresentation | null | undefined"
|
|
24573
|
-
},
|
|
24574
|
-
"privacy": "private",
|
|
24575
|
-
"default": "void 0",
|
|
24576
|
-
"inheritedFrom": {
|
|
24577
|
-
"name": "FoundationElement",
|
|
24578
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
24579
|
-
}
|
|
24580
|
-
},
|
|
24581
|
-
{
|
|
24582
|
-
"kind": "field",
|
|
24583
|
-
"name": "$presentation",
|
|
24584
|
-
"type": {
|
|
24585
|
-
"text": "ComponentPresentation | null"
|
|
24586
|
-
},
|
|
24587
|
-
"privacy": "public",
|
|
24588
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
24589
|
-
"inheritedFrom": {
|
|
24590
|
-
"name": "FoundationElement",
|
|
24591
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
24592
|
-
}
|
|
24593
|
-
},
|
|
24594
|
-
{
|
|
24595
|
-
"kind": "field",
|
|
24596
|
-
"name": "template",
|
|
24597
|
-
"type": {
|
|
24598
|
-
"text": "ElementViewTemplate | void | null"
|
|
24599
|
-
},
|
|
24600
|
-
"privacy": "public",
|
|
24601
|
-
"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.",
|
|
24602
|
-
"inheritedFrom": {
|
|
24603
|
-
"name": "FoundationElement",
|
|
24604
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
24605
|
-
}
|
|
24606
|
-
},
|
|
24607
|
-
{
|
|
24608
|
-
"kind": "method",
|
|
24609
|
-
"name": "templateChanged",
|
|
24610
|
-
"privacy": "protected",
|
|
24611
|
-
"return": {
|
|
24612
|
-
"type": {
|
|
24613
|
-
"text": "void"
|
|
24614
|
-
}
|
|
24615
|
-
},
|
|
24616
|
-
"inheritedFrom": {
|
|
24617
|
-
"name": "FoundationElement",
|
|
24618
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
24619
|
-
}
|
|
24620
|
-
},
|
|
24621
|
-
{
|
|
24622
|
-
"kind": "field",
|
|
24623
|
-
"name": "styles",
|
|
24624
|
-
"type": {
|
|
24625
|
-
"text": "ElementStyles | void | null"
|
|
24626
|
-
},
|
|
24627
|
-
"privacy": "public",
|
|
24628
|
-
"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.",
|
|
24629
|
-
"inheritedFrom": {
|
|
24630
|
-
"name": "FoundationElement",
|
|
24631
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
24632
|
-
}
|
|
24633
|
-
},
|
|
24634
|
-
{
|
|
24635
|
-
"kind": "method",
|
|
24636
|
-
"name": "stylesChanged",
|
|
24637
|
-
"privacy": "protected",
|
|
24638
|
-
"return": {
|
|
24639
|
-
"type": {
|
|
24640
|
-
"text": "void"
|
|
24641
|
-
}
|
|
24642
|
-
},
|
|
24643
|
-
"inheritedFrom": {
|
|
24644
|
-
"name": "FoundationElement",
|
|
24645
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
24646
|
-
}
|
|
24647
|
-
},
|
|
24648
|
-
{
|
|
24649
|
-
"kind": "method",
|
|
24650
|
-
"name": "compose",
|
|
24651
|
-
"privacy": "public",
|
|
24652
|
-
"static": true,
|
|
24653
|
-
"return": {
|
|
24654
|
-
"type": {
|
|
24655
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
24656
|
-
}
|
|
24657
|
-
},
|
|
24658
|
-
"parameters": [
|
|
24659
|
-
{
|
|
24660
|
-
"name": "this",
|
|
24661
|
-
"type": {
|
|
24662
|
-
"text": "K"
|
|
24663
|
-
}
|
|
24664
|
-
},
|
|
24665
|
-
{
|
|
24666
|
-
"name": "elementDefinition",
|
|
24667
|
-
"type": {
|
|
24668
|
-
"text": "T"
|
|
24669
|
-
},
|
|
24670
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
24671
|
-
}
|
|
24672
|
-
],
|
|
24673
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
24674
|
-
"inheritedFrom": {
|
|
24675
|
-
"name": "FoundationElement",
|
|
24676
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
24677
|
-
}
|
|
24678
|
-
}
|
|
24679
|
-
],
|
|
24680
|
-
"superclass": {
|
|
24681
|
-
"name": "DialogElement",
|
|
24682
|
-
"module": "/src/dialog"
|
|
24683
|
-
},
|
|
24684
|
-
"tagName": "%%prefix%%-modal",
|
|
24685
|
-
"customElement": true,
|
|
24686
|
-
"attributes": [
|
|
24687
|
-
{
|
|
24688
|
-
"name": "type",
|
|
24689
|
-
"type": {
|
|
24690
|
-
"text": "DialogType"
|
|
24691
|
-
},
|
|
24692
|
-
"default": "'default'",
|
|
24693
|
-
"fieldName": "type",
|
|
24694
|
-
"inheritedFrom": {
|
|
24695
|
-
"name": "<local>_DialogElement",
|
|
24696
|
-
"module": "src/dialog/dialog.ts"
|
|
24697
|
-
}
|
|
24698
|
-
},
|
|
24699
|
-
{
|
|
24700
|
-
"name": "position",
|
|
24701
|
-
"type": {
|
|
24702
|
-
"text": "DialogPosition"
|
|
24703
|
-
},
|
|
24704
|
-
"default": "'center'",
|
|
24705
|
-
"fieldName": "position",
|
|
24706
|
-
"inheritedFrom": {
|
|
24707
|
-
"name": "<local>_DialogElement",
|
|
24708
|
-
"module": "src/dialog/dialog.ts"
|
|
24709
|
-
}
|
|
24710
|
-
},
|
|
24711
|
-
{
|
|
24712
|
-
"name": "show-close-icon",
|
|
24713
|
-
"type": {
|
|
24714
|
-
"text": "boolean"
|
|
24715
|
-
},
|
|
24716
|
-
"default": "true",
|
|
24717
|
-
"description": "Whether or not to show the close icon",
|
|
24718
|
-
"fieldName": "showCloseIcon",
|
|
24719
|
-
"inheritedFrom": {
|
|
24720
|
-
"name": "<local>_DialogElement",
|
|
24721
|
-
"module": "src/dialog/dialog.ts"
|
|
24722
|
-
}
|
|
24723
|
-
}
|
|
24724
|
-
]
|
|
24725
|
-
},
|
|
24726
|
-
{
|
|
24727
|
-
"kind": "variable",
|
|
24728
|
-
"name": "foundationModal",
|
|
24729
|
-
"description": "The Foundation Modal",
|
|
24730
|
-
"privacy": "public"
|
|
24731
|
-
}
|
|
24732
|
-
],
|
|
24733
|
-
"exports": [
|
|
24734
|
-
{
|
|
24735
|
-
"kind": "js",
|
|
24736
|
-
"name": "foundationModalShadowOptions",
|
|
24737
|
-
"declaration": {
|
|
24738
|
-
"name": "foundationModalShadowOptions",
|
|
24739
|
-
"module": "src/modal/modal.ts"
|
|
24740
|
-
}
|
|
24741
|
-
},
|
|
24742
|
-
{
|
|
24743
|
-
"kind": "js",
|
|
24744
|
-
"name": "defaultModalConfig",
|
|
24745
|
-
"declaration": {
|
|
24746
|
-
"name": "defaultModalConfig",
|
|
24747
|
-
"module": "src/modal/modal.ts"
|
|
24748
|
-
}
|
|
24749
|
-
},
|
|
24750
|
-
{
|
|
24751
|
-
"kind": "js",
|
|
24752
|
-
"name": "Modal",
|
|
24753
|
-
"declaration": {
|
|
24754
|
-
"name": "Modal",
|
|
24755
|
-
"module": "src/modal/modal.ts"
|
|
24756
|
-
}
|
|
24757
|
-
},
|
|
24758
|
-
{
|
|
24759
|
-
"kind": "js",
|
|
24760
|
-
"name": "foundationModal",
|
|
24761
|
-
"declaration": {
|
|
24762
|
-
"name": "foundationModal",
|
|
24763
|
-
"module": "src/modal/modal.ts"
|
|
24764
|
-
}
|
|
24765
|
-
}
|
|
24766
|
-
]
|
|
24767
|
-
},
|
|
24768
|
-
{
|
|
24769
|
-
"kind": "javascript-module",
|
|
24770
|
-
"path": "src/notification-listener/index.ts",
|
|
24771
|
-
"declarations": [],
|
|
24772
|
-
"exports": [
|
|
24773
|
-
{
|
|
24774
|
-
"kind": "js",
|
|
24775
|
-
"name": "*",
|
|
24776
|
-
"declaration": {
|
|
24777
|
-
"name": "*",
|
|
24778
|
-
"package": "./notification-listener.template"
|
|
24779
|
-
}
|
|
24780
|
-
},
|
|
24781
|
-
{
|
|
24782
|
-
"kind": "js",
|
|
24783
|
-
"name": "*",
|
|
24784
|
-
"declaration": {
|
|
24785
|
-
"name": "*",
|
|
24786
|
-
"package": "./notification-listener"
|
|
24787
|
-
}
|
|
24788
|
-
}
|
|
24789
|
-
]
|
|
24790
|
-
},
|
|
24791
|
-
{
|
|
24792
|
-
"kind": "javascript-module",
|
|
24793
|
-
"path": "src/notification-listener/notification-listener.template.ts",
|
|
24794
|
-
"declarations": [
|
|
24795
|
-
{
|
|
24796
|
-
"kind": "variable",
|
|
24797
|
-
"name": "foundationNotificationListenerTemplate",
|
|
24798
|
-
"type": {
|
|
24799
|
-
"text": "ViewTemplate<NotificationListener>"
|
|
24800
|
-
},
|
|
24801
|
-
"default": "html<NotificationListener>`\n <template ${ref('notificationListener')}>\n <slot></slot>\n </template>\n`"
|
|
24802
|
-
}
|
|
24803
|
-
],
|
|
24804
|
-
"exports": [
|
|
24805
|
-
{
|
|
24806
|
-
"kind": "js",
|
|
24807
|
-
"name": "foundationNotificationListenerTemplate",
|
|
24808
|
-
"declaration": {
|
|
24809
|
-
"name": "foundationNotificationListenerTemplate",
|
|
24810
|
-
"module": "src/notification-listener/notification-listener.template.ts"
|
|
24811
|
-
}
|
|
24812
|
-
}
|
|
24813
|
-
]
|
|
24814
|
-
},
|
|
24815
|
-
{
|
|
24816
|
-
"kind": "javascript-module",
|
|
24817
|
-
"path": "src/notification-listener/notification-listener.ts",
|
|
24818
|
-
"declarations": [
|
|
24819
|
-
{
|
|
24820
|
-
"kind": "variable",
|
|
24821
|
-
"name": "foundationNotificationListenerShadowOptions",
|
|
24822
|
-
"type": {
|
|
24823
|
-
"text": "ShadowRootInit"
|
|
24824
|
-
},
|
|
24825
|
-
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
24826
|
-
},
|
|
24825
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
24826
|
+
},
|
|
24827
24827
|
{
|
|
24828
24828
|
"kind": "class",
|
|
24829
24829
|
"description": "",
|
|
@@ -27828,21 +27828,6 @@
|
|
|
27828
27828
|
}
|
|
27829
27829
|
]
|
|
27830
27830
|
},
|
|
27831
|
-
{
|
|
27832
|
-
"kind": "javascript-module",
|
|
27833
|
-
"path": "src/overlays/index.ts",
|
|
27834
|
-
"declarations": [],
|
|
27835
|
-
"exports": [
|
|
27836
|
-
{
|
|
27837
|
-
"kind": "js",
|
|
27838
|
-
"name": "*",
|
|
27839
|
-
"declaration": {
|
|
27840
|
-
"name": "*",
|
|
27841
|
-
"package": "./system-health"
|
|
27842
|
-
}
|
|
27843
|
-
}
|
|
27844
|
-
]
|
|
27845
|
-
},
|
|
27846
27831
|
{
|
|
27847
27832
|
"kind": "javascript-module",
|
|
27848
27833
|
"path": "src/patterns/define.ts",
|
|
@@ -28299,6 +28284,21 @@
|
|
|
28299
28284
|
}
|
|
28300
28285
|
]
|
|
28301
28286
|
},
|
|
28287
|
+
{
|
|
28288
|
+
"kind": "javascript-module",
|
|
28289
|
+
"path": "src/overlays/index.ts",
|
|
28290
|
+
"declarations": [],
|
|
28291
|
+
"exports": [
|
|
28292
|
+
{
|
|
28293
|
+
"kind": "js",
|
|
28294
|
+
"name": "*",
|
|
28295
|
+
"declaration": {
|
|
28296
|
+
"name": "*",
|
|
28297
|
+
"package": "./system-health"
|
|
28298
|
+
}
|
|
28299
|
+
}
|
|
28300
|
+
]
|
|
28301
|
+
},
|
|
28302
28302
|
{
|
|
28303
28303
|
"kind": "javascript-module",
|
|
28304
28304
|
"path": "src/progress/index.ts",
|
|
@@ -37468,7 +37468,7 @@
|
|
|
37468
37468
|
},
|
|
37469
37469
|
{
|
|
37470
37470
|
"kind": "javascript-module",
|
|
37471
|
-
"path": "src/
|
|
37471
|
+
"path": "src/tabs/index.ts",
|
|
37472
37472
|
"declarations": [],
|
|
37473
37473
|
"exports": [
|
|
37474
37474
|
{
|
|
@@ -37476,7 +37476,7 @@
|
|
|
37476
37476
|
"name": "*",
|
|
37477
37477
|
"declaration": {
|
|
37478
37478
|
"name": "*",
|
|
37479
|
-
"package": "./
|
|
37479
|
+
"package": "./tabs.template"
|
|
37480
37480
|
}
|
|
37481
37481
|
},
|
|
37482
37482
|
{
|
|
@@ -37484,7 +37484,7 @@
|
|
|
37484
37484
|
"name": "*",
|
|
37485
37485
|
"declaration": {
|
|
37486
37486
|
"name": "*",
|
|
37487
|
-
"package": "./
|
|
37487
|
+
"package": "./tabs.styles"
|
|
37488
37488
|
}
|
|
37489
37489
|
},
|
|
37490
37490
|
{
|
|
@@ -37492,18 +37492,18 @@
|
|
|
37492
37492
|
"name": "*",
|
|
37493
37493
|
"declaration": {
|
|
37494
37494
|
"name": "*",
|
|
37495
|
-
"package": "./
|
|
37495
|
+
"package": "./tabs"
|
|
37496
37496
|
}
|
|
37497
37497
|
}
|
|
37498
37498
|
]
|
|
37499
37499
|
},
|
|
37500
37500
|
{
|
|
37501
37501
|
"kind": "javascript-module",
|
|
37502
|
-
"path": "src/
|
|
37502
|
+
"path": "src/tabs/tabs.styles.ts",
|
|
37503
37503
|
"declarations": [
|
|
37504
37504
|
{
|
|
37505
37505
|
"kind": "function",
|
|
37506
|
-
"name": "
|
|
37506
|
+
"name": "foundationTabsStyles",
|
|
37507
37507
|
"return": {
|
|
37508
37508
|
"type": {
|
|
37509
37509
|
"text": "ElementStyles"
|
|
@@ -37528,24 +37528,24 @@
|
|
|
37528
37528
|
"exports": [
|
|
37529
37529
|
{
|
|
37530
37530
|
"kind": "js",
|
|
37531
|
-
"name": "
|
|
37531
|
+
"name": "foundationTabsStyles",
|
|
37532
37532
|
"declaration": {
|
|
37533
|
-
"name": "
|
|
37534
|
-
"module": "src/
|
|
37533
|
+
"name": "foundationTabsStyles",
|
|
37534
|
+
"module": "src/tabs/tabs.styles.ts"
|
|
37535
37535
|
}
|
|
37536
37536
|
}
|
|
37537
37537
|
]
|
|
37538
37538
|
},
|
|
37539
37539
|
{
|
|
37540
37540
|
"kind": "javascript-module",
|
|
37541
|
-
"path": "src/
|
|
37541
|
+
"path": "src/tabs/tabs.template.ts",
|
|
37542
37542
|
"declarations": [
|
|
37543
37543
|
{
|
|
37544
37544
|
"kind": "function",
|
|
37545
|
-
"name": "
|
|
37545
|
+
"name": "foundationTabsTemplate",
|
|
37546
37546
|
"return": {
|
|
37547
37547
|
"type": {
|
|
37548
|
-
"text": "ViewTemplate<
|
|
37548
|
+
"text": "ViewTemplate<Tabs>"
|
|
37549
37549
|
}
|
|
37550
37550
|
},
|
|
37551
37551
|
"parameters": [
|
|
@@ -37567,27 +37567,715 @@
|
|
|
37567
37567
|
"exports": [
|
|
37568
37568
|
{
|
|
37569
37569
|
"kind": "js",
|
|
37570
|
-
"name": "
|
|
37570
|
+
"name": "foundationTabsTemplate",
|
|
37571
37571
|
"declaration": {
|
|
37572
|
-
"name": "
|
|
37573
|
-
"module": "src/
|
|
37572
|
+
"name": "foundationTabsTemplate",
|
|
37573
|
+
"module": "src/tabs/tabs.template.ts"
|
|
37574
37574
|
}
|
|
37575
37575
|
}
|
|
37576
37576
|
]
|
|
37577
37577
|
},
|
|
37578
37578
|
{
|
|
37579
37579
|
"kind": "javascript-module",
|
|
37580
|
-
"path": "src/
|
|
37580
|
+
"path": "src/tabs/tabs.ts",
|
|
37581
37581
|
"declarations": [
|
|
37582
37582
|
{
|
|
37583
37583
|
"kind": "class",
|
|
37584
37584
|
"description": "",
|
|
37585
|
-
"name": "
|
|
37585
|
+
"name": "Tabs",
|
|
37586
37586
|
"superclass": {
|
|
37587
|
-
"name": "
|
|
37587
|
+
"name": "FASTTabs",
|
|
37588
37588
|
"package": "@microsoft/fast-components"
|
|
37589
37589
|
},
|
|
37590
|
-
"tagName": "%%prefix%%-
|
|
37590
|
+
"tagName": "%%prefix%%-tabs",
|
|
37591
|
+
"customElement": true,
|
|
37592
|
+
"attributes": [
|
|
37593
|
+
{
|
|
37594
|
+
"name": "orientation",
|
|
37595
|
+
"type": {
|
|
37596
|
+
"text": "TabsOrientation"
|
|
37597
|
+
},
|
|
37598
|
+
"description": "The orientation",
|
|
37599
|
+
"fieldName": "orientation",
|
|
37600
|
+
"inheritedFrom": {
|
|
37601
|
+
"name": "Tabs",
|
|
37602
|
+
"module": "src/tabs/tabs.ts"
|
|
37603
|
+
}
|
|
37604
|
+
},
|
|
37605
|
+
{
|
|
37606
|
+
"name": "activeid",
|
|
37607
|
+
"type": {
|
|
37608
|
+
"text": "string"
|
|
37609
|
+
},
|
|
37610
|
+
"description": "The id of the active tab",
|
|
37611
|
+
"fieldName": "activeid",
|
|
37612
|
+
"inheritedFrom": {
|
|
37613
|
+
"name": "Tabs",
|
|
37614
|
+
"module": "src/tabs/tabs.ts"
|
|
37615
|
+
}
|
|
37616
|
+
},
|
|
37617
|
+
{
|
|
37618
|
+
"type": {
|
|
37619
|
+
"text": "boolean"
|
|
37620
|
+
},
|
|
37621
|
+
"default": "true",
|
|
37622
|
+
"description": "Whether or not to show the active indicator",
|
|
37623
|
+
"fieldName": "activeindicator",
|
|
37624
|
+
"inheritedFrom": {
|
|
37625
|
+
"name": "Tabs",
|
|
37626
|
+
"module": "src/tabs/tabs.ts"
|
|
37627
|
+
}
|
|
37628
|
+
}
|
|
37629
|
+
],
|
|
37630
|
+
"members": [
|
|
37631
|
+
{
|
|
37632
|
+
"kind": "field",
|
|
37633
|
+
"name": "orientation",
|
|
37634
|
+
"type": {
|
|
37635
|
+
"text": "TabsOrientation"
|
|
37636
|
+
},
|
|
37637
|
+
"privacy": "public",
|
|
37638
|
+
"description": "The orientation",
|
|
37639
|
+
"inheritedFrom": {
|
|
37640
|
+
"name": "Tabs",
|
|
37641
|
+
"module": "src/tabs/tabs.ts"
|
|
37642
|
+
}
|
|
37643
|
+
},
|
|
37644
|
+
{
|
|
37645
|
+
"kind": "field",
|
|
37646
|
+
"name": "activeid",
|
|
37647
|
+
"type": {
|
|
37648
|
+
"text": "string"
|
|
37649
|
+
},
|
|
37650
|
+
"privacy": "public",
|
|
37651
|
+
"description": "The id of the active tab",
|
|
37652
|
+
"inheritedFrom": {
|
|
37653
|
+
"name": "Tabs",
|
|
37654
|
+
"module": "src/tabs/tabs.ts"
|
|
37655
|
+
}
|
|
37656
|
+
},
|
|
37657
|
+
{
|
|
37658
|
+
"kind": "field",
|
|
37659
|
+
"name": "activeindicator",
|
|
37660
|
+
"type": {
|
|
37661
|
+
"text": "boolean"
|
|
37662
|
+
},
|
|
37663
|
+
"privacy": "public",
|
|
37664
|
+
"default": "true",
|
|
37665
|
+
"description": "Whether or not to show the active indicator",
|
|
37666
|
+
"inheritedFrom": {
|
|
37667
|
+
"name": "Tabs",
|
|
37668
|
+
"module": "src/tabs/tabs.ts"
|
|
37669
|
+
}
|
|
37670
|
+
},
|
|
37671
|
+
{
|
|
37672
|
+
"kind": "field",
|
|
37673
|
+
"name": "activetab",
|
|
37674
|
+
"type": {
|
|
37675
|
+
"text": "HTMLElement"
|
|
37676
|
+
},
|
|
37677
|
+
"privacy": "public",
|
|
37678
|
+
"description": "A reference to the active tab",
|
|
37679
|
+
"inheritedFrom": {
|
|
37680
|
+
"name": "Tabs",
|
|
37681
|
+
"module": "src/tabs/tabs.ts"
|
|
37682
|
+
}
|
|
37683
|
+
},
|
|
37684
|
+
{
|
|
37685
|
+
"kind": "field",
|
|
37686
|
+
"name": "prevActiveTabIndex",
|
|
37687
|
+
"type": {
|
|
37688
|
+
"text": "number"
|
|
37689
|
+
},
|
|
37690
|
+
"privacy": "private",
|
|
37691
|
+
"default": "0",
|
|
37692
|
+
"inheritedFrom": {
|
|
37693
|
+
"name": "Tabs",
|
|
37694
|
+
"module": "src/tabs/tabs.ts"
|
|
37695
|
+
}
|
|
37696
|
+
},
|
|
37697
|
+
{
|
|
37698
|
+
"kind": "field",
|
|
37699
|
+
"name": "activeTabIndex",
|
|
37700
|
+
"type": {
|
|
37701
|
+
"text": "number"
|
|
37702
|
+
},
|
|
37703
|
+
"privacy": "private",
|
|
37704
|
+
"default": "0",
|
|
37705
|
+
"inheritedFrom": {
|
|
37706
|
+
"name": "Tabs",
|
|
37707
|
+
"module": "src/tabs/tabs.ts"
|
|
37708
|
+
}
|
|
37709
|
+
},
|
|
37710
|
+
{
|
|
37711
|
+
"kind": "field",
|
|
37712
|
+
"name": "ticking",
|
|
37713
|
+
"type": {
|
|
37714
|
+
"text": "boolean"
|
|
37715
|
+
},
|
|
37716
|
+
"privacy": "private",
|
|
37717
|
+
"default": "false",
|
|
37718
|
+
"inheritedFrom": {
|
|
37719
|
+
"name": "Tabs",
|
|
37720
|
+
"module": "src/tabs/tabs.ts"
|
|
37721
|
+
}
|
|
37722
|
+
},
|
|
37723
|
+
{
|
|
37724
|
+
"kind": "field",
|
|
37725
|
+
"name": "tabIds",
|
|
37726
|
+
"type": {
|
|
37727
|
+
"text": "Array<string>"
|
|
37728
|
+
},
|
|
37729
|
+
"privacy": "private",
|
|
37730
|
+
"inheritedFrom": {
|
|
37731
|
+
"name": "Tabs",
|
|
37732
|
+
"module": "src/tabs/tabs.ts"
|
|
37733
|
+
}
|
|
37734
|
+
},
|
|
37735
|
+
{
|
|
37736
|
+
"kind": "field",
|
|
37737
|
+
"name": "tabpanelIds",
|
|
37738
|
+
"type": {
|
|
37739
|
+
"text": "Array<string>"
|
|
37740
|
+
},
|
|
37741
|
+
"privacy": "private",
|
|
37742
|
+
"inheritedFrom": {
|
|
37743
|
+
"name": "Tabs",
|
|
37744
|
+
"module": "src/tabs/tabs.ts"
|
|
37745
|
+
}
|
|
37746
|
+
},
|
|
37747
|
+
{
|
|
37748
|
+
"kind": "field",
|
|
37749
|
+
"name": "change",
|
|
37750
|
+
"privacy": "private",
|
|
37751
|
+
"inheritedFrom": {
|
|
37752
|
+
"name": "Tabs",
|
|
37753
|
+
"module": "src/tabs/tabs.ts"
|
|
37754
|
+
}
|
|
37755
|
+
},
|
|
37756
|
+
{
|
|
37757
|
+
"kind": "field",
|
|
37758
|
+
"name": "isDisabledElement",
|
|
37759
|
+
"privacy": "private",
|
|
37760
|
+
"inheritedFrom": {
|
|
37761
|
+
"name": "Tabs",
|
|
37762
|
+
"module": "src/tabs/tabs.ts"
|
|
37763
|
+
}
|
|
37764
|
+
},
|
|
37765
|
+
{
|
|
37766
|
+
"kind": "field",
|
|
37767
|
+
"name": "isHiddenElement",
|
|
37768
|
+
"privacy": "private",
|
|
37769
|
+
"inheritedFrom": {
|
|
37770
|
+
"name": "Tabs",
|
|
37771
|
+
"module": "src/tabs/tabs.ts"
|
|
37772
|
+
}
|
|
37773
|
+
},
|
|
37774
|
+
{
|
|
37775
|
+
"kind": "field",
|
|
37776
|
+
"name": "isFocusableElement",
|
|
37777
|
+
"privacy": "private",
|
|
37778
|
+
"inheritedFrom": {
|
|
37779
|
+
"name": "Tabs",
|
|
37780
|
+
"module": "src/tabs/tabs.ts"
|
|
37781
|
+
}
|
|
37782
|
+
},
|
|
37783
|
+
{
|
|
37784
|
+
"kind": "method",
|
|
37785
|
+
"name": "getActiveIndex",
|
|
37786
|
+
"privacy": "private",
|
|
37787
|
+
"return": {
|
|
37788
|
+
"type": {
|
|
37789
|
+
"text": "number"
|
|
37790
|
+
}
|
|
37791
|
+
},
|
|
37792
|
+
"inheritedFrom": {
|
|
37793
|
+
"name": "Tabs",
|
|
37794
|
+
"module": "src/tabs/tabs.ts"
|
|
37795
|
+
}
|
|
37796
|
+
},
|
|
37797
|
+
{
|
|
37798
|
+
"kind": "field",
|
|
37799
|
+
"name": "setTabs",
|
|
37800
|
+
"privacy": "private",
|
|
37801
|
+
"inheritedFrom": {
|
|
37802
|
+
"name": "Tabs",
|
|
37803
|
+
"module": "src/tabs/tabs.ts"
|
|
37804
|
+
}
|
|
37805
|
+
},
|
|
37806
|
+
{
|
|
37807
|
+
"kind": "field",
|
|
37808
|
+
"name": "setTabPanels",
|
|
37809
|
+
"privacy": "private",
|
|
37810
|
+
"inheritedFrom": {
|
|
37811
|
+
"name": "Tabs",
|
|
37812
|
+
"module": "src/tabs/tabs.ts"
|
|
37813
|
+
}
|
|
37814
|
+
},
|
|
37815
|
+
{
|
|
37816
|
+
"kind": "method",
|
|
37817
|
+
"name": "getTabIds",
|
|
37818
|
+
"privacy": "private",
|
|
37819
|
+
"return": {
|
|
37820
|
+
"type": {
|
|
37821
|
+
"text": "Array<string>"
|
|
37822
|
+
}
|
|
37823
|
+
},
|
|
37824
|
+
"inheritedFrom": {
|
|
37825
|
+
"name": "Tabs",
|
|
37826
|
+
"module": "src/tabs/tabs.ts"
|
|
37827
|
+
}
|
|
37828
|
+
},
|
|
37829
|
+
{
|
|
37830
|
+
"kind": "method",
|
|
37831
|
+
"name": "getTabPanelIds",
|
|
37832
|
+
"privacy": "private",
|
|
37833
|
+
"return": {
|
|
37834
|
+
"type": {
|
|
37835
|
+
"text": "Array<string>"
|
|
37836
|
+
}
|
|
37837
|
+
},
|
|
37838
|
+
"inheritedFrom": {
|
|
37839
|
+
"name": "Tabs",
|
|
37840
|
+
"module": "src/tabs/tabs.ts"
|
|
37841
|
+
}
|
|
37842
|
+
},
|
|
37843
|
+
{
|
|
37844
|
+
"kind": "method",
|
|
37845
|
+
"name": "setComponent",
|
|
37846
|
+
"privacy": "private",
|
|
37847
|
+
"return": {
|
|
37848
|
+
"type": {
|
|
37849
|
+
"text": "void"
|
|
37850
|
+
}
|
|
37851
|
+
},
|
|
37852
|
+
"inheritedFrom": {
|
|
37853
|
+
"name": "Tabs",
|
|
37854
|
+
"module": "src/tabs/tabs.ts"
|
|
37855
|
+
}
|
|
37856
|
+
},
|
|
37857
|
+
{
|
|
37858
|
+
"kind": "field",
|
|
37859
|
+
"name": "handleTabClick",
|
|
37860
|
+
"privacy": "private",
|
|
37861
|
+
"inheritedFrom": {
|
|
37862
|
+
"name": "Tabs",
|
|
37863
|
+
"module": "src/tabs/tabs.ts"
|
|
37864
|
+
}
|
|
37865
|
+
},
|
|
37866
|
+
{
|
|
37867
|
+
"kind": "method",
|
|
37868
|
+
"name": "isHorizontal",
|
|
37869
|
+
"privacy": "private",
|
|
37870
|
+
"return": {
|
|
37871
|
+
"type": {
|
|
37872
|
+
"text": "boolean"
|
|
37873
|
+
}
|
|
37874
|
+
},
|
|
37875
|
+
"inheritedFrom": {
|
|
37876
|
+
"name": "Tabs",
|
|
37877
|
+
"module": "src/tabs/tabs.ts"
|
|
37878
|
+
}
|
|
37879
|
+
},
|
|
37880
|
+
{
|
|
37881
|
+
"kind": "field",
|
|
37882
|
+
"name": "handleTabKeyDown",
|
|
37883
|
+
"privacy": "private",
|
|
37884
|
+
"inheritedFrom": {
|
|
37885
|
+
"name": "Tabs",
|
|
37886
|
+
"module": "src/tabs/tabs.ts"
|
|
37887
|
+
}
|
|
37888
|
+
},
|
|
37889
|
+
{
|
|
37890
|
+
"kind": "method",
|
|
37891
|
+
"name": "handleActiveIndicatorPosition",
|
|
37892
|
+
"privacy": "private",
|
|
37893
|
+
"inheritedFrom": {
|
|
37894
|
+
"name": "Tabs",
|
|
37895
|
+
"module": "src/tabs/tabs.ts"
|
|
37896
|
+
}
|
|
37897
|
+
},
|
|
37898
|
+
{
|
|
37899
|
+
"kind": "method",
|
|
37900
|
+
"name": "animateActiveIndicator",
|
|
37901
|
+
"privacy": "private",
|
|
37902
|
+
"return": {
|
|
37903
|
+
"type": {
|
|
37904
|
+
"text": "void"
|
|
37905
|
+
}
|
|
37906
|
+
},
|
|
37907
|
+
"inheritedFrom": {
|
|
37908
|
+
"name": "Tabs",
|
|
37909
|
+
"module": "src/tabs/tabs.ts"
|
|
37910
|
+
}
|
|
37911
|
+
},
|
|
37912
|
+
{
|
|
37913
|
+
"kind": "method",
|
|
37914
|
+
"name": "adjust",
|
|
37915
|
+
"privacy": "public",
|
|
37916
|
+
"return": {
|
|
37917
|
+
"type": {
|
|
37918
|
+
"text": "void"
|
|
37919
|
+
}
|
|
37920
|
+
},
|
|
37921
|
+
"parameters": [
|
|
37922
|
+
{
|
|
37923
|
+
"name": "adjustment",
|
|
37924
|
+
"type": {
|
|
37925
|
+
"text": "number"
|
|
37926
|
+
}
|
|
37927
|
+
}
|
|
37928
|
+
],
|
|
37929
|
+
"description": "The adjust method for FASTTabs",
|
|
37930
|
+
"inheritedFrom": {
|
|
37931
|
+
"name": "Tabs",
|
|
37932
|
+
"module": "src/tabs/tabs.ts"
|
|
37933
|
+
}
|
|
37934
|
+
},
|
|
37935
|
+
{
|
|
37936
|
+
"kind": "field",
|
|
37937
|
+
"name": "adjustForward",
|
|
37938
|
+
"privacy": "private",
|
|
37939
|
+
"inheritedFrom": {
|
|
37940
|
+
"name": "Tabs",
|
|
37941
|
+
"module": "src/tabs/tabs.ts"
|
|
37942
|
+
}
|
|
37943
|
+
},
|
|
37944
|
+
{
|
|
37945
|
+
"kind": "field",
|
|
37946
|
+
"name": "adjustBackward",
|
|
37947
|
+
"privacy": "private",
|
|
37948
|
+
"inheritedFrom": {
|
|
37949
|
+
"name": "Tabs",
|
|
37950
|
+
"module": "src/tabs/tabs.ts"
|
|
37951
|
+
}
|
|
37952
|
+
},
|
|
37953
|
+
{
|
|
37954
|
+
"kind": "field",
|
|
37955
|
+
"name": "moveToTabByIndex",
|
|
37956
|
+
"privacy": "private",
|
|
37957
|
+
"inheritedFrom": {
|
|
37958
|
+
"name": "Tabs",
|
|
37959
|
+
"module": "src/tabs/tabs.ts"
|
|
37960
|
+
}
|
|
37961
|
+
},
|
|
37962
|
+
{
|
|
37963
|
+
"kind": "method",
|
|
37964
|
+
"name": "focusTab",
|
|
37965
|
+
"privacy": "private",
|
|
37966
|
+
"return": {
|
|
37967
|
+
"type": {
|
|
37968
|
+
"text": "void"
|
|
37969
|
+
}
|
|
37970
|
+
},
|
|
37971
|
+
"inheritedFrom": {
|
|
37972
|
+
"name": "Tabs",
|
|
37973
|
+
"module": "src/tabs/tabs.ts"
|
|
37974
|
+
}
|
|
37975
|
+
},
|
|
37976
|
+
{
|
|
37977
|
+
"kind": "field",
|
|
37978
|
+
"name": "_presentation",
|
|
37979
|
+
"type": {
|
|
37980
|
+
"text": "ComponentPresentation | null | undefined"
|
|
37981
|
+
},
|
|
37982
|
+
"privacy": "private",
|
|
37983
|
+
"default": "void 0",
|
|
37984
|
+
"inheritedFrom": {
|
|
37985
|
+
"name": "FoundationElement",
|
|
37986
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
37987
|
+
}
|
|
37988
|
+
},
|
|
37989
|
+
{
|
|
37990
|
+
"kind": "field",
|
|
37991
|
+
"name": "$presentation",
|
|
37992
|
+
"type": {
|
|
37993
|
+
"text": "ComponentPresentation | null"
|
|
37994
|
+
},
|
|
37995
|
+
"privacy": "public",
|
|
37996
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
37997
|
+
"inheritedFrom": {
|
|
37998
|
+
"name": "FoundationElement",
|
|
37999
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
38000
|
+
}
|
|
38001
|
+
},
|
|
38002
|
+
{
|
|
38003
|
+
"kind": "field",
|
|
38004
|
+
"name": "template",
|
|
38005
|
+
"type": {
|
|
38006
|
+
"text": "ElementViewTemplate | void | null"
|
|
38007
|
+
},
|
|
38008
|
+
"privacy": "public",
|
|
38009
|
+
"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.",
|
|
38010
|
+
"inheritedFrom": {
|
|
38011
|
+
"name": "FoundationElement",
|
|
38012
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
38013
|
+
}
|
|
38014
|
+
},
|
|
38015
|
+
{
|
|
38016
|
+
"kind": "method",
|
|
38017
|
+
"name": "templateChanged",
|
|
38018
|
+
"privacy": "protected",
|
|
38019
|
+
"return": {
|
|
38020
|
+
"type": {
|
|
38021
|
+
"text": "void"
|
|
38022
|
+
}
|
|
38023
|
+
},
|
|
38024
|
+
"inheritedFrom": {
|
|
38025
|
+
"name": "FoundationElement",
|
|
38026
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
38027
|
+
}
|
|
38028
|
+
},
|
|
38029
|
+
{
|
|
38030
|
+
"kind": "field",
|
|
38031
|
+
"name": "styles",
|
|
38032
|
+
"type": {
|
|
38033
|
+
"text": "ElementStyles | void | null"
|
|
38034
|
+
},
|
|
38035
|
+
"privacy": "public",
|
|
38036
|
+
"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.",
|
|
38037
|
+
"inheritedFrom": {
|
|
38038
|
+
"name": "FoundationElement",
|
|
38039
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
38040
|
+
}
|
|
38041
|
+
},
|
|
38042
|
+
{
|
|
38043
|
+
"kind": "method",
|
|
38044
|
+
"name": "stylesChanged",
|
|
38045
|
+
"privacy": "protected",
|
|
38046
|
+
"return": {
|
|
38047
|
+
"type": {
|
|
38048
|
+
"text": "void"
|
|
38049
|
+
}
|
|
38050
|
+
},
|
|
38051
|
+
"inheritedFrom": {
|
|
38052
|
+
"name": "FoundationElement",
|
|
38053
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
38054
|
+
}
|
|
38055
|
+
},
|
|
38056
|
+
{
|
|
38057
|
+
"kind": "method",
|
|
38058
|
+
"name": "compose",
|
|
38059
|
+
"privacy": "public",
|
|
38060
|
+
"static": true,
|
|
38061
|
+
"return": {
|
|
38062
|
+
"type": {
|
|
38063
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
38064
|
+
}
|
|
38065
|
+
},
|
|
38066
|
+
"parameters": [
|
|
38067
|
+
{
|
|
38068
|
+
"name": "this",
|
|
38069
|
+
"type": {
|
|
38070
|
+
"text": "K"
|
|
38071
|
+
}
|
|
38072
|
+
},
|
|
38073
|
+
{
|
|
38074
|
+
"name": "elementDefinition",
|
|
38075
|
+
"type": {
|
|
38076
|
+
"text": "T"
|
|
38077
|
+
},
|
|
38078
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
38079
|
+
}
|
|
38080
|
+
],
|
|
38081
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
38082
|
+
"inheritedFrom": {
|
|
38083
|
+
"name": "FoundationElement",
|
|
38084
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
38085
|
+
}
|
|
38086
|
+
}
|
|
38087
|
+
],
|
|
38088
|
+
"events": [
|
|
38089
|
+
{
|
|
38090
|
+
"description": "Fires a custom 'change' event when a tab is clicked or during keyboard navigation",
|
|
38091
|
+
"name": "change",
|
|
38092
|
+
"inheritedFrom": {
|
|
38093
|
+
"name": "Tabs",
|
|
38094
|
+
"module": "src/tabs/tabs.ts"
|
|
38095
|
+
}
|
|
38096
|
+
}
|
|
38097
|
+
]
|
|
38098
|
+
},
|
|
38099
|
+
{
|
|
38100
|
+
"kind": "variable",
|
|
38101
|
+
"name": "foundationTabsShadowOptions",
|
|
38102
|
+
"type": {
|
|
38103
|
+
"text": "ShadowRootInit"
|
|
38104
|
+
},
|
|
38105
|
+
"default": "undefined"
|
|
38106
|
+
},
|
|
38107
|
+
{
|
|
38108
|
+
"kind": "variable",
|
|
38109
|
+
"name": "defaultTabsConfig",
|
|
38110
|
+
"type": {
|
|
38111
|
+
"text": "object"
|
|
38112
|
+
},
|
|
38113
|
+
"default": "{}"
|
|
38114
|
+
},
|
|
38115
|
+
{
|
|
38116
|
+
"kind": "variable",
|
|
38117
|
+
"name": "foundationTabs",
|
|
38118
|
+
"description": "The Foundation Tabs",
|
|
38119
|
+
"privacy": "public"
|
|
38120
|
+
}
|
|
38121
|
+
],
|
|
38122
|
+
"exports": [
|
|
38123
|
+
{
|
|
38124
|
+
"kind": "js",
|
|
38125
|
+
"name": "Tabs",
|
|
38126
|
+
"declaration": {
|
|
38127
|
+
"name": "Tabs",
|
|
38128
|
+
"module": "src/tabs/tabs.ts"
|
|
38129
|
+
}
|
|
38130
|
+
},
|
|
38131
|
+
{
|
|
38132
|
+
"kind": "js",
|
|
38133
|
+
"name": "foundationTabsShadowOptions",
|
|
38134
|
+
"declaration": {
|
|
38135
|
+
"name": "foundationTabsShadowOptions",
|
|
38136
|
+
"module": "src/tabs/tabs.ts"
|
|
38137
|
+
}
|
|
38138
|
+
},
|
|
38139
|
+
{
|
|
38140
|
+
"kind": "js",
|
|
38141
|
+
"name": "defaultTabsConfig",
|
|
38142
|
+
"declaration": {
|
|
38143
|
+
"name": "defaultTabsConfig",
|
|
38144
|
+
"module": "src/tabs/tabs.ts"
|
|
38145
|
+
}
|
|
38146
|
+
},
|
|
38147
|
+
{
|
|
38148
|
+
"kind": "js",
|
|
38149
|
+
"name": "foundationTabs",
|
|
38150
|
+
"declaration": {
|
|
38151
|
+
"name": "foundationTabs",
|
|
38152
|
+
"module": "src/tabs/tabs.ts"
|
|
38153
|
+
}
|
|
38154
|
+
}
|
|
38155
|
+
]
|
|
38156
|
+
},
|
|
38157
|
+
{
|
|
38158
|
+
"kind": "javascript-module",
|
|
38159
|
+
"path": "src/tab-panel/index.ts",
|
|
38160
|
+
"declarations": [],
|
|
38161
|
+
"exports": [
|
|
38162
|
+
{
|
|
38163
|
+
"kind": "js",
|
|
38164
|
+
"name": "*",
|
|
38165
|
+
"declaration": {
|
|
38166
|
+
"name": "*",
|
|
38167
|
+
"package": "./tab-panel.template"
|
|
38168
|
+
}
|
|
38169
|
+
},
|
|
38170
|
+
{
|
|
38171
|
+
"kind": "js",
|
|
38172
|
+
"name": "*",
|
|
38173
|
+
"declaration": {
|
|
38174
|
+
"name": "*",
|
|
38175
|
+
"package": "./tab-panel.styles"
|
|
38176
|
+
}
|
|
38177
|
+
},
|
|
38178
|
+
{
|
|
38179
|
+
"kind": "js",
|
|
38180
|
+
"name": "*",
|
|
38181
|
+
"declaration": {
|
|
38182
|
+
"name": "*",
|
|
38183
|
+
"package": "./tab-panel"
|
|
38184
|
+
}
|
|
38185
|
+
}
|
|
38186
|
+
]
|
|
38187
|
+
},
|
|
38188
|
+
{
|
|
38189
|
+
"kind": "javascript-module",
|
|
38190
|
+
"path": "src/tab-panel/tab-panel.styles.ts",
|
|
38191
|
+
"declarations": [
|
|
38192
|
+
{
|
|
38193
|
+
"kind": "function",
|
|
38194
|
+
"name": "foundationTabPanelStyles",
|
|
38195
|
+
"return": {
|
|
38196
|
+
"type": {
|
|
38197
|
+
"text": "ElementStyles"
|
|
38198
|
+
}
|
|
38199
|
+
},
|
|
38200
|
+
"parameters": [
|
|
38201
|
+
{
|
|
38202
|
+
"name": "context",
|
|
38203
|
+
"type": {
|
|
38204
|
+
"text": "ElementDefinitionContext"
|
|
38205
|
+
}
|
|
38206
|
+
},
|
|
38207
|
+
{
|
|
38208
|
+
"name": "definition",
|
|
38209
|
+
"type": {
|
|
38210
|
+
"text": "FoundationElementDefinition"
|
|
38211
|
+
}
|
|
38212
|
+
}
|
|
38213
|
+
]
|
|
38214
|
+
}
|
|
38215
|
+
],
|
|
38216
|
+
"exports": [
|
|
38217
|
+
{
|
|
38218
|
+
"kind": "js",
|
|
38219
|
+
"name": "foundationTabPanelStyles",
|
|
38220
|
+
"declaration": {
|
|
38221
|
+
"name": "foundationTabPanelStyles",
|
|
38222
|
+
"module": "src/tab-panel/tab-panel.styles.ts"
|
|
38223
|
+
}
|
|
38224
|
+
}
|
|
38225
|
+
]
|
|
38226
|
+
},
|
|
38227
|
+
{
|
|
38228
|
+
"kind": "javascript-module",
|
|
38229
|
+
"path": "src/tab-panel/tab-panel.template.ts",
|
|
38230
|
+
"declarations": [
|
|
38231
|
+
{
|
|
38232
|
+
"kind": "function",
|
|
38233
|
+
"name": "foundationTabPanelTemplate",
|
|
38234
|
+
"return": {
|
|
38235
|
+
"type": {
|
|
38236
|
+
"text": "ViewTemplate<TabPanel>"
|
|
38237
|
+
}
|
|
38238
|
+
},
|
|
38239
|
+
"parameters": [
|
|
38240
|
+
{
|
|
38241
|
+
"name": "context",
|
|
38242
|
+
"type": {
|
|
38243
|
+
"text": "ElementDefinitionContext"
|
|
38244
|
+
}
|
|
38245
|
+
},
|
|
38246
|
+
{
|
|
38247
|
+
"name": "definition",
|
|
38248
|
+
"type": {
|
|
38249
|
+
"text": "FoundationElementDefinition"
|
|
38250
|
+
}
|
|
38251
|
+
}
|
|
38252
|
+
]
|
|
38253
|
+
}
|
|
38254
|
+
],
|
|
38255
|
+
"exports": [
|
|
38256
|
+
{
|
|
38257
|
+
"kind": "js",
|
|
38258
|
+
"name": "foundationTabPanelTemplate",
|
|
38259
|
+
"declaration": {
|
|
38260
|
+
"name": "foundationTabPanelTemplate",
|
|
38261
|
+
"module": "src/tab-panel/tab-panel.template.ts"
|
|
38262
|
+
}
|
|
38263
|
+
}
|
|
38264
|
+
]
|
|
38265
|
+
},
|
|
38266
|
+
{
|
|
38267
|
+
"kind": "javascript-module",
|
|
38268
|
+
"path": "src/tab-panel/tab-panel.ts",
|
|
38269
|
+
"declarations": [
|
|
38270
|
+
{
|
|
38271
|
+
"kind": "class",
|
|
38272
|
+
"description": "",
|
|
38273
|
+
"name": "TabPanel",
|
|
38274
|
+
"superclass": {
|
|
38275
|
+
"name": "FASTTabPanel",
|
|
38276
|
+
"package": "@microsoft/fast-components"
|
|
38277
|
+
},
|
|
38278
|
+
"tagName": "%%prefix%%-tab-panel",
|
|
37591
38279
|
"customElement": true,
|
|
37592
38280
|
"members": [
|
|
37593
38281
|
{
|
|
@@ -38419,694 +39107,6 @@
|
|
|
38419
39107
|
}
|
|
38420
39108
|
]
|
|
38421
39109
|
},
|
|
38422
|
-
{
|
|
38423
|
-
"kind": "javascript-module",
|
|
38424
|
-
"path": "src/tabs/index.ts",
|
|
38425
|
-
"declarations": [],
|
|
38426
|
-
"exports": [
|
|
38427
|
-
{
|
|
38428
|
-
"kind": "js",
|
|
38429
|
-
"name": "*",
|
|
38430
|
-
"declaration": {
|
|
38431
|
-
"name": "*",
|
|
38432
|
-
"package": "./tabs.template"
|
|
38433
|
-
}
|
|
38434
|
-
},
|
|
38435
|
-
{
|
|
38436
|
-
"kind": "js",
|
|
38437
|
-
"name": "*",
|
|
38438
|
-
"declaration": {
|
|
38439
|
-
"name": "*",
|
|
38440
|
-
"package": "./tabs.styles"
|
|
38441
|
-
}
|
|
38442
|
-
},
|
|
38443
|
-
{
|
|
38444
|
-
"kind": "js",
|
|
38445
|
-
"name": "*",
|
|
38446
|
-
"declaration": {
|
|
38447
|
-
"name": "*",
|
|
38448
|
-
"package": "./tabs"
|
|
38449
|
-
}
|
|
38450
|
-
}
|
|
38451
|
-
]
|
|
38452
|
-
},
|
|
38453
|
-
{
|
|
38454
|
-
"kind": "javascript-module",
|
|
38455
|
-
"path": "src/tabs/tabs.styles.ts",
|
|
38456
|
-
"declarations": [
|
|
38457
|
-
{
|
|
38458
|
-
"kind": "function",
|
|
38459
|
-
"name": "foundationTabsStyles",
|
|
38460
|
-
"return": {
|
|
38461
|
-
"type": {
|
|
38462
|
-
"text": "ElementStyles"
|
|
38463
|
-
}
|
|
38464
|
-
},
|
|
38465
|
-
"parameters": [
|
|
38466
|
-
{
|
|
38467
|
-
"name": "context",
|
|
38468
|
-
"type": {
|
|
38469
|
-
"text": "ElementDefinitionContext"
|
|
38470
|
-
}
|
|
38471
|
-
},
|
|
38472
|
-
{
|
|
38473
|
-
"name": "definition",
|
|
38474
|
-
"type": {
|
|
38475
|
-
"text": "FoundationElementDefinition"
|
|
38476
|
-
}
|
|
38477
|
-
}
|
|
38478
|
-
]
|
|
38479
|
-
}
|
|
38480
|
-
],
|
|
38481
|
-
"exports": [
|
|
38482
|
-
{
|
|
38483
|
-
"kind": "js",
|
|
38484
|
-
"name": "foundationTabsStyles",
|
|
38485
|
-
"declaration": {
|
|
38486
|
-
"name": "foundationTabsStyles",
|
|
38487
|
-
"module": "src/tabs/tabs.styles.ts"
|
|
38488
|
-
}
|
|
38489
|
-
}
|
|
38490
|
-
]
|
|
38491
|
-
},
|
|
38492
|
-
{
|
|
38493
|
-
"kind": "javascript-module",
|
|
38494
|
-
"path": "src/tabs/tabs.template.ts",
|
|
38495
|
-
"declarations": [
|
|
38496
|
-
{
|
|
38497
|
-
"kind": "function",
|
|
38498
|
-
"name": "foundationTabsTemplate",
|
|
38499
|
-
"return": {
|
|
38500
|
-
"type": {
|
|
38501
|
-
"text": "ViewTemplate<Tabs>"
|
|
38502
|
-
}
|
|
38503
|
-
},
|
|
38504
|
-
"parameters": [
|
|
38505
|
-
{
|
|
38506
|
-
"name": "context",
|
|
38507
|
-
"type": {
|
|
38508
|
-
"text": "ElementDefinitionContext"
|
|
38509
|
-
}
|
|
38510
|
-
},
|
|
38511
|
-
{
|
|
38512
|
-
"name": "definition",
|
|
38513
|
-
"type": {
|
|
38514
|
-
"text": "FoundationElementDefinition"
|
|
38515
|
-
}
|
|
38516
|
-
}
|
|
38517
|
-
]
|
|
38518
|
-
}
|
|
38519
|
-
],
|
|
38520
|
-
"exports": [
|
|
38521
|
-
{
|
|
38522
|
-
"kind": "js",
|
|
38523
|
-
"name": "foundationTabsTemplate",
|
|
38524
|
-
"declaration": {
|
|
38525
|
-
"name": "foundationTabsTemplate",
|
|
38526
|
-
"module": "src/tabs/tabs.template.ts"
|
|
38527
|
-
}
|
|
38528
|
-
}
|
|
38529
|
-
]
|
|
38530
|
-
},
|
|
38531
|
-
{
|
|
38532
|
-
"kind": "javascript-module",
|
|
38533
|
-
"path": "src/tabs/tabs.ts",
|
|
38534
|
-
"declarations": [
|
|
38535
|
-
{
|
|
38536
|
-
"kind": "class",
|
|
38537
|
-
"description": "",
|
|
38538
|
-
"name": "Tabs",
|
|
38539
|
-
"superclass": {
|
|
38540
|
-
"name": "FASTTabs",
|
|
38541
|
-
"package": "@microsoft/fast-components"
|
|
38542
|
-
},
|
|
38543
|
-
"tagName": "%%prefix%%-tabs",
|
|
38544
|
-
"customElement": true,
|
|
38545
|
-
"attributes": [
|
|
38546
|
-
{
|
|
38547
|
-
"name": "orientation",
|
|
38548
|
-
"type": {
|
|
38549
|
-
"text": "TabsOrientation"
|
|
38550
|
-
},
|
|
38551
|
-
"description": "The orientation",
|
|
38552
|
-
"fieldName": "orientation",
|
|
38553
|
-
"inheritedFrom": {
|
|
38554
|
-
"name": "Tabs",
|
|
38555
|
-
"module": "src/tabs/tabs.ts"
|
|
38556
|
-
}
|
|
38557
|
-
},
|
|
38558
|
-
{
|
|
38559
|
-
"name": "activeid",
|
|
38560
|
-
"type": {
|
|
38561
|
-
"text": "string"
|
|
38562
|
-
},
|
|
38563
|
-
"description": "The id of the active tab",
|
|
38564
|
-
"fieldName": "activeid",
|
|
38565
|
-
"inheritedFrom": {
|
|
38566
|
-
"name": "Tabs",
|
|
38567
|
-
"module": "src/tabs/tabs.ts"
|
|
38568
|
-
}
|
|
38569
|
-
},
|
|
38570
|
-
{
|
|
38571
|
-
"type": {
|
|
38572
|
-
"text": "boolean"
|
|
38573
|
-
},
|
|
38574
|
-
"default": "true",
|
|
38575
|
-
"description": "Whether or not to show the active indicator",
|
|
38576
|
-
"fieldName": "activeindicator",
|
|
38577
|
-
"inheritedFrom": {
|
|
38578
|
-
"name": "Tabs",
|
|
38579
|
-
"module": "src/tabs/tabs.ts"
|
|
38580
|
-
}
|
|
38581
|
-
}
|
|
38582
|
-
],
|
|
38583
|
-
"members": [
|
|
38584
|
-
{
|
|
38585
|
-
"kind": "field",
|
|
38586
|
-
"name": "orientation",
|
|
38587
|
-
"type": {
|
|
38588
|
-
"text": "TabsOrientation"
|
|
38589
|
-
},
|
|
38590
|
-
"privacy": "public",
|
|
38591
|
-
"description": "The orientation",
|
|
38592
|
-
"inheritedFrom": {
|
|
38593
|
-
"name": "Tabs",
|
|
38594
|
-
"module": "src/tabs/tabs.ts"
|
|
38595
|
-
}
|
|
38596
|
-
},
|
|
38597
|
-
{
|
|
38598
|
-
"kind": "field",
|
|
38599
|
-
"name": "activeid",
|
|
38600
|
-
"type": {
|
|
38601
|
-
"text": "string"
|
|
38602
|
-
},
|
|
38603
|
-
"privacy": "public",
|
|
38604
|
-
"description": "The id of the active tab",
|
|
38605
|
-
"inheritedFrom": {
|
|
38606
|
-
"name": "Tabs",
|
|
38607
|
-
"module": "src/tabs/tabs.ts"
|
|
38608
|
-
}
|
|
38609
|
-
},
|
|
38610
|
-
{
|
|
38611
|
-
"kind": "field",
|
|
38612
|
-
"name": "activeindicator",
|
|
38613
|
-
"type": {
|
|
38614
|
-
"text": "boolean"
|
|
38615
|
-
},
|
|
38616
|
-
"privacy": "public",
|
|
38617
|
-
"default": "true",
|
|
38618
|
-
"description": "Whether or not to show the active indicator",
|
|
38619
|
-
"inheritedFrom": {
|
|
38620
|
-
"name": "Tabs",
|
|
38621
|
-
"module": "src/tabs/tabs.ts"
|
|
38622
|
-
}
|
|
38623
|
-
},
|
|
38624
|
-
{
|
|
38625
|
-
"kind": "field",
|
|
38626
|
-
"name": "activetab",
|
|
38627
|
-
"type": {
|
|
38628
|
-
"text": "HTMLElement"
|
|
38629
|
-
},
|
|
38630
|
-
"privacy": "public",
|
|
38631
|
-
"description": "A reference to the active tab",
|
|
38632
|
-
"inheritedFrom": {
|
|
38633
|
-
"name": "Tabs",
|
|
38634
|
-
"module": "src/tabs/tabs.ts"
|
|
38635
|
-
}
|
|
38636
|
-
},
|
|
38637
|
-
{
|
|
38638
|
-
"kind": "field",
|
|
38639
|
-
"name": "prevActiveTabIndex",
|
|
38640
|
-
"type": {
|
|
38641
|
-
"text": "number"
|
|
38642
|
-
},
|
|
38643
|
-
"privacy": "private",
|
|
38644
|
-
"default": "0",
|
|
38645
|
-
"inheritedFrom": {
|
|
38646
|
-
"name": "Tabs",
|
|
38647
|
-
"module": "src/tabs/tabs.ts"
|
|
38648
|
-
}
|
|
38649
|
-
},
|
|
38650
|
-
{
|
|
38651
|
-
"kind": "field",
|
|
38652
|
-
"name": "activeTabIndex",
|
|
38653
|
-
"type": {
|
|
38654
|
-
"text": "number"
|
|
38655
|
-
},
|
|
38656
|
-
"privacy": "private",
|
|
38657
|
-
"default": "0",
|
|
38658
|
-
"inheritedFrom": {
|
|
38659
|
-
"name": "Tabs",
|
|
38660
|
-
"module": "src/tabs/tabs.ts"
|
|
38661
|
-
}
|
|
38662
|
-
},
|
|
38663
|
-
{
|
|
38664
|
-
"kind": "field",
|
|
38665
|
-
"name": "ticking",
|
|
38666
|
-
"type": {
|
|
38667
|
-
"text": "boolean"
|
|
38668
|
-
},
|
|
38669
|
-
"privacy": "private",
|
|
38670
|
-
"default": "false",
|
|
38671
|
-
"inheritedFrom": {
|
|
38672
|
-
"name": "Tabs",
|
|
38673
|
-
"module": "src/tabs/tabs.ts"
|
|
38674
|
-
}
|
|
38675
|
-
},
|
|
38676
|
-
{
|
|
38677
|
-
"kind": "field",
|
|
38678
|
-
"name": "tabIds",
|
|
38679
|
-
"type": {
|
|
38680
|
-
"text": "Array<string>"
|
|
38681
|
-
},
|
|
38682
|
-
"privacy": "private",
|
|
38683
|
-
"inheritedFrom": {
|
|
38684
|
-
"name": "Tabs",
|
|
38685
|
-
"module": "src/tabs/tabs.ts"
|
|
38686
|
-
}
|
|
38687
|
-
},
|
|
38688
|
-
{
|
|
38689
|
-
"kind": "field",
|
|
38690
|
-
"name": "tabpanelIds",
|
|
38691
|
-
"type": {
|
|
38692
|
-
"text": "Array<string>"
|
|
38693
|
-
},
|
|
38694
|
-
"privacy": "private",
|
|
38695
|
-
"inheritedFrom": {
|
|
38696
|
-
"name": "Tabs",
|
|
38697
|
-
"module": "src/tabs/tabs.ts"
|
|
38698
|
-
}
|
|
38699
|
-
},
|
|
38700
|
-
{
|
|
38701
|
-
"kind": "field",
|
|
38702
|
-
"name": "change",
|
|
38703
|
-
"privacy": "private",
|
|
38704
|
-
"inheritedFrom": {
|
|
38705
|
-
"name": "Tabs",
|
|
38706
|
-
"module": "src/tabs/tabs.ts"
|
|
38707
|
-
}
|
|
38708
|
-
},
|
|
38709
|
-
{
|
|
38710
|
-
"kind": "field",
|
|
38711
|
-
"name": "isDisabledElement",
|
|
38712
|
-
"privacy": "private",
|
|
38713
|
-
"inheritedFrom": {
|
|
38714
|
-
"name": "Tabs",
|
|
38715
|
-
"module": "src/tabs/tabs.ts"
|
|
38716
|
-
}
|
|
38717
|
-
},
|
|
38718
|
-
{
|
|
38719
|
-
"kind": "field",
|
|
38720
|
-
"name": "isHiddenElement",
|
|
38721
|
-
"privacy": "private",
|
|
38722
|
-
"inheritedFrom": {
|
|
38723
|
-
"name": "Tabs",
|
|
38724
|
-
"module": "src/tabs/tabs.ts"
|
|
38725
|
-
}
|
|
38726
|
-
},
|
|
38727
|
-
{
|
|
38728
|
-
"kind": "field",
|
|
38729
|
-
"name": "isFocusableElement",
|
|
38730
|
-
"privacy": "private",
|
|
38731
|
-
"inheritedFrom": {
|
|
38732
|
-
"name": "Tabs",
|
|
38733
|
-
"module": "src/tabs/tabs.ts"
|
|
38734
|
-
}
|
|
38735
|
-
},
|
|
38736
|
-
{
|
|
38737
|
-
"kind": "method",
|
|
38738
|
-
"name": "getActiveIndex",
|
|
38739
|
-
"privacy": "private",
|
|
38740
|
-
"return": {
|
|
38741
|
-
"type": {
|
|
38742
|
-
"text": "number"
|
|
38743
|
-
}
|
|
38744
|
-
},
|
|
38745
|
-
"inheritedFrom": {
|
|
38746
|
-
"name": "Tabs",
|
|
38747
|
-
"module": "src/tabs/tabs.ts"
|
|
38748
|
-
}
|
|
38749
|
-
},
|
|
38750
|
-
{
|
|
38751
|
-
"kind": "field",
|
|
38752
|
-
"name": "setTabs",
|
|
38753
|
-
"privacy": "private",
|
|
38754
|
-
"inheritedFrom": {
|
|
38755
|
-
"name": "Tabs",
|
|
38756
|
-
"module": "src/tabs/tabs.ts"
|
|
38757
|
-
}
|
|
38758
|
-
},
|
|
38759
|
-
{
|
|
38760
|
-
"kind": "field",
|
|
38761
|
-
"name": "setTabPanels",
|
|
38762
|
-
"privacy": "private",
|
|
38763
|
-
"inheritedFrom": {
|
|
38764
|
-
"name": "Tabs",
|
|
38765
|
-
"module": "src/tabs/tabs.ts"
|
|
38766
|
-
}
|
|
38767
|
-
},
|
|
38768
|
-
{
|
|
38769
|
-
"kind": "method",
|
|
38770
|
-
"name": "getTabIds",
|
|
38771
|
-
"privacy": "private",
|
|
38772
|
-
"return": {
|
|
38773
|
-
"type": {
|
|
38774
|
-
"text": "Array<string>"
|
|
38775
|
-
}
|
|
38776
|
-
},
|
|
38777
|
-
"inheritedFrom": {
|
|
38778
|
-
"name": "Tabs",
|
|
38779
|
-
"module": "src/tabs/tabs.ts"
|
|
38780
|
-
}
|
|
38781
|
-
},
|
|
38782
|
-
{
|
|
38783
|
-
"kind": "method",
|
|
38784
|
-
"name": "getTabPanelIds",
|
|
38785
|
-
"privacy": "private",
|
|
38786
|
-
"return": {
|
|
38787
|
-
"type": {
|
|
38788
|
-
"text": "Array<string>"
|
|
38789
|
-
}
|
|
38790
|
-
},
|
|
38791
|
-
"inheritedFrom": {
|
|
38792
|
-
"name": "Tabs",
|
|
38793
|
-
"module": "src/tabs/tabs.ts"
|
|
38794
|
-
}
|
|
38795
|
-
},
|
|
38796
|
-
{
|
|
38797
|
-
"kind": "method",
|
|
38798
|
-
"name": "setComponent",
|
|
38799
|
-
"privacy": "private",
|
|
38800
|
-
"return": {
|
|
38801
|
-
"type": {
|
|
38802
|
-
"text": "void"
|
|
38803
|
-
}
|
|
38804
|
-
},
|
|
38805
|
-
"inheritedFrom": {
|
|
38806
|
-
"name": "Tabs",
|
|
38807
|
-
"module": "src/tabs/tabs.ts"
|
|
38808
|
-
}
|
|
38809
|
-
},
|
|
38810
|
-
{
|
|
38811
|
-
"kind": "field",
|
|
38812
|
-
"name": "handleTabClick",
|
|
38813
|
-
"privacy": "private",
|
|
38814
|
-
"inheritedFrom": {
|
|
38815
|
-
"name": "Tabs",
|
|
38816
|
-
"module": "src/tabs/tabs.ts"
|
|
38817
|
-
}
|
|
38818
|
-
},
|
|
38819
|
-
{
|
|
38820
|
-
"kind": "method",
|
|
38821
|
-
"name": "isHorizontal",
|
|
38822
|
-
"privacy": "private",
|
|
38823
|
-
"return": {
|
|
38824
|
-
"type": {
|
|
38825
|
-
"text": "boolean"
|
|
38826
|
-
}
|
|
38827
|
-
},
|
|
38828
|
-
"inheritedFrom": {
|
|
38829
|
-
"name": "Tabs",
|
|
38830
|
-
"module": "src/tabs/tabs.ts"
|
|
38831
|
-
}
|
|
38832
|
-
},
|
|
38833
|
-
{
|
|
38834
|
-
"kind": "field",
|
|
38835
|
-
"name": "handleTabKeyDown",
|
|
38836
|
-
"privacy": "private",
|
|
38837
|
-
"inheritedFrom": {
|
|
38838
|
-
"name": "Tabs",
|
|
38839
|
-
"module": "src/tabs/tabs.ts"
|
|
38840
|
-
}
|
|
38841
|
-
},
|
|
38842
|
-
{
|
|
38843
|
-
"kind": "method",
|
|
38844
|
-
"name": "handleActiveIndicatorPosition",
|
|
38845
|
-
"privacy": "private",
|
|
38846
|
-
"inheritedFrom": {
|
|
38847
|
-
"name": "Tabs",
|
|
38848
|
-
"module": "src/tabs/tabs.ts"
|
|
38849
|
-
}
|
|
38850
|
-
},
|
|
38851
|
-
{
|
|
38852
|
-
"kind": "method",
|
|
38853
|
-
"name": "animateActiveIndicator",
|
|
38854
|
-
"privacy": "private",
|
|
38855
|
-
"return": {
|
|
38856
|
-
"type": {
|
|
38857
|
-
"text": "void"
|
|
38858
|
-
}
|
|
38859
|
-
},
|
|
38860
|
-
"inheritedFrom": {
|
|
38861
|
-
"name": "Tabs",
|
|
38862
|
-
"module": "src/tabs/tabs.ts"
|
|
38863
|
-
}
|
|
38864
|
-
},
|
|
38865
|
-
{
|
|
38866
|
-
"kind": "method",
|
|
38867
|
-
"name": "adjust",
|
|
38868
|
-
"privacy": "public",
|
|
38869
|
-
"return": {
|
|
38870
|
-
"type": {
|
|
38871
|
-
"text": "void"
|
|
38872
|
-
}
|
|
38873
|
-
},
|
|
38874
|
-
"parameters": [
|
|
38875
|
-
{
|
|
38876
|
-
"name": "adjustment",
|
|
38877
|
-
"type": {
|
|
38878
|
-
"text": "number"
|
|
38879
|
-
}
|
|
38880
|
-
}
|
|
38881
|
-
],
|
|
38882
|
-
"description": "The adjust method for FASTTabs",
|
|
38883
|
-
"inheritedFrom": {
|
|
38884
|
-
"name": "Tabs",
|
|
38885
|
-
"module": "src/tabs/tabs.ts"
|
|
38886
|
-
}
|
|
38887
|
-
},
|
|
38888
|
-
{
|
|
38889
|
-
"kind": "field",
|
|
38890
|
-
"name": "adjustForward",
|
|
38891
|
-
"privacy": "private",
|
|
38892
|
-
"inheritedFrom": {
|
|
38893
|
-
"name": "Tabs",
|
|
38894
|
-
"module": "src/tabs/tabs.ts"
|
|
38895
|
-
}
|
|
38896
|
-
},
|
|
38897
|
-
{
|
|
38898
|
-
"kind": "field",
|
|
38899
|
-
"name": "adjustBackward",
|
|
38900
|
-
"privacy": "private",
|
|
38901
|
-
"inheritedFrom": {
|
|
38902
|
-
"name": "Tabs",
|
|
38903
|
-
"module": "src/tabs/tabs.ts"
|
|
38904
|
-
}
|
|
38905
|
-
},
|
|
38906
|
-
{
|
|
38907
|
-
"kind": "field",
|
|
38908
|
-
"name": "moveToTabByIndex",
|
|
38909
|
-
"privacy": "private",
|
|
38910
|
-
"inheritedFrom": {
|
|
38911
|
-
"name": "Tabs",
|
|
38912
|
-
"module": "src/tabs/tabs.ts"
|
|
38913
|
-
}
|
|
38914
|
-
},
|
|
38915
|
-
{
|
|
38916
|
-
"kind": "method",
|
|
38917
|
-
"name": "focusTab",
|
|
38918
|
-
"privacy": "private",
|
|
38919
|
-
"return": {
|
|
38920
|
-
"type": {
|
|
38921
|
-
"text": "void"
|
|
38922
|
-
}
|
|
38923
|
-
},
|
|
38924
|
-
"inheritedFrom": {
|
|
38925
|
-
"name": "Tabs",
|
|
38926
|
-
"module": "src/tabs/tabs.ts"
|
|
38927
|
-
}
|
|
38928
|
-
},
|
|
38929
|
-
{
|
|
38930
|
-
"kind": "field",
|
|
38931
|
-
"name": "_presentation",
|
|
38932
|
-
"type": {
|
|
38933
|
-
"text": "ComponentPresentation | null | undefined"
|
|
38934
|
-
},
|
|
38935
|
-
"privacy": "private",
|
|
38936
|
-
"default": "void 0",
|
|
38937
|
-
"inheritedFrom": {
|
|
38938
|
-
"name": "FoundationElement",
|
|
38939
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
38940
|
-
}
|
|
38941
|
-
},
|
|
38942
|
-
{
|
|
38943
|
-
"kind": "field",
|
|
38944
|
-
"name": "$presentation",
|
|
38945
|
-
"type": {
|
|
38946
|
-
"text": "ComponentPresentation | null"
|
|
38947
|
-
},
|
|
38948
|
-
"privacy": "public",
|
|
38949
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
38950
|
-
"inheritedFrom": {
|
|
38951
|
-
"name": "FoundationElement",
|
|
38952
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
38953
|
-
}
|
|
38954
|
-
},
|
|
38955
|
-
{
|
|
38956
|
-
"kind": "field",
|
|
38957
|
-
"name": "template",
|
|
38958
|
-
"type": {
|
|
38959
|
-
"text": "ElementViewTemplate | void | null"
|
|
38960
|
-
},
|
|
38961
|
-
"privacy": "public",
|
|
38962
|
-
"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.",
|
|
38963
|
-
"inheritedFrom": {
|
|
38964
|
-
"name": "FoundationElement",
|
|
38965
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
38966
|
-
}
|
|
38967
|
-
},
|
|
38968
|
-
{
|
|
38969
|
-
"kind": "method",
|
|
38970
|
-
"name": "templateChanged",
|
|
38971
|
-
"privacy": "protected",
|
|
38972
|
-
"return": {
|
|
38973
|
-
"type": {
|
|
38974
|
-
"text": "void"
|
|
38975
|
-
}
|
|
38976
|
-
},
|
|
38977
|
-
"inheritedFrom": {
|
|
38978
|
-
"name": "FoundationElement",
|
|
38979
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
38980
|
-
}
|
|
38981
|
-
},
|
|
38982
|
-
{
|
|
38983
|
-
"kind": "field",
|
|
38984
|
-
"name": "styles",
|
|
38985
|
-
"type": {
|
|
38986
|
-
"text": "ElementStyles | void | null"
|
|
38987
|
-
},
|
|
38988
|
-
"privacy": "public",
|
|
38989
|
-
"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.",
|
|
38990
|
-
"inheritedFrom": {
|
|
38991
|
-
"name": "FoundationElement",
|
|
38992
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
38993
|
-
}
|
|
38994
|
-
},
|
|
38995
|
-
{
|
|
38996
|
-
"kind": "method",
|
|
38997
|
-
"name": "stylesChanged",
|
|
38998
|
-
"privacy": "protected",
|
|
38999
|
-
"return": {
|
|
39000
|
-
"type": {
|
|
39001
|
-
"text": "void"
|
|
39002
|
-
}
|
|
39003
|
-
},
|
|
39004
|
-
"inheritedFrom": {
|
|
39005
|
-
"name": "FoundationElement",
|
|
39006
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
39007
|
-
}
|
|
39008
|
-
},
|
|
39009
|
-
{
|
|
39010
|
-
"kind": "method",
|
|
39011
|
-
"name": "compose",
|
|
39012
|
-
"privacy": "public",
|
|
39013
|
-
"static": true,
|
|
39014
|
-
"return": {
|
|
39015
|
-
"type": {
|
|
39016
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
39017
|
-
}
|
|
39018
|
-
},
|
|
39019
|
-
"parameters": [
|
|
39020
|
-
{
|
|
39021
|
-
"name": "this",
|
|
39022
|
-
"type": {
|
|
39023
|
-
"text": "K"
|
|
39024
|
-
}
|
|
39025
|
-
},
|
|
39026
|
-
{
|
|
39027
|
-
"name": "elementDefinition",
|
|
39028
|
-
"type": {
|
|
39029
|
-
"text": "T"
|
|
39030
|
-
},
|
|
39031
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
39032
|
-
}
|
|
39033
|
-
],
|
|
39034
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
39035
|
-
"inheritedFrom": {
|
|
39036
|
-
"name": "FoundationElement",
|
|
39037
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
39038
|
-
}
|
|
39039
|
-
}
|
|
39040
|
-
],
|
|
39041
|
-
"events": [
|
|
39042
|
-
{
|
|
39043
|
-
"description": "Fires a custom 'change' event when a tab is clicked or during keyboard navigation",
|
|
39044
|
-
"name": "change",
|
|
39045
|
-
"inheritedFrom": {
|
|
39046
|
-
"name": "Tabs",
|
|
39047
|
-
"module": "src/tabs/tabs.ts"
|
|
39048
|
-
}
|
|
39049
|
-
}
|
|
39050
|
-
]
|
|
39051
|
-
},
|
|
39052
|
-
{
|
|
39053
|
-
"kind": "variable",
|
|
39054
|
-
"name": "foundationTabsShadowOptions",
|
|
39055
|
-
"type": {
|
|
39056
|
-
"text": "ShadowRootInit"
|
|
39057
|
-
},
|
|
39058
|
-
"default": "undefined"
|
|
39059
|
-
},
|
|
39060
|
-
{
|
|
39061
|
-
"kind": "variable",
|
|
39062
|
-
"name": "defaultTabsConfig",
|
|
39063
|
-
"type": {
|
|
39064
|
-
"text": "object"
|
|
39065
|
-
},
|
|
39066
|
-
"default": "{}"
|
|
39067
|
-
},
|
|
39068
|
-
{
|
|
39069
|
-
"kind": "variable",
|
|
39070
|
-
"name": "foundationTabs",
|
|
39071
|
-
"description": "The Foundation Tabs",
|
|
39072
|
-
"privacy": "public"
|
|
39073
|
-
}
|
|
39074
|
-
],
|
|
39075
|
-
"exports": [
|
|
39076
|
-
{
|
|
39077
|
-
"kind": "js",
|
|
39078
|
-
"name": "Tabs",
|
|
39079
|
-
"declaration": {
|
|
39080
|
-
"name": "Tabs",
|
|
39081
|
-
"module": "src/tabs/tabs.ts"
|
|
39082
|
-
}
|
|
39083
|
-
},
|
|
39084
|
-
{
|
|
39085
|
-
"kind": "js",
|
|
39086
|
-
"name": "foundationTabsShadowOptions",
|
|
39087
|
-
"declaration": {
|
|
39088
|
-
"name": "foundationTabsShadowOptions",
|
|
39089
|
-
"module": "src/tabs/tabs.ts"
|
|
39090
|
-
}
|
|
39091
|
-
},
|
|
39092
|
-
{
|
|
39093
|
-
"kind": "js",
|
|
39094
|
-
"name": "defaultTabsConfig",
|
|
39095
|
-
"declaration": {
|
|
39096
|
-
"name": "defaultTabsConfig",
|
|
39097
|
-
"module": "src/tabs/tabs.ts"
|
|
39098
|
-
}
|
|
39099
|
-
},
|
|
39100
|
-
{
|
|
39101
|
-
"kind": "js",
|
|
39102
|
-
"name": "foundationTabs",
|
|
39103
|
-
"declaration": {
|
|
39104
|
-
"name": "foundationTabs",
|
|
39105
|
-
"module": "src/tabs/tabs.ts"
|
|
39106
|
-
}
|
|
39107
|
-
}
|
|
39108
|
-
]
|
|
39109
|
-
},
|
|
39110
39110
|
{
|
|
39111
39111
|
"kind": "javascript-module",
|
|
39112
39112
|
"path": "src/text-field/index.ts",
|