@genesislcap/foundation-ui 14.171.0 → 14.172.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 +922 -922
- package/package.json +15 -15
|
@@ -862,188 +862,6 @@
|
|
|
862
862
|
}
|
|
863
863
|
]
|
|
864
864
|
},
|
|
865
|
-
{
|
|
866
|
-
"kind": "javascript-module",
|
|
867
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
868
|
-
"declarations": [
|
|
869
|
-
{
|
|
870
|
-
"kind": "function",
|
|
871
|
-
"name": "foundationAccordionStyles",
|
|
872
|
-
"return": {
|
|
873
|
-
"type": {
|
|
874
|
-
"text": "ElementStyles"
|
|
875
|
-
}
|
|
876
|
-
},
|
|
877
|
-
"parameters": [
|
|
878
|
-
{
|
|
879
|
-
"name": "context",
|
|
880
|
-
"type": {
|
|
881
|
-
"text": "ElementDefinitionContext"
|
|
882
|
-
}
|
|
883
|
-
},
|
|
884
|
-
{
|
|
885
|
-
"name": "definition",
|
|
886
|
-
"type": {
|
|
887
|
-
"text": "FoundationElementDefinition"
|
|
888
|
-
}
|
|
889
|
-
}
|
|
890
|
-
]
|
|
891
|
-
}
|
|
892
|
-
],
|
|
893
|
-
"exports": [
|
|
894
|
-
{
|
|
895
|
-
"kind": "js",
|
|
896
|
-
"name": "foundationAccordionStyles",
|
|
897
|
-
"declaration": {
|
|
898
|
-
"name": "foundationAccordionStyles",
|
|
899
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
900
|
-
}
|
|
901
|
-
}
|
|
902
|
-
]
|
|
903
|
-
},
|
|
904
|
-
{
|
|
905
|
-
"kind": "javascript-module",
|
|
906
|
-
"path": "src/accordion/accordion.template.ts",
|
|
907
|
-
"declarations": [
|
|
908
|
-
{
|
|
909
|
-
"kind": "function",
|
|
910
|
-
"name": "foundationAccordionTemplate",
|
|
911
|
-
"return": {
|
|
912
|
-
"type": {
|
|
913
|
-
"text": "ViewTemplate<Accordion>"
|
|
914
|
-
}
|
|
915
|
-
},
|
|
916
|
-
"parameters": [
|
|
917
|
-
{
|
|
918
|
-
"name": "context",
|
|
919
|
-
"type": {
|
|
920
|
-
"text": "ElementDefinitionContext"
|
|
921
|
-
}
|
|
922
|
-
},
|
|
923
|
-
{
|
|
924
|
-
"name": "definition",
|
|
925
|
-
"type": {
|
|
926
|
-
"text": "FoundationElementDefinition"
|
|
927
|
-
}
|
|
928
|
-
}
|
|
929
|
-
]
|
|
930
|
-
}
|
|
931
|
-
],
|
|
932
|
-
"exports": [
|
|
933
|
-
{
|
|
934
|
-
"kind": "js",
|
|
935
|
-
"name": "foundationAccordionTemplate",
|
|
936
|
-
"declaration": {
|
|
937
|
-
"name": "foundationAccordionTemplate",
|
|
938
|
-
"module": "src/accordion/accordion.template.ts"
|
|
939
|
-
}
|
|
940
|
-
}
|
|
941
|
-
]
|
|
942
|
-
},
|
|
943
|
-
{
|
|
944
|
-
"kind": "javascript-module",
|
|
945
|
-
"path": "src/accordion/accordion.ts",
|
|
946
|
-
"declarations": [
|
|
947
|
-
{
|
|
948
|
-
"kind": "class",
|
|
949
|
-
"description": "",
|
|
950
|
-
"name": "Accordion",
|
|
951
|
-
"superclass": {
|
|
952
|
-
"name": "FASTAccordion",
|
|
953
|
-
"package": "@microsoft/fast-foundation"
|
|
954
|
-
},
|
|
955
|
-
"tagName": "%%prefix%%-accordion",
|
|
956
|
-
"customElement": true
|
|
957
|
-
},
|
|
958
|
-
{
|
|
959
|
-
"kind": "variable",
|
|
960
|
-
"name": "foundationAccordionShadowOptions",
|
|
961
|
-
"type": {
|
|
962
|
-
"text": "ShadowRootInit"
|
|
963
|
-
},
|
|
964
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
965
|
-
},
|
|
966
|
-
{
|
|
967
|
-
"kind": "variable",
|
|
968
|
-
"name": "defaultAccordionConfig",
|
|
969
|
-
"type": {
|
|
970
|
-
"text": "object"
|
|
971
|
-
},
|
|
972
|
-
"default": "{}"
|
|
973
|
-
},
|
|
974
|
-
{
|
|
975
|
-
"kind": "variable",
|
|
976
|
-
"name": "foundationAccordion",
|
|
977
|
-
"description": "The Foundation Accordion",
|
|
978
|
-
"privacy": "public"
|
|
979
|
-
}
|
|
980
|
-
],
|
|
981
|
-
"exports": [
|
|
982
|
-
{
|
|
983
|
-
"kind": "js",
|
|
984
|
-
"name": "Accordion",
|
|
985
|
-
"declaration": {
|
|
986
|
-
"name": "Accordion",
|
|
987
|
-
"module": "src/accordion/accordion.ts"
|
|
988
|
-
}
|
|
989
|
-
},
|
|
990
|
-
{
|
|
991
|
-
"kind": "js",
|
|
992
|
-
"name": "foundationAccordionShadowOptions",
|
|
993
|
-
"declaration": {
|
|
994
|
-
"name": "foundationAccordionShadowOptions",
|
|
995
|
-
"module": "src/accordion/accordion.ts"
|
|
996
|
-
}
|
|
997
|
-
},
|
|
998
|
-
{
|
|
999
|
-
"kind": "js",
|
|
1000
|
-
"name": "defaultAccordionConfig",
|
|
1001
|
-
"declaration": {
|
|
1002
|
-
"name": "defaultAccordionConfig",
|
|
1003
|
-
"module": "src/accordion/accordion.ts"
|
|
1004
|
-
}
|
|
1005
|
-
},
|
|
1006
|
-
{
|
|
1007
|
-
"kind": "js",
|
|
1008
|
-
"name": "foundationAccordion",
|
|
1009
|
-
"declaration": {
|
|
1010
|
-
"name": "foundationAccordion",
|
|
1011
|
-
"module": "src/accordion/accordion.ts"
|
|
1012
|
-
}
|
|
1013
|
-
}
|
|
1014
|
-
]
|
|
1015
|
-
},
|
|
1016
|
-
{
|
|
1017
|
-
"kind": "javascript-module",
|
|
1018
|
-
"path": "src/accordion/index.ts",
|
|
1019
|
-
"declarations": [],
|
|
1020
|
-
"exports": [
|
|
1021
|
-
{
|
|
1022
|
-
"kind": "js",
|
|
1023
|
-
"name": "*",
|
|
1024
|
-
"declaration": {
|
|
1025
|
-
"name": "*",
|
|
1026
|
-
"package": "./accordion.template"
|
|
1027
|
-
}
|
|
1028
|
-
},
|
|
1029
|
-
{
|
|
1030
|
-
"kind": "js",
|
|
1031
|
-
"name": "*",
|
|
1032
|
-
"declaration": {
|
|
1033
|
-
"name": "*",
|
|
1034
|
-
"package": "./accordion.styles"
|
|
1035
|
-
}
|
|
1036
|
-
},
|
|
1037
|
-
{
|
|
1038
|
-
"kind": "js",
|
|
1039
|
-
"name": "*",
|
|
1040
|
-
"declaration": {
|
|
1041
|
-
"name": "*",
|
|
1042
|
-
"package": "./accordion"
|
|
1043
|
-
}
|
|
1044
|
-
}
|
|
1045
|
-
]
|
|
1046
|
-
},
|
|
1047
865
|
{
|
|
1048
866
|
"kind": "javascript-module",
|
|
1049
867
|
"path": "src/_config/index.ts",
|
|
@@ -1469,6 +1287,188 @@
|
|
|
1469
1287
|
}
|
|
1470
1288
|
]
|
|
1471
1289
|
},
|
|
1290
|
+
{
|
|
1291
|
+
"kind": "javascript-module",
|
|
1292
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1293
|
+
"declarations": [
|
|
1294
|
+
{
|
|
1295
|
+
"kind": "function",
|
|
1296
|
+
"name": "foundationAccordionStyles",
|
|
1297
|
+
"return": {
|
|
1298
|
+
"type": {
|
|
1299
|
+
"text": "ElementStyles"
|
|
1300
|
+
}
|
|
1301
|
+
},
|
|
1302
|
+
"parameters": [
|
|
1303
|
+
{
|
|
1304
|
+
"name": "context",
|
|
1305
|
+
"type": {
|
|
1306
|
+
"text": "ElementDefinitionContext"
|
|
1307
|
+
}
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"name": "definition",
|
|
1311
|
+
"type": {
|
|
1312
|
+
"text": "FoundationElementDefinition"
|
|
1313
|
+
}
|
|
1314
|
+
}
|
|
1315
|
+
]
|
|
1316
|
+
}
|
|
1317
|
+
],
|
|
1318
|
+
"exports": [
|
|
1319
|
+
{
|
|
1320
|
+
"kind": "js",
|
|
1321
|
+
"name": "foundationAccordionStyles",
|
|
1322
|
+
"declaration": {
|
|
1323
|
+
"name": "foundationAccordionStyles",
|
|
1324
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1325
|
+
}
|
|
1326
|
+
}
|
|
1327
|
+
]
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"kind": "javascript-module",
|
|
1331
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1332
|
+
"declarations": [
|
|
1333
|
+
{
|
|
1334
|
+
"kind": "function",
|
|
1335
|
+
"name": "foundationAccordionTemplate",
|
|
1336
|
+
"return": {
|
|
1337
|
+
"type": {
|
|
1338
|
+
"text": "ViewTemplate<Accordion>"
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1341
|
+
"parameters": [
|
|
1342
|
+
{
|
|
1343
|
+
"name": "context",
|
|
1344
|
+
"type": {
|
|
1345
|
+
"text": "ElementDefinitionContext"
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"name": "definition",
|
|
1350
|
+
"type": {
|
|
1351
|
+
"text": "FoundationElementDefinition"
|
|
1352
|
+
}
|
|
1353
|
+
}
|
|
1354
|
+
]
|
|
1355
|
+
}
|
|
1356
|
+
],
|
|
1357
|
+
"exports": [
|
|
1358
|
+
{
|
|
1359
|
+
"kind": "js",
|
|
1360
|
+
"name": "foundationAccordionTemplate",
|
|
1361
|
+
"declaration": {
|
|
1362
|
+
"name": "foundationAccordionTemplate",
|
|
1363
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1364
|
+
}
|
|
1365
|
+
}
|
|
1366
|
+
]
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"kind": "javascript-module",
|
|
1370
|
+
"path": "src/accordion/accordion.ts",
|
|
1371
|
+
"declarations": [
|
|
1372
|
+
{
|
|
1373
|
+
"kind": "class",
|
|
1374
|
+
"description": "",
|
|
1375
|
+
"name": "Accordion",
|
|
1376
|
+
"superclass": {
|
|
1377
|
+
"name": "FASTAccordion",
|
|
1378
|
+
"package": "@microsoft/fast-foundation"
|
|
1379
|
+
},
|
|
1380
|
+
"tagName": "%%prefix%%-accordion",
|
|
1381
|
+
"customElement": true
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"kind": "variable",
|
|
1385
|
+
"name": "foundationAccordionShadowOptions",
|
|
1386
|
+
"type": {
|
|
1387
|
+
"text": "ShadowRootInit"
|
|
1388
|
+
},
|
|
1389
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"kind": "variable",
|
|
1393
|
+
"name": "defaultAccordionConfig",
|
|
1394
|
+
"type": {
|
|
1395
|
+
"text": "object"
|
|
1396
|
+
},
|
|
1397
|
+
"default": "{}"
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"kind": "variable",
|
|
1401
|
+
"name": "foundationAccordion",
|
|
1402
|
+
"description": "The Foundation Accordion",
|
|
1403
|
+
"privacy": "public"
|
|
1404
|
+
}
|
|
1405
|
+
],
|
|
1406
|
+
"exports": [
|
|
1407
|
+
{
|
|
1408
|
+
"kind": "js",
|
|
1409
|
+
"name": "Accordion",
|
|
1410
|
+
"declaration": {
|
|
1411
|
+
"name": "Accordion",
|
|
1412
|
+
"module": "src/accordion/accordion.ts"
|
|
1413
|
+
}
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"kind": "js",
|
|
1417
|
+
"name": "foundationAccordionShadowOptions",
|
|
1418
|
+
"declaration": {
|
|
1419
|
+
"name": "foundationAccordionShadowOptions",
|
|
1420
|
+
"module": "src/accordion/accordion.ts"
|
|
1421
|
+
}
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"kind": "js",
|
|
1425
|
+
"name": "defaultAccordionConfig",
|
|
1426
|
+
"declaration": {
|
|
1427
|
+
"name": "defaultAccordionConfig",
|
|
1428
|
+
"module": "src/accordion/accordion.ts"
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"kind": "js",
|
|
1433
|
+
"name": "foundationAccordion",
|
|
1434
|
+
"declaration": {
|
|
1435
|
+
"name": "foundationAccordion",
|
|
1436
|
+
"module": "src/accordion/accordion.ts"
|
|
1437
|
+
}
|
|
1438
|
+
}
|
|
1439
|
+
]
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"kind": "javascript-module",
|
|
1443
|
+
"path": "src/accordion/index.ts",
|
|
1444
|
+
"declarations": [],
|
|
1445
|
+
"exports": [
|
|
1446
|
+
{
|
|
1447
|
+
"kind": "js",
|
|
1448
|
+
"name": "*",
|
|
1449
|
+
"declaration": {
|
|
1450
|
+
"name": "*",
|
|
1451
|
+
"package": "./accordion.template"
|
|
1452
|
+
}
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"kind": "js",
|
|
1456
|
+
"name": "*",
|
|
1457
|
+
"declaration": {
|
|
1458
|
+
"name": "*",
|
|
1459
|
+
"package": "./accordion.styles"
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"kind": "js",
|
|
1464
|
+
"name": "*",
|
|
1465
|
+
"declaration": {
|
|
1466
|
+
"name": "*",
|
|
1467
|
+
"package": "./accordion"
|
|
1468
|
+
}
|
|
1469
|
+
}
|
|
1470
|
+
]
|
|
1471
|
+
},
|
|
1472
1472
|
{
|
|
1473
1473
|
"kind": "javascript-module",
|
|
1474
1474
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -2028,526 +2028,6 @@
|
|
|
2028
2028
|
}
|
|
2029
2029
|
]
|
|
2030
2030
|
},
|
|
2031
|
-
{
|
|
2032
|
-
"kind": "javascript-module",
|
|
2033
|
-
"path": "src/anchor/anchor.styles.ts",
|
|
2034
|
-
"declarations": [
|
|
2035
|
-
{
|
|
2036
|
-
"kind": "function",
|
|
2037
|
-
"name": "foundationAnchorStyles",
|
|
2038
|
-
"return": {
|
|
2039
|
-
"type": {
|
|
2040
|
-
"text": "ElementStyles"
|
|
2041
|
-
}
|
|
2042
|
-
},
|
|
2043
|
-
"parameters": [
|
|
2044
|
-
{
|
|
2045
|
-
"name": "context",
|
|
2046
|
-
"type": {
|
|
2047
|
-
"text": "ElementDefinitionContext"
|
|
2048
|
-
}
|
|
2049
|
-
},
|
|
2050
|
-
{
|
|
2051
|
-
"name": "definition",
|
|
2052
|
-
"type": {
|
|
2053
|
-
"text": "FoundationElementDefinition"
|
|
2054
|
-
}
|
|
2055
|
-
}
|
|
2056
|
-
]
|
|
2057
|
-
}
|
|
2058
|
-
],
|
|
2059
|
-
"exports": [
|
|
2060
|
-
{
|
|
2061
|
-
"kind": "js",
|
|
2062
|
-
"name": "foundationAnchorStyles",
|
|
2063
|
-
"declaration": {
|
|
2064
|
-
"name": "foundationAnchorStyles",
|
|
2065
|
-
"module": "src/anchor/anchor.styles.ts"
|
|
2066
|
-
}
|
|
2067
|
-
}
|
|
2068
|
-
]
|
|
2069
|
-
},
|
|
2070
|
-
{
|
|
2071
|
-
"kind": "javascript-module",
|
|
2072
|
-
"path": "src/anchor/anchor.template.ts",
|
|
2073
|
-
"declarations": [
|
|
2074
|
-
{
|
|
2075
|
-
"kind": "function",
|
|
2076
|
-
"name": "foundationAnchorTemplate",
|
|
2077
|
-
"return": {
|
|
2078
|
-
"type": {
|
|
2079
|
-
"text": "ViewTemplate<Anchor>"
|
|
2080
|
-
}
|
|
2081
|
-
},
|
|
2082
|
-
"parameters": [
|
|
2083
|
-
{
|
|
2084
|
-
"name": "context",
|
|
2085
|
-
"type": {
|
|
2086
|
-
"text": "ElementDefinitionContext"
|
|
2087
|
-
}
|
|
2088
|
-
},
|
|
2089
|
-
{
|
|
2090
|
-
"name": "definition",
|
|
2091
|
-
"type": {
|
|
2092
|
-
"text": "FoundationElementDefinition"
|
|
2093
|
-
}
|
|
2094
|
-
}
|
|
2095
|
-
]
|
|
2096
|
-
}
|
|
2097
|
-
],
|
|
2098
|
-
"exports": [
|
|
2099
|
-
{
|
|
2100
|
-
"kind": "js",
|
|
2101
|
-
"name": "foundationAnchorTemplate",
|
|
2102
|
-
"declaration": {
|
|
2103
|
-
"name": "foundationAnchorTemplate",
|
|
2104
|
-
"module": "src/anchor/anchor.template.ts"
|
|
2105
|
-
}
|
|
2106
|
-
}
|
|
2107
|
-
]
|
|
2108
|
-
},
|
|
2109
|
-
{
|
|
2110
|
-
"kind": "javascript-module",
|
|
2111
|
-
"path": "src/anchor/anchor.ts",
|
|
2112
|
-
"declarations": [
|
|
2113
|
-
{
|
|
2114
|
-
"kind": "class",
|
|
2115
|
-
"description": "",
|
|
2116
|
-
"name": "Anchor",
|
|
2117
|
-
"superclass": {
|
|
2118
|
-
"name": "FASTAnchor",
|
|
2119
|
-
"package": "@microsoft/fast-components"
|
|
2120
|
-
},
|
|
2121
|
-
"tagName": "%%prefix%%-anchor",
|
|
2122
|
-
"customElement": true,
|
|
2123
|
-
"attributes": [
|
|
2124
|
-
{
|
|
2125
|
-
"name": "download",
|
|
2126
|
-
"type": {
|
|
2127
|
-
"text": "string"
|
|
2128
|
-
},
|
|
2129
|
-
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2130
|
-
"fieldName": "download",
|
|
2131
|
-
"inheritedFrom": {
|
|
2132
|
-
"name": "Anchor",
|
|
2133
|
-
"module": "src/anchor/anchor.ts"
|
|
2134
|
-
}
|
|
2135
|
-
},
|
|
2136
|
-
{
|
|
2137
|
-
"name": "href",
|
|
2138
|
-
"type": {
|
|
2139
|
-
"text": "string"
|
|
2140
|
-
},
|
|
2141
|
-
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2142
|
-
"fieldName": "href",
|
|
2143
|
-
"inheritedFrom": {
|
|
2144
|
-
"name": "Anchor",
|
|
2145
|
-
"module": "src/anchor/anchor.ts"
|
|
2146
|
-
}
|
|
2147
|
-
},
|
|
2148
|
-
{
|
|
2149
|
-
"name": "hreflang",
|
|
2150
|
-
"type": {
|
|
2151
|
-
"text": "string"
|
|
2152
|
-
},
|
|
2153
|
-
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2154
|
-
"fieldName": "hreflang",
|
|
2155
|
-
"inheritedFrom": {
|
|
2156
|
-
"name": "Anchor",
|
|
2157
|
-
"module": "src/anchor/anchor.ts"
|
|
2158
|
-
}
|
|
2159
|
-
},
|
|
2160
|
-
{
|
|
2161
|
-
"name": "ping",
|
|
2162
|
-
"type": {
|
|
2163
|
-
"text": "string"
|
|
2164
|
-
},
|
|
2165
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2166
|
-
"fieldName": "ping",
|
|
2167
|
-
"inheritedFrom": {
|
|
2168
|
-
"name": "Anchor",
|
|
2169
|
-
"module": "src/anchor/anchor.ts"
|
|
2170
|
-
}
|
|
2171
|
-
},
|
|
2172
|
-
{
|
|
2173
|
-
"name": "referrerpolicy",
|
|
2174
|
-
"type": {
|
|
2175
|
-
"text": "string"
|
|
2176
|
-
},
|
|
2177
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2178
|
-
"fieldName": "referrerpolicy",
|
|
2179
|
-
"inheritedFrom": {
|
|
2180
|
-
"name": "Anchor",
|
|
2181
|
-
"module": "src/anchor/anchor.ts"
|
|
2182
|
-
}
|
|
2183
|
-
},
|
|
2184
|
-
{
|
|
2185
|
-
"name": "rel",
|
|
2186
|
-
"type": {
|
|
2187
|
-
"text": "string"
|
|
2188
|
-
},
|
|
2189
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2190
|
-
"fieldName": "rel",
|
|
2191
|
-
"inheritedFrom": {
|
|
2192
|
-
"name": "Anchor",
|
|
2193
|
-
"module": "src/anchor/anchor.ts"
|
|
2194
|
-
}
|
|
2195
|
-
},
|
|
2196
|
-
{
|
|
2197
|
-
"name": "target",
|
|
2198
|
-
"type": {
|
|
2199
|
-
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2200
|
-
},
|
|
2201
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2202
|
-
"fieldName": "target",
|
|
2203
|
-
"inheritedFrom": {
|
|
2204
|
-
"name": "Anchor",
|
|
2205
|
-
"module": "src/anchor/anchor.ts"
|
|
2206
|
-
}
|
|
2207
|
-
},
|
|
2208
|
-
{
|
|
2209
|
-
"name": "type",
|
|
2210
|
-
"type": {
|
|
2211
|
-
"text": "string"
|
|
2212
|
-
},
|
|
2213
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2214
|
-
"fieldName": "type",
|
|
2215
|
-
"inheritedFrom": {
|
|
2216
|
-
"name": "Anchor",
|
|
2217
|
-
"module": "src/anchor/anchor.ts"
|
|
2218
|
-
}
|
|
2219
|
-
}
|
|
2220
|
-
],
|
|
2221
|
-
"members": [
|
|
2222
|
-
{
|
|
2223
|
-
"kind": "field",
|
|
2224
|
-
"name": "download",
|
|
2225
|
-
"type": {
|
|
2226
|
-
"text": "string"
|
|
2227
|
-
},
|
|
2228
|
-
"privacy": "public",
|
|
2229
|
-
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2230
|
-
"inheritedFrom": {
|
|
2231
|
-
"name": "Anchor",
|
|
2232
|
-
"module": "src/anchor/anchor.ts"
|
|
2233
|
-
}
|
|
2234
|
-
},
|
|
2235
|
-
{
|
|
2236
|
-
"kind": "field",
|
|
2237
|
-
"name": "href",
|
|
2238
|
-
"type": {
|
|
2239
|
-
"text": "string"
|
|
2240
|
-
},
|
|
2241
|
-
"privacy": "public",
|
|
2242
|
-
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2243
|
-
"inheritedFrom": {
|
|
2244
|
-
"name": "Anchor",
|
|
2245
|
-
"module": "src/anchor/anchor.ts"
|
|
2246
|
-
}
|
|
2247
|
-
},
|
|
2248
|
-
{
|
|
2249
|
-
"kind": "field",
|
|
2250
|
-
"name": "hreflang",
|
|
2251
|
-
"type": {
|
|
2252
|
-
"text": "string"
|
|
2253
|
-
},
|
|
2254
|
-
"privacy": "public",
|
|
2255
|
-
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2256
|
-
"inheritedFrom": {
|
|
2257
|
-
"name": "Anchor",
|
|
2258
|
-
"module": "src/anchor/anchor.ts"
|
|
2259
|
-
}
|
|
2260
|
-
},
|
|
2261
|
-
{
|
|
2262
|
-
"kind": "field",
|
|
2263
|
-
"name": "ping",
|
|
2264
|
-
"type": {
|
|
2265
|
-
"text": "string"
|
|
2266
|
-
},
|
|
2267
|
-
"privacy": "public",
|
|
2268
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2269
|
-
"inheritedFrom": {
|
|
2270
|
-
"name": "Anchor",
|
|
2271
|
-
"module": "src/anchor/anchor.ts"
|
|
2272
|
-
}
|
|
2273
|
-
},
|
|
2274
|
-
{
|
|
2275
|
-
"kind": "field",
|
|
2276
|
-
"name": "referrerpolicy",
|
|
2277
|
-
"type": {
|
|
2278
|
-
"text": "string"
|
|
2279
|
-
},
|
|
2280
|
-
"privacy": "public",
|
|
2281
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2282
|
-
"inheritedFrom": {
|
|
2283
|
-
"name": "Anchor",
|
|
2284
|
-
"module": "src/anchor/anchor.ts"
|
|
2285
|
-
}
|
|
2286
|
-
},
|
|
2287
|
-
{
|
|
2288
|
-
"kind": "field",
|
|
2289
|
-
"name": "rel",
|
|
2290
|
-
"type": {
|
|
2291
|
-
"text": "string"
|
|
2292
|
-
},
|
|
2293
|
-
"privacy": "public",
|
|
2294
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2295
|
-
"inheritedFrom": {
|
|
2296
|
-
"name": "Anchor",
|
|
2297
|
-
"module": "src/anchor/anchor.ts"
|
|
2298
|
-
}
|
|
2299
|
-
},
|
|
2300
|
-
{
|
|
2301
|
-
"kind": "field",
|
|
2302
|
-
"name": "target",
|
|
2303
|
-
"type": {
|
|
2304
|
-
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2305
|
-
},
|
|
2306
|
-
"privacy": "public",
|
|
2307
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2308
|
-
"inheritedFrom": {
|
|
2309
|
-
"name": "Anchor",
|
|
2310
|
-
"module": "src/anchor/anchor.ts"
|
|
2311
|
-
}
|
|
2312
|
-
},
|
|
2313
|
-
{
|
|
2314
|
-
"kind": "field",
|
|
2315
|
-
"name": "type",
|
|
2316
|
-
"type": {
|
|
2317
|
-
"text": "string"
|
|
2318
|
-
},
|
|
2319
|
-
"privacy": "public",
|
|
2320
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2321
|
-
"inheritedFrom": {
|
|
2322
|
-
"name": "Anchor",
|
|
2323
|
-
"module": "src/anchor/anchor.ts"
|
|
2324
|
-
}
|
|
2325
|
-
},
|
|
2326
|
-
{
|
|
2327
|
-
"kind": "field",
|
|
2328
|
-
"name": "control",
|
|
2329
|
-
"type": {
|
|
2330
|
-
"text": "HTMLAnchorElement | undefined"
|
|
2331
|
-
},
|
|
2332
|
-
"privacy": "public",
|
|
2333
|
-
"description": "References the root element",
|
|
2334
|
-
"inheritedFrom": {
|
|
2335
|
-
"name": "Anchor",
|
|
2336
|
-
"module": "src/anchor/anchor.ts"
|
|
2337
|
-
}
|
|
2338
|
-
},
|
|
2339
|
-
{
|
|
2340
|
-
"kind": "field",
|
|
2341
|
-
"name": "handleUnsupportedDelegatesFocus",
|
|
2342
|
-
"privacy": "private",
|
|
2343
|
-
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
2344
|
-
"inheritedFrom": {
|
|
2345
|
-
"name": "Anchor",
|
|
2346
|
-
"module": "src/anchor/anchor.ts"
|
|
2347
|
-
}
|
|
2348
|
-
},
|
|
2349
|
-
{
|
|
2350
|
-
"kind": "field",
|
|
2351
|
-
"name": "_presentation",
|
|
2352
|
-
"type": {
|
|
2353
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2354
|
-
},
|
|
2355
|
-
"privacy": "private",
|
|
2356
|
-
"default": "void 0",
|
|
2357
|
-
"inheritedFrom": {
|
|
2358
|
-
"name": "FoundationElement",
|
|
2359
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2360
|
-
}
|
|
2361
|
-
},
|
|
2362
|
-
{
|
|
2363
|
-
"kind": "field",
|
|
2364
|
-
"name": "$presentation",
|
|
2365
|
-
"type": {
|
|
2366
|
-
"text": "ComponentPresentation | null"
|
|
2367
|
-
},
|
|
2368
|
-
"privacy": "public",
|
|
2369
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2370
|
-
"inheritedFrom": {
|
|
2371
|
-
"name": "FoundationElement",
|
|
2372
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2373
|
-
}
|
|
2374
|
-
},
|
|
2375
|
-
{
|
|
2376
|
-
"kind": "field",
|
|
2377
|
-
"name": "template",
|
|
2378
|
-
"type": {
|
|
2379
|
-
"text": "ElementViewTemplate | void | null"
|
|
2380
|
-
},
|
|
2381
|
-
"privacy": "public",
|
|
2382
|
-
"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.",
|
|
2383
|
-
"inheritedFrom": {
|
|
2384
|
-
"name": "FoundationElement",
|
|
2385
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2386
|
-
}
|
|
2387
|
-
},
|
|
2388
|
-
{
|
|
2389
|
-
"kind": "method",
|
|
2390
|
-
"name": "templateChanged",
|
|
2391
|
-
"privacy": "protected",
|
|
2392
|
-
"return": {
|
|
2393
|
-
"type": {
|
|
2394
|
-
"text": "void"
|
|
2395
|
-
}
|
|
2396
|
-
},
|
|
2397
|
-
"inheritedFrom": {
|
|
2398
|
-
"name": "FoundationElement",
|
|
2399
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2400
|
-
}
|
|
2401
|
-
},
|
|
2402
|
-
{
|
|
2403
|
-
"kind": "field",
|
|
2404
|
-
"name": "styles",
|
|
2405
|
-
"type": {
|
|
2406
|
-
"text": "ElementStyles | void | null"
|
|
2407
|
-
},
|
|
2408
|
-
"privacy": "public",
|
|
2409
|
-
"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.",
|
|
2410
|
-
"inheritedFrom": {
|
|
2411
|
-
"name": "FoundationElement",
|
|
2412
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2413
|
-
}
|
|
2414
|
-
},
|
|
2415
|
-
{
|
|
2416
|
-
"kind": "method",
|
|
2417
|
-
"name": "stylesChanged",
|
|
2418
|
-
"privacy": "protected",
|
|
2419
|
-
"return": {
|
|
2420
|
-
"type": {
|
|
2421
|
-
"text": "void"
|
|
2422
|
-
}
|
|
2423
|
-
},
|
|
2424
|
-
"inheritedFrom": {
|
|
2425
|
-
"name": "FoundationElement",
|
|
2426
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2427
|
-
}
|
|
2428
|
-
},
|
|
2429
|
-
{
|
|
2430
|
-
"kind": "method",
|
|
2431
|
-
"name": "compose",
|
|
2432
|
-
"privacy": "public",
|
|
2433
|
-
"static": true,
|
|
2434
|
-
"return": {
|
|
2435
|
-
"type": {
|
|
2436
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2437
|
-
}
|
|
2438
|
-
},
|
|
2439
|
-
"parameters": [
|
|
2440
|
-
{
|
|
2441
|
-
"name": "this",
|
|
2442
|
-
"type": {
|
|
2443
|
-
"text": "K"
|
|
2444
|
-
}
|
|
2445
|
-
},
|
|
2446
|
-
{
|
|
2447
|
-
"name": "elementDefinition",
|
|
2448
|
-
"type": {
|
|
2449
|
-
"text": "T"
|
|
2450
|
-
},
|
|
2451
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2452
|
-
}
|
|
2453
|
-
],
|
|
2454
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2455
|
-
"inheritedFrom": {
|
|
2456
|
-
"name": "FoundationElement",
|
|
2457
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2458
|
-
}
|
|
2459
|
-
}
|
|
2460
|
-
]
|
|
2461
|
-
},
|
|
2462
|
-
{
|
|
2463
|
-
"kind": "variable",
|
|
2464
|
-
"name": "foundationAnchorShadowOptions",
|
|
2465
|
-
"type": {
|
|
2466
|
-
"text": "ShadowRootInit"
|
|
2467
|
-
},
|
|
2468
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2469
|
-
},
|
|
2470
|
-
{
|
|
2471
|
-
"kind": "variable",
|
|
2472
|
-
"name": "defaultAnchorConfig",
|
|
2473
|
-
"type": {
|
|
2474
|
-
"text": "object"
|
|
2475
|
-
},
|
|
2476
|
-
"default": "{}"
|
|
2477
|
-
},
|
|
2478
|
-
{
|
|
2479
|
-
"kind": "variable",
|
|
2480
|
-
"name": "foundationAnchor",
|
|
2481
|
-
"description": "The Foundation Anchor",
|
|
2482
|
-
"privacy": "public"
|
|
2483
|
-
}
|
|
2484
|
-
],
|
|
2485
|
-
"exports": [
|
|
2486
|
-
{
|
|
2487
|
-
"kind": "js",
|
|
2488
|
-
"name": "Anchor",
|
|
2489
|
-
"declaration": {
|
|
2490
|
-
"name": "Anchor",
|
|
2491
|
-
"module": "src/anchor/anchor.ts"
|
|
2492
|
-
}
|
|
2493
|
-
},
|
|
2494
|
-
{
|
|
2495
|
-
"kind": "js",
|
|
2496
|
-
"name": "foundationAnchorShadowOptions",
|
|
2497
|
-
"declaration": {
|
|
2498
|
-
"name": "foundationAnchorShadowOptions",
|
|
2499
|
-
"module": "src/anchor/anchor.ts"
|
|
2500
|
-
}
|
|
2501
|
-
},
|
|
2502
|
-
{
|
|
2503
|
-
"kind": "js",
|
|
2504
|
-
"name": "defaultAnchorConfig",
|
|
2505
|
-
"declaration": {
|
|
2506
|
-
"name": "defaultAnchorConfig",
|
|
2507
|
-
"module": "src/anchor/anchor.ts"
|
|
2508
|
-
}
|
|
2509
|
-
},
|
|
2510
|
-
{
|
|
2511
|
-
"kind": "js",
|
|
2512
|
-
"name": "foundationAnchor",
|
|
2513
|
-
"declaration": {
|
|
2514
|
-
"name": "foundationAnchor",
|
|
2515
|
-
"module": "src/anchor/anchor.ts"
|
|
2516
|
-
}
|
|
2517
|
-
}
|
|
2518
|
-
]
|
|
2519
|
-
},
|
|
2520
|
-
{
|
|
2521
|
-
"kind": "javascript-module",
|
|
2522
|
-
"path": "src/anchor/index.ts",
|
|
2523
|
-
"declarations": [],
|
|
2524
|
-
"exports": [
|
|
2525
|
-
{
|
|
2526
|
-
"kind": "js",
|
|
2527
|
-
"name": "*",
|
|
2528
|
-
"declaration": {
|
|
2529
|
-
"name": "*",
|
|
2530
|
-
"package": "./anchor.template"
|
|
2531
|
-
}
|
|
2532
|
-
},
|
|
2533
|
-
{
|
|
2534
|
-
"kind": "js",
|
|
2535
|
-
"name": "*",
|
|
2536
|
-
"declaration": {
|
|
2537
|
-
"name": "*",
|
|
2538
|
-
"package": "./anchor.styles"
|
|
2539
|
-
}
|
|
2540
|
-
},
|
|
2541
|
-
{
|
|
2542
|
-
"kind": "js",
|
|
2543
|
-
"name": "*",
|
|
2544
|
-
"declaration": {
|
|
2545
|
-
"name": "*",
|
|
2546
|
-
"package": "./anchor"
|
|
2547
|
-
}
|
|
2548
|
-
}
|
|
2549
|
-
]
|
|
2550
|
-
},
|
|
2551
2031
|
{
|
|
2552
2032
|
"kind": "javascript-module",
|
|
2553
2033
|
"path": "src/anchored-region/anchor-region.template.ts",
|
|
@@ -3694,228 +3174,766 @@
|
|
|
3694
3174
|
}
|
|
3695
3175
|
},
|
|
3696
3176
|
{
|
|
3697
|
-
"kind": "method",
|
|
3698
|
-
"name": "setInitialState",
|
|
3699
|
-
"privacy": "private",
|
|
3700
|
-
"return": {
|
|
3701
|
-
"type": {
|
|
3702
|
-
"text": "void"
|
|
3703
|
-
}
|
|
3704
|
-
},
|
|
3705
|
-
"description": "sets the starting configuration for component internal values",
|
|
3706
|
-
"inheritedFrom": {
|
|
3707
|
-
"name": "AnchoredRegion",
|
|
3708
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3177
|
+
"kind": "method",
|
|
3178
|
+
"name": "setInitialState",
|
|
3179
|
+
"privacy": "private",
|
|
3180
|
+
"return": {
|
|
3181
|
+
"type": {
|
|
3182
|
+
"text": "void"
|
|
3183
|
+
}
|
|
3184
|
+
},
|
|
3185
|
+
"description": "sets the starting configuration for component internal values",
|
|
3186
|
+
"inheritedFrom": {
|
|
3187
|
+
"name": "AnchoredRegion",
|
|
3188
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3189
|
+
}
|
|
3190
|
+
},
|
|
3191
|
+
{
|
|
3192
|
+
"kind": "field",
|
|
3193
|
+
"name": "startObservers",
|
|
3194
|
+
"privacy": "private",
|
|
3195
|
+
"description": "starts observers",
|
|
3196
|
+
"inheritedFrom": {
|
|
3197
|
+
"name": "AnchoredRegion",
|
|
3198
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3199
|
+
}
|
|
3200
|
+
},
|
|
3201
|
+
{
|
|
3202
|
+
"kind": "field",
|
|
3203
|
+
"name": "requestPositionUpdates",
|
|
3204
|
+
"privacy": "private",
|
|
3205
|
+
"description": "get position updates",
|
|
3206
|
+
"inheritedFrom": {
|
|
3207
|
+
"name": "AnchoredRegion",
|
|
3208
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3209
|
+
}
|
|
3210
|
+
},
|
|
3211
|
+
{
|
|
3212
|
+
"kind": "field",
|
|
3213
|
+
"name": "stopObservers",
|
|
3214
|
+
"privacy": "private",
|
|
3215
|
+
"description": "stops observers",
|
|
3216
|
+
"inheritedFrom": {
|
|
3217
|
+
"name": "AnchoredRegion",
|
|
3218
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3219
|
+
}
|
|
3220
|
+
},
|
|
3221
|
+
{
|
|
3222
|
+
"kind": "field",
|
|
3223
|
+
"name": "getViewport",
|
|
3224
|
+
"privacy": "private",
|
|
3225
|
+
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3226
|
+
"inheritedFrom": {
|
|
3227
|
+
"name": "AnchoredRegion",
|
|
3228
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3229
|
+
}
|
|
3230
|
+
},
|
|
3231
|
+
{
|
|
3232
|
+
"kind": "field",
|
|
3233
|
+
"name": "getAnchor",
|
|
3234
|
+
"privacy": "private",
|
|
3235
|
+
"description": "Gets the anchor element by id",
|
|
3236
|
+
"inheritedFrom": {
|
|
3237
|
+
"name": "AnchoredRegion",
|
|
3238
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3239
|
+
}
|
|
3240
|
+
},
|
|
3241
|
+
{
|
|
3242
|
+
"kind": "field",
|
|
3243
|
+
"name": "handleIntersection",
|
|
3244
|
+
"privacy": "private",
|
|
3245
|
+
"description": "Handle intersections",
|
|
3246
|
+
"inheritedFrom": {
|
|
3247
|
+
"name": "AnchoredRegion",
|
|
3248
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3249
|
+
}
|
|
3250
|
+
},
|
|
3251
|
+
{
|
|
3252
|
+
"kind": "field",
|
|
3253
|
+
"name": "applyIntersectionEntries",
|
|
3254
|
+
"privacy": "private",
|
|
3255
|
+
"description": "iterate through intersection entries and apply data",
|
|
3256
|
+
"inheritedFrom": {
|
|
3257
|
+
"name": "AnchoredRegion",
|
|
3258
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3259
|
+
}
|
|
3260
|
+
},
|
|
3261
|
+
{
|
|
3262
|
+
"kind": "field",
|
|
3263
|
+
"name": "updateRegionOffset",
|
|
3264
|
+
"privacy": "private",
|
|
3265
|
+
"description": "Update the offset values",
|
|
3266
|
+
"inheritedFrom": {
|
|
3267
|
+
"name": "AnchoredRegion",
|
|
3268
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3269
|
+
}
|
|
3270
|
+
},
|
|
3271
|
+
{
|
|
3272
|
+
"kind": "field",
|
|
3273
|
+
"name": "isRectDifferent",
|
|
3274
|
+
"privacy": "private",
|
|
3275
|
+
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
3276
|
+
"inheritedFrom": {
|
|
3277
|
+
"name": "AnchoredRegion",
|
|
3278
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3279
|
+
}
|
|
3280
|
+
},
|
|
3281
|
+
{
|
|
3282
|
+
"kind": "field",
|
|
3283
|
+
"name": "handleResize",
|
|
3284
|
+
"privacy": "private",
|
|
3285
|
+
"description": "Handle resize events",
|
|
3286
|
+
"inheritedFrom": {
|
|
3287
|
+
"name": "AnchoredRegion",
|
|
3288
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3289
|
+
}
|
|
3290
|
+
},
|
|
3291
|
+
{
|
|
3292
|
+
"kind": "field",
|
|
3293
|
+
"name": "reset",
|
|
3294
|
+
"privacy": "private",
|
|
3295
|
+
"description": "resets the component",
|
|
3296
|
+
"inheritedFrom": {
|
|
3297
|
+
"name": "AnchoredRegion",
|
|
3298
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3299
|
+
}
|
|
3300
|
+
},
|
|
3301
|
+
{
|
|
3302
|
+
"kind": "field",
|
|
3303
|
+
"name": "updateLayout",
|
|
3304
|
+
"privacy": "private",
|
|
3305
|
+
"description": "Recalculate layout related state values",
|
|
3306
|
+
"inheritedFrom": {
|
|
3307
|
+
"name": "AnchoredRegion",
|
|
3308
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3309
|
+
}
|
|
3310
|
+
},
|
|
3311
|
+
{
|
|
3312
|
+
"kind": "field",
|
|
3313
|
+
"name": "updateRegionStyle",
|
|
3314
|
+
"privacy": "private",
|
|
3315
|
+
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
3316
|
+
"inheritedFrom": {
|
|
3317
|
+
"name": "AnchoredRegion",
|
|
3318
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3319
|
+
}
|
|
3320
|
+
},
|
|
3321
|
+
{
|
|
3322
|
+
"kind": "field",
|
|
3323
|
+
"name": "updatePositionClasses",
|
|
3324
|
+
"privacy": "private",
|
|
3325
|
+
"description": "Updates the css classes that reflect the current position of the element",
|
|
3326
|
+
"inheritedFrom": {
|
|
3327
|
+
"name": "AnchoredRegion",
|
|
3328
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3329
|
+
}
|
|
3330
|
+
},
|
|
3331
|
+
{
|
|
3332
|
+
"kind": "field",
|
|
3333
|
+
"name": "setHorizontalPosition",
|
|
3334
|
+
"privacy": "private",
|
|
3335
|
+
"description": "Get horizontal positioning state based on desired position",
|
|
3336
|
+
"inheritedFrom": {
|
|
3337
|
+
"name": "AnchoredRegion",
|
|
3338
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3339
|
+
}
|
|
3340
|
+
},
|
|
3341
|
+
{
|
|
3342
|
+
"kind": "field",
|
|
3343
|
+
"name": "setVerticalPosition",
|
|
3344
|
+
"privacy": "private",
|
|
3345
|
+
"description": "Set vertical positioning state based on desired position",
|
|
3346
|
+
"inheritedFrom": {
|
|
3347
|
+
"name": "AnchoredRegion",
|
|
3348
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3349
|
+
}
|
|
3350
|
+
},
|
|
3351
|
+
{
|
|
3352
|
+
"kind": "field",
|
|
3353
|
+
"name": "getPositioningOptions",
|
|
3354
|
+
"privacy": "private",
|
|
3355
|
+
"description": "Get available positions based on positioning mode",
|
|
3356
|
+
"inheritedFrom": {
|
|
3357
|
+
"name": "AnchoredRegion",
|
|
3358
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3359
|
+
}
|
|
3360
|
+
},
|
|
3361
|
+
{
|
|
3362
|
+
"kind": "field",
|
|
3363
|
+
"name": "getAvailableSpace",
|
|
3364
|
+
"privacy": "private",
|
|
3365
|
+
"description": "Get the space available for a particular relative position",
|
|
3366
|
+
"inheritedFrom": {
|
|
3367
|
+
"name": "AnchoredRegion",
|
|
3368
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3369
|
+
}
|
|
3370
|
+
},
|
|
3371
|
+
{
|
|
3372
|
+
"kind": "field",
|
|
3373
|
+
"name": "getNextRegionDimension",
|
|
3374
|
+
"privacy": "private",
|
|
3375
|
+
"description": "Get region dimensions",
|
|
3376
|
+
"inheritedFrom": {
|
|
3377
|
+
"name": "AnchoredRegion",
|
|
3378
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3379
|
+
}
|
|
3380
|
+
},
|
|
3381
|
+
{
|
|
3382
|
+
"kind": "field",
|
|
3383
|
+
"name": "startAutoUpdateEventListeners",
|
|
3384
|
+
"privacy": "private",
|
|
3385
|
+
"description": "starts event listeners that can trigger auto updating",
|
|
3386
|
+
"inheritedFrom": {
|
|
3387
|
+
"name": "AnchoredRegion",
|
|
3388
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3389
|
+
}
|
|
3390
|
+
},
|
|
3391
|
+
{
|
|
3392
|
+
"kind": "field",
|
|
3393
|
+
"name": "stopAutoUpdateEventListeners",
|
|
3394
|
+
"privacy": "private",
|
|
3395
|
+
"description": "stops event listeners that can trigger auto updating",
|
|
3396
|
+
"inheritedFrom": {
|
|
3397
|
+
"name": "AnchoredRegion",
|
|
3398
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3399
|
+
}
|
|
3400
|
+
},
|
|
3401
|
+
{
|
|
3402
|
+
"kind": "field",
|
|
3403
|
+
"name": "_presentation",
|
|
3404
|
+
"type": {
|
|
3405
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3406
|
+
},
|
|
3407
|
+
"privacy": "private",
|
|
3408
|
+
"default": "void 0",
|
|
3409
|
+
"inheritedFrom": {
|
|
3410
|
+
"name": "FoundationElement",
|
|
3411
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3412
|
+
}
|
|
3413
|
+
},
|
|
3414
|
+
{
|
|
3415
|
+
"kind": "field",
|
|
3416
|
+
"name": "$presentation",
|
|
3417
|
+
"type": {
|
|
3418
|
+
"text": "ComponentPresentation | null"
|
|
3419
|
+
},
|
|
3420
|
+
"privacy": "public",
|
|
3421
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3422
|
+
"inheritedFrom": {
|
|
3423
|
+
"name": "FoundationElement",
|
|
3424
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3425
|
+
}
|
|
3426
|
+
},
|
|
3427
|
+
{
|
|
3428
|
+
"kind": "field",
|
|
3429
|
+
"name": "template",
|
|
3430
|
+
"type": {
|
|
3431
|
+
"text": "ElementViewTemplate | void | null"
|
|
3432
|
+
},
|
|
3433
|
+
"privacy": "public",
|
|
3434
|
+
"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.",
|
|
3435
|
+
"inheritedFrom": {
|
|
3436
|
+
"name": "FoundationElement",
|
|
3437
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3438
|
+
}
|
|
3439
|
+
},
|
|
3440
|
+
{
|
|
3441
|
+
"kind": "method",
|
|
3442
|
+
"name": "templateChanged",
|
|
3443
|
+
"privacy": "protected",
|
|
3444
|
+
"return": {
|
|
3445
|
+
"type": {
|
|
3446
|
+
"text": "void"
|
|
3447
|
+
}
|
|
3448
|
+
},
|
|
3449
|
+
"inheritedFrom": {
|
|
3450
|
+
"name": "FoundationElement",
|
|
3451
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3452
|
+
}
|
|
3453
|
+
},
|
|
3454
|
+
{
|
|
3455
|
+
"kind": "field",
|
|
3456
|
+
"name": "styles",
|
|
3457
|
+
"type": {
|
|
3458
|
+
"text": "ElementStyles | void | null"
|
|
3459
|
+
},
|
|
3460
|
+
"privacy": "public",
|
|
3461
|
+
"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.",
|
|
3462
|
+
"inheritedFrom": {
|
|
3463
|
+
"name": "FoundationElement",
|
|
3464
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3465
|
+
}
|
|
3466
|
+
},
|
|
3467
|
+
{
|
|
3468
|
+
"kind": "method",
|
|
3469
|
+
"name": "stylesChanged",
|
|
3470
|
+
"privacy": "protected",
|
|
3471
|
+
"return": {
|
|
3472
|
+
"type": {
|
|
3473
|
+
"text": "void"
|
|
3474
|
+
}
|
|
3475
|
+
},
|
|
3476
|
+
"inheritedFrom": {
|
|
3477
|
+
"name": "FoundationElement",
|
|
3478
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3479
|
+
}
|
|
3480
|
+
},
|
|
3481
|
+
{
|
|
3482
|
+
"kind": "method",
|
|
3483
|
+
"name": "compose",
|
|
3484
|
+
"privacy": "public",
|
|
3485
|
+
"static": true,
|
|
3486
|
+
"return": {
|
|
3487
|
+
"type": {
|
|
3488
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3489
|
+
}
|
|
3490
|
+
},
|
|
3491
|
+
"parameters": [
|
|
3492
|
+
{
|
|
3493
|
+
"name": "this",
|
|
3494
|
+
"type": {
|
|
3495
|
+
"text": "K"
|
|
3496
|
+
}
|
|
3497
|
+
},
|
|
3498
|
+
{
|
|
3499
|
+
"name": "elementDefinition",
|
|
3500
|
+
"type": {
|
|
3501
|
+
"text": "T"
|
|
3502
|
+
},
|
|
3503
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3504
|
+
}
|
|
3505
|
+
],
|
|
3506
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3507
|
+
"inheritedFrom": {
|
|
3508
|
+
"name": "FoundationElement",
|
|
3509
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3510
|
+
}
|
|
3511
|
+
}
|
|
3512
|
+
],
|
|
3513
|
+
"events": [
|
|
3514
|
+
{
|
|
3515
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
3516
|
+
"name": "loaded",
|
|
3517
|
+
"inheritedFrom": {
|
|
3518
|
+
"name": "AnchoredRegion",
|
|
3519
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3520
|
+
}
|
|
3521
|
+
},
|
|
3522
|
+
{
|
|
3523
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
3524
|
+
"name": "positionchange",
|
|
3525
|
+
"inheritedFrom": {
|
|
3526
|
+
"name": "AnchoredRegion",
|
|
3527
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3528
|
+
}
|
|
3529
|
+
}
|
|
3530
|
+
]
|
|
3531
|
+
},
|
|
3532
|
+
{
|
|
3533
|
+
"kind": "variable",
|
|
3534
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
3535
|
+
"type": {
|
|
3536
|
+
"text": "ShadowRootInit"
|
|
3537
|
+
},
|
|
3538
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3539
|
+
},
|
|
3540
|
+
{
|
|
3541
|
+
"kind": "variable",
|
|
3542
|
+
"name": "defaultAnchoredRegionConfig",
|
|
3543
|
+
"type": {
|
|
3544
|
+
"text": "object"
|
|
3545
|
+
},
|
|
3546
|
+
"default": "{}"
|
|
3547
|
+
},
|
|
3548
|
+
{
|
|
3549
|
+
"kind": "variable",
|
|
3550
|
+
"name": "foundationAnchoredRegion",
|
|
3551
|
+
"description": "The Foundation Anchored Region",
|
|
3552
|
+
"privacy": "public"
|
|
3553
|
+
}
|
|
3554
|
+
],
|
|
3555
|
+
"exports": [
|
|
3556
|
+
{
|
|
3557
|
+
"kind": "js",
|
|
3558
|
+
"name": "AnchoredRegion",
|
|
3559
|
+
"declaration": {
|
|
3560
|
+
"name": "AnchoredRegion",
|
|
3561
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3562
|
+
}
|
|
3563
|
+
},
|
|
3564
|
+
{
|
|
3565
|
+
"kind": "js",
|
|
3566
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
3567
|
+
"declaration": {
|
|
3568
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
3569
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3570
|
+
}
|
|
3571
|
+
},
|
|
3572
|
+
{
|
|
3573
|
+
"kind": "js",
|
|
3574
|
+
"name": "defaultAnchoredRegionConfig",
|
|
3575
|
+
"declaration": {
|
|
3576
|
+
"name": "defaultAnchoredRegionConfig",
|
|
3577
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3578
|
+
}
|
|
3579
|
+
},
|
|
3580
|
+
{
|
|
3581
|
+
"kind": "js",
|
|
3582
|
+
"name": "foundationAnchoredRegion",
|
|
3583
|
+
"declaration": {
|
|
3584
|
+
"name": "foundationAnchoredRegion",
|
|
3585
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3586
|
+
}
|
|
3587
|
+
}
|
|
3588
|
+
]
|
|
3589
|
+
},
|
|
3590
|
+
{
|
|
3591
|
+
"kind": "javascript-module",
|
|
3592
|
+
"path": "src/anchored-region/index.ts",
|
|
3593
|
+
"declarations": [],
|
|
3594
|
+
"exports": [
|
|
3595
|
+
{
|
|
3596
|
+
"kind": "js",
|
|
3597
|
+
"name": "*",
|
|
3598
|
+
"declaration": {
|
|
3599
|
+
"name": "*",
|
|
3600
|
+
"package": "./anchor-region.template"
|
|
3601
|
+
}
|
|
3602
|
+
},
|
|
3603
|
+
{
|
|
3604
|
+
"kind": "js",
|
|
3605
|
+
"name": "*",
|
|
3606
|
+
"declaration": {
|
|
3607
|
+
"name": "*",
|
|
3608
|
+
"package": "./anchored-region.styles"
|
|
3609
|
+
}
|
|
3610
|
+
},
|
|
3611
|
+
{
|
|
3612
|
+
"kind": "js",
|
|
3613
|
+
"name": "*",
|
|
3614
|
+
"declaration": {
|
|
3615
|
+
"name": "*",
|
|
3616
|
+
"package": "./anchored-region"
|
|
3617
|
+
}
|
|
3618
|
+
}
|
|
3619
|
+
]
|
|
3620
|
+
},
|
|
3621
|
+
{
|
|
3622
|
+
"kind": "javascript-module",
|
|
3623
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
3624
|
+
"declarations": [
|
|
3625
|
+
{
|
|
3626
|
+
"kind": "function",
|
|
3627
|
+
"name": "foundationAnchorStyles",
|
|
3628
|
+
"return": {
|
|
3629
|
+
"type": {
|
|
3630
|
+
"text": "ElementStyles"
|
|
3631
|
+
}
|
|
3632
|
+
},
|
|
3633
|
+
"parameters": [
|
|
3634
|
+
{
|
|
3635
|
+
"name": "context",
|
|
3636
|
+
"type": {
|
|
3637
|
+
"text": "ElementDefinitionContext"
|
|
3709
3638
|
}
|
|
3710
3639
|
},
|
|
3711
3640
|
{
|
|
3712
|
-
"
|
|
3713
|
-
"
|
|
3714
|
-
|
|
3715
|
-
"description": "starts observers",
|
|
3716
|
-
"inheritedFrom": {
|
|
3717
|
-
"name": "AnchoredRegion",
|
|
3718
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3641
|
+
"name": "definition",
|
|
3642
|
+
"type": {
|
|
3643
|
+
"text": "FoundationElementDefinition"
|
|
3719
3644
|
}
|
|
3720
|
-
}
|
|
3645
|
+
}
|
|
3646
|
+
]
|
|
3647
|
+
}
|
|
3648
|
+
],
|
|
3649
|
+
"exports": [
|
|
3650
|
+
{
|
|
3651
|
+
"kind": "js",
|
|
3652
|
+
"name": "foundationAnchorStyles",
|
|
3653
|
+
"declaration": {
|
|
3654
|
+
"name": "foundationAnchorStyles",
|
|
3655
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
3656
|
+
}
|
|
3657
|
+
}
|
|
3658
|
+
]
|
|
3659
|
+
},
|
|
3660
|
+
{
|
|
3661
|
+
"kind": "javascript-module",
|
|
3662
|
+
"path": "src/anchor/anchor.template.ts",
|
|
3663
|
+
"declarations": [
|
|
3664
|
+
{
|
|
3665
|
+
"kind": "function",
|
|
3666
|
+
"name": "foundationAnchorTemplate",
|
|
3667
|
+
"return": {
|
|
3668
|
+
"type": {
|
|
3669
|
+
"text": "ViewTemplate<Anchor>"
|
|
3670
|
+
}
|
|
3671
|
+
},
|
|
3672
|
+
"parameters": [
|
|
3721
3673
|
{
|
|
3722
|
-
"
|
|
3723
|
-
"
|
|
3724
|
-
|
|
3725
|
-
"description": "get position updates",
|
|
3726
|
-
"inheritedFrom": {
|
|
3727
|
-
"name": "AnchoredRegion",
|
|
3728
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3674
|
+
"name": "context",
|
|
3675
|
+
"type": {
|
|
3676
|
+
"text": "ElementDefinitionContext"
|
|
3729
3677
|
}
|
|
3730
3678
|
},
|
|
3731
3679
|
{
|
|
3732
|
-
"
|
|
3733
|
-
"
|
|
3734
|
-
|
|
3735
|
-
"description": "stops observers",
|
|
3736
|
-
"inheritedFrom": {
|
|
3737
|
-
"name": "AnchoredRegion",
|
|
3738
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3680
|
+
"name": "definition",
|
|
3681
|
+
"type": {
|
|
3682
|
+
"text": "FoundationElementDefinition"
|
|
3739
3683
|
}
|
|
3740
|
-
}
|
|
3684
|
+
}
|
|
3685
|
+
]
|
|
3686
|
+
}
|
|
3687
|
+
],
|
|
3688
|
+
"exports": [
|
|
3689
|
+
{
|
|
3690
|
+
"kind": "js",
|
|
3691
|
+
"name": "foundationAnchorTemplate",
|
|
3692
|
+
"declaration": {
|
|
3693
|
+
"name": "foundationAnchorTemplate",
|
|
3694
|
+
"module": "src/anchor/anchor.template.ts"
|
|
3695
|
+
}
|
|
3696
|
+
}
|
|
3697
|
+
]
|
|
3698
|
+
},
|
|
3699
|
+
{
|
|
3700
|
+
"kind": "javascript-module",
|
|
3701
|
+
"path": "src/anchor/anchor.ts",
|
|
3702
|
+
"declarations": [
|
|
3703
|
+
{
|
|
3704
|
+
"kind": "class",
|
|
3705
|
+
"description": "",
|
|
3706
|
+
"name": "Anchor",
|
|
3707
|
+
"superclass": {
|
|
3708
|
+
"name": "FASTAnchor",
|
|
3709
|
+
"package": "@microsoft/fast-components"
|
|
3710
|
+
},
|
|
3711
|
+
"tagName": "%%prefix%%-anchor",
|
|
3712
|
+
"customElement": true,
|
|
3713
|
+
"attributes": [
|
|
3741
3714
|
{
|
|
3742
|
-
"
|
|
3743
|
-
"
|
|
3744
|
-
|
|
3745
|
-
|
|
3715
|
+
"name": "download",
|
|
3716
|
+
"type": {
|
|
3717
|
+
"text": "string"
|
|
3718
|
+
},
|
|
3719
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3720
|
+
"fieldName": "download",
|
|
3746
3721
|
"inheritedFrom": {
|
|
3747
|
-
"name": "
|
|
3748
|
-
"module": "src/
|
|
3722
|
+
"name": "Anchor",
|
|
3723
|
+
"module": "src/anchor/anchor.ts"
|
|
3749
3724
|
}
|
|
3750
3725
|
},
|
|
3751
3726
|
{
|
|
3752
|
-
"
|
|
3753
|
-
"
|
|
3754
|
-
|
|
3755
|
-
|
|
3727
|
+
"name": "href",
|
|
3728
|
+
"type": {
|
|
3729
|
+
"text": "string"
|
|
3730
|
+
},
|
|
3731
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3732
|
+
"fieldName": "href",
|
|
3756
3733
|
"inheritedFrom": {
|
|
3757
|
-
"name": "
|
|
3758
|
-
"module": "src/
|
|
3734
|
+
"name": "Anchor",
|
|
3735
|
+
"module": "src/anchor/anchor.ts"
|
|
3759
3736
|
}
|
|
3760
3737
|
},
|
|
3761
3738
|
{
|
|
3762
|
-
"
|
|
3763
|
-
"
|
|
3764
|
-
|
|
3765
|
-
|
|
3739
|
+
"name": "hreflang",
|
|
3740
|
+
"type": {
|
|
3741
|
+
"text": "string"
|
|
3742
|
+
},
|
|
3743
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3744
|
+
"fieldName": "hreflang",
|
|
3766
3745
|
"inheritedFrom": {
|
|
3767
|
-
"name": "
|
|
3768
|
-
"module": "src/
|
|
3746
|
+
"name": "Anchor",
|
|
3747
|
+
"module": "src/anchor/anchor.ts"
|
|
3769
3748
|
}
|
|
3770
3749
|
},
|
|
3771
3750
|
{
|
|
3772
|
-
"
|
|
3773
|
-
"
|
|
3774
|
-
|
|
3775
|
-
|
|
3751
|
+
"name": "ping",
|
|
3752
|
+
"type": {
|
|
3753
|
+
"text": "string"
|
|
3754
|
+
},
|
|
3755
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3756
|
+
"fieldName": "ping",
|
|
3776
3757
|
"inheritedFrom": {
|
|
3777
|
-
"name": "
|
|
3778
|
-
"module": "src/
|
|
3758
|
+
"name": "Anchor",
|
|
3759
|
+
"module": "src/anchor/anchor.ts"
|
|
3779
3760
|
}
|
|
3780
3761
|
},
|
|
3781
3762
|
{
|
|
3782
|
-
"
|
|
3783
|
-
"
|
|
3784
|
-
|
|
3785
|
-
|
|
3763
|
+
"name": "referrerpolicy",
|
|
3764
|
+
"type": {
|
|
3765
|
+
"text": "string"
|
|
3766
|
+
},
|
|
3767
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3768
|
+
"fieldName": "referrerpolicy",
|
|
3786
3769
|
"inheritedFrom": {
|
|
3787
|
-
"name": "
|
|
3788
|
-
"module": "src/
|
|
3770
|
+
"name": "Anchor",
|
|
3771
|
+
"module": "src/anchor/anchor.ts"
|
|
3789
3772
|
}
|
|
3790
3773
|
},
|
|
3791
3774
|
{
|
|
3792
|
-
"
|
|
3793
|
-
"
|
|
3794
|
-
|
|
3795
|
-
|
|
3775
|
+
"name": "rel",
|
|
3776
|
+
"type": {
|
|
3777
|
+
"text": "string"
|
|
3778
|
+
},
|
|
3779
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3780
|
+
"fieldName": "rel",
|
|
3796
3781
|
"inheritedFrom": {
|
|
3797
|
-
"name": "
|
|
3798
|
-
"module": "src/
|
|
3782
|
+
"name": "Anchor",
|
|
3783
|
+
"module": "src/anchor/anchor.ts"
|
|
3799
3784
|
}
|
|
3800
3785
|
},
|
|
3801
3786
|
{
|
|
3802
|
-
"
|
|
3803
|
-
"
|
|
3804
|
-
|
|
3805
|
-
|
|
3787
|
+
"name": "target",
|
|
3788
|
+
"type": {
|
|
3789
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
3790
|
+
},
|
|
3791
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3792
|
+
"fieldName": "target",
|
|
3806
3793
|
"inheritedFrom": {
|
|
3807
|
-
"name": "
|
|
3808
|
-
"module": "src/
|
|
3794
|
+
"name": "Anchor",
|
|
3795
|
+
"module": "src/anchor/anchor.ts"
|
|
3809
3796
|
}
|
|
3810
3797
|
},
|
|
3811
3798
|
{
|
|
3812
|
-
"
|
|
3813
|
-
"
|
|
3814
|
-
|
|
3815
|
-
|
|
3799
|
+
"name": "type",
|
|
3800
|
+
"type": {
|
|
3801
|
+
"text": "string"
|
|
3802
|
+
},
|
|
3803
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3804
|
+
"fieldName": "type",
|
|
3816
3805
|
"inheritedFrom": {
|
|
3817
|
-
"name": "
|
|
3818
|
-
"module": "src/
|
|
3806
|
+
"name": "Anchor",
|
|
3807
|
+
"module": "src/anchor/anchor.ts"
|
|
3819
3808
|
}
|
|
3820
|
-
}
|
|
3809
|
+
}
|
|
3810
|
+
],
|
|
3811
|
+
"members": [
|
|
3821
3812
|
{
|
|
3822
3813
|
"kind": "field",
|
|
3823
|
-
"name": "
|
|
3824
|
-
"
|
|
3825
|
-
|
|
3814
|
+
"name": "download",
|
|
3815
|
+
"type": {
|
|
3816
|
+
"text": "string"
|
|
3817
|
+
},
|
|
3818
|
+
"privacy": "public",
|
|
3819
|
+
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3826
3820
|
"inheritedFrom": {
|
|
3827
|
-
"name": "
|
|
3828
|
-
"module": "src/
|
|
3821
|
+
"name": "Anchor",
|
|
3822
|
+
"module": "src/anchor/anchor.ts"
|
|
3829
3823
|
}
|
|
3830
3824
|
},
|
|
3831
3825
|
{
|
|
3832
3826
|
"kind": "field",
|
|
3833
|
-
"name": "
|
|
3834
|
-
"
|
|
3835
|
-
|
|
3827
|
+
"name": "href",
|
|
3828
|
+
"type": {
|
|
3829
|
+
"text": "string"
|
|
3830
|
+
},
|
|
3831
|
+
"privacy": "public",
|
|
3832
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3836
3833
|
"inheritedFrom": {
|
|
3837
|
-
"name": "
|
|
3838
|
-
"module": "src/
|
|
3834
|
+
"name": "Anchor",
|
|
3835
|
+
"module": "src/anchor/anchor.ts"
|
|
3839
3836
|
}
|
|
3840
3837
|
},
|
|
3841
3838
|
{
|
|
3842
3839
|
"kind": "field",
|
|
3843
|
-
"name": "
|
|
3844
|
-
"
|
|
3845
|
-
|
|
3840
|
+
"name": "hreflang",
|
|
3841
|
+
"type": {
|
|
3842
|
+
"text": "string"
|
|
3843
|
+
},
|
|
3844
|
+
"privacy": "public",
|
|
3845
|
+
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3846
3846
|
"inheritedFrom": {
|
|
3847
|
-
"name": "
|
|
3848
|
-
"module": "src/
|
|
3847
|
+
"name": "Anchor",
|
|
3848
|
+
"module": "src/anchor/anchor.ts"
|
|
3849
3849
|
}
|
|
3850
3850
|
},
|
|
3851
3851
|
{
|
|
3852
3852
|
"kind": "field",
|
|
3853
|
-
"name": "
|
|
3854
|
-
"
|
|
3855
|
-
|
|
3853
|
+
"name": "ping",
|
|
3854
|
+
"type": {
|
|
3855
|
+
"text": "string"
|
|
3856
|
+
},
|
|
3857
|
+
"privacy": "public",
|
|
3858
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3856
3859
|
"inheritedFrom": {
|
|
3857
|
-
"name": "
|
|
3858
|
-
"module": "src/
|
|
3860
|
+
"name": "Anchor",
|
|
3861
|
+
"module": "src/anchor/anchor.ts"
|
|
3859
3862
|
}
|
|
3860
3863
|
},
|
|
3861
3864
|
{
|
|
3862
3865
|
"kind": "field",
|
|
3863
|
-
"name": "
|
|
3864
|
-
"
|
|
3865
|
-
|
|
3866
|
+
"name": "referrerpolicy",
|
|
3867
|
+
"type": {
|
|
3868
|
+
"text": "string"
|
|
3869
|
+
},
|
|
3870
|
+
"privacy": "public",
|
|
3871
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3866
3872
|
"inheritedFrom": {
|
|
3867
|
-
"name": "
|
|
3868
|
-
"module": "src/
|
|
3873
|
+
"name": "Anchor",
|
|
3874
|
+
"module": "src/anchor/anchor.ts"
|
|
3869
3875
|
}
|
|
3870
3876
|
},
|
|
3871
3877
|
{
|
|
3872
3878
|
"kind": "field",
|
|
3873
|
-
"name": "
|
|
3874
|
-
"
|
|
3875
|
-
|
|
3879
|
+
"name": "rel",
|
|
3880
|
+
"type": {
|
|
3881
|
+
"text": "string"
|
|
3882
|
+
},
|
|
3883
|
+
"privacy": "public",
|
|
3884
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3876
3885
|
"inheritedFrom": {
|
|
3877
|
-
"name": "
|
|
3878
|
-
"module": "src/
|
|
3886
|
+
"name": "Anchor",
|
|
3887
|
+
"module": "src/anchor/anchor.ts"
|
|
3879
3888
|
}
|
|
3880
3889
|
},
|
|
3881
3890
|
{
|
|
3882
3891
|
"kind": "field",
|
|
3883
|
-
"name": "
|
|
3884
|
-
"
|
|
3885
|
-
|
|
3892
|
+
"name": "target",
|
|
3893
|
+
"type": {
|
|
3894
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
3895
|
+
},
|
|
3896
|
+
"privacy": "public",
|
|
3897
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3886
3898
|
"inheritedFrom": {
|
|
3887
|
-
"name": "
|
|
3888
|
-
"module": "src/
|
|
3899
|
+
"name": "Anchor",
|
|
3900
|
+
"module": "src/anchor/anchor.ts"
|
|
3889
3901
|
}
|
|
3890
3902
|
},
|
|
3891
3903
|
{
|
|
3892
3904
|
"kind": "field",
|
|
3893
|
-
"name": "
|
|
3894
|
-
"
|
|
3895
|
-
|
|
3905
|
+
"name": "type",
|
|
3906
|
+
"type": {
|
|
3907
|
+
"text": "string"
|
|
3908
|
+
},
|
|
3909
|
+
"privacy": "public",
|
|
3910
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3896
3911
|
"inheritedFrom": {
|
|
3897
|
-
"name": "
|
|
3898
|
-
"module": "src/
|
|
3912
|
+
"name": "Anchor",
|
|
3913
|
+
"module": "src/anchor/anchor.ts"
|
|
3899
3914
|
}
|
|
3900
3915
|
},
|
|
3901
3916
|
{
|
|
3902
3917
|
"kind": "field",
|
|
3903
|
-
"name": "
|
|
3904
|
-
"
|
|
3905
|
-
|
|
3918
|
+
"name": "control",
|
|
3919
|
+
"type": {
|
|
3920
|
+
"text": "HTMLAnchorElement | undefined"
|
|
3921
|
+
},
|
|
3922
|
+
"privacy": "public",
|
|
3923
|
+
"description": "References the root element",
|
|
3906
3924
|
"inheritedFrom": {
|
|
3907
|
-
"name": "
|
|
3908
|
-
"module": "src/
|
|
3925
|
+
"name": "Anchor",
|
|
3926
|
+
"module": "src/anchor/anchor.ts"
|
|
3909
3927
|
}
|
|
3910
3928
|
},
|
|
3911
3929
|
{
|
|
3912
3930
|
"kind": "field",
|
|
3913
|
-
"name": "
|
|
3931
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
3914
3932
|
"privacy": "private",
|
|
3915
|
-
"description": "
|
|
3933
|
+
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
3916
3934
|
"inheritedFrom": {
|
|
3917
|
-
"name": "
|
|
3918
|
-
"module": "src/
|
|
3935
|
+
"name": "Anchor",
|
|
3936
|
+
"module": "src/anchor/anchor.ts"
|
|
3919
3937
|
}
|
|
3920
3938
|
},
|
|
3921
3939
|
{
|
|
@@ -4029,29 +4047,11 @@
|
|
|
4029
4047
|
"module": "src/foundation-element/foundation-element.ts"
|
|
4030
4048
|
}
|
|
4031
4049
|
}
|
|
4032
|
-
],
|
|
4033
|
-
"events": [
|
|
4034
|
-
{
|
|
4035
|
-
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4036
|
-
"name": "loaded",
|
|
4037
|
-
"inheritedFrom": {
|
|
4038
|
-
"name": "AnchoredRegion",
|
|
4039
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4040
|
-
}
|
|
4041
|
-
},
|
|
4042
|
-
{
|
|
4043
|
-
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
4044
|
-
"name": "positionchange",
|
|
4045
|
-
"inheritedFrom": {
|
|
4046
|
-
"name": "AnchoredRegion",
|
|
4047
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4048
|
-
}
|
|
4049
|
-
}
|
|
4050
4050
|
]
|
|
4051
4051
|
},
|
|
4052
4052
|
{
|
|
4053
4053
|
"kind": "variable",
|
|
4054
|
-
"name": "
|
|
4054
|
+
"name": "foundationAnchorShadowOptions",
|
|
4055
4055
|
"type": {
|
|
4056
4056
|
"text": "ShadowRootInit"
|
|
4057
4057
|
},
|
|
@@ -4059,7 +4059,7 @@
|
|
|
4059
4059
|
},
|
|
4060
4060
|
{
|
|
4061
4061
|
"kind": "variable",
|
|
4062
|
-
"name": "
|
|
4062
|
+
"name": "defaultAnchorConfig",
|
|
4063
4063
|
"type": {
|
|
4064
4064
|
"text": "object"
|
|
4065
4065
|
},
|
|
@@ -4067,49 +4067,49 @@
|
|
|
4067
4067
|
},
|
|
4068
4068
|
{
|
|
4069
4069
|
"kind": "variable",
|
|
4070
|
-
"name": "
|
|
4071
|
-
"description": "The Foundation
|
|
4070
|
+
"name": "foundationAnchor",
|
|
4071
|
+
"description": "The Foundation Anchor",
|
|
4072
4072
|
"privacy": "public"
|
|
4073
4073
|
}
|
|
4074
4074
|
],
|
|
4075
4075
|
"exports": [
|
|
4076
4076
|
{
|
|
4077
4077
|
"kind": "js",
|
|
4078
|
-
"name": "
|
|
4078
|
+
"name": "Anchor",
|
|
4079
4079
|
"declaration": {
|
|
4080
|
-
"name": "
|
|
4081
|
-
"module": "src/
|
|
4080
|
+
"name": "Anchor",
|
|
4081
|
+
"module": "src/anchor/anchor.ts"
|
|
4082
4082
|
}
|
|
4083
4083
|
},
|
|
4084
4084
|
{
|
|
4085
4085
|
"kind": "js",
|
|
4086
|
-
"name": "
|
|
4086
|
+
"name": "foundationAnchorShadowOptions",
|
|
4087
4087
|
"declaration": {
|
|
4088
|
-
"name": "
|
|
4089
|
-
"module": "src/
|
|
4088
|
+
"name": "foundationAnchorShadowOptions",
|
|
4089
|
+
"module": "src/anchor/anchor.ts"
|
|
4090
4090
|
}
|
|
4091
4091
|
},
|
|
4092
4092
|
{
|
|
4093
4093
|
"kind": "js",
|
|
4094
|
-
"name": "
|
|
4094
|
+
"name": "defaultAnchorConfig",
|
|
4095
4095
|
"declaration": {
|
|
4096
|
-
"name": "
|
|
4097
|
-
"module": "src/
|
|
4096
|
+
"name": "defaultAnchorConfig",
|
|
4097
|
+
"module": "src/anchor/anchor.ts"
|
|
4098
4098
|
}
|
|
4099
4099
|
},
|
|
4100
4100
|
{
|
|
4101
4101
|
"kind": "js",
|
|
4102
|
-
"name": "
|
|
4102
|
+
"name": "foundationAnchor",
|
|
4103
4103
|
"declaration": {
|
|
4104
|
-
"name": "
|
|
4105
|
-
"module": "src/
|
|
4104
|
+
"name": "foundationAnchor",
|
|
4105
|
+
"module": "src/anchor/anchor.ts"
|
|
4106
4106
|
}
|
|
4107
4107
|
}
|
|
4108
4108
|
]
|
|
4109
4109
|
},
|
|
4110
4110
|
{
|
|
4111
4111
|
"kind": "javascript-module",
|
|
4112
|
-
"path": "src/
|
|
4112
|
+
"path": "src/anchor/index.ts",
|
|
4113
4113
|
"declarations": [],
|
|
4114
4114
|
"exports": [
|
|
4115
4115
|
{
|
|
@@ -4117,7 +4117,7 @@
|
|
|
4117
4117
|
"name": "*",
|
|
4118
4118
|
"declaration": {
|
|
4119
4119
|
"name": "*",
|
|
4120
|
-
"package": "./anchor
|
|
4120
|
+
"package": "./anchor.template"
|
|
4121
4121
|
}
|
|
4122
4122
|
},
|
|
4123
4123
|
{
|
|
@@ -4125,7 +4125,7 @@
|
|
|
4125
4125
|
"name": "*",
|
|
4126
4126
|
"declaration": {
|
|
4127
4127
|
"name": "*",
|
|
4128
|
-
"package": "./
|
|
4128
|
+
"package": "./anchor.styles"
|
|
4129
4129
|
}
|
|
4130
4130
|
},
|
|
4131
4131
|
{
|
|
@@ -4133,7 +4133,7 @@
|
|
|
4133
4133
|
"name": "*",
|
|
4134
4134
|
"declaration": {
|
|
4135
4135
|
"name": "*",
|
|
4136
|
-
"package": "./
|
|
4136
|
+
"package": "./anchor"
|
|
4137
4137
|
}
|
|
4138
4138
|
}
|
|
4139
4139
|
]
|
|
@@ -43740,55 +43740,6 @@
|
|
|
43740
43740
|
"declarations": [],
|
|
43741
43741
|
"exports": []
|
|
43742
43742
|
},
|
|
43743
|
-
{
|
|
43744
|
-
"kind": "javascript-module",
|
|
43745
|
-
"path": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts",
|
|
43746
|
-
"declarations": [
|
|
43747
|
-
{
|
|
43748
|
-
"kind": "function",
|
|
43749
|
-
"name": "flexLayoutRWDStyles",
|
|
43750
|
-
"return": {
|
|
43751
|
-
"type": {
|
|
43752
|
-
"text": "ElementStyles"
|
|
43753
|
-
}
|
|
43754
|
-
},
|
|
43755
|
-
"parameters": [
|
|
43756
|
-
{
|
|
43757
|
-
"name": "breakPoint",
|
|
43758
|
-
"optional": true,
|
|
43759
|
-
"type": {
|
|
43760
|
-
"text": "FlexBreakPointType"
|
|
43761
|
-
}
|
|
43762
|
-
}
|
|
43763
|
-
]
|
|
43764
|
-
}
|
|
43765
|
-
],
|
|
43766
|
-
"exports": [
|
|
43767
|
-
{
|
|
43768
|
-
"kind": "js",
|
|
43769
|
-
"name": "flexLayoutRWDStyles",
|
|
43770
|
-
"declaration": {
|
|
43771
|
-
"name": "flexLayoutRWDStyles",
|
|
43772
|
-
"module": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts"
|
|
43773
|
-
}
|
|
43774
|
-
}
|
|
43775
|
-
]
|
|
43776
|
-
},
|
|
43777
|
-
{
|
|
43778
|
-
"kind": "javascript-module",
|
|
43779
|
-
"path": "src/flex-layout/responsiveness/index.ts",
|
|
43780
|
-
"declarations": [],
|
|
43781
|
-
"exports": [
|
|
43782
|
-
{
|
|
43783
|
-
"kind": "js",
|
|
43784
|
-
"name": "*",
|
|
43785
|
-
"declaration": {
|
|
43786
|
-
"name": "*",
|
|
43787
|
-
"package": "./flex-layout-rwd.styles"
|
|
43788
|
-
}
|
|
43789
|
-
}
|
|
43790
|
-
]
|
|
43791
|
-
},
|
|
43792
43743
|
{
|
|
43793
43744
|
"kind": "javascript-module",
|
|
43794
43745
|
"path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
|
|
@@ -44364,6 +44315,55 @@
|
|
|
44364
44315
|
}
|
|
44365
44316
|
]
|
|
44366
44317
|
},
|
|
44318
|
+
{
|
|
44319
|
+
"kind": "javascript-module",
|
|
44320
|
+
"path": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts",
|
|
44321
|
+
"declarations": [
|
|
44322
|
+
{
|
|
44323
|
+
"kind": "function",
|
|
44324
|
+
"name": "flexLayoutRWDStyles",
|
|
44325
|
+
"return": {
|
|
44326
|
+
"type": {
|
|
44327
|
+
"text": "ElementStyles"
|
|
44328
|
+
}
|
|
44329
|
+
},
|
|
44330
|
+
"parameters": [
|
|
44331
|
+
{
|
|
44332
|
+
"name": "breakPoint",
|
|
44333
|
+
"optional": true,
|
|
44334
|
+
"type": {
|
|
44335
|
+
"text": "FlexBreakPointType"
|
|
44336
|
+
}
|
|
44337
|
+
}
|
|
44338
|
+
]
|
|
44339
|
+
}
|
|
44340
|
+
],
|
|
44341
|
+
"exports": [
|
|
44342
|
+
{
|
|
44343
|
+
"kind": "js",
|
|
44344
|
+
"name": "flexLayoutRWDStyles",
|
|
44345
|
+
"declaration": {
|
|
44346
|
+
"name": "flexLayoutRWDStyles",
|
|
44347
|
+
"module": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts"
|
|
44348
|
+
}
|
|
44349
|
+
}
|
|
44350
|
+
]
|
|
44351
|
+
},
|
|
44352
|
+
{
|
|
44353
|
+
"kind": "javascript-module",
|
|
44354
|
+
"path": "src/flex-layout/responsiveness/index.ts",
|
|
44355
|
+
"declarations": [],
|
|
44356
|
+
"exports": [
|
|
44357
|
+
{
|
|
44358
|
+
"kind": "js",
|
|
44359
|
+
"name": "*",
|
|
44360
|
+
"declaration": {
|
|
44361
|
+
"name": "*",
|
|
44362
|
+
"package": "./flex-layout-rwd.styles"
|
|
44363
|
+
}
|
|
44364
|
+
}
|
|
44365
|
+
]
|
|
44366
|
+
},
|
|
44367
44367
|
{
|
|
44368
44368
|
"kind": "javascript-module",
|
|
44369
44369
|
"path": "src/_config/styles/external/index.ts",
|