@genesislcap/foundation-zero 14.173.2 → 14.173.4
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 +672 -672
- package/package.json +12 -12
|
@@ -871,194 +871,6 @@
|
|
|
871
871
|
}
|
|
872
872
|
]
|
|
873
873
|
},
|
|
874
|
-
{
|
|
875
|
-
"kind": "javascript-module",
|
|
876
|
-
"path": "src/accordion/accordion.stories.ts",
|
|
877
|
-
"declarations": [
|
|
878
|
-
{
|
|
879
|
-
"kind": "variable",
|
|
880
|
-
"name": "meta",
|
|
881
|
-
"type": {
|
|
882
|
-
"text": "Meta"
|
|
883
|
-
},
|
|
884
|
-
"default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
|
|
885
|
-
},
|
|
886
|
-
{
|
|
887
|
-
"kind": "variable",
|
|
888
|
-
"name": "Primary",
|
|
889
|
-
"type": {
|
|
890
|
-
"text": "StoryObj"
|
|
891
|
-
},
|
|
892
|
-
"default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
|
|
893
|
-
}
|
|
894
|
-
],
|
|
895
|
-
"exports": [
|
|
896
|
-
{
|
|
897
|
-
"kind": "js",
|
|
898
|
-
"name": "default",
|
|
899
|
-
"declaration": {
|
|
900
|
-
"name": "meta",
|
|
901
|
-
"module": "src/accordion/accordion.stories.ts"
|
|
902
|
-
}
|
|
903
|
-
},
|
|
904
|
-
{
|
|
905
|
-
"kind": "js",
|
|
906
|
-
"name": "Primary",
|
|
907
|
-
"declaration": {
|
|
908
|
-
"name": "Primary",
|
|
909
|
-
"module": "src/accordion/accordion.stories.ts"
|
|
910
|
-
}
|
|
911
|
-
}
|
|
912
|
-
]
|
|
913
|
-
},
|
|
914
|
-
{
|
|
915
|
-
"kind": "javascript-module",
|
|
916
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
917
|
-
"declarations": [
|
|
918
|
-
{
|
|
919
|
-
"kind": "function",
|
|
920
|
-
"name": "zeroAccordionStyles",
|
|
921
|
-
"return": {
|
|
922
|
-
"type": {
|
|
923
|
-
"text": "ElementStyles"
|
|
924
|
-
}
|
|
925
|
-
},
|
|
926
|
-
"parameters": [
|
|
927
|
-
{
|
|
928
|
-
"name": "context",
|
|
929
|
-
"type": {
|
|
930
|
-
"text": "ElementDefinitionContext"
|
|
931
|
-
}
|
|
932
|
-
},
|
|
933
|
-
{
|
|
934
|
-
"name": "definition",
|
|
935
|
-
"type": {
|
|
936
|
-
"text": "FoundationElementDefinition"
|
|
937
|
-
}
|
|
938
|
-
}
|
|
939
|
-
]
|
|
940
|
-
}
|
|
941
|
-
],
|
|
942
|
-
"exports": [
|
|
943
|
-
{
|
|
944
|
-
"kind": "js",
|
|
945
|
-
"name": "zeroAccordionStyles",
|
|
946
|
-
"declaration": {
|
|
947
|
-
"name": "zeroAccordionStyles",
|
|
948
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
949
|
-
}
|
|
950
|
-
}
|
|
951
|
-
]
|
|
952
|
-
},
|
|
953
|
-
{
|
|
954
|
-
"kind": "javascript-module",
|
|
955
|
-
"path": "src/accordion/accordion.template.ts",
|
|
956
|
-
"declarations": [
|
|
957
|
-
{
|
|
958
|
-
"kind": "function",
|
|
959
|
-
"name": "zeroAccordionTemplate",
|
|
960
|
-
"return": {
|
|
961
|
-
"type": {
|
|
962
|
-
"text": "ViewTemplate<Accordion>"
|
|
963
|
-
}
|
|
964
|
-
},
|
|
965
|
-
"parameters": [
|
|
966
|
-
{
|
|
967
|
-
"name": "context",
|
|
968
|
-
"type": {
|
|
969
|
-
"text": "ElementDefinitionContext"
|
|
970
|
-
}
|
|
971
|
-
},
|
|
972
|
-
{
|
|
973
|
-
"name": "definition",
|
|
974
|
-
"type": {
|
|
975
|
-
"text": "FoundationElementDefinition"
|
|
976
|
-
}
|
|
977
|
-
}
|
|
978
|
-
]
|
|
979
|
-
}
|
|
980
|
-
],
|
|
981
|
-
"exports": [
|
|
982
|
-
{
|
|
983
|
-
"kind": "js",
|
|
984
|
-
"name": "zeroAccordionTemplate",
|
|
985
|
-
"declaration": {
|
|
986
|
-
"name": "zeroAccordionTemplate",
|
|
987
|
-
"module": "src/accordion/accordion.template.ts"
|
|
988
|
-
}
|
|
989
|
-
}
|
|
990
|
-
]
|
|
991
|
-
},
|
|
992
|
-
{
|
|
993
|
-
"kind": "javascript-module",
|
|
994
|
-
"path": "src/accordion/accordion.ts",
|
|
995
|
-
"declarations": [
|
|
996
|
-
{
|
|
997
|
-
"kind": "class",
|
|
998
|
-
"description": "",
|
|
999
|
-
"name": "Accordion",
|
|
1000
|
-
"superclass": {
|
|
1001
|
-
"name": "FoundationAccordion",
|
|
1002
|
-
"package": "@genesislcap/foundation-ui"
|
|
1003
|
-
},
|
|
1004
|
-
"tagName": "%%prefix%%-card",
|
|
1005
|
-
"customElement": true
|
|
1006
|
-
},
|
|
1007
|
-
{
|
|
1008
|
-
"kind": "variable",
|
|
1009
|
-
"name": "zeroAccordion"
|
|
1010
|
-
}
|
|
1011
|
-
],
|
|
1012
|
-
"exports": [
|
|
1013
|
-
{
|
|
1014
|
-
"kind": "js",
|
|
1015
|
-
"name": "Accordion",
|
|
1016
|
-
"declaration": {
|
|
1017
|
-
"name": "Accordion",
|
|
1018
|
-
"module": "src/accordion/accordion.ts"
|
|
1019
|
-
}
|
|
1020
|
-
},
|
|
1021
|
-
{
|
|
1022
|
-
"kind": "js",
|
|
1023
|
-
"name": "zeroAccordion",
|
|
1024
|
-
"declaration": {
|
|
1025
|
-
"name": "zeroAccordion",
|
|
1026
|
-
"module": "src/accordion/accordion.ts"
|
|
1027
|
-
}
|
|
1028
|
-
}
|
|
1029
|
-
]
|
|
1030
|
-
},
|
|
1031
|
-
{
|
|
1032
|
-
"kind": "javascript-module",
|
|
1033
|
-
"path": "src/accordion/index.ts",
|
|
1034
|
-
"declarations": [],
|
|
1035
|
-
"exports": [
|
|
1036
|
-
{
|
|
1037
|
-
"kind": "js",
|
|
1038
|
-
"name": "*",
|
|
1039
|
-
"declaration": {
|
|
1040
|
-
"name": "*",
|
|
1041
|
-
"package": "./accordion"
|
|
1042
|
-
}
|
|
1043
|
-
},
|
|
1044
|
-
{
|
|
1045
|
-
"kind": "js",
|
|
1046
|
-
"name": "*",
|
|
1047
|
-
"declaration": {
|
|
1048
|
-
"name": "*",
|
|
1049
|
-
"package": "./accordion.styles"
|
|
1050
|
-
}
|
|
1051
|
-
},
|
|
1052
|
-
{
|
|
1053
|
-
"kind": "js",
|
|
1054
|
-
"name": "*",
|
|
1055
|
-
"declaration": {
|
|
1056
|
-
"name": "*",
|
|
1057
|
-
"package": "./accordion.template"
|
|
1058
|
-
}
|
|
1059
|
-
}
|
|
1060
|
-
]
|
|
1061
|
-
},
|
|
1062
874
|
{
|
|
1063
875
|
"kind": "javascript-module",
|
|
1064
876
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1421,7 +1233,7 @@
|
|
|
1421
1233
|
},
|
|
1422
1234
|
{
|
|
1423
1235
|
"kind": "javascript-module",
|
|
1424
|
-
"path": "src/
|
|
1236
|
+
"path": "src/accordion/accordion.stories.ts",
|
|
1425
1237
|
"declarations": [
|
|
1426
1238
|
{
|
|
1427
1239
|
"kind": "variable",
|
|
@@ -1429,23 +1241,15 @@
|
|
|
1429
1241
|
"type": {
|
|
1430
1242
|
"text": "Meta"
|
|
1431
1243
|
},
|
|
1432
|
-
"default": "{\n title: '
|
|
1433
|
-
},
|
|
1434
|
-
{
|
|
1435
|
-
"kind": "variable",
|
|
1436
|
-
"name": "Horizontal",
|
|
1437
|
-
"type": {
|
|
1438
|
-
"text": "StoryObj"
|
|
1439
|
-
},
|
|
1440
|
-
"default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Horizontal Actions',\n },\n render: (args) => html`\n <div style=\"${horizontalStyle}\">\n <zero-actions-menu\n name=\"${args.actionsOpenerText}\"\n .actions=${args.actions}\n ></zero-actions-menu>\n </div>\n `,\n}"
|
|
1244
|
+
"default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
|
|
1441
1245
|
},
|
|
1442
1246
|
{
|
|
1443
1247
|
"kind": "variable",
|
|
1444
|
-
"name": "
|
|
1248
|
+
"name": "Primary",
|
|
1445
1249
|
"type": {
|
|
1446
1250
|
"text": "StoryObj"
|
|
1447
1251
|
},
|
|
1448
|
-
"default": "{\n
|
|
1252
|
+
"default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
|
|
1449
1253
|
}
|
|
1450
1254
|
],
|
|
1451
1255
|
"exports": [
|
|
@@ -1454,34 +1258,26 @@
|
|
|
1454
1258
|
"name": "default",
|
|
1455
1259
|
"declaration": {
|
|
1456
1260
|
"name": "meta",
|
|
1457
|
-
"module": "src/
|
|
1458
|
-
}
|
|
1459
|
-
},
|
|
1460
|
-
{
|
|
1461
|
-
"kind": "js",
|
|
1462
|
-
"name": "Horizontal",
|
|
1463
|
-
"declaration": {
|
|
1464
|
-
"name": "Horizontal",
|
|
1465
|
-
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
1261
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
1466
1262
|
}
|
|
1467
1263
|
},
|
|
1468
1264
|
{
|
|
1469
1265
|
"kind": "js",
|
|
1470
|
-
"name": "
|
|
1266
|
+
"name": "Primary",
|
|
1471
1267
|
"declaration": {
|
|
1472
|
-
"name": "
|
|
1473
|
-
"module": "src/
|
|
1268
|
+
"name": "Primary",
|
|
1269
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
1474
1270
|
}
|
|
1475
1271
|
}
|
|
1476
1272
|
]
|
|
1477
1273
|
},
|
|
1478
1274
|
{
|
|
1479
1275
|
"kind": "javascript-module",
|
|
1480
|
-
"path": "src/
|
|
1276
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1481
1277
|
"declarations": [
|
|
1482
1278
|
{
|
|
1483
1279
|
"kind": "function",
|
|
1484
|
-
"name": "
|
|
1280
|
+
"name": "zeroAccordionStyles",
|
|
1485
1281
|
"return": {
|
|
1486
1282
|
"type": {
|
|
1487
1283
|
"text": "ElementStyles"
|
|
@@ -1506,383 +1302,479 @@
|
|
|
1506
1302
|
"exports": [
|
|
1507
1303
|
{
|
|
1508
1304
|
"kind": "js",
|
|
1509
|
-
"name": "
|
|
1305
|
+
"name": "zeroAccordionStyles",
|
|
1510
1306
|
"declaration": {
|
|
1511
|
-
"name": "
|
|
1512
|
-
"module": "src/
|
|
1307
|
+
"name": "zeroAccordionStyles",
|
|
1308
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1513
1309
|
}
|
|
1514
1310
|
}
|
|
1515
1311
|
]
|
|
1516
1312
|
},
|
|
1517
1313
|
{
|
|
1518
1314
|
"kind": "javascript-module",
|
|
1519
|
-
"path": "src/
|
|
1315
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1520
1316
|
"declarations": [
|
|
1521
1317
|
{
|
|
1522
|
-
"kind": "
|
|
1523
|
-
"
|
|
1524
|
-
"
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1318
|
+
"kind": "function",
|
|
1319
|
+
"name": "zeroAccordionTemplate",
|
|
1320
|
+
"return": {
|
|
1321
|
+
"type": {
|
|
1322
|
+
"text": "ViewTemplate<Accordion>"
|
|
1323
|
+
}
|
|
1528
1324
|
},
|
|
1529
|
-
"
|
|
1530
|
-
"customElement": true,
|
|
1531
|
-
"attributes": [
|
|
1325
|
+
"parameters": [
|
|
1532
1326
|
{
|
|
1533
|
-
"name": "
|
|
1327
|
+
"name": "context",
|
|
1534
1328
|
"type": {
|
|
1535
|
-
"text": "
|
|
1536
|
-
},
|
|
1537
|
-
"default": "false",
|
|
1538
|
-
"fieldName": "isVertical",
|
|
1539
|
-
"inheritedFrom": {
|
|
1540
|
-
"name": "ActionsMenu",
|
|
1541
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1542
|
-
}
|
|
1543
|
-
},
|
|
1544
|
-
{
|
|
1545
|
-
"name": "add-default-actions",
|
|
1546
|
-
"type": {
|
|
1547
|
-
"text": "boolean"
|
|
1548
|
-
},
|
|
1549
|
-
"default": "true",
|
|
1550
|
-
"fieldName": "addDefaultActions",
|
|
1551
|
-
"inheritedFrom": {
|
|
1552
|
-
"name": "ActionsMenu",
|
|
1553
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1554
|
-
}
|
|
1555
|
-
},
|
|
1556
|
-
{
|
|
1557
|
-
"name": "auto-close-on-action",
|
|
1558
|
-
"type": {
|
|
1559
|
-
"text": "boolean"
|
|
1560
|
-
},
|
|
1561
|
-
"default": "true",
|
|
1562
|
-
"fieldName": "autoCloseOnAction",
|
|
1563
|
-
"inheritedFrom": {
|
|
1564
|
-
"name": "ActionsMenu",
|
|
1565
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1329
|
+
"text": "ElementDefinitionContext"
|
|
1566
1330
|
}
|
|
1567
1331
|
},
|
|
1568
1332
|
{
|
|
1569
|
-
"name": "
|
|
1333
|
+
"name": "definition",
|
|
1570
1334
|
"type": {
|
|
1571
|
-
"text": "
|
|
1572
|
-
},
|
|
1573
|
-
"default": "'Actions'",
|
|
1574
|
-
"fieldName": "name",
|
|
1575
|
-
"inheritedFrom": {
|
|
1576
|
-
"name": "ActionsMenu",
|
|
1577
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1335
|
+
"text": "FoundationElementDefinition"
|
|
1578
1336
|
}
|
|
1579
|
-
}
|
|
1337
|
+
}
|
|
1338
|
+
]
|
|
1339
|
+
}
|
|
1340
|
+
],
|
|
1341
|
+
"exports": [
|
|
1342
|
+
{
|
|
1343
|
+
"kind": "js",
|
|
1344
|
+
"name": "zeroAccordionTemplate",
|
|
1345
|
+
"declaration": {
|
|
1346
|
+
"name": "zeroAccordionTemplate",
|
|
1347
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1348
|
+
}
|
|
1349
|
+
}
|
|
1350
|
+
]
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"kind": "javascript-module",
|
|
1354
|
+
"path": "src/accordion/accordion.ts",
|
|
1355
|
+
"declarations": [
|
|
1356
|
+
{
|
|
1357
|
+
"kind": "class",
|
|
1358
|
+
"description": "",
|
|
1359
|
+
"name": "Accordion",
|
|
1360
|
+
"superclass": {
|
|
1361
|
+
"name": "FoundationAccordion",
|
|
1362
|
+
"package": "@genesislcap/foundation-ui"
|
|
1363
|
+
},
|
|
1364
|
+
"tagName": "%%prefix%%-card",
|
|
1365
|
+
"customElement": true
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"kind": "variable",
|
|
1369
|
+
"name": "zeroAccordion"
|
|
1370
|
+
}
|
|
1371
|
+
],
|
|
1372
|
+
"exports": [
|
|
1373
|
+
{
|
|
1374
|
+
"kind": "js",
|
|
1375
|
+
"name": "Accordion",
|
|
1376
|
+
"declaration": {
|
|
1377
|
+
"name": "Accordion",
|
|
1378
|
+
"module": "src/accordion/accordion.ts"
|
|
1379
|
+
}
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"kind": "js",
|
|
1383
|
+
"name": "zeroAccordion",
|
|
1384
|
+
"declaration": {
|
|
1385
|
+
"name": "zeroAccordion",
|
|
1386
|
+
"module": "src/accordion/accordion.ts"
|
|
1387
|
+
}
|
|
1388
|
+
}
|
|
1389
|
+
]
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"kind": "javascript-module",
|
|
1393
|
+
"path": "src/accordion/index.ts",
|
|
1394
|
+
"declarations": [],
|
|
1395
|
+
"exports": [
|
|
1396
|
+
{
|
|
1397
|
+
"kind": "js",
|
|
1398
|
+
"name": "*",
|
|
1399
|
+
"declaration": {
|
|
1400
|
+
"name": "*",
|
|
1401
|
+
"package": "./accordion"
|
|
1402
|
+
}
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"kind": "js",
|
|
1406
|
+
"name": "*",
|
|
1407
|
+
"declaration": {
|
|
1408
|
+
"name": "*",
|
|
1409
|
+
"package": "./accordion.styles"
|
|
1410
|
+
}
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"kind": "js",
|
|
1414
|
+
"name": "*",
|
|
1415
|
+
"declaration": {
|
|
1416
|
+
"name": "*",
|
|
1417
|
+
"package": "./accordion.template"
|
|
1418
|
+
}
|
|
1419
|
+
}
|
|
1420
|
+
]
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"kind": "javascript-module",
|
|
1424
|
+
"path": "src/anchor/anchor.stories.ts",
|
|
1425
|
+
"declarations": [
|
|
1426
|
+
{
|
|
1427
|
+
"kind": "variable",
|
|
1428
|
+
"name": "meta",
|
|
1429
|
+
"type": {
|
|
1430
|
+
"text": "Meta"
|
|
1431
|
+
},
|
|
1432
|
+
"default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"kind": "variable",
|
|
1436
|
+
"name": "All",
|
|
1437
|
+
"type": {
|
|
1438
|
+
"text": "StoryObj"
|
|
1439
|
+
},
|
|
1440
|
+
"default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
|
|
1441
|
+
}
|
|
1442
|
+
],
|
|
1443
|
+
"exports": [
|
|
1444
|
+
{
|
|
1445
|
+
"kind": "js",
|
|
1446
|
+
"name": "default",
|
|
1447
|
+
"declaration": {
|
|
1448
|
+
"name": "meta",
|
|
1449
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
1450
|
+
}
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"kind": "js",
|
|
1454
|
+
"name": "All",
|
|
1455
|
+
"declaration": {
|
|
1456
|
+
"name": "All",
|
|
1457
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
1458
|
+
}
|
|
1459
|
+
}
|
|
1460
|
+
]
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"kind": "javascript-module",
|
|
1464
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
1465
|
+
"declarations": [
|
|
1466
|
+
{
|
|
1467
|
+
"kind": "function",
|
|
1468
|
+
"name": "zeroAnchorStyles",
|
|
1469
|
+
"return": {
|
|
1470
|
+
"type": {
|
|
1471
|
+
"text": "ElementStyles"
|
|
1472
|
+
}
|
|
1473
|
+
},
|
|
1474
|
+
"parameters": [
|
|
1580
1475
|
{
|
|
1581
|
-
"name": "
|
|
1476
|
+
"name": "context",
|
|
1582
1477
|
"type": {
|
|
1583
|
-
"text": "
|
|
1584
|
-
},
|
|
1585
|
-
"default": "false",
|
|
1586
|
-
"fieldName": "open",
|
|
1587
|
-
"inheritedFrom": {
|
|
1588
|
-
"name": "ActionsMenu",
|
|
1589
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1478
|
+
"text": "ElementDefinitionContext"
|
|
1590
1479
|
}
|
|
1591
1480
|
},
|
|
1592
1481
|
{
|
|
1593
|
-
"name": "
|
|
1482
|
+
"name": "definition",
|
|
1594
1483
|
"type": {
|
|
1595
|
-
"text": "
|
|
1596
|
-
},
|
|
1597
|
-
"fieldName": "buttonAppearance",
|
|
1598
|
-
"inheritedFrom": {
|
|
1599
|
-
"name": "ActionsMenu",
|
|
1600
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1484
|
+
"text": "FoundationElementDefinition"
|
|
1601
1485
|
}
|
|
1602
|
-
}
|
|
1486
|
+
}
|
|
1487
|
+
]
|
|
1488
|
+
}
|
|
1489
|
+
],
|
|
1490
|
+
"exports": [
|
|
1491
|
+
{
|
|
1492
|
+
"kind": "js",
|
|
1493
|
+
"name": "zeroAnchorStyles",
|
|
1494
|
+
"declaration": {
|
|
1495
|
+
"name": "zeroAnchorStyles",
|
|
1496
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
1497
|
+
}
|
|
1498
|
+
}
|
|
1499
|
+
]
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
"kind": "javascript-module",
|
|
1503
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1504
|
+
"declarations": [
|
|
1505
|
+
{
|
|
1506
|
+
"kind": "function",
|
|
1507
|
+
"name": "zeroAnchorTemplate",
|
|
1508
|
+
"return": {
|
|
1509
|
+
"type": {
|
|
1510
|
+
"text": "ViewTemplate<Anchor>"
|
|
1511
|
+
}
|
|
1512
|
+
},
|
|
1513
|
+
"parameters": [
|
|
1603
1514
|
{
|
|
1604
|
-
"name": "
|
|
1515
|
+
"name": "context",
|
|
1605
1516
|
"type": {
|
|
1606
|
-
"text": "
|
|
1607
|
-
},
|
|
1608
|
-
"default": "false",
|
|
1609
|
-
"fieldName": "hideDisabled",
|
|
1610
|
-
"inheritedFrom": {
|
|
1611
|
-
"name": "ActionsMenu",
|
|
1612
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1517
|
+
"text": "ElementDefinitionContext"
|
|
1613
1518
|
}
|
|
1614
1519
|
},
|
|
1615
1520
|
{
|
|
1616
|
-
"name": "
|
|
1521
|
+
"name": "definition",
|
|
1617
1522
|
"type": {
|
|
1618
|
-
"text": "
|
|
1619
|
-
},
|
|
1620
|
-
"default": "false",
|
|
1621
|
-
"fieldName": "hideMenuSingleOption",
|
|
1622
|
-
"inheritedFrom": {
|
|
1623
|
-
"name": "ActionsMenu",
|
|
1624
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1523
|
+
"text": "FoundationElementDefinition"
|
|
1625
1524
|
}
|
|
1626
1525
|
}
|
|
1627
|
-
]
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1526
|
+
]
|
|
1527
|
+
}
|
|
1528
|
+
],
|
|
1529
|
+
"exports": [
|
|
1530
|
+
{
|
|
1531
|
+
"kind": "js",
|
|
1532
|
+
"name": "zeroAnchorTemplate",
|
|
1533
|
+
"declaration": {
|
|
1534
|
+
"name": "zeroAnchorTemplate",
|
|
1535
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1536
|
+
}
|
|
1537
|
+
}
|
|
1538
|
+
]
|
|
1539
|
+
},
|
|
1540
|
+
{
|
|
1541
|
+
"kind": "javascript-module",
|
|
1542
|
+
"path": "src/anchor/anchor.ts",
|
|
1543
|
+
"declarations": [
|
|
1544
|
+
{
|
|
1545
|
+
"kind": "class",
|
|
1546
|
+
"description": "",
|
|
1547
|
+
"name": "Anchor",
|
|
1548
|
+
"superclass": {
|
|
1549
|
+
"name": "FoundationAnchor",
|
|
1550
|
+
"package": "@genesislcap/foundation-ui"
|
|
1551
|
+
},
|
|
1552
|
+
"tagName": "%%prefix%%-anchor",
|
|
1553
|
+
"customElement": true,
|
|
1554
|
+
"attributes": [
|
|
1640
1555
|
{
|
|
1641
|
-
"
|
|
1642
|
-
"name": "isVertical",
|
|
1556
|
+
"name": "download",
|
|
1643
1557
|
"type": {
|
|
1644
|
-
"text": "
|
|
1558
|
+
"text": "string"
|
|
1645
1559
|
},
|
|
1646
|
-
"
|
|
1560
|
+
"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.",
|
|
1561
|
+
"fieldName": "download",
|
|
1647
1562
|
"inheritedFrom": {
|
|
1648
|
-
"name": "
|
|
1649
|
-
"module": "src/
|
|
1563
|
+
"name": "Anchor",
|
|
1564
|
+
"module": "src/anchor/anchor.ts"
|
|
1650
1565
|
}
|
|
1651
1566
|
},
|
|
1652
1567
|
{
|
|
1653
|
-
"
|
|
1654
|
-
"name": "addDefaultActions",
|
|
1568
|
+
"name": "href",
|
|
1655
1569
|
"type": {
|
|
1656
|
-
"text": "
|
|
1570
|
+
"text": "string"
|
|
1657
1571
|
},
|
|
1658
|
-
"
|
|
1572
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1573
|
+
"fieldName": "href",
|
|
1659
1574
|
"inheritedFrom": {
|
|
1660
|
-
"name": "
|
|
1661
|
-
"module": "src/
|
|
1575
|
+
"name": "Anchor",
|
|
1576
|
+
"module": "src/anchor/anchor.ts"
|
|
1662
1577
|
}
|
|
1663
1578
|
},
|
|
1664
1579
|
{
|
|
1665
|
-
"
|
|
1666
|
-
"name": "autoCloseOnAction",
|
|
1580
|
+
"name": "hreflang",
|
|
1667
1581
|
"type": {
|
|
1668
|
-
"text": "
|
|
1582
|
+
"text": "string"
|
|
1669
1583
|
},
|
|
1670
|
-
"
|
|
1671
|
-
"
|
|
1672
|
-
|
|
1673
|
-
"
|
|
1584
|
+
"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.",
|
|
1585
|
+
"fieldName": "hreflang",
|
|
1586
|
+
"inheritedFrom": {
|
|
1587
|
+
"name": "Anchor",
|
|
1588
|
+
"module": "src/anchor/anchor.ts"
|
|
1674
1589
|
}
|
|
1675
1590
|
},
|
|
1676
1591
|
{
|
|
1677
|
-
"
|
|
1678
|
-
"name": "classNames",
|
|
1592
|
+
"name": "ping",
|
|
1679
1593
|
"type": {
|
|
1680
1594
|
"text": "string"
|
|
1681
1595
|
},
|
|
1596
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1597
|
+
"fieldName": "ping",
|
|
1682
1598
|
"inheritedFrom": {
|
|
1683
|
-
"name": "
|
|
1684
|
-
"module": "src/
|
|
1599
|
+
"name": "Anchor",
|
|
1600
|
+
"module": "src/anchor/anchor.ts"
|
|
1685
1601
|
}
|
|
1686
1602
|
},
|
|
1687
1603
|
{
|
|
1688
|
-
"
|
|
1689
|
-
"name": "definition",
|
|
1604
|
+
"name": "referrerpolicy",
|
|
1690
1605
|
"type": {
|
|
1691
|
-
"text": "
|
|
1606
|
+
"text": "string"
|
|
1692
1607
|
},
|
|
1608
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1609
|
+
"fieldName": "referrerpolicy",
|
|
1693
1610
|
"inheritedFrom": {
|
|
1694
|
-
"name": "
|
|
1695
|
-
"module": "src/
|
|
1611
|
+
"name": "Anchor",
|
|
1612
|
+
"module": "src/anchor/anchor.ts"
|
|
1696
1613
|
}
|
|
1697
1614
|
},
|
|
1698
1615
|
{
|
|
1699
|
-
"
|
|
1700
|
-
"name": "name",
|
|
1616
|
+
"name": "rel",
|
|
1701
1617
|
"type": {
|
|
1702
1618
|
"text": "string"
|
|
1703
1619
|
},
|
|
1704
|
-
"
|
|
1620
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1621
|
+
"fieldName": "rel",
|
|
1705
1622
|
"inheritedFrom": {
|
|
1706
|
-
"name": "
|
|
1707
|
-
"module": "src/
|
|
1623
|
+
"name": "Anchor",
|
|
1624
|
+
"module": "src/anchor/anchor.ts"
|
|
1708
1625
|
}
|
|
1709
1626
|
},
|
|
1710
1627
|
{
|
|
1711
|
-
"
|
|
1712
|
-
"name": "open",
|
|
1628
|
+
"name": "target",
|
|
1713
1629
|
"type": {
|
|
1714
|
-
"text": "
|
|
1630
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1715
1631
|
},
|
|
1716
|
-
"
|
|
1632
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1633
|
+
"fieldName": "target",
|
|
1717
1634
|
"inheritedFrom": {
|
|
1718
|
-
"name": "
|
|
1719
|
-
"module": "src/
|
|
1635
|
+
"name": "Anchor",
|
|
1636
|
+
"module": "src/anchor/anchor.ts"
|
|
1720
1637
|
}
|
|
1721
1638
|
},
|
|
1722
1639
|
{
|
|
1723
|
-
"
|
|
1724
|
-
"name": "buttonAppearance",
|
|
1640
|
+
"name": "type",
|
|
1725
1641
|
"type": {
|
|
1726
1642
|
"text": "string"
|
|
1727
1643
|
},
|
|
1644
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1645
|
+
"fieldName": "type",
|
|
1728
1646
|
"inheritedFrom": {
|
|
1729
|
-
"name": "
|
|
1730
|
-
"module": "src/
|
|
1647
|
+
"name": "Anchor",
|
|
1648
|
+
"module": "src/anchor/anchor.ts"
|
|
1731
1649
|
}
|
|
1732
|
-
}
|
|
1650
|
+
}
|
|
1651
|
+
],
|
|
1652
|
+
"members": [
|
|
1733
1653
|
{
|
|
1734
1654
|
"kind": "field",
|
|
1735
|
-
"name": "
|
|
1655
|
+
"name": "download",
|
|
1736
1656
|
"type": {
|
|
1737
|
-
"text": "
|
|
1657
|
+
"text": "string"
|
|
1738
1658
|
},
|
|
1739
|
-
"
|
|
1659
|
+
"privacy": "public",
|
|
1660
|
+
"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.",
|
|
1740
1661
|
"inheritedFrom": {
|
|
1741
|
-
"name": "
|
|
1742
|
-
"module": "src/
|
|
1662
|
+
"name": "Anchor",
|
|
1663
|
+
"module": "src/anchor/anchor.ts"
|
|
1743
1664
|
}
|
|
1744
1665
|
},
|
|
1745
1666
|
{
|
|
1746
1667
|
"kind": "field",
|
|
1747
|
-
"name": "
|
|
1668
|
+
"name": "href",
|
|
1748
1669
|
"type": {
|
|
1749
|
-
"text": "
|
|
1670
|
+
"text": "string"
|
|
1750
1671
|
},
|
|
1751
|
-
"
|
|
1672
|
+
"privacy": "public",
|
|
1673
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1752
1674
|
"inheritedFrom": {
|
|
1753
|
-
"name": "
|
|
1754
|
-
"module": "src/
|
|
1675
|
+
"name": "Anchor",
|
|
1676
|
+
"module": "src/anchor/anchor.ts"
|
|
1755
1677
|
}
|
|
1756
1678
|
},
|
|
1757
1679
|
{
|
|
1758
1680
|
"kind": "field",
|
|
1759
|
-
"name": "
|
|
1681
|
+
"name": "hreflang",
|
|
1760
1682
|
"type": {
|
|
1761
|
-
"text": "
|
|
1683
|
+
"text": "string"
|
|
1762
1684
|
},
|
|
1685
|
+
"privacy": "public",
|
|
1686
|
+
"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.",
|
|
1763
1687
|
"inheritedFrom": {
|
|
1764
|
-
"name": "
|
|
1765
|
-
"module": "src/
|
|
1688
|
+
"name": "Anchor",
|
|
1689
|
+
"module": "src/anchor/anchor.ts"
|
|
1766
1690
|
}
|
|
1767
1691
|
},
|
|
1768
1692
|
{
|
|
1769
1693
|
"kind": "field",
|
|
1770
|
-
"name": "
|
|
1694
|
+
"name": "ping",
|
|
1771
1695
|
"type": {
|
|
1772
|
-
"text": "
|
|
1696
|
+
"text": "string"
|
|
1773
1697
|
},
|
|
1698
|
+
"privacy": "public",
|
|
1699
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1774
1700
|
"inheritedFrom": {
|
|
1775
|
-
"name": "
|
|
1776
|
-
"module": "src/
|
|
1777
|
-
}
|
|
1778
|
-
},
|
|
1779
|
-
{
|
|
1780
|
-
"kind": "method",
|
|
1781
|
-
"name": "definitionChanged",
|
|
1782
|
-
"privacy": "protected",
|
|
1783
|
-
"parameters": [
|
|
1784
|
-
{
|
|
1785
|
-
"name": "oldValue",
|
|
1786
|
-
"type": {
|
|
1787
|
-
"text": "any"
|
|
1788
|
-
}
|
|
1789
|
-
},
|
|
1790
|
-
{
|
|
1791
|
-
"name": "newValue",
|
|
1792
|
-
"type": {
|
|
1793
|
-
"text": "any"
|
|
1794
|
-
}
|
|
1795
|
-
}
|
|
1796
|
-
],
|
|
1797
|
-
"inheritedFrom": {
|
|
1798
|
-
"name": "ActionsMenu",
|
|
1799
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1800
|
-
}
|
|
1801
|
-
},
|
|
1802
|
-
{
|
|
1803
|
-
"kind": "method",
|
|
1804
|
-
"name": "openChanged",
|
|
1805
|
-
"privacy": "protected",
|
|
1806
|
-
"inheritedFrom": {
|
|
1807
|
-
"name": "ActionsMenu",
|
|
1808
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1701
|
+
"name": "Anchor",
|
|
1702
|
+
"module": "src/anchor/anchor.ts"
|
|
1809
1703
|
}
|
|
1810
1704
|
},
|
|
1811
1705
|
{
|
|
1812
|
-
"kind": "
|
|
1813
|
-
"name": "
|
|
1706
|
+
"kind": "field",
|
|
1707
|
+
"name": "referrerpolicy",
|
|
1708
|
+
"type": {
|
|
1709
|
+
"text": "string"
|
|
1710
|
+
},
|
|
1711
|
+
"privacy": "public",
|
|
1712
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1814
1713
|
"inheritedFrom": {
|
|
1815
|
-
"name": "
|
|
1816
|
-
"module": "src/
|
|
1714
|
+
"name": "Anchor",
|
|
1715
|
+
"module": "src/anchor/anchor.ts"
|
|
1817
1716
|
}
|
|
1818
1717
|
},
|
|
1819
1718
|
{
|
|
1820
|
-
"kind": "
|
|
1821
|
-
"name": "
|
|
1822
|
-
"
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
}
|
|
1828
|
-
}
|
|
1829
|
-
],
|
|
1719
|
+
"kind": "field",
|
|
1720
|
+
"name": "rel",
|
|
1721
|
+
"type": {
|
|
1722
|
+
"text": "string"
|
|
1723
|
+
},
|
|
1724
|
+
"privacy": "public",
|
|
1725
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1830
1726
|
"inheritedFrom": {
|
|
1831
|
-
"name": "
|
|
1832
|
-
"module": "src/
|
|
1727
|
+
"name": "Anchor",
|
|
1728
|
+
"module": "src/anchor/anchor.ts"
|
|
1833
1729
|
}
|
|
1834
1730
|
},
|
|
1835
1731
|
{
|
|
1836
1732
|
"kind": "field",
|
|
1837
|
-
"name": "
|
|
1733
|
+
"name": "target",
|
|
1838
1734
|
"type": {
|
|
1839
|
-
"text": "
|
|
1735
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1840
1736
|
},
|
|
1841
|
-
"
|
|
1737
|
+
"privacy": "public",
|
|
1738
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1842
1739
|
"inheritedFrom": {
|
|
1843
|
-
"name": "
|
|
1844
|
-
"module": "src/
|
|
1740
|
+
"name": "Anchor",
|
|
1741
|
+
"module": "src/anchor/anchor.ts"
|
|
1845
1742
|
}
|
|
1846
1743
|
},
|
|
1847
1744
|
{
|
|
1848
1745
|
"kind": "field",
|
|
1849
|
-
"name": "
|
|
1850
|
-
"
|
|
1746
|
+
"name": "type",
|
|
1747
|
+
"type": {
|
|
1748
|
+
"text": "string"
|
|
1749
|
+
},
|
|
1750
|
+
"privacy": "public",
|
|
1751
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1851
1752
|
"inheritedFrom": {
|
|
1852
|
-
"name": "
|
|
1853
|
-
"module": "src/
|
|
1753
|
+
"name": "Anchor",
|
|
1754
|
+
"module": "src/anchor/anchor.ts"
|
|
1854
1755
|
}
|
|
1855
1756
|
},
|
|
1856
1757
|
{
|
|
1857
|
-
"kind": "
|
|
1858
|
-
"name": "
|
|
1859
|
-
"
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
}
|
|
1865
|
-
}
|
|
1866
|
-
],
|
|
1758
|
+
"kind": "field",
|
|
1759
|
+
"name": "control",
|
|
1760
|
+
"type": {
|
|
1761
|
+
"text": "HTMLAnchorElement | undefined"
|
|
1762
|
+
},
|
|
1763
|
+
"privacy": "public",
|
|
1764
|
+
"description": "References the root element",
|
|
1867
1765
|
"inheritedFrom": {
|
|
1868
|
-
"name": "
|
|
1869
|
-
"module": "src/
|
|
1766
|
+
"name": "Anchor",
|
|
1767
|
+
"module": "src/anchor/anchor.ts"
|
|
1870
1768
|
}
|
|
1871
1769
|
},
|
|
1872
1770
|
{
|
|
1873
|
-
"kind": "
|
|
1874
|
-
"name": "
|
|
1875
|
-
"
|
|
1876
|
-
|
|
1877
|
-
"name": "prefix",
|
|
1878
|
-
"type": {
|
|
1879
|
-
"text": "string"
|
|
1880
|
-
}
|
|
1881
|
-
}
|
|
1882
|
-
],
|
|
1771
|
+
"kind": "field",
|
|
1772
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
1773
|
+
"privacy": "private",
|
|
1774
|
+
"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",
|
|
1883
1775
|
"inheritedFrom": {
|
|
1884
|
-
"name": "
|
|
1885
|
-
"module": "src/
|
|
1776
|
+
"name": "Anchor",
|
|
1777
|
+
"module": "src/anchor/anchor.ts"
|
|
1886
1778
|
}
|
|
1887
1779
|
},
|
|
1888
1780
|
{
|
|
@@ -1894,8 +1786,8 @@
|
|
|
1894
1786
|
"privacy": "private",
|
|
1895
1787
|
"default": "void 0",
|
|
1896
1788
|
"inheritedFrom": {
|
|
1897
|
-
"name": "
|
|
1898
|
-
"module": "src/
|
|
1789
|
+
"name": "Anchor",
|
|
1790
|
+
"module": "src/anchor/anchor.ts"
|
|
1899
1791
|
}
|
|
1900
1792
|
},
|
|
1901
1793
|
{
|
|
@@ -1907,8 +1799,8 @@
|
|
|
1907
1799
|
"privacy": "public",
|
|
1908
1800
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1909
1801
|
"inheritedFrom": {
|
|
1910
|
-
"name": "
|
|
1911
|
-
"module": "src/
|
|
1802
|
+
"name": "Anchor",
|
|
1803
|
+
"module": "src/anchor/anchor.ts"
|
|
1912
1804
|
}
|
|
1913
1805
|
},
|
|
1914
1806
|
{
|
|
@@ -1920,8 +1812,8 @@
|
|
|
1920
1812
|
"privacy": "public",
|
|
1921
1813
|
"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.",
|
|
1922
1814
|
"inheritedFrom": {
|
|
1923
|
-
"name": "
|
|
1924
|
-
"module": "src/
|
|
1815
|
+
"name": "Anchor",
|
|
1816
|
+
"module": "src/anchor/anchor.ts"
|
|
1925
1817
|
}
|
|
1926
1818
|
},
|
|
1927
1819
|
{
|
|
@@ -1934,8 +1826,8 @@
|
|
|
1934
1826
|
}
|
|
1935
1827
|
},
|
|
1936
1828
|
"inheritedFrom": {
|
|
1937
|
-
"name": "
|
|
1938
|
-
"module": "src/
|
|
1829
|
+
"name": "Anchor",
|
|
1830
|
+
"module": "src/anchor/anchor.ts"
|
|
1939
1831
|
}
|
|
1940
1832
|
},
|
|
1941
1833
|
{
|
|
@@ -1947,8 +1839,8 @@
|
|
|
1947
1839
|
"privacy": "public",
|
|
1948
1840
|
"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.",
|
|
1949
1841
|
"inheritedFrom": {
|
|
1950
|
-
"name": "
|
|
1951
|
-
"module": "src/
|
|
1842
|
+
"name": "Anchor",
|
|
1843
|
+
"module": "src/anchor/anchor.ts"
|
|
1952
1844
|
}
|
|
1953
1845
|
},
|
|
1954
1846
|
{
|
|
@@ -1961,8 +1853,8 @@
|
|
|
1961
1853
|
}
|
|
1962
1854
|
},
|
|
1963
1855
|
"inheritedFrom": {
|
|
1964
|
-
"name": "
|
|
1965
|
-
"module": "src/
|
|
1856
|
+
"name": "Anchor",
|
|
1857
|
+
"module": "src/anchor/anchor.ts"
|
|
1966
1858
|
}
|
|
1967
1859
|
},
|
|
1968
1860
|
{
|
|
@@ -1992,41 +1884,39 @@
|
|
|
1992
1884
|
],
|
|
1993
1885
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1994
1886
|
"inheritedFrom": {
|
|
1995
|
-
"name": "
|
|
1996
|
-
"module": "src/
|
|
1887
|
+
"name": "Anchor",
|
|
1888
|
+
"module": "src/anchor/anchor.ts"
|
|
1997
1889
|
}
|
|
1998
1890
|
}
|
|
1999
1891
|
]
|
|
2000
1892
|
},
|
|
2001
1893
|
{
|
|
2002
1894
|
"kind": "variable",
|
|
2003
|
-
"name": "
|
|
2004
|
-
"description": "The Zero Actions Menu",
|
|
2005
|
-
"privacy": "public"
|
|
1895
|
+
"name": "zeroAnchor"
|
|
2006
1896
|
}
|
|
2007
1897
|
],
|
|
2008
1898
|
"exports": [
|
|
2009
1899
|
{
|
|
2010
1900
|
"kind": "js",
|
|
2011
|
-
"name": "
|
|
1901
|
+
"name": "Anchor",
|
|
2012
1902
|
"declaration": {
|
|
2013
|
-
"name": "
|
|
2014
|
-
"module": "src/
|
|
1903
|
+
"name": "Anchor",
|
|
1904
|
+
"module": "src/anchor/anchor.ts"
|
|
2015
1905
|
}
|
|
2016
1906
|
},
|
|
2017
1907
|
{
|
|
2018
1908
|
"kind": "js",
|
|
2019
|
-
"name": "
|
|
1909
|
+
"name": "zeroAnchor",
|
|
2020
1910
|
"declaration": {
|
|
2021
|
-
"name": "
|
|
2022
|
-
"module": "src/
|
|
1911
|
+
"name": "zeroAnchor",
|
|
1912
|
+
"module": "src/anchor/anchor.ts"
|
|
2023
1913
|
}
|
|
2024
1914
|
}
|
|
2025
1915
|
]
|
|
2026
1916
|
},
|
|
2027
1917
|
{
|
|
2028
1918
|
"kind": "javascript-module",
|
|
2029
|
-
"path": "src/
|
|
1919
|
+
"path": "src/anchor/index.ts",
|
|
2030
1920
|
"declarations": [],
|
|
2031
1921
|
"exports": [
|
|
2032
1922
|
{
|
|
@@ -2034,7 +1924,7 @@
|
|
|
2034
1924
|
"name": "*",
|
|
2035
1925
|
"declaration": {
|
|
2036
1926
|
"name": "*",
|
|
2037
|
-
"package": "./
|
|
1927
|
+
"package": "./anchor"
|
|
2038
1928
|
}
|
|
2039
1929
|
},
|
|
2040
1930
|
{
|
|
@@ -2042,14 +1932,22 @@
|
|
|
2042
1932
|
"name": "*",
|
|
2043
1933
|
"declaration": {
|
|
2044
1934
|
"name": "*",
|
|
2045
|
-
"package": "./
|
|
1935
|
+
"package": "./anchor.styles"
|
|
1936
|
+
}
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
"kind": "js",
|
|
1940
|
+
"name": "*",
|
|
1941
|
+
"declaration": {
|
|
1942
|
+
"name": "*",
|
|
1943
|
+
"package": "./anchor.template"
|
|
2046
1944
|
}
|
|
2047
1945
|
}
|
|
2048
1946
|
]
|
|
2049
1947
|
},
|
|
2050
1948
|
{
|
|
2051
1949
|
"kind": "javascript-module",
|
|
2052
|
-
"path": "src/
|
|
1950
|
+
"path": "src/actions-menu/actions-menu.stories.ts",
|
|
2053
1951
|
"declarations": [
|
|
2054
1952
|
{
|
|
2055
1953
|
"kind": "variable",
|
|
@@ -2057,15 +1955,23 @@
|
|
|
2057
1955
|
"type": {
|
|
2058
1956
|
"text": "Meta"
|
|
2059
1957
|
},
|
|
2060
|
-
"default": "{\n title: '
|
|
1958
|
+
"default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
|
|
2061
1959
|
},
|
|
2062
1960
|
{
|
|
2063
1961
|
"kind": "variable",
|
|
2064
|
-
"name": "
|
|
1962
|
+
"name": "Horizontal",
|
|
2065
1963
|
"type": {
|
|
2066
1964
|
"text": "StoryObj"
|
|
2067
1965
|
},
|
|
2068
|
-
"default": "{\n args: {\n
|
|
1966
|
+
"default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Horizontal Actions',\n },\n render: (args) => html`\n <div style=\"${horizontalStyle}\">\n <zero-actions-menu\n name=\"${args.actionsOpenerText}\"\n .actions=${args.actions}\n ></zero-actions-menu>\n </div>\n `,\n}"
|
|
1967
|
+
},
|
|
1968
|
+
{
|
|
1969
|
+
"kind": "variable",
|
|
1970
|
+
"name": "Vertical",
|
|
1971
|
+
"type": {
|
|
1972
|
+
"text": "StoryObj"
|
|
1973
|
+
},
|
|
1974
|
+
"default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Vertical Actions',\n },\n render: ({ actionsOpenerText, actions }) => html`\n <div style=\"${verticalStyle}\">\n <zero-actions-menu\n name=\"${actionsOpenerText}\"\n .actions=${actions}\n is-vertical\n ></zero-actions-menu>\n </div>\n `,\n}"
|
|
2069
1975
|
}
|
|
2070
1976
|
],
|
|
2071
1977
|
"exports": [
|
|
@@ -2074,68 +1980,37 @@
|
|
|
2074
1980
|
"name": "default",
|
|
2075
1981
|
"declaration": {
|
|
2076
1982
|
"name": "meta",
|
|
2077
|
-
"module": "src/
|
|
1983
|
+
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
2078
1984
|
}
|
|
2079
1985
|
},
|
|
2080
1986
|
{
|
|
2081
1987
|
"kind": "js",
|
|
2082
|
-
"name": "
|
|
1988
|
+
"name": "Horizontal",
|
|
2083
1989
|
"declaration": {
|
|
2084
|
-
"name": "
|
|
2085
|
-
"module": "src/
|
|
1990
|
+
"name": "Horizontal",
|
|
1991
|
+
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
2086
1992
|
}
|
|
2087
|
-
}
|
|
2088
|
-
]
|
|
2089
|
-
},
|
|
2090
|
-
{
|
|
2091
|
-
"kind": "javascript-module",
|
|
2092
|
-
"path": "src/anchor/anchor.styles.ts",
|
|
2093
|
-
"declarations": [
|
|
2094
|
-
{
|
|
2095
|
-
"kind": "function",
|
|
2096
|
-
"name": "zeroAnchorStyles",
|
|
2097
|
-
"return": {
|
|
2098
|
-
"type": {
|
|
2099
|
-
"text": "ElementStyles"
|
|
2100
|
-
}
|
|
2101
|
-
},
|
|
2102
|
-
"parameters": [
|
|
2103
|
-
{
|
|
2104
|
-
"name": "context",
|
|
2105
|
-
"type": {
|
|
2106
|
-
"text": "ElementDefinitionContext"
|
|
2107
|
-
}
|
|
2108
|
-
},
|
|
2109
|
-
{
|
|
2110
|
-
"name": "definition",
|
|
2111
|
-
"type": {
|
|
2112
|
-
"text": "FoundationElementDefinition"
|
|
2113
|
-
}
|
|
2114
|
-
}
|
|
2115
|
-
]
|
|
2116
|
-
}
|
|
2117
|
-
],
|
|
2118
|
-
"exports": [
|
|
1993
|
+
},
|
|
2119
1994
|
{
|
|
2120
1995
|
"kind": "js",
|
|
2121
|
-
"name": "
|
|
1996
|
+
"name": "Vertical",
|
|
2122
1997
|
"declaration": {
|
|
2123
|
-
"name": "
|
|
2124
|
-
"module": "src/
|
|
1998
|
+
"name": "Vertical",
|
|
1999
|
+
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
2125
2000
|
}
|
|
2126
2001
|
}
|
|
2127
2002
|
]
|
|
2128
2003
|
},
|
|
2129
2004
|
{
|
|
2130
2005
|
"kind": "javascript-module",
|
|
2131
|
-
"path": "src/
|
|
2006
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2132
2007
|
"declarations": [
|
|
2133
2008
|
{
|
|
2134
2009
|
"kind": "function",
|
|
2135
|
-
"name": "
|
|
2010
|
+
"name": "zeroActionsMenuStyles",
|
|
2136
2011
|
"return": {
|
|
2137
2012
|
"type": {
|
|
2138
|
-
"text": "
|
|
2013
|
+
"text": "ElementStyles"
|
|
2139
2014
|
}
|
|
2140
2015
|
},
|
|
2141
2016
|
"parameters": [
|
|
@@ -2157,252 +2032,383 @@
|
|
|
2157
2032
|
"exports": [
|
|
2158
2033
|
{
|
|
2159
2034
|
"kind": "js",
|
|
2160
|
-
"name": "
|
|
2035
|
+
"name": "zeroActionsMenuStyles",
|
|
2161
2036
|
"declaration": {
|
|
2162
|
-
"name": "
|
|
2163
|
-
"module": "src/
|
|
2037
|
+
"name": "zeroActionsMenuStyles",
|
|
2038
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2164
2039
|
}
|
|
2165
2040
|
}
|
|
2166
2041
|
]
|
|
2167
2042
|
},
|
|
2168
2043
|
{
|
|
2169
2044
|
"kind": "javascript-module",
|
|
2170
|
-
"path": "src/
|
|
2045
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2171
2046
|
"declarations": [
|
|
2172
2047
|
{
|
|
2173
2048
|
"kind": "class",
|
|
2174
2049
|
"description": "",
|
|
2175
|
-
"name": "
|
|
2050
|
+
"name": "ActionsMenu",
|
|
2176
2051
|
"superclass": {
|
|
2177
|
-
"name": "
|
|
2052
|
+
"name": "FoundationActionsMenu",
|
|
2178
2053
|
"package": "@genesislcap/foundation-ui"
|
|
2179
2054
|
},
|
|
2180
|
-
"tagName": "%%prefix%%-
|
|
2055
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2181
2056
|
"customElement": true,
|
|
2182
2057
|
"attributes": [
|
|
2183
2058
|
{
|
|
2184
|
-
"name": "
|
|
2059
|
+
"name": "is-vertical",
|
|
2185
2060
|
"type": {
|
|
2186
|
-
"text": "
|
|
2061
|
+
"text": "boolean"
|
|
2187
2062
|
},
|
|
2188
|
-
"
|
|
2189
|
-
"fieldName": "
|
|
2063
|
+
"default": "false",
|
|
2064
|
+
"fieldName": "isVertical",
|
|
2190
2065
|
"inheritedFrom": {
|
|
2191
|
-
"name": "
|
|
2192
|
-
"module": "src/
|
|
2066
|
+
"name": "ActionsMenu",
|
|
2067
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2193
2068
|
}
|
|
2194
2069
|
},
|
|
2195
2070
|
{
|
|
2196
|
-
"name": "
|
|
2071
|
+
"name": "add-default-actions",
|
|
2197
2072
|
"type": {
|
|
2198
|
-
"text": "
|
|
2073
|
+
"text": "boolean"
|
|
2199
2074
|
},
|
|
2200
|
-
"
|
|
2201
|
-
"fieldName": "
|
|
2075
|
+
"default": "true",
|
|
2076
|
+
"fieldName": "addDefaultActions",
|
|
2202
2077
|
"inheritedFrom": {
|
|
2203
|
-
"name": "
|
|
2204
|
-
"module": "src/
|
|
2078
|
+
"name": "ActionsMenu",
|
|
2079
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2205
2080
|
}
|
|
2206
2081
|
},
|
|
2207
2082
|
{
|
|
2208
|
-
"name": "
|
|
2083
|
+
"name": "auto-close-on-action",
|
|
2209
2084
|
"type": {
|
|
2210
|
-
"text": "
|
|
2085
|
+
"text": "boolean"
|
|
2211
2086
|
},
|
|
2212
|
-
"
|
|
2213
|
-
"fieldName": "
|
|
2087
|
+
"default": "true",
|
|
2088
|
+
"fieldName": "autoCloseOnAction",
|
|
2214
2089
|
"inheritedFrom": {
|
|
2215
|
-
"name": "
|
|
2216
|
-
"module": "src/
|
|
2090
|
+
"name": "ActionsMenu",
|
|
2091
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2217
2092
|
}
|
|
2218
2093
|
},
|
|
2219
2094
|
{
|
|
2220
|
-
"name": "
|
|
2095
|
+
"name": "name",
|
|
2221
2096
|
"type": {
|
|
2222
2097
|
"text": "string"
|
|
2223
2098
|
},
|
|
2224
|
-
"
|
|
2225
|
-
"fieldName": "
|
|
2099
|
+
"default": "'Actions'",
|
|
2100
|
+
"fieldName": "name",
|
|
2226
2101
|
"inheritedFrom": {
|
|
2227
|
-
"name": "
|
|
2228
|
-
"module": "src/
|
|
2102
|
+
"name": "ActionsMenu",
|
|
2103
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2229
2104
|
}
|
|
2230
2105
|
},
|
|
2231
2106
|
{
|
|
2232
|
-
"name": "
|
|
2107
|
+
"name": "open",
|
|
2233
2108
|
"type": {
|
|
2234
|
-
"text": "
|
|
2109
|
+
"text": "boolean"
|
|
2235
2110
|
},
|
|
2236
|
-
"
|
|
2237
|
-
"fieldName": "
|
|
2111
|
+
"default": "false",
|
|
2112
|
+
"fieldName": "open",
|
|
2238
2113
|
"inheritedFrom": {
|
|
2239
|
-
"name": "
|
|
2240
|
-
"module": "src/
|
|
2114
|
+
"name": "ActionsMenu",
|
|
2115
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2241
2116
|
}
|
|
2242
2117
|
},
|
|
2243
2118
|
{
|
|
2244
|
-
"name": "
|
|
2119
|
+
"name": "buttonAppearance",
|
|
2245
2120
|
"type": {
|
|
2246
2121
|
"text": "string"
|
|
2247
2122
|
},
|
|
2248
|
-
"
|
|
2249
|
-
"fieldName": "rel",
|
|
2123
|
+
"fieldName": "buttonAppearance",
|
|
2250
2124
|
"inheritedFrom": {
|
|
2251
|
-
"name": "
|
|
2252
|
-
"module": "src/
|
|
2125
|
+
"name": "ActionsMenu",
|
|
2126
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2253
2127
|
}
|
|
2254
2128
|
},
|
|
2255
2129
|
{
|
|
2256
|
-
"name": "
|
|
2130
|
+
"name": "hide-disabled",
|
|
2257
2131
|
"type": {
|
|
2258
|
-
"text": "
|
|
2132
|
+
"text": "boolean"
|
|
2259
2133
|
},
|
|
2260
|
-
"
|
|
2261
|
-
"fieldName": "
|
|
2134
|
+
"default": "false",
|
|
2135
|
+
"fieldName": "hideDisabled",
|
|
2262
2136
|
"inheritedFrom": {
|
|
2263
|
-
"name": "
|
|
2264
|
-
"module": "src/
|
|
2137
|
+
"name": "ActionsMenu",
|
|
2138
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2265
2139
|
}
|
|
2266
2140
|
},
|
|
2267
2141
|
{
|
|
2268
|
-
"name": "
|
|
2142
|
+
"name": "hide-menu-single-option",
|
|
2143
|
+
"type": {
|
|
2144
|
+
"text": "boolean"
|
|
2145
|
+
},
|
|
2146
|
+
"default": "false",
|
|
2147
|
+
"fieldName": "hideMenuSingleOption",
|
|
2148
|
+
"inheritedFrom": {
|
|
2149
|
+
"name": "ActionsMenu",
|
|
2150
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2151
|
+
}
|
|
2152
|
+
}
|
|
2153
|
+
],
|
|
2154
|
+
"members": [
|
|
2155
|
+
{
|
|
2156
|
+
"kind": "field",
|
|
2157
|
+
"name": "actions",
|
|
2158
|
+
"type": {
|
|
2159
|
+
"text": "ActionMenuItem[]"
|
|
2160
|
+
},
|
|
2161
|
+
"inheritedFrom": {
|
|
2162
|
+
"name": "ActionsMenu",
|
|
2163
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2164
|
+
}
|
|
2165
|
+
},
|
|
2166
|
+
{
|
|
2167
|
+
"kind": "field",
|
|
2168
|
+
"name": "isVertical",
|
|
2169
|
+
"type": {
|
|
2170
|
+
"text": "boolean"
|
|
2171
|
+
},
|
|
2172
|
+
"default": "false",
|
|
2173
|
+
"inheritedFrom": {
|
|
2174
|
+
"name": "ActionsMenu",
|
|
2175
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2176
|
+
}
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"kind": "field",
|
|
2180
|
+
"name": "addDefaultActions",
|
|
2181
|
+
"type": {
|
|
2182
|
+
"text": "boolean"
|
|
2183
|
+
},
|
|
2184
|
+
"default": "true",
|
|
2185
|
+
"inheritedFrom": {
|
|
2186
|
+
"name": "ActionsMenu",
|
|
2187
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2188
|
+
}
|
|
2189
|
+
},
|
|
2190
|
+
{
|
|
2191
|
+
"kind": "field",
|
|
2192
|
+
"name": "autoCloseOnAction",
|
|
2193
|
+
"type": {
|
|
2194
|
+
"text": "boolean"
|
|
2195
|
+
},
|
|
2196
|
+
"default": "true",
|
|
2197
|
+
"inheritedFrom": {
|
|
2198
|
+
"name": "ActionsMenu",
|
|
2199
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2200
|
+
}
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
"kind": "field",
|
|
2204
|
+
"name": "classNames",
|
|
2269
2205
|
"type": {
|
|
2270
2206
|
"text": "string"
|
|
2271
2207
|
},
|
|
2272
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2273
|
-
"fieldName": "type",
|
|
2274
2208
|
"inheritedFrom": {
|
|
2275
|
-
"name": "
|
|
2276
|
-
"module": "src/
|
|
2209
|
+
"name": "ActionsMenu",
|
|
2210
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2277
2211
|
}
|
|
2278
|
-
}
|
|
2279
|
-
],
|
|
2280
|
-
"members": [
|
|
2212
|
+
},
|
|
2281
2213
|
{
|
|
2282
2214
|
"kind": "field",
|
|
2283
|
-
"name": "
|
|
2215
|
+
"name": "definition",
|
|
2284
2216
|
"type": {
|
|
2285
|
-
"text": "
|
|
2217
|
+
"text": "any"
|
|
2286
2218
|
},
|
|
2287
|
-
"privacy": "public",
|
|
2288
|
-
"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.",
|
|
2289
2219
|
"inheritedFrom": {
|
|
2290
|
-
"name": "
|
|
2291
|
-
"module": "src/
|
|
2220
|
+
"name": "ActionsMenu",
|
|
2221
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2292
2222
|
}
|
|
2293
2223
|
},
|
|
2294
2224
|
{
|
|
2295
2225
|
"kind": "field",
|
|
2296
|
-
"name": "
|
|
2226
|
+
"name": "name",
|
|
2297
2227
|
"type": {
|
|
2298
2228
|
"text": "string"
|
|
2299
2229
|
},
|
|
2300
|
-
"
|
|
2301
|
-
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2230
|
+
"default": "'Actions'",
|
|
2302
2231
|
"inheritedFrom": {
|
|
2303
|
-
"name": "
|
|
2304
|
-
"module": "src/
|
|
2232
|
+
"name": "ActionsMenu",
|
|
2233
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2305
2234
|
}
|
|
2306
2235
|
},
|
|
2307
2236
|
{
|
|
2308
2237
|
"kind": "field",
|
|
2309
|
-
"name": "
|
|
2238
|
+
"name": "open",
|
|
2310
2239
|
"type": {
|
|
2311
|
-
"text": "
|
|
2240
|
+
"text": "boolean"
|
|
2312
2241
|
},
|
|
2313
|
-
"
|
|
2314
|
-
"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.",
|
|
2242
|
+
"default": "false",
|
|
2315
2243
|
"inheritedFrom": {
|
|
2316
|
-
"name": "
|
|
2317
|
-
"module": "src/
|
|
2244
|
+
"name": "ActionsMenu",
|
|
2245
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2318
2246
|
}
|
|
2319
2247
|
},
|
|
2320
2248
|
{
|
|
2321
2249
|
"kind": "field",
|
|
2322
|
-
"name": "
|
|
2250
|
+
"name": "buttonAppearance",
|
|
2323
2251
|
"type": {
|
|
2324
2252
|
"text": "string"
|
|
2325
2253
|
},
|
|
2326
|
-
"privacy": "public",
|
|
2327
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2328
2254
|
"inheritedFrom": {
|
|
2329
|
-
"name": "
|
|
2330
|
-
"module": "src/
|
|
2255
|
+
"name": "ActionsMenu",
|
|
2256
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2331
2257
|
}
|
|
2332
2258
|
},
|
|
2333
2259
|
{
|
|
2334
2260
|
"kind": "field",
|
|
2335
|
-
"name": "
|
|
2261
|
+
"name": "hideDisabled",
|
|
2336
2262
|
"type": {
|
|
2337
|
-
"text": "
|
|
2263
|
+
"text": "boolean"
|
|
2338
2264
|
},
|
|
2339
|
-
"
|
|
2340
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2265
|
+
"default": "false",
|
|
2341
2266
|
"inheritedFrom": {
|
|
2342
|
-
"name": "
|
|
2343
|
-
"module": "src/
|
|
2267
|
+
"name": "ActionsMenu",
|
|
2268
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2344
2269
|
}
|
|
2345
2270
|
},
|
|
2346
2271
|
{
|
|
2347
2272
|
"kind": "field",
|
|
2348
|
-
"name": "
|
|
2273
|
+
"name": "hideMenuSingleOption",
|
|
2349
2274
|
"type": {
|
|
2350
|
-
"text": "
|
|
2275
|
+
"text": "boolean"
|
|
2351
2276
|
},
|
|
2352
|
-
"
|
|
2353
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2277
|
+
"default": "false",
|
|
2354
2278
|
"inheritedFrom": {
|
|
2355
|
-
"name": "
|
|
2356
|
-
"module": "src/
|
|
2279
|
+
"name": "ActionsMenu",
|
|
2280
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2357
2281
|
}
|
|
2358
2282
|
},
|
|
2359
2283
|
{
|
|
2360
2284
|
"kind": "field",
|
|
2361
|
-
"name": "
|
|
2285
|
+
"name": "singleOption",
|
|
2362
2286
|
"type": {
|
|
2363
|
-
"text": "
|
|
2287
|
+
"text": "ActionMenuItem"
|
|
2364
2288
|
},
|
|
2365
|
-
"privacy": "public",
|
|
2366
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2367
2289
|
"inheritedFrom": {
|
|
2368
|
-
"name": "
|
|
2369
|
-
"module": "src/
|
|
2290
|
+
"name": "ActionsMenu",
|
|
2291
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2370
2292
|
}
|
|
2371
2293
|
},
|
|
2372
2294
|
{
|
|
2373
2295
|
"kind": "field",
|
|
2374
|
-
"name": "
|
|
2296
|
+
"name": "actionsMenu",
|
|
2375
2297
|
"type": {
|
|
2376
|
-
"text": "
|
|
2298
|
+
"text": "HTMLElement"
|
|
2377
2299
|
},
|
|
2378
|
-
"privacy": "public",
|
|
2379
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2380
2300
|
"inheritedFrom": {
|
|
2381
|
-
"name": "
|
|
2382
|
-
"module": "src/
|
|
2301
|
+
"name": "ActionsMenu",
|
|
2302
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2303
|
+
}
|
|
2304
|
+
},
|
|
2305
|
+
{
|
|
2306
|
+
"kind": "method",
|
|
2307
|
+
"name": "definitionChanged",
|
|
2308
|
+
"privacy": "protected",
|
|
2309
|
+
"parameters": [
|
|
2310
|
+
{
|
|
2311
|
+
"name": "oldValue",
|
|
2312
|
+
"type": {
|
|
2313
|
+
"text": "any"
|
|
2314
|
+
}
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
"name": "newValue",
|
|
2318
|
+
"type": {
|
|
2319
|
+
"text": "any"
|
|
2320
|
+
}
|
|
2321
|
+
}
|
|
2322
|
+
],
|
|
2323
|
+
"inheritedFrom": {
|
|
2324
|
+
"name": "ActionsMenu",
|
|
2325
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2326
|
+
}
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"kind": "method",
|
|
2330
|
+
"name": "openChanged",
|
|
2331
|
+
"privacy": "protected",
|
|
2332
|
+
"inheritedFrom": {
|
|
2333
|
+
"name": "ActionsMenu",
|
|
2334
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2335
|
+
}
|
|
2336
|
+
},
|
|
2337
|
+
{
|
|
2338
|
+
"kind": "method",
|
|
2339
|
+
"name": "toggleActionsMenuVisibility",
|
|
2340
|
+
"inheritedFrom": {
|
|
2341
|
+
"name": "ActionsMenu",
|
|
2342
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2343
|
+
}
|
|
2344
|
+
},
|
|
2345
|
+
{
|
|
2346
|
+
"kind": "method",
|
|
2347
|
+
"name": "onActionMenuItemClick",
|
|
2348
|
+
"parameters": [
|
|
2349
|
+
{
|
|
2350
|
+
"name": "callback",
|
|
2351
|
+
"type": {
|
|
2352
|
+
"text": "(rowData) => void | any"
|
|
2353
|
+
}
|
|
2354
|
+
}
|
|
2355
|
+
],
|
|
2356
|
+
"inheritedFrom": {
|
|
2357
|
+
"name": "ActionsMenu",
|
|
2358
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2383
2359
|
}
|
|
2384
2360
|
},
|
|
2385
2361
|
{
|
|
2386
2362
|
"kind": "field",
|
|
2387
|
-
"name": "
|
|
2363
|
+
"name": "allActions",
|
|
2388
2364
|
"type": {
|
|
2389
|
-
"text": "
|
|
2365
|
+
"text": "ActionMenuItem[]"
|
|
2390
2366
|
},
|
|
2391
|
-
"
|
|
2392
|
-
"description": "References the root element",
|
|
2367
|
+
"readonly": true,
|
|
2393
2368
|
"inheritedFrom": {
|
|
2394
|
-
"name": "
|
|
2395
|
-
"module": "src/
|
|
2369
|
+
"name": "ActionsMenu",
|
|
2370
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2396
2371
|
}
|
|
2397
2372
|
},
|
|
2398
2373
|
{
|
|
2399
2374
|
"kind": "field",
|
|
2400
|
-
"name": "
|
|
2401
|
-
"
|
|
2402
|
-
"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",
|
|
2375
|
+
"name": "rowData",
|
|
2376
|
+
"readonly": true,
|
|
2403
2377
|
"inheritedFrom": {
|
|
2404
|
-
"name": "
|
|
2405
|
-
"module": "src/
|
|
2378
|
+
"name": "ActionsMenu",
|
|
2379
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2380
|
+
}
|
|
2381
|
+
},
|
|
2382
|
+
{
|
|
2383
|
+
"kind": "method",
|
|
2384
|
+
"name": "getLabel",
|
|
2385
|
+
"parameters": [
|
|
2386
|
+
{
|
|
2387
|
+
"name": "name",
|
|
2388
|
+
"type": {
|
|
2389
|
+
"text": "string | ((rowData: any) => string)"
|
|
2390
|
+
}
|
|
2391
|
+
}
|
|
2392
|
+
],
|
|
2393
|
+
"inheritedFrom": {
|
|
2394
|
+
"name": "ActionsMenu",
|
|
2395
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2396
|
+
}
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
"kind": "method",
|
|
2400
|
+
"name": "getTemplate",
|
|
2401
|
+
"parameters": [
|
|
2402
|
+
{
|
|
2403
|
+
"name": "prefix",
|
|
2404
|
+
"type": {
|
|
2405
|
+
"text": "string"
|
|
2406
|
+
}
|
|
2407
|
+
}
|
|
2408
|
+
],
|
|
2409
|
+
"inheritedFrom": {
|
|
2410
|
+
"name": "ActionsMenu",
|
|
2411
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2406
2412
|
}
|
|
2407
2413
|
},
|
|
2408
2414
|
{
|
|
@@ -2414,8 +2420,8 @@
|
|
|
2414
2420
|
"privacy": "private",
|
|
2415
2421
|
"default": "void 0",
|
|
2416
2422
|
"inheritedFrom": {
|
|
2417
|
-
"name": "
|
|
2418
|
-
"module": "src/
|
|
2423
|
+
"name": "FoundationElement",
|
|
2424
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2419
2425
|
}
|
|
2420
2426
|
},
|
|
2421
2427
|
{
|
|
@@ -2427,8 +2433,8 @@
|
|
|
2427
2433
|
"privacy": "public",
|
|
2428
2434
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2429
2435
|
"inheritedFrom": {
|
|
2430
|
-
"name": "
|
|
2431
|
-
"module": "src/
|
|
2436
|
+
"name": "FoundationElement",
|
|
2437
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2432
2438
|
}
|
|
2433
2439
|
},
|
|
2434
2440
|
{
|
|
@@ -2440,8 +2446,8 @@
|
|
|
2440
2446
|
"privacy": "public",
|
|
2441
2447
|
"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.",
|
|
2442
2448
|
"inheritedFrom": {
|
|
2443
|
-
"name": "
|
|
2444
|
-
"module": "src/
|
|
2449
|
+
"name": "FoundationElement",
|
|
2450
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2445
2451
|
}
|
|
2446
2452
|
},
|
|
2447
2453
|
{
|
|
@@ -2454,8 +2460,8 @@
|
|
|
2454
2460
|
}
|
|
2455
2461
|
},
|
|
2456
2462
|
"inheritedFrom": {
|
|
2457
|
-
"name": "
|
|
2458
|
-
"module": "src/
|
|
2463
|
+
"name": "FoundationElement",
|
|
2464
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2459
2465
|
}
|
|
2460
2466
|
},
|
|
2461
2467
|
{
|
|
@@ -2467,8 +2473,8 @@
|
|
|
2467
2473
|
"privacy": "public",
|
|
2468
2474
|
"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.",
|
|
2469
2475
|
"inheritedFrom": {
|
|
2470
|
-
"name": "
|
|
2471
|
-
"module": "src/
|
|
2476
|
+
"name": "FoundationElement",
|
|
2477
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2472
2478
|
}
|
|
2473
2479
|
},
|
|
2474
2480
|
{
|
|
@@ -2481,8 +2487,8 @@
|
|
|
2481
2487
|
}
|
|
2482
2488
|
},
|
|
2483
2489
|
"inheritedFrom": {
|
|
2484
|
-
"name": "
|
|
2485
|
-
"module": "src/
|
|
2490
|
+
"name": "FoundationElement",
|
|
2491
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2486
2492
|
}
|
|
2487
2493
|
},
|
|
2488
2494
|
{
|
|
@@ -2512,39 +2518,41 @@
|
|
|
2512
2518
|
],
|
|
2513
2519
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2514
2520
|
"inheritedFrom": {
|
|
2515
|
-
"name": "
|
|
2516
|
-
"module": "src/
|
|
2521
|
+
"name": "FoundationElement",
|
|
2522
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2517
2523
|
}
|
|
2518
2524
|
}
|
|
2519
2525
|
]
|
|
2520
2526
|
},
|
|
2521
2527
|
{
|
|
2522
2528
|
"kind": "variable",
|
|
2523
|
-
"name": "
|
|
2529
|
+
"name": "zeroActionsMenu",
|
|
2530
|
+
"description": "The Zero Actions Menu",
|
|
2531
|
+
"privacy": "public"
|
|
2524
2532
|
}
|
|
2525
2533
|
],
|
|
2526
2534
|
"exports": [
|
|
2527
2535
|
{
|
|
2528
2536
|
"kind": "js",
|
|
2529
|
-
"name": "
|
|
2537
|
+
"name": "ActionsMenu",
|
|
2530
2538
|
"declaration": {
|
|
2531
|
-
"name": "
|
|
2532
|
-
"module": "src/
|
|
2539
|
+
"name": "ActionsMenu",
|
|
2540
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2533
2541
|
}
|
|
2534
2542
|
},
|
|
2535
2543
|
{
|
|
2536
2544
|
"kind": "js",
|
|
2537
|
-
"name": "
|
|
2545
|
+
"name": "zeroActionsMenu",
|
|
2538
2546
|
"declaration": {
|
|
2539
|
-
"name": "
|
|
2540
|
-
"module": "src/
|
|
2547
|
+
"name": "zeroActionsMenu",
|
|
2548
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2541
2549
|
}
|
|
2542
2550
|
}
|
|
2543
2551
|
]
|
|
2544
2552
|
},
|
|
2545
2553
|
{
|
|
2546
2554
|
"kind": "javascript-module",
|
|
2547
|
-
"path": "src/
|
|
2555
|
+
"path": "src/actions-menu/index.ts",
|
|
2548
2556
|
"declarations": [],
|
|
2549
2557
|
"exports": [
|
|
2550
2558
|
{
|
|
@@ -2552,15 +2560,7 @@
|
|
|
2552
2560
|
"name": "*",
|
|
2553
2561
|
"declaration": {
|
|
2554
2562
|
"name": "*",
|
|
2555
|
-
"package": "./
|
|
2556
|
-
}
|
|
2557
|
-
},
|
|
2558
|
-
{
|
|
2559
|
-
"kind": "js",
|
|
2560
|
-
"name": "*",
|
|
2561
|
-
"declaration": {
|
|
2562
|
-
"name": "*",
|
|
2563
|
-
"package": "./anchor.styles"
|
|
2563
|
+
"package": "./actions-menu"
|
|
2564
2564
|
}
|
|
2565
2565
|
},
|
|
2566
2566
|
{
|
|
@@ -2568,7 +2568,7 @@
|
|
|
2568
2568
|
"name": "*",
|
|
2569
2569
|
"declaration": {
|
|
2570
2570
|
"name": "*",
|
|
2571
|
-
"package": "./
|
|
2571
|
+
"package": "./actions-menu.styles"
|
|
2572
2572
|
}
|
|
2573
2573
|
}
|
|
2574
2574
|
]
|