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