@genesislcap/foundation-zero 14.122.2-alpha-8195fd971b3.0 → 14.123.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1253 -1253
- package/package.json +7 -7
|
@@ -839,6 +839,194 @@
|
|
|
839
839
|
}
|
|
840
840
|
]
|
|
841
841
|
},
|
|
842
|
+
{
|
|
843
|
+
"kind": "javascript-module",
|
|
844
|
+
"path": "src/accordion/accordion.stories.ts",
|
|
845
|
+
"declarations": [
|
|
846
|
+
{
|
|
847
|
+
"kind": "variable",
|
|
848
|
+
"name": "meta",
|
|
849
|
+
"type": {
|
|
850
|
+
"text": "Meta"
|
|
851
|
+
},
|
|
852
|
+
"default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"kind": "variable",
|
|
856
|
+
"name": "Primary",
|
|
857
|
+
"type": {
|
|
858
|
+
"text": "StoryObj"
|
|
859
|
+
},
|
|
860
|
+
"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}"
|
|
861
|
+
}
|
|
862
|
+
],
|
|
863
|
+
"exports": [
|
|
864
|
+
{
|
|
865
|
+
"kind": "js",
|
|
866
|
+
"name": "default",
|
|
867
|
+
"declaration": {
|
|
868
|
+
"name": "meta",
|
|
869
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
870
|
+
}
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"kind": "js",
|
|
874
|
+
"name": "Primary",
|
|
875
|
+
"declaration": {
|
|
876
|
+
"name": "Primary",
|
|
877
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
878
|
+
}
|
|
879
|
+
}
|
|
880
|
+
]
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"kind": "javascript-module",
|
|
884
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
885
|
+
"declarations": [
|
|
886
|
+
{
|
|
887
|
+
"kind": "function",
|
|
888
|
+
"name": "zeroAccordionStyles",
|
|
889
|
+
"return": {
|
|
890
|
+
"type": {
|
|
891
|
+
"text": "ElementStyles"
|
|
892
|
+
}
|
|
893
|
+
},
|
|
894
|
+
"parameters": [
|
|
895
|
+
{
|
|
896
|
+
"name": "context",
|
|
897
|
+
"type": {
|
|
898
|
+
"text": "ElementDefinitionContext"
|
|
899
|
+
}
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"name": "definition",
|
|
903
|
+
"type": {
|
|
904
|
+
"text": "FoundationElementDefinition"
|
|
905
|
+
}
|
|
906
|
+
}
|
|
907
|
+
]
|
|
908
|
+
}
|
|
909
|
+
],
|
|
910
|
+
"exports": [
|
|
911
|
+
{
|
|
912
|
+
"kind": "js",
|
|
913
|
+
"name": "zeroAccordionStyles",
|
|
914
|
+
"declaration": {
|
|
915
|
+
"name": "zeroAccordionStyles",
|
|
916
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
917
|
+
}
|
|
918
|
+
}
|
|
919
|
+
]
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"kind": "javascript-module",
|
|
923
|
+
"path": "src/accordion/accordion.template.ts",
|
|
924
|
+
"declarations": [
|
|
925
|
+
{
|
|
926
|
+
"kind": "function",
|
|
927
|
+
"name": "zeroAccordionTemplate",
|
|
928
|
+
"return": {
|
|
929
|
+
"type": {
|
|
930
|
+
"text": "ViewTemplate<Accordion>"
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
"parameters": [
|
|
934
|
+
{
|
|
935
|
+
"name": "context",
|
|
936
|
+
"type": {
|
|
937
|
+
"text": "ElementDefinitionContext"
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"name": "definition",
|
|
942
|
+
"type": {
|
|
943
|
+
"text": "FoundationElementDefinition"
|
|
944
|
+
}
|
|
945
|
+
}
|
|
946
|
+
]
|
|
947
|
+
}
|
|
948
|
+
],
|
|
949
|
+
"exports": [
|
|
950
|
+
{
|
|
951
|
+
"kind": "js",
|
|
952
|
+
"name": "zeroAccordionTemplate",
|
|
953
|
+
"declaration": {
|
|
954
|
+
"name": "zeroAccordionTemplate",
|
|
955
|
+
"module": "src/accordion/accordion.template.ts"
|
|
956
|
+
}
|
|
957
|
+
}
|
|
958
|
+
]
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"kind": "javascript-module",
|
|
962
|
+
"path": "src/accordion/accordion.ts",
|
|
963
|
+
"declarations": [
|
|
964
|
+
{
|
|
965
|
+
"kind": "class",
|
|
966
|
+
"description": "",
|
|
967
|
+
"name": "Accordion",
|
|
968
|
+
"superclass": {
|
|
969
|
+
"name": "FoundationAccordion",
|
|
970
|
+
"package": "@genesislcap/foundation-ui"
|
|
971
|
+
},
|
|
972
|
+
"tagName": "%%prefix%%-card",
|
|
973
|
+
"customElement": true
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"kind": "variable",
|
|
977
|
+
"name": "zeroAccordion"
|
|
978
|
+
}
|
|
979
|
+
],
|
|
980
|
+
"exports": [
|
|
981
|
+
{
|
|
982
|
+
"kind": "js",
|
|
983
|
+
"name": "Accordion",
|
|
984
|
+
"declaration": {
|
|
985
|
+
"name": "Accordion",
|
|
986
|
+
"module": "src/accordion/accordion.ts"
|
|
987
|
+
}
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"kind": "js",
|
|
991
|
+
"name": "zeroAccordion",
|
|
992
|
+
"declaration": {
|
|
993
|
+
"name": "zeroAccordion",
|
|
994
|
+
"module": "src/accordion/accordion.ts"
|
|
995
|
+
}
|
|
996
|
+
}
|
|
997
|
+
]
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"kind": "javascript-module",
|
|
1001
|
+
"path": "src/accordion/index.ts",
|
|
1002
|
+
"declarations": [],
|
|
1003
|
+
"exports": [
|
|
1004
|
+
{
|
|
1005
|
+
"kind": "js",
|
|
1006
|
+
"name": "*",
|
|
1007
|
+
"declaration": {
|
|
1008
|
+
"name": "*",
|
|
1009
|
+
"package": "./accordion"
|
|
1010
|
+
}
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"kind": "js",
|
|
1014
|
+
"name": "*",
|
|
1015
|
+
"declaration": {
|
|
1016
|
+
"name": "*",
|
|
1017
|
+
"package": "./accordion.styles"
|
|
1018
|
+
}
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"kind": "js",
|
|
1022
|
+
"name": "*",
|
|
1023
|
+
"declaration": {
|
|
1024
|
+
"name": "*",
|
|
1025
|
+
"package": "./accordion.template"
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
1028
|
+
]
|
|
1029
|
+
},
|
|
842
1030
|
{
|
|
843
1031
|
"kind": "javascript-module",
|
|
844
1032
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1201,7 +1389,7 @@
|
|
|
1201
1389
|
},
|
|
1202
1390
|
{
|
|
1203
1391
|
"kind": "javascript-module",
|
|
1204
|
-
"path": "src/
|
|
1392
|
+
"path": "src/actions-menu/actions-menu.stories.ts",
|
|
1205
1393
|
"declarations": [
|
|
1206
1394
|
{
|
|
1207
1395
|
"kind": "variable",
|
|
@@ -1209,15 +1397,23 @@
|
|
|
1209
1397
|
"type": {
|
|
1210
1398
|
"text": "Meta"
|
|
1211
1399
|
},
|
|
1212
|
-
"default": "{\n title: '
|
|
1400
|
+
"default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
|
|
1213
1401
|
},
|
|
1214
1402
|
{
|
|
1215
1403
|
"kind": "variable",
|
|
1216
|
-
"name": "
|
|
1404
|
+
"name": "Horizontal",
|
|
1217
1405
|
"type": {
|
|
1218
1406
|
"text": "StoryObj"
|
|
1219
1407
|
},
|
|
1220
|
-
"default": "{\n
|
|
1408
|
+
"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}"
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"kind": "variable",
|
|
1412
|
+
"name": "Vertical",
|
|
1413
|
+
"type": {
|
|
1414
|
+
"text": "StoryObj"
|
|
1415
|
+
},
|
|
1416
|
+
"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}"
|
|
1221
1417
|
}
|
|
1222
1418
|
],
|
|
1223
1419
|
"exports": [
|
|
@@ -1226,26 +1422,34 @@
|
|
|
1226
1422
|
"name": "default",
|
|
1227
1423
|
"declaration": {
|
|
1228
1424
|
"name": "meta",
|
|
1229
|
-
"module": "src/
|
|
1425
|
+
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
1230
1426
|
}
|
|
1231
1427
|
},
|
|
1232
1428
|
{
|
|
1233
1429
|
"kind": "js",
|
|
1234
|
-
"name": "
|
|
1430
|
+
"name": "Horizontal",
|
|
1235
1431
|
"declaration": {
|
|
1236
|
-
"name": "
|
|
1237
|
-
"module": "src/
|
|
1432
|
+
"name": "Horizontal",
|
|
1433
|
+
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
1434
|
+
}
|
|
1435
|
+
},
|
|
1436
|
+
{
|
|
1437
|
+
"kind": "js",
|
|
1438
|
+
"name": "Vertical",
|
|
1439
|
+
"declaration": {
|
|
1440
|
+
"name": "Vertical",
|
|
1441
|
+
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
1238
1442
|
}
|
|
1239
1443
|
}
|
|
1240
1444
|
]
|
|
1241
1445
|
},
|
|
1242
1446
|
{
|
|
1243
1447
|
"kind": "javascript-module",
|
|
1244
|
-
"path": "src/
|
|
1448
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1245
1449
|
"declarations": [
|
|
1246
1450
|
{
|
|
1247
1451
|
"kind": "function",
|
|
1248
|
-
"name": "
|
|
1452
|
+
"name": "zeroActionsMenuStyles",
|
|
1249
1453
|
"return": {
|
|
1250
1454
|
"type": {
|
|
1251
1455
|
"text": "ElementStyles"
|
|
@@ -1270,235 +1474,31 @@
|
|
|
1270
1474
|
"exports": [
|
|
1271
1475
|
{
|
|
1272
1476
|
"kind": "js",
|
|
1273
|
-
"name": "
|
|
1477
|
+
"name": "zeroActionsMenuStyles",
|
|
1274
1478
|
"declaration": {
|
|
1275
|
-
"name": "
|
|
1276
|
-
"module": "src/
|
|
1479
|
+
"name": "zeroActionsMenuStyles",
|
|
1480
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1277
1481
|
}
|
|
1278
1482
|
}
|
|
1279
1483
|
]
|
|
1280
1484
|
},
|
|
1281
1485
|
{
|
|
1282
1486
|
"kind": "javascript-module",
|
|
1283
|
-
"path": "src/
|
|
1487
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1284
1488
|
"declarations": [
|
|
1285
1489
|
{
|
|
1286
|
-
"kind": "
|
|
1287
|
-
"
|
|
1288
|
-
"
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1490
|
+
"kind": "class",
|
|
1491
|
+
"description": "",
|
|
1492
|
+
"name": "ActionsMenu",
|
|
1493
|
+
"superclass": {
|
|
1494
|
+
"name": "FoundationActionsMenu",
|
|
1495
|
+
"package": "@genesislcap/foundation-ui"
|
|
1292
1496
|
},
|
|
1293
|
-
"
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
"type": {
|
|
1297
|
-
"text": "ElementDefinitionContext"
|
|
1298
|
-
}
|
|
1299
|
-
},
|
|
1497
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1498
|
+
"customElement": true,
|
|
1499
|
+
"attributes": [
|
|
1300
1500
|
{
|
|
1301
|
-
"name": "
|
|
1302
|
-
"type": {
|
|
1303
|
-
"text": "FoundationElementDefinition"
|
|
1304
|
-
}
|
|
1305
|
-
}
|
|
1306
|
-
]
|
|
1307
|
-
}
|
|
1308
|
-
],
|
|
1309
|
-
"exports": [
|
|
1310
|
-
{
|
|
1311
|
-
"kind": "js",
|
|
1312
|
-
"name": "zeroAccordionTemplate",
|
|
1313
|
-
"declaration": {
|
|
1314
|
-
"name": "zeroAccordionTemplate",
|
|
1315
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1316
|
-
}
|
|
1317
|
-
}
|
|
1318
|
-
]
|
|
1319
|
-
},
|
|
1320
|
-
{
|
|
1321
|
-
"kind": "javascript-module",
|
|
1322
|
-
"path": "src/accordion/accordion.ts",
|
|
1323
|
-
"declarations": [
|
|
1324
|
-
{
|
|
1325
|
-
"kind": "class",
|
|
1326
|
-
"description": "",
|
|
1327
|
-
"name": "Accordion",
|
|
1328
|
-
"superclass": {
|
|
1329
|
-
"name": "FoundationAccordion",
|
|
1330
|
-
"package": "@genesislcap/foundation-ui"
|
|
1331
|
-
},
|
|
1332
|
-
"tagName": "%%prefix%%-card",
|
|
1333
|
-
"customElement": true
|
|
1334
|
-
},
|
|
1335
|
-
{
|
|
1336
|
-
"kind": "variable",
|
|
1337
|
-
"name": "zeroAccordion"
|
|
1338
|
-
}
|
|
1339
|
-
],
|
|
1340
|
-
"exports": [
|
|
1341
|
-
{
|
|
1342
|
-
"kind": "js",
|
|
1343
|
-
"name": "Accordion",
|
|
1344
|
-
"declaration": {
|
|
1345
|
-
"name": "Accordion",
|
|
1346
|
-
"module": "src/accordion/accordion.ts"
|
|
1347
|
-
}
|
|
1348
|
-
},
|
|
1349
|
-
{
|
|
1350
|
-
"kind": "js",
|
|
1351
|
-
"name": "zeroAccordion",
|
|
1352
|
-
"declaration": {
|
|
1353
|
-
"name": "zeroAccordion",
|
|
1354
|
-
"module": "src/accordion/accordion.ts"
|
|
1355
|
-
}
|
|
1356
|
-
}
|
|
1357
|
-
]
|
|
1358
|
-
},
|
|
1359
|
-
{
|
|
1360
|
-
"kind": "javascript-module",
|
|
1361
|
-
"path": "src/accordion/index.ts",
|
|
1362
|
-
"declarations": [],
|
|
1363
|
-
"exports": [
|
|
1364
|
-
{
|
|
1365
|
-
"kind": "js",
|
|
1366
|
-
"name": "*",
|
|
1367
|
-
"declaration": {
|
|
1368
|
-
"name": "*",
|
|
1369
|
-
"package": "./accordion"
|
|
1370
|
-
}
|
|
1371
|
-
},
|
|
1372
|
-
{
|
|
1373
|
-
"kind": "js",
|
|
1374
|
-
"name": "*",
|
|
1375
|
-
"declaration": {
|
|
1376
|
-
"name": "*",
|
|
1377
|
-
"package": "./accordion.styles"
|
|
1378
|
-
}
|
|
1379
|
-
},
|
|
1380
|
-
{
|
|
1381
|
-
"kind": "js",
|
|
1382
|
-
"name": "*",
|
|
1383
|
-
"declaration": {
|
|
1384
|
-
"name": "*",
|
|
1385
|
-
"package": "./accordion.template"
|
|
1386
|
-
}
|
|
1387
|
-
}
|
|
1388
|
-
]
|
|
1389
|
-
},
|
|
1390
|
-
{
|
|
1391
|
-
"kind": "javascript-module",
|
|
1392
|
-
"path": "src/actions-menu/actions-menu.stories.ts",
|
|
1393
|
-
"declarations": [
|
|
1394
|
-
{
|
|
1395
|
-
"kind": "variable",
|
|
1396
|
-
"name": "meta",
|
|
1397
|
-
"type": {
|
|
1398
|
-
"text": "Meta"
|
|
1399
|
-
},
|
|
1400
|
-
"default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
|
|
1401
|
-
},
|
|
1402
|
-
{
|
|
1403
|
-
"kind": "variable",
|
|
1404
|
-
"name": "Horizontal",
|
|
1405
|
-
"type": {
|
|
1406
|
-
"text": "StoryObj"
|
|
1407
|
-
},
|
|
1408
|
-
"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}"
|
|
1409
|
-
},
|
|
1410
|
-
{
|
|
1411
|
-
"kind": "variable",
|
|
1412
|
-
"name": "Vertical",
|
|
1413
|
-
"type": {
|
|
1414
|
-
"text": "StoryObj"
|
|
1415
|
-
},
|
|
1416
|
-
"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}"
|
|
1417
|
-
}
|
|
1418
|
-
],
|
|
1419
|
-
"exports": [
|
|
1420
|
-
{
|
|
1421
|
-
"kind": "js",
|
|
1422
|
-
"name": "default",
|
|
1423
|
-
"declaration": {
|
|
1424
|
-
"name": "meta",
|
|
1425
|
-
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
1426
|
-
}
|
|
1427
|
-
},
|
|
1428
|
-
{
|
|
1429
|
-
"kind": "js",
|
|
1430
|
-
"name": "Horizontal",
|
|
1431
|
-
"declaration": {
|
|
1432
|
-
"name": "Horizontal",
|
|
1433
|
-
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
1434
|
-
}
|
|
1435
|
-
},
|
|
1436
|
-
{
|
|
1437
|
-
"kind": "js",
|
|
1438
|
-
"name": "Vertical",
|
|
1439
|
-
"declaration": {
|
|
1440
|
-
"name": "Vertical",
|
|
1441
|
-
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
1442
|
-
}
|
|
1443
|
-
}
|
|
1444
|
-
]
|
|
1445
|
-
},
|
|
1446
|
-
{
|
|
1447
|
-
"kind": "javascript-module",
|
|
1448
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1449
|
-
"declarations": [
|
|
1450
|
-
{
|
|
1451
|
-
"kind": "function",
|
|
1452
|
-
"name": "zeroActionsMenuStyles",
|
|
1453
|
-
"return": {
|
|
1454
|
-
"type": {
|
|
1455
|
-
"text": "ElementStyles"
|
|
1456
|
-
}
|
|
1457
|
-
},
|
|
1458
|
-
"parameters": [
|
|
1459
|
-
{
|
|
1460
|
-
"name": "context",
|
|
1461
|
-
"type": {
|
|
1462
|
-
"text": "ElementDefinitionContext"
|
|
1463
|
-
}
|
|
1464
|
-
},
|
|
1465
|
-
{
|
|
1466
|
-
"name": "definition",
|
|
1467
|
-
"type": {
|
|
1468
|
-
"text": "FoundationElementDefinition"
|
|
1469
|
-
}
|
|
1470
|
-
}
|
|
1471
|
-
]
|
|
1472
|
-
}
|
|
1473
|
-
],
|
|
1474
|
-
"exports": [
|
|
1475
|
-
{
|
|
1476
|
-
"kind": "js",
|
|
1477
|
-
"name": "zeroActionsMenuStyles",
|
|
1478
|
-
"declaration": {
|
|
1479
|
-
"name": "zeroActionsMenuStyles",
|
|
1480
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1481
|
-
}
|
|
1482
|
-
}
|
|
1483
|
-
]
|
|
1484
|
-
},
|
|
1485
|
-
{
|
|
1486
|
-
"kind": "javascript-module",
|
|
1487
|
-
"path": "src/actions-menu/actions-menu.ts",
|
|
1488
|
-
"declarations": [
|
|
1489
|
-
{
|
|
1490
|
-
"kind": "class",
|
|
1491
|
-
"description": "",
|
|
1492
|
-
"name": "ActionsMenu",
|
|
1493
|
-
"superclass": {
|
|
1494
|
-
"name": "FoundationActionsMenu",
|
|
1495
|
-
"package": "@genesislcap/foundation-ui"
|
|
1496
|
-
},
|
|
1497
|
-
"tagName": "%%prefix%%-actions-menu",
|
|
1498
|
-
"customElement": true,
|
|
1499
|
-
"attributes": [
|
|
1500
|
-
{
|
|
1501
|
-
"name": "is-vertical",
|
|
1501
|
+
"name": "is-vertical",
|
|
1502
1502
|
"type": {
|
|
1503
1503
|
"text": "boolean"
|
|
1504
1504
|
},
|
|
@@ -7561,7 +7561,7 @@
|
|
|
7561
7561
|
},
|
|
7562
7562
|
{
|
|
7563
7563
|
"kind": "javascript-module",
|
|
7564
|
-
"path": "src/
|
|
7564
|
+
"path": "src/combobox/combobox.stories.ts",
|
|
7565
7565
|
"declarations": [
|
|
7566
7566
|
{
|
|
7567
7567
|
"kind": "variable",
|
|
@@ -7569,7 +7569,7 @@
|
|
|
7569
7569
|
"type": {
|
|
7570
7570
|
"text": "Meta"
|
|
7571
7571
|
},
|
|
7572
|
-
"default": "{\n title: '
|
|
7572
|
+
"default": "{\n title: 'Combobox',\n component: 'zero-combobox',\n}"
|
|
7573
7573
|
},
|
|
7574
7574
|
{
|
|
7575
7575
|
"kind": "variable",
|
|
@@ -7577,7 +7577,7 @@
|
|
|
7577
7577
|
"type": {
|
|
7578
7578
|
"text": "StoryObj"
|
|
7579
7579
|
},
|
|
7580
|
-
"default": "{\n
|
|
7580
|
+
"default": "{\n ...OptionsMapperTemplate,\n argTypes: {\n position: {\n control: 'select',\n options: ['above', 'below'],\n },\n },\n args: {\n options: optionsData,\n position: 'below',\n },\n}"
|
|
7581
7581
|
}
|
|
7582
7582
|
],
|
|
7583
7583
|
"exports": [
|
|
@@ -7586,7 +7586,7 @@
|
|
|
7586
7586
|
"name": "default",
|
|
7587
7587
|
"declaration": {
|
|
7588
7588
|
"name": "meta",
|
|
7589
|
-
"module": "src/
|
|
7589
|
+
"module": "src/combobox/combobox.stories.ts"
|
|
7590
7590
|
}
|
|
7591
7591
|
},
|
|
7592
7592
|
{
|
|
@@ -7594,18 +7594,18 @@
|
|
|
7594
7594
|
"name": "Primary",
|
|
7595
7595
|
"declaration": {
|
|
7596
7596
|
"name": "Primary",
|
|
7597
|
-
"module": "src/
|
|
7597
|
+
"module": "src/combobox/combobox.stories.ts"
|
|
7598
7598
|
}
|
|
7599
7599
|
}
|
|
7600
7600
|
]
|
|
7601
7601
|
},
|
|
7602
7602
|
{
|
|
7603
7603
|
"kind": "javascript-module",
|
|
7604
|
-
"path": "src/
|
|
7604
|
+
"path": "src/combobox/combobox.styles.ts",
|
|
7605
7605
|
"declarations": [
|
|
7606
7606
|
{
|
|
7607
7607
|
"kind": "function",
|
|
7608
|
-
"name": "
|
|
7608
|
+
"name": "zeroComboboxStyles",
|
|
7609
7609
|
"return": {
|
|
7610
7610
|
"type": {
|
|
7611
7611
|
"text": "ElementStyles"
|
|
@@ -7621,7 +7621,7 @@
|
|
|
7621
7621
|
{
|
|
7622
7622
|
"name": "definition",
|
|
7623
7623
|
"type": {
|
|
7624
|
-
"text": "
|
|
7624
|
+
"text": "FoundationElementDefinition"
|
|
7625
7625
|
}
|
|
7626
7626
|
}
|
|
7627
7627
|
]
|
|
@@ -7630,24 +7630,24 @@
|
|
|
7630
7630
|
"exports": [
|
|
7631
7631
|
{
|
|
7632
7632
|
"kind": "js",
|
|
7633
|
-
"name": "
|
|
7633
|
+
"name": "zeroComboboxStyles",
|
|
7634
7634
|
"declaration": {
|
|
7635
|
-
"name": "
|
|
7636
|
-
"module": "src/
|
|
7635
|
+
"name": "zeroComboboxStyles",
|
|
7636
|
+
"module": "src/combobox/combobox.styles.ts"
|
|
7637
7637
|
}
|
|
7638
7638
|
}
|
|
7639
7639
|
]
|
|
7640
7640
|
},
|
|
7641
7641
|
{
|
|
7642
7642
|
"kind": "javascript-module",
|
|
7643
|
-
"path": "src/
|
|
7643
|
+
"path": "src/combobox/combobox.template.ts",
|
|
7644
7644
|
"declarations": [
|
|
7645
7645
|
{
|
|
7646
7646
|
"kind": "function",
|
|
7647
|
-
"name": "
|
|
7647
|
+
"name": "zeroComboboxTemplate",
|
|
7648
7648
|
"return": {
|
|
7649
7649
|
"type": {
|
|
7650
|
-
"text": "ViewTemplate<
|
|
7650
|
+
"text": "ViewTemplate<Combobox>"
|
|
7651
7651
|
}
|
|
7652
7652
|
},
|
|
7653
7653
|
"parameters": [
|
|
@@ -7660,7 +7660,7 @@
|
|
|
7660
7660
|
{
|
|
7661
7661
|
"name": "definition",
|
|
7662
7662
|
"type": {
|
|
7663
|
-
"text": "
|
|
7663
|
+
"text": "FoundationElementDefinition"
|
|
7664
7664
|
}
|
|
7665
7665
|
}
|
|
7666
7666
|
]
|
|
@@ -7669,398 +7669,24 @@
|
|
|
7669
7669
|
"exports": [
|
|
7670
7670
|
{
|
|
7671
7671
|
"kind": "js",
|
|
7672
|
-
"name": "
|
|
7672
|
+
"name": "zeroComboboxTemplate",
|
|
7673
7673
|
"declaration": {
|
|
7674
|
-
"name": "
|
|
7675
|
-
"module": "src/
|
|
7674
|
+
"name": "zeroComboboxTemplate",
|
|
7675
|
+
"module": "src/combobox/combobox.template.ts"
|
|
7676
7676
|
}
|
|
7677
7677
|
}
|
|
7678
7678
|
]
|
|
7679
7679
|
},
|
|
7680
7680
|
{
|
|
7681
7681
|
"kind": "javascript-module",
|
|
7682
|
-
"path": "src/
|
|
7682
|
+
"path": "src/combobox/combobox.ts",
|
|
7683
7683
|
"declarations": [
|
|
7684
7684
|
{
|
|
7685
7685
|
"kind": "class",
|
|
7686
7686
|
"description": "",
|
|
7687
|
-
"name": "
|
|
7687
|
+
"name": "Combobox",
|
|
7688
7688
|
"superclass": {
|
|
7689
|
-
"name": "
|
|
7690
|
-
"package": "@genesislcap/foundation-ui"
|
|
7691
|
-
},
|
|
7692
|
-
"tagName": "%%prefix%%-checkbox",
|
|
7693
|
-
"customElement": true,
|
|
7694
|
-
"attributes": [
|
|
7695
|
-
{
|
|
7696
|
-
"name": "readonly",
|
|
7697
|
-
"type": {
|
|
7698
|
-
"text": "boolean"
|
|
7699
|
-
},
|
|
7700
|
-
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
7701
|
-
"fieldName": "readOnly",
|
|
7702
|
-
"inheritedFrom": {
|
|
7703
|
-
"name": "Checkbox",
|
|
7704
|
-
"module": "src/checkbox/checkbox.ts"
|
|
7705
|
-
}
|
|
7706
|
-
}
|
|
7707
|
-
],
|
|
7708
|
-
"members": [
|
|
7709
|
-
{
|
|
7710
|
-
"kind": "field",
|
|
7711
|
-
"name": "readOnly",
|
|
7712
|
-
"type": {
|
|
7713
|
-
"text": "boolean"
|
|
7714
|
-
},
|
|
7715
|
-
"privacy": "public",
|
|
7716
|
-
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
7717
|
-
"inheritedFrom": {
|
|
7718
|
-
"name": "Checkbox",
|
|
7719
|
-
"module": "src/checkbox/checkbox.ts"
|
|
7720
|
-
}
|
|
7721
|
-
},
|
|
7722
|
-
{
|
|
7723
|
-
"kind": "method",
|
|
7724
|
-
"name": "readOnlyChanged",
|
|
7725
|
-
"privacy": "private",
|
|
7726
|
-
"return": {
|
|
7727
|
-
"type": {
|
|
7728
|
-
"text": "void"
|
|
7729
|
-
}
|
|
7730
|
-
},
|
|
7731
|
-
"inheritedFrom": {
|
|
7732
|
-
"name": "Checkbox",
|
|
7733
|
-
"module": "src/checkbox/checkbox.ts"
|
|
7734
|
-
}
|
|
7735
|
-
},
|
|
7736
|
-
{
|
|
7737
|
-
"kind": "field",
|
|
7738
|
-
"name": "indeterminate",
|
|
7739
|
-
"type": {
|
|
7740
|
-
"text": "boolean"
|
|
7741
|
-
},
|
|
7742
|
-
"privacy": "public",
|
|
7743
|
-
"default": "false",
|
|
7744
|
-
"description": "The indeterminate state of the control",
|
|
7745
|
-
"inheritedFrom": {
|
|
7746
|
-
"name": "Checkbox",
|
|
7747
|
-
"module": "src/checkbox/checkbox.ts"
|
|
7748
|
-
}
|
|
7749
|
-
},
|
|
7750
|
-
{
|
|
7751
|
-
"kind": "field",
|
|
7752
|
-
"name": "proxy",
|
|
7753
|
-
"inheritedFrom": {
|
|
7754
|
-
"name": "Checkbox",
|
|
7755
|
-
"module": "src/checkbox/checkbox.ts"
|
|
7756
|
-
}
|
|
7757
|
-
},
|
|
7758
|
-
{
|
|
7759
|
-
"kind": "field",
|
|
7760
|
-
"name": "_presentation",
|
|
7761
|
-
"type": {
|
|
7762
|
-
"text": "ComponentPresentation | null | undefined"
|
|
7763
|
-
},
|
|
7764
|
-
"privacy": "private",
|
|
7765
|
-
"default": "void 0",
|
|
7766
|
-
"inheritedFrom": {
|
|
7767
|
-
"name": "Checkbox",
|
|
7768
|
-
"module": "src/checkbox/checkbox.ts"
|
|
7769
|
-
}
|
|
7770
|
-
},
|
|
7771
|
-
{
|
|
7772
|
-
"kind": "field",
|
|
7773
|
-
"name": "$presentation",
|
|
7774
|
-
"type": {
|
|
7775
|
-
"text": "ComponentPresentation | null"
|
|
7776
|
-
},
|
|
7777
|
-
"privacy": "public",
|
|
7778
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7779
|
-
"inheritedFrom": {
|
|
7780
|
-
"name": "Checkbox",
|
|
7781
|
-
"module": "src/checkbox/checkbox.ts"
|
|
7782
|
-
}
|
|
7783
|
-
},
|
|
7784
|
-
{
|
|
7785
|
-
"kind": "field",
|
|
7786
|
-
"name": "template",
|
|
7787
|
-
"type": {
|
|
7788
|
-
"text": "ElementViewTemplate | void | null"
|
|
7789
|
-
},
|
|
7790
|
-
"privacy": "public",
|
|
7791
|
-
"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.",
|
|
7792
|
-
"inheritedFrom": {
|
|
7793
|
-
"name": "Checkbox",
|
|
7794
|
-
"module": "src/checkbox/checkbox.ts"
|
|
7795
|
-
}
|
|
7796
|
-
},
|
|
7797
|
-
{
|
|
7798
|
-
"kind": "method",
|
|
7799
|
-
"name": "templateChanged",
|
|
7800
|
-
"privacy": "protected",
|
|
7801
|
-
"return": {
|
|
7802
|
-
"type": {
|
|
7803
|
-
"text": "void"
|
|
7804
|
-
}
|
|
7805
|
-
},
|
|
7806
|
-
"inheritedFrom": {
|
|
7807
|
-
"name": "Checkbox",
|
|
7808
|
-
"module": "src/checkbox/checkbox.ts"
|
|
7809
|
-
}
|
|
7810
|
-
},
|
|
7811
|
-
{
|
|
7812
|
-
"kind": "field",
|
|
7813
|
-
"name": "styles",
|
|
7814
|
-
"type": {
|
|
7815
|
-
"text": "ElementStyles | void | null"
|
|
7816
|
-
},
|
|
7817
|
-
"privacy": "public",
|
|
7818
|
-
"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.",
|
|
7819
|
-
"inheritedFrom": {
|
|
7820
|
-
"name": "Checkbox",
|
|
7821
|
-
"module": "src/checkbox/checkbox.ts"
|
|
7822
|
-
}
|
|
7823
|
-
},
|
|
7824
|
-
{
|
|
7825
|
-
"kind": "method",
|
|
7826
|
-
"name": "stylesChanged",
|
|
7827
|
-
"privacy": "protected",
|
|
7828
|
-
"return": {
|
|
7829
|
-
"type": {
|
|
7830
|
-
"text": "void"
|
|
7831
|
-
}
|
|
7832
|
-
},
|
|
7833
|
-
"inheritedFrom": {
|
|
7834
|
-
"name": "Checkbox",
|
|
7835
|
-
"module": "src/checkbox/checkbox.ts"
|
|
7836
|
-
}
|
|
7837
|
-
},
|
|
7838
|
-
{
|
|
7839
|
-
"kind": "method",
|
|
7840
|
-
"name": "compose",
|
|
7841
|
-
"privacy": "public",
|
|
7842
|
-
"static": true,
|
|
7843
|
-
"return": {
|
|
7844
|
-
"type": {
|
|
7845
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7846
|
-
}
|
|
7847
|
-
},
|
|
7848
|
-
"parameters": [
|
|
7849
|
-
{
|
|
7850
|
-
"name": "this",
|
|
7851
|
-
"type": {
|
|
7852
|
-
"text": "K"
|
|
7853
|
-
}
|
|
7854
|
-
},
|
|
7855
|
-
{
|
|
7856
|
-
"name": "elementDefinition",
|
|
7857
|
-
"type": {
|
|
7858
|
-
"text": "T"
|
|
7859
|
-
},
|
|
7860
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
7861
|
-
}
|
|
7862
|
-
],
|
|
7863
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7864
|
-
"inheritedFrom": {
|
|
7865
|
-
"name": "Checkbox",
|
|
7866
|
-
"module": "src/checkbox/checkbox.ts"
|
|
7867
|
-
}
|
|
7868
|
-
}
|
|
7869
|
-
],
|
|
7870
|
-
"events": [
|
|
7871
|
-
{
|
|
7872
|
-
"description": "Emits a custom change event when the checked state changes",
|
|
7873
|
-
"name": "change",
|
|
7874
|
-
"inheritedFrom": {
|
|
7875
|
-
"name": "Checkbox",
|
|
7876
|
-
"module": "src/checkbox/checkbox.ts"
|
|
7877
|
-
}
|
|
7878
|
-
}
|
|
7879
|
-
]
|
|
7880
|
-
},
|
|
7881
|
-
{
|
|
7882
|
-
"kind": "variable",
|
|
7883
|
-
"name": "zeroCheckbox"
|
|
7884
|
-
}
|
|
7885
|
-
],
|
|
7886
|
-
"exports": [
|
|
7887
|
-
{
|
|
7888
|
-
"kind": "js",
|
|
7889
|
-
"name": "Checkbox",
|
|
7890
|
-
"declaration": {
|
|
7891
|
-
"name": "Checkbox",
|
|
7892
|
-
"module": "src/checkbox/checkbox.ts"
|
|
7893
|
-
}
|
|
7894
|
-
},
|
|
7895
|
-
{
|
|
7896
|
-
"kind": "js",
|
|
7897
|
-
"name": "zeroCheckbox",
|
|
7898
|
-
"declaration": {
|
|
7899
|
-
"name": "zeroCheckbox",
|
|
7900
|
-
"module": "src/checkbox/checkbox.ts"
|
|
7901
|
-
}
|
|
7902
|
-
}
|
|
7903
|
-
]
|
|
7904
|
-
},
|
|
7905
|
-
{
|
|
7906
|
-
"kind": "javascript-module",
|
|
7907
|
-
"path": "src/checkbox/index.ts",
|
|
7908
|
-
"declarations": [],
|
|
7909
|
-
"exports": [
|
|
7910
|
-
{
|
|
7911
|
-
"kind": "js",
|
|
7912
|
-
"name": "*",
|
|
7913
|
-
"declaration": {
|
|
7914
|
-
"name": "*",
|
|
7915
|
-
"package": "./checkbox"
|
|
7916
|
-
}
|
|
7917
|
-
},
|
|
7918
|
-
{
|
|
7919
|
-
"kind": "js",
|
|
7920
|
-
"name": "*",
|
|
7921
|
-
"declaration": {
|
|
7922
|
-
"name": "*",
|
|
7923
|
-
"package": "./checkbox.styles"
|
|
7924
|
-
}
|
|
7925
|
-
},
|
|
7926
|
-
{
|
|
7927
|
-
"kind": "js",
|
|
7928
|
-
"name": "*",
|
|
7929
|
-
"declaration": {
|
|
7930
|
-
"name": "*",
|
|
7931
|
-
"package": "./checkbox.template"
|
|
7932
|
-
}
|
|
7933
|
-
}
|
|
7934
|
-
]
|
|
7935
|
-
},
|
|
7936
|
-
{
|
|
7937
|
-
"kind": "javascript-module",
|
|
7938
|
-
"path": "src/combobox/combobox.stories.ts",
|
|
7939
|
-
"declarations": [
|
|
7940
|
-
{
|
|
7941
|
-
"kind": "variable",
|
|
7942
|
-
"name": "meta",
|
|
7943
|
-
"type": {
|
|
7944
|
-
"text": "Meta"
|
|
7945
|
-
},
|
|
7946
|
-
"default": "{\n title: 'Combobox',\n component: 'zero-combobox',\n}"
|
|
7947
|
-
},
|
|
7948
|
-
{
|
|
7949
|
-
"kind": "variable",
|
|
7950
|
-
"name": "Primary",
|
|
7951
|
-
"type": {
|
|
7952
|
-
"text": "StoryObj"
|
|
7953
|
-
},
|
|
7954
|
-
"default": "{\n ...OptionsMapperTemplate,\n argTypes: {\n position: {\n control: 'select',\n options: ['above', 'below'],\n },\n },\n args: {\n options: optionsData,\n position: 'below',\n },\n}"
|
|
7955
|
-
}
|
|
7956
|
-
],
|
|
7957
|
-
"exports": [
|
|
7958
|
-
{
|
|
7959
|
-
"kind": "js",
|
|
7960
|
-
"name": "default",
|
|
7961
|
-
"declaration": {
|
|
7962
|
-
"name": "meta",
|
|
7963
|
-
"module": "src/combobox/combobox.stories.ts"
|
|
7964
|
-
}
|
|
7965
|
-
},
|
|
7966
|
-
{
|
|
7967
|
-
"kind": "js",
|
|
7968
|
-
"name": "Primary",
|
|
7969
|
-
"declaration": {
|
|
7970
|
-
"name": "Primary",
|
|
7971
|
-
"module": "src/combobox/combobox.stories.ts"
|
|
7972
|
-
}
|
|
7973
|
-
}
|
|
7974
|
-
]
|
|
7975
|
-
},
|
|
7976
|
-
{
|
|
7977
|
-
"kind": "javascript-module",
|
|
7978
|
-
"path": "src/combobox/combobox.styles.ts",
|
|
7979
|
-
"declarations": [
|
|
7980
|
-
{
|
|
7981
|
-
"kind": "function",
|
|
7982
|
-
"name": "zeroComboboxStyles",
|
|
7983
|
-
"return": {
|
|
7984
|
-
"type": {
|
|
7985
|
-
"text": "ElementStyles"
|
|
7986
|
-
}
|
|
7987
|
-
},
|
|
7988
|
-
"parameters": [
|
|
7989
|
-
{
|
|
7990
|
-
"name": "context",
|
|
7991
|
-
"type": {
|
|
7992
|
-
"text": "ElementDefinitionContext"
|
|
7993
|
-
}
|
|
7994
|
-
},
|
|
7995
|
-
{
|
|
7996
|
-
"name": "definition",
|
|
7997
|
-
"type": {
|
|
7998
|
-
"text": "FoundationElementDefinition"
|
|
7999
|
-
}
|
|
8000
|
-
}
|
|
8001
|
-
]
|
|
8002
|
-
}
|
|
8003
|
-
],
|
|
8004
|
-
"exports": [
|
|
8005
|
-
{
|
|
8006
|
-
"kind": "js",
|
|
8007
|
-
"name": "zeroComboboxStyles",
|
|
8008
|
-
"declaration": {
|
|
8009
|
-
"name": "zeroComboboxStyles",
|
|
8010
|
-
"module": "src/combobox/combobox.styles.ts"
|
|
8011
|
-
}
|
|
8012
|
-
}
|
|
8013
|
-
]
|
|
8014
|
-
},
|
|
8015
|
-
{
|
|
8016
|
-
"kind": "javascript-module",
|
|
8017
|
-
"path": "src/combobox/combobox.template.ts",
|
|
8018
|
-
"declarations": [
|
|
8019
|
-
{
|
|
8020
|
-
"kind": "function",
|
|
8021
|
-
"name": "zeroComboboxTemplate",
|
|
8022
|
-
"return": {
|
|
8023
|
-
"type": {
|
|
8024
|
-
"text": "ViewTemplate<Combobox>"
|
|
8025
|
-
}
|
|
8026
|
-
},
|
|
8027
|
-
"parameters": [
|
|
8028
|
-
{
|
|
8029
|
-
"name": "context",
|
|
8030
|
-
"type": {
|
|
8031
|
-
"text": "ElementDefinitionContext"
|
|
8032
|
-
}
|
|
8033
|
-
},
|
|
8034
|
-
{
|
|
8035
|
-
"name": "definition",
|
|
8036
|
-
"type": {
|
|
8037
|
-
"text": "FoundationElementDefinition"
|
|
8038
|
-
}
|
|
8039
|
-
}
|
|
8040
|
-
]
|
|
8041
|
-
}
|
|
8042
|
-
],
|
|
8043
|
-
"exports": [
|
|
8044
|
-
{
|
|
8045
|
-
"kind": "js",
|
|
8046
|
-
"name": "zeroComboboxTemplate",
|
|
8047
|
-
"declaration": {
|
|
8048
|
-
"name": "zeroComboboxTemplate",
|
|
8049
|
-
"module": "src/combobox/combobox.template.ts"
|
|
8050
|
-
}
|
|
8051
|
-
}
|
|
8052
|
-
]
|
|
8053
|
-
},
|
|
8054
|
-
{
|
|
8055
|
-
"kind": "javascript-module",
|
|
8056
|
-
"path": "src/combobox/combobox.ts",
|
|
8057
|
-
"declarations": [
|
|
8058
|
-
{
|
|
8059
|
-
"kind": "class",
|
|
8060
|
-
"description": "",
|
|
8061
|
-
"name": "Combobox",
|
|
8062
|
-
"superclass": {
|
|
8063
|
-
"name": "FoundationComboBox",
|
|
7689
|
+
"name": "FoundationComboBox",
|
|
8064
7690
|
"package": "@genesislcap/foundation-ui"
|
|
8065
7691
|
},
|
|
8066
7692
|
"tagName": "%%prefix%%-combobox",
|
|
@@ -16376,186 +16002,285 @@
|
|
|
16376
16002
|
"customElement": true,
|
|
16377
16003
|
"attributes": [
|
|
16378
16004
|
{
|
|
16379
|
-
"name": "['col-count']",
|
|
16005
|
+
"name": "['col-count']",
|
|
16006
|
+
"type": {
|
|
16007
|
+
"text": "string"
|
|
16008
|
+
},
|
|
16009
|
+
"fieldName": "['col-count']",
|
|
16010
|
+
"inheritedFrom": {
|
|
16011
|
+
"name": "GridLayout",
|
|
16012
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16013
|
+
}
|
|
16014
|
+
},
|
|
16015
|
+
{
|
|
16016
|
+
"name": "['col-width']",
|
|
16017
|
+
"type": {
|
|
16018
|
+
"text": "string"
|
|
16019
|
+
},
|
|
16020
|
+
"fieldName": "['col-width']",
|
|
16021
|
+
"inheritedFrom": {
|
|
16022
|
+
"name": "GridLayout",
|
|
16023
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16024
|
+
}
|
|
16025
|
+
},
|
|
16026
|
+
{
|
|
16027
|
+
"name": "['col-lg-count']",
|
|
16028
|
+
"type": {
|
|
16029
|
+
"text": "string"
|
|
16030
|
+
},
|
|
16031
|
+
"fieldName": "['col-lg-count']",
|
|
16032
|
+
"inheritedFrom": {
|
|
16033
|
+
"name": "GridLayout",
|
|
16034
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16035
|
+
}
|
|
16036
|
+
},
|
|
16037
|
+
{
|
|
16038
|
+
"name": "['col-lg-width']",
|
|
16039
|
+
"type": {
|
|
16040
|
+
"text": "string"
|
|
16041
|
+
},
|
|
16042
|
+
"fieldName": "['col-lg-width']",
|
|
16043
|
+
"inheritedFrom": {
|
|
16044
|
+
"name": "GridLayout",
|
|
16045
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16046
|
+
}
|
|
16047
|
+
},
|
|
16048
|
+
{
|
|
16049
|
+
"name": "['col-md-count']",
|
|
16050
|
+
"type": {
|
|
16051
|
+
"text": "string"
|
|
16052
|
+
},
|
|
16053
|
+
"fieldName": "['col-md-count']",
|
|
16054
|
+
"inheritedFrom": {
|
|
16055
|
+
"name": "GridLayout",
|
|
16056
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16057
|
+
}
|
|
16058
|
+
},
|
|
16059
|
+
{
|
|
16060
|
+
"name": "['col-md-width']",
|
|
16061
|
+
"type": {
|
|
16062
|
+
"text": "string"
|
|
16063
|
+
},
|
|
16064
|
+
"fieldName": "['col-md-width']",
|
|
16065
|
+
"inheritedFrom": {
|
|
16066
|
+
"name": "GridLayout",
|
|
16067
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16068
|
+
}
|
|
16069
|
+
},
|
|
16070
|
+
{
|
|
16071
|
+
"name": "['col-sm-count']",
|
|
16072
|
+
"type": {
|
|
16073
|
+
"text": "string"
|
|
16074
|
+
},
|
|
16075
|
+
"fieldName": "['col-sm-count']",
|
|
16076
|
+
"inheritedFrom": {
|
|
16077
|
+
"name": "GridLayout",
|
|
16078
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16079
|
+
}
|
|
16080
|
+
},
|
|
16081
|
+
{
|
|
16082
|
+
"name": "['col-sm-width']",
|
|
16083
|
+
"type": {
|
|
16084
|
+
"text": "string"
|
|
16085
|
+
},
|
|
16086
|
+
"fieldName": "['col-sm-width']",
|
|
16087
|
+
"inheritedFrom": {
|
|
16088
|
+
"name": "GridLayout",
|
|
16089
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16090
|
+
}
|
|
16091
|
+
},
|
|
16092
|
+
{
|
|
16093
|
+
"name": "['row-count']",
|
|
16094
|
+
"type": {
|
|
16095
|
+
"text": "string"
|
|
16096
|
+
},
|
|
16097
|
+
"fieldName": "['row-count']",
|
|
16098
|
+
"inheritedFrom": {
|
|
16099
|
+
"name": "GridLayout",
|
|
16100
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16101
|
+
}
|
|
16102
|
+
},
|
|
16103
|
+
{
|
|
16104
|
+
"name": "['row-height']",
|
|
16380
16105
|
"type": {
|
|
16381
16106
|
"text": "string"
|
|
16382
16107
|
},
|
|
16383
|
-
"fieldName": "['
|
|
16108
|
+
"fieldName": "['row-height']",
|
|
16384
16109
|
"inheritedFrom": {
|
|
16385
16110
|
"name": "GridLayout",
|
|
16386
16111
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16387
16112
|
}
|
|
16388
16113
|
},
|
|
16389
16114
|
{
|
|
16390
|
-
"name": "['
|
|
16115
|
+
"name": "['row-lg-count']",
|
|
16391
16116
|
"type": {
|
|
16392
16117
|
"text": "string"
|
|
16393
16118
|
},
|
|
16394
|
-
"fieldName": "['
|
|
16119
|
+
"fieldName": "['row-lg-count']",
|
|
16395
16120
|
"inheritedFrom": {
|
|
16396
16121
|
"name": "GridLayout",
|
|
16397
16122
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16398
16123
|
}
|
|
16399
16124
|
},
|
|
16400
16125
|
{
|
|
16401
|
-
"name": "['
|
|
16126
|
+
"name": "['row-lg-height']",
|
|
16402
16127
|
"type": {
|
|
16403
16128
|
"text": "string"
|
|
16404
16129
|
},
|
|
16405
|
-
"fieldName": "['
|
|
16130
|
+
"fieldName": "['row-lg-height']",
|
|
16406
16131
|
"inheritedFrom": {
|
|
16407
16132
|
"name": "GridLayout",
|
|
16408
16133
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16409
16134
|
}
|
|
16410
16135
|
},
|
|
16411
16136
|
{
|
|
16412
|
-
"name": "['
|
|
16137
|
+
"name": "['row-md-count']",
|
|
16413
16138
|
"type": {
|
|
16414
16139
|
"text": "string"
|
|
16415
16140
|
},
|
|
16416
|
-
"fieldName": "['
|
|
16141
|
+
"fieldName": "['row-md-count']",
|
|
16417
16142
|
"inheritedFrom": {
|
|
16418
16143
|
"name": "GridLayout",
|
|
16419
16144
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16420
16145
|
}
|
|
16421
16146
|
},
|
|
16422
16147
|
{
|
|
16423
|
-
"name": "['
|
|
16148
|
+
"name": "['row-md-height']",
|
|
16424
16149
|
"type": {
|
|
16425
16150
|
"text": "string"
|
|
16426
16151
|
},
|
|
16427
|
-
"fieldName": "['
|
|
16152
|
+
"fieldName": "['row-md-height']",
|
|
16428
16153
|
"inheritedFrom": {
|
|
16429
16154
|
"name": "GridLayout",
|
|
16430
16155
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16431
16156
|
}
|
|
16432
16157
|
},
|
|
16433
16158
|
{
|
|
16434
|
-
"name": "['
|
|
16159
|
+
"name": "['row-sm-count']",
|
|
16435
16160
|
"type": {
|
|
16436
16161
|
"text": "string"
|
|
16437
16162
|
},
|
|
16438
|
-
"fieldName": "['
|
|
16163
|
+
"fieldName": "['row-sm-count']",
|
|
16439
16164
|
"inheritedFrom": {
|
|
16440
16165
|
"name": "GridLayout",
|
|
16441
16166
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16442
16167
|
}
|
|
16443
16168
|
},
|
|
16444
16169
|
{
|
|
16445
|
-
"name": "['
|
|
16170
|
+
"name": "['row-sm-height']",
|
|
16446
16171
|
"type": {
|
|
16447
16172
|
"text": "string"
|
|
16448
16173
|
},
|
|
16449
|
-
"fieldName": "['
|
|
16174
|
+
"fieldName": "['row-sm-height']",
|
|
16450
16175
|
"inheritedFrom": {
|
|
16451
16176
|
"name": "GridLayout",
|
|
16452
16177
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16453
16178
|
}
|
|
16454
|
-
}
|
|
16179
|
+
}
|
|
16180
|
+
],
|
|
16181
|
+
"members": [
|
|
16455
16182
|
{
|
|
16456
|
-
"
|
|
16183
|
+
"kind": "field",
|
|
16184
|
+
"name": "['col-count']",
|
|
16457
16185
|
"type": {
|
|
16458
16186
|
"text": "string"
|
|
16459
16187
|
},
|
|
16460
|
-
"fieldName": "['col-sm-width']",
|
|
16461
16188
|
"inheritedFrom": {
|
|
16462
16189
|
"name": "GridLayout",
|
|
16463
16190
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16464
16191
|
}
|
|
16465
16192
|
},
|
|
16466
16193
|
{
|
|
16467
|
-
"
|
|
16194
|
+
"kind": "field",
|
|
16195
|
+
"name": "['col-width']",
|
|
16468
16196
|
"type": {
|
|
16469
16197
|
"text": "string"
|
|
16470
16198
|
},
|
|
16471
|
-
"fieldName": "['row-count']",
|
|
16472
16199
|
"inheritedFrom": {
|
|
16473
16200
|
"name": "GridLayout",
|
|
16474
16201
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16475
16202
|
}
|
|
16476
16203
|
},
|
|
16477
16204
|
{
|
|
16478
|
-
"
|
|
16205
|
+
"kind": "field",
|
|
16206
|
+
"name": "['col-lg-count']",
|
|
16479
16207
|
"type": {
|
|
16480
16208
|
"text": "string"
|
|
16481
16209
|
},
|
|
16482
|
-
"fieldName": "['row-height']",
|
|
16483
16210
|
"inheritedFrom": {
|
|
16484
16211
|
"name": "GridLayout",
|
|
16485
16212
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16486
16213
|
}
|
|
16487
16214
|
},
|
|
16488
16215
|
{
|
|
16489
|
-
"
|
|
16216
|
+
"kind": "field",
|
|
16217
|
+
"name": "['col-lg-width']",
|
|
16490
16218
|
"type": {
|
|
16491
16219
|
"text": "string"
|
|
16492
16220
|
},
|
|
16493
|
-
"fieldName": "['row-lg-count']",
|
|
16494
16221
|
"inheritedFrom": {
|
|
16495
16222
|
"name": "GridLayout",
|
|
16496
16223
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16497
16224
|
}
|
|
16498
16225
|
},
|
|
16499
16226
|
{
|
|
16500
|
-
"
|
|
16227
|
+
"kind": "field",
|
|
16228
|
+
"name": "['col-md-count']",
|
|
16501
16229
|
"type": {
|
|
16502
16230
|
"text": "string"
|
|
16503
16231
|
},
|
|
16504
|
-
"fieldName": "['row-lg-height']",
|
|
16505
16232
|
"inheritedFrom": {
|
|
16506
16233
|
"name": "GridLayout",
|
|
16507
16234
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16508
16235
|
}
|
|
16509
16236
|
},
|
|
16510
16237
|
{
|
|
16511
|
-
"
|
|
16238
|
+
"kind": "field",
|
|
16239
|
+
"name": "['col-md-width']",
|
|
16512
16240
|
"type": {
|
|
16513
16241
|
"text": "string"
|
|
16514
16242
|
},
|
|
16515
|
-
"fieldName": "['row-md-count']",
|
|
16516
16243
|
"inheritedFrom": {
|
|
16517
16244
|
"name": "GridLayout",
|
|
16518
16245
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16519
16246
|
}
|
|
16520
16247
|
},
|
|
16521
16248
|
{
|
|
16522
|
-
"
|
|
16249
|
+
"kind": "field",
|
|
16250
|
+
"name": "['col-sm-count']",
|
|
16523
16251
|
"type": {
|
|
16524
16252
|
"text": "string"
|
|
16525
16253
|
},
|
|
16526
|
-
"fieldName": "['row-md-height']",
|
|
16527
16254
|
"inheritedFrom": {
|
|
16528
16255
|
"name": "GridLayout",
|
|
16529
16256
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16530
16257
|
}
|
|
16531
16258
|
},
|
|
16532
16259
|
{
|
|
16533
|
-
"
|
|
16260
|
+
"kind": "field",
|
|
16261
|
+
"name": "['col-sm-width']",
|
|
16534
16262
|
"type": {
|
|
16535
16263
|
"text": "string"
|
|
16536
16264
|
},
|
|
16537
|
-
"fieldName": "['row-sm-count']",
|
|
16538
16265
|
"inheritedFrom": {
|
|
16539
16266
|
"name": "GridLayout",
|
|
16540
16267
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16541
16268
|
}
|
|
16542
16269
|
},
|
|
16543
16270
|
{
|
|
16544
|
-
"
|
|
16271
|
+
"kind": "field",
|
|
16272
|
+
"name": "['row-count']",
|
|
16545
16273
|
"type": {
|
|
16546
16274
|
"text": "string"
|
|
16547
16275
|
},
|
|
16548
|
-
"fieldName": "['row-sm-height']",
|
|
16549
16276
|
"inheritedFrom": {
|
|
16550
16277
|
"name": "GridLayout",
|
|
16551
16278
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16552
16279
|
}
|
|
16553
|
-
}
|
|
16554
|
-
],
|
|
16555
|
-
"members": [
|
|
16280
|
+
},
|
|
16556
16281
|
{
|
|
16557
16282
|
"kind": "field",
|
|
16558
|
-
"name": "['
|
|
16283
|
+
"name": "['row-height']",
|
|
16559
16284
|
"type": {
|
|
16560
16285
|
"text": "string"
|
|
16561
16286
|
},
|
|
@@ -16566,7 +16291,7 @@
|
|
|
16566
16291
|
},
|
|
16567
16292
|
{
|
|
16568
16293
|
"kind": "field",
|
|
16569
|
-
"name": "['
|
|
16294
|
+
"name": "['row-lg-count']",
|
|
16570
16295
|
"type": {
|
|
16571
16296
|
"text": "string"
|
|
16572
16297
|
},
|
|
@@ -16577,7 +16302,7 @@
|
|
|
16577
16302
|
},
|
|
16578
16303
|
{
|
|
16579
16304
|
"kind": "field",
|
|
16580
|
-
"name": "['
|
|
16305
|
+
"name": "['row-lg-height']",
|
|
16581
16306
|
"type": {
|
|
16582
16307
|
"text": "string"
|
|
16583
16308
|
},
|
|
@@ -16588,7 +16313,7 @@
|
|
|
16588
16313
|
},
|
|
16589
16314
|
{
|
|
16590
16315
|
"kind": "field",
|
|
16591
|
-
"name": "['
|
|
16316
|
+
"name": "['row-md-count']",
|
|
16592
16317
|
"type": {
|
|
16593
16318
|
"text": "string"
|
|
16594
16319
|
},
|
|
@@ -16599,7 +16324,7 @@
|
|
|
16599
16324
|
},
|
|
16600
16325
|
{
|
|
16601
16326
|
"kind": "field",
|
|
16602
|
-
"name": "['
|
|
16327
|
+
"name": "['row-md-height']",
|
|
16603
16328
|
"type": {
|
|
16604
16329
|
"text": "string"
|
|
16605
16330
|
},
|
|
@@ -16610,7 +16335,7 @@
|
|
|
16610
16335
|
},
|
|
16611
16336
|
{
|
|
16612
16337
|
"kind": "field",
|
|
16613
|
-
"name": "['
|
|
16338
|
+
"name": "['row-sm-count']",
|
|
16614
16339
|
"type": {
|
|
16615
16340
|
"text": "string"
|
|
16616
16341
|
},
|
|
@@ -16621,7 +16346,7 @@
|
|
|
16621
16346
|
},
|
|
16622
16347
|
{
|
|
16623
16348
|
"kind": "field",
|
|
16624
|
-
"name": "['
|
|
16349
|
+
"name": "['row-sm-height']",
|
|
16625
16350
|
"type": {
|
|
16626
16351
|
"text": "string"
|
|
16627
16352
|
},
|
|
@@ -16632,10 +16357,12 @@
|
|
|
16632
16357
|
},
|
|
16633
16358
|
{
|
|
16634
16359
|
"kind": "field",
|
|
16635
|
-
"name": "
|
|
16360
|
+
"name": "behaviors",
|
|
16636
16361
|
"type": {
|
|
16637
|
-
"text": "
|
|
16362
|
+
"text": "Behavior[]"
|
|
16638
16363
|
},
|
|
16364
|
+
"privacy": "private",
|
|
16365
|
+
"default": "[]",
|
|
16639
16366
|
"inheritedFrom": {
|
|
16640
16367
|
"name": "GridLayout",
|
|
16641
16368
|
"module": "src/grid-layout/grid-layout.ts"
|
|
@@ -16643,115 +16370,364 @@
|
|
|
16643
16370
|
},
|
|
16644
16371
|
{
|
|
16645
16372
|
"kind": "field",
|
|
16646
|
-
"name": "
|
|
16373
|
+
"name": "baseStyles",
|
|
16647
16374
|
"type": {
|
|
16648
|
-
"text": "
|
|
16375
|
+
"text": "ElementStyles"
|
|
16649
16376
|
},
|
|
16377
|
+
"privacy": "private",
|
|
16650
16378
|
"inheritedFrom": {
|
|
16651
16379
|
"name": "GridLayout",
|
|
16652
16380
|
"module": "src/grid-layout/grid-layout.ts"
|
|
16653
16381
|
}
|
|
16654
16382
|
},
|
|
16655
16383
|
{
|
|
16656
|
-
"kind": "field",
|
|
16657
|
-
"name": "
|
|
16384
|
+
"kind": "field",
|
|
16385
|
+
"name": "_presentation",
|
|
16386
|
+
"type": {
|
|
16387
|
+
"text": "ComponentPresentation | null | undefined"
|
|
16388
|
+
},
|
|
16389
|
+
"privacy": "private",
|
|
16390
|
+
"default": "void 0",
|
|
16391
|
+
"inheritedFrom": {
|
|
16392
|
+
"name": "FoundationElement",
|
|
16393
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16394
|
+
}
|
|
16395
|
+
},
|
|
16396
|
+
{
|
|
16397
|
+
"kind": "field",
|
|
16398
|
+
"name": "$presentation",
|
|
16399
|
+
"type": {
|
|
16400
|
+
"text": "ComponentPresentation | null"
|
|
16401
|
+
},
|
|
16402
|
+
"privacy": "public",
|
|
16403
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
16404
|
+
"inheritedFrom": {
|
|
16405
|
+
"name": "FoundationElement",
|
|
16406
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16407
|
+
}
|
|
16408
|
+
},
|
|
16409
|
+
{
|
|
16410
|
+
"kind": "field",
|
|
16411
|
+
"name": "template",
|
|
16412
|
+
"type": {
|
|
16413
|
+
"text": "ElementViewTemplate | void | null"
|
|
16414
|
+
},
|
|
16415
|
+
"privacy": "public",
|
|
16416
|
+
"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.",
|
|
16417
|
+
"inheritedFrom": {
|
|
16418
|
+
"name": "FoundationElement",
|
|
16419
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16420
|
+
}
|
|
16421
|
+
},
|
|
16422
|
+
{
|
|
16423
|
+
"kind": "method",
|
|
16424
|
+
"name": "templateChanged",
|
|
16425
|
+
"privacy": "protected",
|
|
16426
|
+
"return": {
|
|
16427
|
+
"type": {
|
|
16428
|
+
"text": "void"
|
|
16429
|
+
}
|
|
16430
|
+
},
|
|
16431
|
+
"inheritedFrom": {
|
|
16432
|
+
"name": "FoundationElement",
|
|
16433
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16434
|
+
}
|
|
16435
|
+
},
|
|
16436
|
+
{
|
|
16437
|
+
"kind": "field",
|
|
16438
|
+
"name": "styles",
|
|
16439
|
+
"type": {
|
|
16440
|
+
"text": "ElementStyles | void | null"
|
|
16441
|
+
},
|
|
16442
|
+
"privacy": "public",
|
|
16443
|
+
"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.",
|
|
16444
|
+
"inheritedFrom": {
|
|
16445
|
+
"name": "FoundationElement",
|
|
16446
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16447
|
+
}
|
|
16448
|
+
},
|
|
16449
|
+
{
|
|
16450
|
+
"kind": "method",
|
|
16451
|
+
"name": "stylesChanged",
|
|
16452
|
+
"privacy": "protected",
|
|
16453
|
+
"return": {
|
|
16454
|
+
"type": {
|
|
16455
|
+
"text": "void"
|
|
16456
|
+
}
|
|
16457
|
+
},
|
|
16458
|
+
"inheritedFrom": {
|
|
16459
|
+
"name": "FoundationElement",
|
|
16460
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16461
|
+
}
|
|
16462
|
+
},
|
|
16463
|
+
{
|
|
16464
|
+
"kind": "method",
|
|
16465
|
+
"name": "compose",
|
|
16466
|
+
"privacy": "public",
|
|
16467
|
+
"static": true,
|
|
16468
|
+
"return": {
|
|
16469
|
+
"type": {
|
|
16470
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
16471
|
+
}
|
|
16472
|
+
},
|
|
16473
|
+
"parameters": [
|
|
16474
|
+
{
|
|
16475
|
+
"name": "this",
|
|
16476
|
+
"type": {
|
|
16477
|
+
"text": "K"
|
|
16478
|
+
}
|
|
16479
|
+
},
|
|
16480
|
+
{
|
|
16481
|
+
"name": "elementDefinition",
|
|
16482
|
+
"type": {
|
|
16483
|
+
"text": "T"
|
|
16484
|
+
},
|
|
16485
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
16486
|
+
}
|
|
16487
|
+
],
|
|
16488
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
16489
|
+
"inheritedFrom": {
|
|
16490
|
+
"name": "FoundationElement",
|
|
16491
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16492
|
+
}
|
|
16493
|
+
}
|
|
16494
|
+
]
|
|
16495
|
+
},
|
|
16496
|
+
{
|
|
16497
|
+
"kind": "variable",
|
|
16498
|
+
"name": "zeroGridLayout",
|
|
16499
|
+
"description": "The Zero Grid Layout",
|
|
16500
|
+
"privacy": "public"
|
|
16501
|
+
}
|
|
16502
|
+
],
|
|
16503
|
+
"exports": [
|
|
16504
|
+
{
|
|
16505
|
+
"kind": "js",
|
|
16506
|
+
"name": "GridLayout",
|
|
16507
|
+
"declaration": {
|
|
16508
|
+
"name": "GridLayout",
|
|
16509
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16510
|
+
}
|
|
16511
|
+
},
|
|
16512
|
+
{
|
|
16513
|
+
"kind": "js",
|
|
16514
|
+
"name": "zeroGridLayout",
|
|
16515
|
+
"declaration": {
|
|
16516
|
+
"name": "zeroGridLayout",
|
|
16517
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
16518
|
+
}
|
|
16519
|
+
}
|
|
16520
|
+
]
|
|
16521
|
+
},
|
|
16522
|
+
{
|
|
16523
|
+
"kind": "javascript-module",
|
|
16524
|
+
"path": "src/grid-layout/index.ts",
|
|
16525
|
+
"declarations": [],
|
|
16526
|
+
"exports": [
|
|
16527
|
+
{
|
|
16528
|
+
"kind": "js",
|
|
16529
|
+
"name": "*",
|
|
16530
|
+
"declaration": {
|
|
16531
|
+
"name": "*",
|
|
16532
|
+
"package": "./grid-layout"
|
|
16533
|
+
}
|
|
16534
|
+
}
|
|
16535
|
+
]
|
|
16536
|
+
},
|
|
16537
|
+
{
|
|
16538
|
+
"kind": "javascript-module",
|
|
16539
|
+
"path": "src/checkbox/checkbox.stories.ts",
|
|
16540
|
+
"declarations": [
|
|
16541
|
+
{
|
|
16542
|
+
"kind": "variable",
|
|
16543
|
+
"name": "meta",
|
|
16544
|
+
"type": {
|
|
16545
|
+
"text": "Meta"
|
|
16546
|
+
},
|
|
16547
|
+
"default": "{\n title: 'Checkbox',\n component: 'zero-checkbox>',\n}"
|
|
16548
|
+
},
|
|
16549
|
+
{
|
|
16550
|
+
"kind": "variable",
|
|
16551
|
+
"name": "Primary",
|
|
16552
|
+
"type": {
|
|
16553
|
+
"text": "StoryObj"
|
|
16554
|
+
},
|
|
16555
|
+
"default": "{\n args: {\n customCheckboxText: 'Custom Zero Checkbox',\n customCheckboxDesignUnit: 8,\n customCheckboxCornerRadius: 4,\n },\n render: ({ customCheckboxText, customCheckboxDesignUnit, customCheckboxCornerRadius }) =>\n html`\n <div style=\"${wrapperStyle}\">\n <zero-checkbox>Default Zero Checkbox</zero-checkbox>\n\n <zero-design-system-provider\n design-unit=\"${customCheckboxDesignUnit}\"\n corner-radius=${customCheckboxCornerRadius}\"\n >\n <zero-checkbox>${customCheckboxText}</zero-checkbox>\n </zero-design-system-provider>\n </div>\n `,\n}"
|
|
16556
|
+
}
|
|
16557
|
+
],
|
|
16558
|
+
"exports": [
|
|
16559
|
+
{
|
|
16560
|
+
"kind": "js",
|
|
16561
|
+
"name": "default",
|
|
16562
|
+
"declaration": {
|
|
16563
|
+
"name": "meta",
|
|
16564
|
+
"module": "src/checkbox/checkbox.stories.ts"
|
|
16565
|
+
}
|
|
16566
|
+
},
|
|
16567
|
+
{
|
|
16568
|
+
"kind": "js",
|
|
16569
|
+
"name": "Primary",
|
|
16570
|
+
"declaration": {
|
|
16571
|
+
"name": "Primary",
|
|
16572
|
+
"module": "src/checkbox/checkbox.stories.ts"
|
|
16573
|
+
}
|
|
16574
|
+
}
|
|
16575
|
+
]
|
|
16576
|
+
},
|
|
16577
|
+
{
|
|
16578
|
+
"kind": "javascript-module",
|
|
16579
|
+
"path": "src/checkbox/checkbox.styles.ts",
|
|
16580
|
+
"declarations": [
|
|
16581
|
+
{
|
|
16582
|
+
"kind": "function",
|
|
16583
|
+
"name": "zeroCheckboxStyles",
|
|
16584
|
+
"return": {
|
|
16585
|
+
"type": {
|
|
16586
|
+
"text": "ElementStyles"
|
|
16587
|
+
}
|
|
16588
|
+
},
|
|
16589
|
+
"parameters": [
|
|
16590
|
+
{
|
|
16591
|
+
"name": "context",
|
|
16658
16592
|
"type": {
|
|
16659
|
-
"text": "
|
|
16660
|
-
},
|
|
16661
|
-
"inheritedFrom": {
|
|
16662
|
-
"name": "GridLayout",
|
|
16663
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
16593
|
+
"text": "ElementDefinitionContext"
|
|
16664
16594
|
}
|
|
16665
16595
|
},
|
|
16666
16596
|
{
|
|
16667
|
-
"
|
|
16668
|
-
"name": "['row-lg-count']",
|
|
16597
|
+
"name": "definition",
|
|
16669
16598
|
"type": {
|
|
16670
|
-
"text": "
|
|
16671
|
-
},
|
|
16672
|
-
"inheritedFrom": {
|
|
16673
|
-
"name": "GridLayout",
|
|
16674
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
16599
|
+
"text": "CheckboxOptions"
|
|
16675
16600
|
}
|
|
16676
|
-
}
|
|
16601
|
+
}
|
|
16602
|
+
]
|
|
16603
|
+
}
|
|
16604
|
+
],
|
|
16605
|
+
"exports": [
|
|
16606
|
+
{
|
|
16607
|
+
"kind": "js",
|
|
16608
|
+
"name": "zeroCheckboxStyles",
|
|
16609
|
+
"declaration": {
|
|
16610
|
+
"name": "zeroCheckboxStyles",
|
|
16611
|
+
"module": "src/checkbox/checkbox.styles.ts"
|
|
16612
|
+
}
|
|
16613
|
+
}
|
|
16614
|
+
]
|
|
16615
|
+
},
|
|
16616
|
+
{
|
|
16617
|
+
"kind": "javascript-module",
|
|
16618
|
+
"path": "src/checkbox/checkbox.template.ts",
|
|
16619
|
+
"declarations": [
|
|
16620
|
+
{
|
|
16621
|
+
"kind": "function",
|
|
16622
|
+
"name": "zeroCheckboxTemplate",
|
|
16623
|
+
"return": {
|
|
16624
|
+
"type": {
|
|
16625
|
+
"text": "ViewTemplate<Checkbox>"
|
|
16626
|
+
}
|
|
16627
|
+
},
|
|
16628
|
+
"parameters": [
|
|
16677
16629
|
{
|
|
16678
|
-
"
|
|
16679
|
-
"name": "['row-lg-height']",
|
|
16630
|
+
"name": "context",
|
|
16680
16631
|
"type": {
|
|
16681
|
-
"text": "
|
|
16682
|
-
},
|
|
16683
|
-
"inheritedFrom": {
|
|
16684
|
-
"name": "GridLayout",
|
|
16685
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
16632
|
+
"text": "ElementDefinitionContext"
|
|
16686
16633
|
}
|
|
16687
16634
|
},
|
|
16688
16635
|
{
|
|
16689
|
-
"
|
|
16690
|
-
"name": "['row-md-count']",
|
|
16636
|
+
"name": "definition",
|
|
16691
16637
|
"type": {
|
|
16692
|
-
"text": "
|
|
16693
|
-
},
|
|
16694
|
-
"inheritedFrom": {
|
|
16695
|
-
"name": "GridLayout",
|
|
16696
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
16638
|
+
"text": "CheckboxOptions"
|
|
16697
16639
|
}
|
|
16698
|
-
}
|
|
16640
|
+
}
|
|
16641
|
+
]
|
|
16642
|
+
}
|
|
16643
|
+
],
|
|
16644
|
+
"exports": [
|
|
16645
|
+
{
|
|
16646
|
+
"kind": "js",
|
|
16647
|
+
"name": "zeroCheckboxTemplate",
|
|
16648
|
+
"declaration": {
|
|
16649
|
+
"name": "zeroCheckboxTemplate",
|
|
16650
|
+
"module": "src/checkbox/checkbox.template.ts"
|
|
16651
|
+
}
|
|
16652
|
+
}
|
|
16653
|
+
]
|
|
16654
|
+
},
|
|
16655
|
+
{
|
|
16656
|
+
"kind": "javascript-module",
|
|
16657
|
+
"path": "src/checkbox/checkbox.ts",
|
|
16658
|
+
"declarations": [
|
|
16659
|
+
{
|
|
16660
|
+
"kind": "class",
|
|
16661
|
+
"description": "",
|
|
16662
|
+
"name": "Checkbox",
|
|
16663
|
+
"superclass": {
|
|
16664
|
+
"name": "FoundationCheckbox",
|
|
16665
|
+
"package": "@genesislcap/foundation-ui"
|
|
16666
|
+
},
|
|
16667
|
+
"tagName": "%%prefix%%-checkbox",
|
|
16668
|
+
"customElement": true,
|
|
16669
|
+
"attributes": [
|
|
16699
16670
|
{
|
|
16700
|
-
"
|
|
16701
|
-
"name": "['row-md-height']",
|
|
16671
|
+
"name": "readonly",
|
|
16702
16672
|
"type": {
|
|
16703
|
-
"text": "
|
|
16673
|
+
"text": "boolean"
|
|
16704
16674
|
},
|
|
16675
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
16676
|
+
"fieldName": "readOnly",
|
|
16705
16677
|
"inheritedFrom": {
|
|
16706
|
-
"name": "
|
|
16707
|
-
"module": "src/
|
|
16678
|
+
"name": "Checkbox",
|
|
16679
|
+
"module": "src/checkbox/checkbox.ts"
|
|
16708
16680
|
}
|
|
16709
|
-
}
|
|
16681
|
+
}
|
|
16682
|
+
],
|
|
16683
|
+
"members": [
|
|
16710
16684
|
{
|
|
16711
16685
|
"kind": "field",
|
|
16712
|
-
"name": "
|
|
16686
|
+
"name": "readOnly",
|
|
16713
16687
|
"type": {
|
|
16714
|
-
"text": "
|
|
16688
|
+
"text": "boolean"
|
|
16715
16689
|
},
|
|
16690
|
+
"privacy": "public",
|
|
16691
|
+
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
16716
16692
|
"inheritedFrom": {
|
|
16717
|
-
"name": "
|
|
16718
|
-
"module": "src/
|
|
16693
|
+
"name": "Checkbox",
|
|
16694
|
+
"module": "src/checkbox/checkbox.ts"
|
|
16719
16695
|
}
|
|
16720
16696
|
},
|
|
16721
16697
|
{
|
|
16722
|
-
"kind": "
|
|
16723
|
-
"name": "
|
|
16724
|
-
"
|
|
16725
|
-
|
|
16698
|
+
"kind": "method",
|
|
16699
|
+
"name": "readOnlyChanged",
|
|
16700
|
+
"privacy": "private",
|
|
16701
|
+
"return": {
|
|
16702
|
+
"type": {
|
|
16703
|
+
"text": "void"
|
|
16704
|
+
}
|
|
16726
16705
|
},
|
|
16727
16706
|
"inheritedFrom": {
|
|
16728
|
-
"name": "
|
|
16729
|
-
"module": "src/
|
|
16707
|
+
"name": "Checkbox",
|
|
16708
|
+
"module": "src/checkbox/checkbox.ts"
|
|
16730
16709
|
}
|
|
16731
16710
|
},
|
|
16732
16711
|
{
|
|
16733
16712
|
"kind": "field",
|
|
16734
|
-
"name": "
|
|
16713
|
+
"name": "indeterminate",
|
|
16735
16714
|
"type": {
|
|
16736
|
-
"text": "
|
|
16715
|
+
"text": "boolean"
|
|
16737
16716
|
},
|
|
16738
|
-
"privacy": "
|
|
16739
|
-
"default": "
|
|
16717
|
+
"privacy": "public",
|
|
16718
|
+
"default": "false",
|
|
16719
|
+
"description": "The indeterminate state of the control",
|
|
16740
16720
|
"inheritedFrom": {
|
|
16741
|
-
"name": "
|
|
16742
|
-
"module": "src/
|
|
16721
|
+
"name": "Checkbox",
|
|
16722
|
+
"module": "src/checkbox/checkbox.ts"
|
|
16743
16723
|
}
|
|
16744
16724
|
},
|
|
16745
16725
|
{
|
|
16746
16726
|
"kind": "field",
|
|
16747
|
-
"name": "
|
|
16748
|
-
"type": {
|
|
16749
|
-
"text": "ElementStyles"
|
|
16750
|
-
},
|
|
16751
|
-
"privacy": "private",
|
|
16727
|
+
"name": "proxy",
|
|
16752
16728
|
"inheritedFrom": {
|
|
16753
|
-
"name": "
|
|
16754
|
-
"module": "src/
|
|
16729
|
+
"name": "Checkbox",
|
|
16730
|
+
"module": "src/checkbox/checkbox.ts"
|
|
16755
16731
|
}
|
|
16756
16732
|
},
|
|
16757
16733
|
{
|
|
@@ -16763,8 +16739,8 @@
|
|
|
16763
16739
|
"privacy": "private",
|
|
16764
16740
|
"default": "void 0",
|
|
16765
16741
|
"inheritedFrom": {
|
|
16766
|
-
"name": "
|
|
16767
|
-
"module": "src/
|
|
16742
|
+
"name": "Checkbox",
|
|
16743
|
+
"module": "src/checkbox/checkbox.ts"
|
|
16768
16744
|
}
|
|
16769
16745
|
},
|
|
16770
16746
|
{
|
|
@@ -16776,8 +16752,8 @@
|
|
|
16776
16752
|
"privacy": "public",
|
|
16777
16753
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
16778
16754
|
"inheritedFrom": {
|
|
16779
|
-
"name": "
|
|
16780
|
-
"module": "src/
|
|
16755
|
+
"name": "Checkbox",
|
|
16756
|
+
"module": "src/checkbox/checkbox.ts"
|
|
16781
16757
|
}
|
|
16782
16758
|
},
|
|
16783
16759
|
{
|
|
@@ -16789,8 +16765,8 @@
|
|
|
16789
16765
|
"privacy": "public",
|
|
16790
16766
|
"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.",
|
|
16791
16767
|
"inheritedFrom": {
|
|
16792
|
-
"name": "
|
|
16793
|
-
"module": "src/
|
|
16768
|
+
"name": "Checkbox",
|
|
16769
|
+
"module": "src/checkbox/checkbox.ts"
|
|
16794
16770
|
}
|
|
16795
16771
|
},
|
|
16796
16772
|
{
|
|
@@ -16803,8 +16779,8 @@
|
|
|
16803
16779
|
}
|
|
16804
16780
|
},
|
|
16805
16781
|
"inheritedFrom": {
|
|
16806
|
-
"name": "
|
|
16807
|
-
"module": "src/
|
|
16782
|
+
"name": "Checkbox",
|
|
16783
|
+
"module": "src/checkbox/checkbox.ts"
|
|
16808
16784
|
}
|
|
16809
16785
|
},
|
|
16810
16786
|
{
|
|
@@ -16816,8 +16792,8 @@
|
|
|
16816
16792
|
"privacy": "public",
|
|
16817
16793
|
"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.",
|
|
16818
16794
|
"inheritedFrom": {
|
|
16819
|
-
"name": "
|
|
16820
|
-
"module": "src/
|
|
16795
|
+
"name": "Checkbox",
|
|
16796
|
+
"module": "src/checkbox/checkbox.ts"
|
|
16821
16797
|
}
|
|
16822
16798
|
},
|
|
16823
16799
|
{
|
|
@@ -16830,8 +16806,8 @@
|
|
|
16830
16806
|
}
|
|
16831
16807
|
},
|
|
16832
16808
|
"inheritedFrom": {
|
|
16833
|
-
"name": "
|
|
16834
|
-
"module": "src/
|
|
16809
|
+
"name": "Checkbox",
|
|
16810
|
+
"module": "src/checkbox/checkbox.ts"
|
|
16835
16811
|
}
|
|
16836
16812
|
},
|
|
16837
16813
|
{
|
|
@@ -16861,41 +16837,49 @@
|
|
|
16861
16837
|
],
|
|
16862
16838
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
16863
16839
|
"inheritedFrom": {
|
|
16864
|
-
"name": "
|
|
16865
|
-
"module": "src/
|
|
16840
|
+
"name": "Checkbox",
|
|
16841
|
+
"module": "src/checkbox/checkbox.ts"
|
|
16842
|
+
}
|
|
16843
|
+
}
|
|
16844
|
+
],
|
|
16845
|
+
"events": [
|
|
16846
|
+
{
|
|
16847
|
+
"description": "Emits a custom change event when the checked state changes",
|
|
16848
|
+
"name": "change",
|
|
16849
|
+
"inheritedFrom": {
|
|
16850
|
+
"name": "Checkbox",
|
|
16851
|
+
"module": "src/checkbox/checkbox.ts"
|
|
16866
16852
|
}
|
|
16867
16853
|
}
|
|
16868
16854
|
]
|
|
16869
16855
|
},
|
|
16870
16856
|
{
|
|
16871
16857
|
"kind": "variable",
|
|
16872
|
-
"name": "
|
|
16873
|
-
"description": "The Zero Grid Layout",
|
|
16874
|
-
"privacy": "public"
|
|
16858
|
+
"name": "zeroCheckbox"
|
|
16875
16859
|
}
|
|
16876
16860
|
],
|
|
16877
16861
|
"exports": [
|
|
16878
16862
|
{
|
|
16879
16863
|
"kind": "js",
|
|
16880
|
-
"name": "
|
|
16864
|
+
"name": "Checkbox",
|
|
16881
16865
|
"declaration": {
|
|
16882
|
-
"name": "
|
|
16883
|
-
"module": "src/
|
|
16866
|
+
"name": "Checkbox",
|
|
16867
|
+
"module": "src/checkbox/checkbox.ts"
|
|
16884
16868
|
}
|
|
16885
16869
|
},
|
|
16886
16870
|
{
|
|
16887
16871
|
"kind": "js",
|
|
16888
|
-
"name": "
|
|
16872
|
+
"name": "zeroCheckbox",
|
|
16889
16873
|
"declaration": {
|
|
16890
|
-
"name": "
|
|
16891
|
-
"module": "src/
|
|
16874
|
+
"name": "zeroCheckbox",
|
|
16875
|
+
"module": "src/checkbox/checkbox.ts"
|
|
16892
16876
|
}
|
|
16893
16877
|
}
|
|
16894
16878
|
]
|
|
16895
16879
|
},
|
|
16896
16880
|
{
|
|
16897
16881
|
"kind": "javascript-module",
|
|
16898
|
-
"path": "src/
|
|
16882
|
+
"path": "src/checkbox/index.ts",
|
|
16899
16883
|
"declarations": [],
|
|
16900
16884
|
"exports": [
|
|
16901
16885
|
{
|
|
@@ -16903,7 +16887,23 @@
|
|
|
16903
16887
|
"name": "*",
|
|
16904
16888
|
"declaration": {
|
|
16905
16889
|
"name": "*",
|
|
16906
|
-
"package": "./
|
|
16890
|
+
"package": "./checkbox"
|
|
16891
|
+
}
|
|
16892
|
+
},
|
|
16893
|
+
{
|
|
16894
|
+
"kind": "js",
|
|
16895
|
+
"name": "*",
|
|
16896
|
+
"declaration": {
|
|
16897
|
+
"name": "*",
|
|
16898
|
+
"package": "./checkbox.styles"
|
|
16899
|
+
}
|
|
16900
|
+
},
|
|
16901
|
+
{
|
|
16902
|
+
"kind": "js",
|
|
16903
|
+
"name": "*",
|
|
16904
|
+
"declaration": {
|
|
16905
|
+
"name": "*",
|
|
16906
|
+
"package": "./checkbox.template"
|
|
16907
16907
|
}
|
|
16908
16908
|
}
|
|
16909
16909
|
]
|
|
@@ -19059,7 +19059,7 @@
|
|
|
19059
19059
|
},
|
|
19060
19060
|
{
|
|
19061
19061
|
"kind": "javascript-module",
|
|
19062
|
-
"path": "src/
|
|
19062
|
+
"path": "src/listbox-option/index.ts",
|
|
19063
19063
|
"declarations": [],
|
|
19064
19064
|
"exports": [
|
|
19065
19065
|
{
|
|
@@ -19067,61 +19067,76 @@
|
|
|
19067
19067
|
"name": "*",
|
|
19068
19068
|
"declaration": {
|
|
19069
19069
|
"name": "*",
|
|
19070
|
-
"package": "./
|
|
19070
|
+
"package": "./listbox-option"
|
|
19071
|
+
}
|
|
19072
|
+
},
|
|
19073
|
+
{
|
|
19074
|
+
"kind": "js",
|
|
19075
|
+
"name": "*",
|
|
19076
|
+
"declaration": {
|
|
19077
|
+
"name": "*",
|
|
19078
|
+
"package": "./listbox-option.styles"
|
|
19079
|
+
}
|
|
19080
|
+
},
|
|
19081
|
+
{
|
|
19082
|
+
"kind": "js",
|
|
19083
|
+
"name": "*",
|
|
19084
|
+
"declaration": {
|
|
19085
|
+
"name": "*",
|
|
19086
|
+
"package": "./listbox-option.template"
|
|
19071
19087
|
}
|
|
19072
19088
|
}
|
|
19073
19089
|
]
|
|
19074
19090
|
},
|
|
19075
19091
|
{
|
|
19076
19092
|
"kind": "javascript-module",
|
|
19077
|
-
"path": "src/
|
|
19093
|
+
"path": "src/listbox-option/listbox-option.styles.ts",
|
|
19078
19094
|
"declarations": [
|
|
19079
19095
|
{
|
|
19080
|
-
"kind": "
|
|
19081
|
-
"name": "
|
|
19082
|
-
"
|
|
19083
|
-
"
|
|
19084
|
-
|
|
19085
|
-
|
|
19086
|
-
},
|
|
19087
|
-
{
|
|
19088
|
-
"kind": "variable",
|
|
19089
|
-
"name": "Primary",
|
|
19090
|
-
"type": {
|
|
19091
|
-
"text": "StoryObj"
|
|
19096
|
+
"kind": "function",
|
|
19097
|
+
"name": "zeroListboxOptionStyles",
|
|
19098
|
+
"return": {
|
|
19099
|
+
"type": {
|
|
19100
|
+
"text": "ElementStyles"
|
|
19101
|
+
}
|
|
19092
19102
|
},
|
|
19093
|
-
"
|
|
19103
|
+
"parameters": [
|
|
19104
|
+
{
|
|
19105
|
+
"name": "context",
|
|
19106
|
+
"type": {
|
|
19107
|
+
"text": "ElementDefinitionContext"
|
|
19108
|
+
}
|
|
19109
|
+
},
|
|
19110
|
+
{
|
|
19111
|
+
"name": "definition",
|
|
19112
|
+
"type": {
|
|
19113
|
+
"text": "FoundationElementDefinition"
|
|
19114
|
+
}
|
|
19115
|
+
}
|
|
19116
|
+
]
|
|
19094
19117
|
}
|
|
19095
19118
|
],
|
|
19096
19119
|
"exports": [
|
|
19097
19120
|
{
|
|
19098
19121
|
"kind": "js",
|
|
19099
|
-
"name": "
|
|
19100
|
-
"declaration": {
|
|
19101
|
-
"name": "meta",
|
|
19102
|
-
"module": "src/menu/menu.stories.ts"
|
|
19103
|
-
}
|
|
19104
|
-
},
|
|
19105
|
-
{
|
|
19106
|
-
"kind": "js",
|
|
19107
|
-
"name": "Primary",
|
|
19122
|
+
"name": "zeroListboxOptionStyles",
|
|
19108
19123
|
"declaration": {
|
|
19109
|
-
"name": "
|
|
19110
|
-
"module": "src/
|
|
19124
|
+
"name": "zeroListboxOptionStyles",
|
|
19125
|
+
"module": "src/listbox-option/listbox-option.styles.ts"
|
|
19111
19126
|
}
|
|
19112
19127
|
}
|
|
19113
19128
|
]
|
|
19114
19129
|
},
|
|
19115
19130
|
{
|
|
19116
19131
|
"kind": "javascript-module",
|
|
19117
|
-
"path": "src/
|
|
19132
|
+
"path": "src/listbox-option/listbox-option.template.ts",
|
|
19118
19133
|
"declarations": [
|
|
19119
19134
|
{
|
|
19120
19135
|
"kind": "function",
|
|
19121
|
-
"name": "
|
|
19136
|
+
"name": "zeroListboxOptionTemplate",
|
|
19122
19137
|
"return": {
|
|
19123
19138
|
"type": {
|
|
19124
|
-
"text": "
|
|
19139
|
+
"text": "ViewTemplate<ListboxOption>"
|
|
19125
19140
|
}
|
|
19126
19141
|
},
|
|
19127
19142
|
"parameters": [
|
|
@@ -19143,38 +19158,169 @@
|
|
|
19143
19158
|
"exports": [
|
|
19144
19159
|
{
|
|
19145
19160
|
"kind": "js",
|
|
19146
|
-
"name": "
|
|
19161
|
+
"name": "zeroListboxOptionTemplate",
|
|
19147
19162
|
"declaration": {
|
|
19148
|
-
"name": "
|
|
19149
|
-
"module": "src/
|
|
19163
|
+
"name": "zeroListboxOptionTemplate",
|
|
19164
|
+
"module": "src/listbox-option/listbox-option.template.ts"
|
|
19150
19165
|
}
|
|
19151
19166
|
}
|
|
19152
19167
|
]
|
|
19153
19168
|
},
|
|
19154
19169
|
{
|
|
19155
19170
|
"kind": "javascript-module",
|
|
19156
|
-
"path": "src/
|
|
19171
|
+
"path": "src/listbox-option/listbox-option.ts",
|
|
19157
19172
|
"declarations": [
|
|
19158
|
-
{
|
|
19159
|
-
"kind": "variable",
|
|
19160
|
-
"name": "zeroMenuShadowOptions",
|
|
19161
|
-
"default": "foundationMenuShadowOptions"
|
|
19162
|
-
},
|
|
19163
19173
|
{
|
|
19164
19174
|
"kind": "class",
|
|
19165
19175
|
"description": "",
|
|
19166
|
-
"name": "
|
|
19176
|
+
"name": "ListboxOption",
|
|
19167
19177
|
"superclass": {
|
|
19168
|
-
"name": "
|
|
19178
|
+
"name": "FoundationListboxOption",
|
|
19169
19179
|
"package": "@genesislcap/foundation-ui"
|
|
19170
19180
|
},
|
|
19171
|
-
"tagName": "%%prefix%%-
|
|
19181
|
+
"tagName": "%%prefix%%-option",
|
|
19172
19182
|
"customElement": true,
|
|
19183
|
+
"attributes": [
|
|
19184
|
+
{
|
|
19185
|
+
"type": {
|
|
19186
|
+
"text": "boolean"
|
|
19187
|
+
},
|
|
19188
|
+
"description": "The disabled state of the option.",
|
|
19189
|
+
"fieldName": "disabled",
|
|
19190
|
+
"inheritedFrom": {
|
|
19191
|
+
"name": "ListboxOption",
|
|
19192
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19193
|
+
}
|
|
19194
|
+
},
|
|
19195
|
+
{
|
|
19196
|
+
"name": "selected",
|
|
19197
|
+
"type": {
|
|
19198
|
+
"text": "boolean"
|
|
19199
|
+
},
|
|
19200
|
+
"description": "The selected attribute value. This sets the initial selected value.",
|
|
19201
|
+
"fieldName": "selectedAttribute",
|
|
19202
|
+
"inheritedFrom": {
|
|
19203
|
+
"name": "ListboxOption",
|
|
19204
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19205
|
+
}
|
|
19206
|
+
},
|
|
19207
|
+
{
|
|
19208
|
+
"name": "value",
|
|
19209
|
+
"type": {
|
|
19210
|
+
"text": "string"
|
|
19211
|
+
},
|
|
19212
|
+
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
19213
|
+
"fieldName": "initialValue",
|
|
19214
|
+
"inheritedFrom": {
|
|
19215
|
+
"name": "ListboxOption",
|
|
19216
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19217
|
+
}
|
|
19218
|
+
}
|
|
19219
|
+
],
|
|
19173
19220
|
"members": [
|
|
19221
|
+
{
|
|
19222
|
+
"kind": "field",
|
|
19223
|
+
"name": "checked",
|
|
19224
|
+
"type": {
|
|
19225
|
+
"text": "boolean | undefined"
|
|
19226
|
+
},
|
|
19227
|
+
"privacy": "public",
|
|
19228
|
+
"description": "The checked state is used when the parent listbox is in multiple selection mode.\nTo avoid accessibility conflicts, the checked state should not be present in\nsingle selection mode.",
|
|
19229
|
+
"inheritedFrom": {
|
|
19230
|
+
"name": "ListboxOption",
|
|
19231
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19232
|
+
}
|
|
19233
|
+
},
|
|
19234
|
+
{
|
|
19235
|
+
"kind": "method",
|
|
19236
|
+
"name": "checkedChanged",
|
|
19237
|
+
"privacy": "public",
|
|
19238
|
+
"return": {
|
|
19239
|
+
"type": {
|
|
19240
|
+
"text": "void"
|
|
19241
|
+
}
|
|
19242
|
+
},
|
|
19243
|
+
"parameters": [
|
|
19244
|
+
{
|
|
19245
|
+
"name": "prev",
|
|
19246
|
+
"type": {
|
|
19247
|
+
"text": "boolean | unknown"
|
|
19248
|
+
},
|
|
19249
|
+
"description": "the previous checked value"
|
|
19250
|
+
},
|
|
19251
|
+
{
|
|
19252
|
+
"name": "next",
|
|
19253
|
+
"optional": true,
|
|
19254
|
+
"type": {
|
|
19255
|
+
"text": "boolean"
|
|
19256
|
+
},
|
|
19257
|
+
"description": "the current checked value"
|
|
19258
|
+
}
|
|
19259
|
+
],
|
|
19260
|
+
"description": "Updates the ariaChecked property when the checked property changes.",
|
|
19261
|
+
"inheritedFrom": {
|
|
19262
|
+
"name": "ListboxOption",
|
|
19263
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19264
|
+
}
|
|
19265
|
+
},
|
|
19266
|
+
{
|
|
19267
|
+
"kind": "field",
|
|
19268
|
+
"name": "content",
|
|
19269
|
+
"type": {
|
|
19270
|
+
"text": "Node[]"
|
|
19271
|
+
},
|
|
19272
|
+
"privacy": "public",
|
|
19273
|
+
"description": "The default slotted content.",
|
|
19274
|
+
"inheritedFrom": {
|
|
19275
|
+
"name": "ListboxOption",
|
|
19276
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19277
|
+
}
|
|
19278
|
+
},
|
|
19279
|
+
{
|
|
19280
|
+
"kind": "field",
|
|
19281
|
+
"name": "defaultSelected",
|
|
19282
|
+
"type": {
|
|
19283
|
+
"text": "boolean"
|
|
19284
|
+
},
|
|
19285
|
+
"privacy": "public",
|
|
19286
|
+
"default": "false",
|
|
19287
|
+
"description": "The defaultSelected state of the option.",
|
|
19288
|
+
"inheritedFrom": {
|
|
19289
|
+
"name": "ListboxOption",
|
|
19290
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19291
|
+
}
|
|
19292
|
+
},
|
|
19293
|
+
{
|
|
19294
|
+
"kind": "method",
|
|
19295
|
+
"name": "defaultSelectedChanged",
|
|
19296
|
+
"privacy": "protected",
|
|
19297
|
+
"return": {
|
|
19298
|
+
"type": {
|
|
19299
|
+
"text": "void"
|
|
19300
|
+
}
|
|
19301
|
+
},
|
|
19302
|
+
"inheritedFrom": {
|
|
19303
|
+
"name": "ListboxOption",
|
|
19304
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19305
|
+
}
|
|
19306
|
+
},
|
|
19307
|
+
{
|
|
19308
|
+
"kind": "field",
|
|
19309
|
+
"name": "disabled",
|
|
19310
|
+
"type": {
|
|
19311
|
+
"text": "boolean"
|
|
19312
|
+
},
|
|
19313
|
+
"privacy": "public",
|
|
19314
|
+
"description": "The disabled state of the option.",
|
|
19315
|
+
"inheritedFrom": {
|
|
19316
|
+
"name": "ListboxOption",
|
|
19317
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19318
|
+
}
|
|
19319
|
+
},
|
|
19174
19320
|
{
|
|
19175
19321
|
"kind": "method",
|
|
19176
|
-
"name": "
|
|
19177
|
-
"privacy": "
|
|
19322
|
+
"name": "disabledChanged",
|
|
19323
|
+
"privacy": "protected",
|
|
19178
19324
|
"return": {
|
|
19179
19325
|
"type": {
|
|
19180
19326
|
"text": "void"
|
|
@@ -19182,213 +19328,184 @@
|
|
|
19182
19328
|
},
|
|
19183
19329
|
"parameters": [
|
|
19184
19330
|
{
|
|
19185
|
-
"name": "
|
|
19331
|
+
"name": "prev",
|
|
19186
19332
|
"type": {
|
|
19187
|
-
"text": "
|
|
19333
|
+
"text": "boolean"
|
|
19188
19334
|
}
|
|
19189
19335
|
},
|
|
19190
19336
|
{
|
|
19191
|
-
"name": "
|
|
19337
|
+
"name": "next",
|
|
19192
19338
|
"type": {
|
|
19193
|
-
"text": "
|
|
19339
|
+
"text": "boolean"
|
|
19194
19340
|
}
|
|
19195
19341
|
}
|
|
19196
19342
|
],
|
|
19197
19343
|
"inheritedFrom": {
|
|
19198
|
-
"name": "
|
|
19199
|
-
"module": "src/
|
|
19200
|
-
}
|
|
19201
|
-
},
|
|
19202
|
-
{
|
|
19203
|
-
"kind": "field",
|
|
19204
|
-
"name": "menuItems",
|
|
19205
|
-
"type": {
|
|
19206
|
-
"text": "Element[] | undefined"
|
|
19207
|
-
},
|
|
19208
|
-
"privacy": "private",
|
|
19209
|
-
"inheritedFrom": {
|
|
19210
|
-
"name": "Menu",
|
|
19211
|
-
"module": "src/menu/menu.ts"
|
|
19344
|
+
"name": "ListboxOption",
|
|
19345
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19212
19346
|
}
|
|
19213
19347
|
},
|
|
19214
19348
|
{
|
|
19215
19349
|
"kind": "field",
|
|
19216
|
-
"name": "
|
|
19350
|
+
"name": "selectedAttribute",
|
|
19217
19351
|
"type": {
|
|
19218
|
-
"text": "
|
|
19352
|
+
"text": "boolean"
|
|
19219
19353
|
},
|
|
19220
|
-
"privacy": "
|
|
19221
|
-
"
|
|
19354
|
+
"privacy": "public",
|
|
19355
|
+
"description": "The selected attribute value. This sets the initial selected value.",
|
|
19222
19356
|
"inheritedFrom": {
|
|
19223
|
-
"name": "
|
|
19224
|
-
"module": "src/
|
|
19357
|
+
"name": "ListboxOption",
|
|
19358
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19225
19359
|
}
|
|
19226
19360
|
},
|
|
19227
19361
|
{
|
|
19228
|
-
"kind": "
|
|
19229
|
-
"name": "
|
|
19230
|
-
"
|
|
19231
|
-
|
|
19362
|
+
"kind": "method",
|
|
19363
|
+
"name": "selectedAttributeChanged",
|
|
19364
|
+
"privacy": "protected",
|
|
19365
|
+
"return": {
|
|
19366
|
+
"type": {
|
|
19367
|
+
"text": "void"
|
|
19368
|
+
}
|
|
19232
19369
|
},
|
|
19233
|
-
"privacy": "private",
|
|
19234
|
-
"default": "-1",
|
|
19235
|
-
"description": "The index of the focusable element in the items array\ndefaults to -1",
|
|
19236
19370
|
"inheritedFrom": {
|
|
19237
|
-
"name": "
|
|
19238
|
-
"module": "src/
|
|
19371
|
+
"name": "ListboxOption",
|
|
19372
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19239
19373
|
}
|
|
19240
19374
|
},
|
|
19241
19375
|
{
|
|
19242
19376
|
"kind": "field",
|
|
19243
|
-
"name": "
|
|
19377
|
+
"name": "selected",
|
|
19244
19378
|
"type": {
|
|
19245
|
-
"text": "
|
|
19379
|
+
"text": "boolean"
|
|
19246
19380
|
},
|
|
19247
|
-
"privacy": "private",
|
|
19248
|
-
"static": true,
|
|
19249
|
-
"default": "roleForMenuItem",
|
|
19250
|
-
"inheritedFrom": {
|
|
19251
|
-
"name": "Menu",
|
|
19252
|
-
"module": "src/menu/menu.ts"
|
|
19253
|
-
}
|
|
19254
|
-
},
|
|
19255
|
-
{
|
|
19256
|
-
"kind": "method",
|
|
19257
|
-
"name": "focus",
|
|
19258
19381
|
"privacy": "public",
|
|
19259
|
-
"
|
|
19260
|
-
"type": {
|
|
19261
|
-
"text": "void"
|
|
19262
|
-
}
|
|
19263
|
-
},
|
|
19264
|
-
"description": "Focuses the first item in the menu.",
|
|
19382
|
+
"description": "The checked state of the control.",
|
|
19265
19383
|
"inheritedFrom": {
|
|
19266
|
-
"name": "
|
|
19267
|
-
"module": "src/
|
|
19384
|
+
"name": "ListboxOption",
|
|
19385
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19268
19386
|
}
|
|
19269
19387
|
},
|
|
19270
19388
|
{
|
|
19271
19389
|
"kind": "method",
|
|
19272
|
-
"name": "
|
|
19273
|
-
"privacy": "
|
|
19390
|
+
"name": "selectedChanged",
|
|
19391
|
+
"privacy": "protected",
|
|
19274
19392
|
"return": {
|
|
19275
19393
|
"type": {
|
|
19276
19394
|
"text": "void"
|
|
19277
19395
|
}
|
|
19278
19396
|
},
|
|
19279
|
-
"description": "Collapses any expanded menu items.",
|
|
19280
19397
|
"inheritedFrom": {
|
|
19281
|
-
"name": "
|
|
19282
|
-
"module": "src/
|
|
19398
|
+
"name": "ListboxOption",
|
|
19399
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19283
19400
|
}
|
|
19284
19401
|
},
|
|
19285
19402
|
{
|
|
19286
19403
|
"kind": "field",
|
|
19287
|
-
"name": "
|
|
19288
|
-
"
|
|
19404
|
+
"name": "dirtyValue",
|
|
19405
|
+
"type": {
|
|
19406
|
+
"text": "boolean"
|
|
19407
|
+
},
|
|
19408
|
+
"privacy": "public",
|
|
19409
|
+
"default": "false",
|
|
19410
|
+
"description": "Track whether the value has been changed from the initial value",
|
|
19289
19411
|
"inheritedFrom": {
|
|
19290
|
-
"name": "
|
|
19291
|
-
"module": "src/
|
|
19412
|
+
"name": "ListboxOption",
|
|
19413
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19292
19414
|
}
|
|
19293
19415
|
},
|
|
19294
19416
|
{
|
|
19295
19417
|
"kind": "field",
|
|
19296
|
-
"name": "
|
|
19297
|
-
"
|
|
19418
|
+
"name": "initialValue",
|
|
19419
|
+
"type": {
|
|
19420
|
+
"text": "string"
|
|
19421
|
+
},
|
|
19422
|
+
"privacy": "protected",
|
|
19423
|
+
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
19298
19424
|
"inheritedFrom": {
|
|
19299
|
-
"name": "
|
|
19300
|
-
"module": "src/
|
|
19425
|
+
"name": "ListboxOption",
|
|
19426
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19301
19427
|
}
|
|
19302
19428
|
},
|
|
19303
19429
|
{
|
|
19304
|
-
"kind": "
|
|
19305
|
-
"name": "
|
|
19306
|
-
"privacy": "
|
|
19430
|
+
"kind": "method",
|
|
19431
|
+
"name": "initialValueChanged",
|
|
19432
|
+
"privacy": "public",
|
|
19433
|
+
"return": {
|
|
19434
|
+
"type": {
|
|
19435
|
+
"text": "void"
|
|
19436
|
+
}
|
|
19437
|
+
},
|
|
19438
|
+
"parameters": [
|
|
19439
|
+
{
|
|
19440
|
+
"name": "previous",
|
|
19441
|
+
"type": {
|
|
19442
|
+
"text": "string"
|
|
19443
|
+
}
|
|
19444
|
+
},
|
|
19445
|
+
{
|
|
19446
|
+
"name": "next",
|
|
19447
|
+
"type": {
|
|
19448
|
+
"text": "string"
|
|
19449
|
+
}
|
|
19450
|
+
}
|
|
19451
|
+
],
|
|
19307
19452
|
"inheritedFrom": {
|
|
19308
|
-
"name": "
|
|
19309
|
-
"module": "src/
|
|
19453
|
+
"name": "ListboxOption",
|
|
19454
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19310
19455
|
}
|
|
19311
19456
|
},
|
|
19312
19457
|
{
|
|
19313
19458
|
"kind": "field",
|
|
19314
|
-
"name": "
|
|
19315
|
-
"privacy": "
|
|
19459
|
+
"name": "label",
|
|
19460
|
+
"privacy": "public",
|
|
19316
19461
|
"inheritedFrom": {
|
|
19317
|
-
"name": "
|
|
19318
|
-
"module": "src/
|
|
19462
|
+
"name": "ListboxOption",
|
|
19463
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19319
19464
|
}
|
|
19320
19465
|
},
|
|
19321
19466
|
{
|
|
19322
19467
|
"kind": "field",
|
|
19323
|
-
"name": "
|
|
19324
|
-
"
|
|
19325
|
-
|
|
19326
|
-
"inheritedFrom": {
|
|
19327
|
-
"name": "Menu",
|
|
19328
|
-
"module": "src/menu/menu.ts"
|
|
19329
|
-
}
|
|
19330
|
-
},
|
|
19331
|
-
{
|
|
19332
|
-
"kind": "method",
|
|
19333
|
-
"name": "domChildren",
|
|
19334
|
-
"privacy": "private",
|
|
19335
|
-
"return": {
|
|
19336
|
-
"type": {
|
|
19337
|
-
"text": "Element[]"
|
|
19338
|
-
}
|
|
19468
|
+
"name": "text",
|
|
19469
|
+
"type": {
|
|
19470
|
+
"text": "string"
|
|
19339
19471
|
},
|
|
19340
|
-
"
|
|
19472
|
+
"privacy": "public",
|
|
19341
19473
|
"inheritedFrom": {
|
|
19342
|
-
"name": "
|
|
19343
|
-
"module": "src/
|
|
19474
|
+
"name": "ListboxOption",
|
|
19475
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19344
19476
|
}
|
|
19345
19477
|
},
|
|
19346
19478
|
{
|
|
19347
19479
|
"kind": "field",
|
|
19348
|
-
"name": "
|
|
19349
|
-
"privacy": "
|
|
19350
|
-
"
|
|
19480
|
+
"name": "value",
|
|
19481
|
+
"privacy": "public",
|
|
19482
|
+
"type": {
|
|
19483
|
+
"text": "string"
|
|
19484
|
+
},
|
|
19351
19485
|
"inheritedFrom": {
|
|
19352
|
-
"name": "
|
|
19353
|
-
"module": "src/
|
|
19486
|
+
"name": "ListboxOption",
|
|
19487
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19354
19488
|
}
|
|
19355
19489
|
},
|
|
19356
19490
|
{
|
|
19357
19491
|
"kind": "field",
|
|
19358
|
-
"name": "
|
|
19359
|
-
"
|
|
19360
|
-
|
|
19492
|
+
"name": "form",
|
|
19493
|
+
"type": {
|
|
19494
|
+
"text": "HTMLFormElement | null"
|
|
19495
|
+
},
|
|
19496
|
+
"privacy": "public",
|
|
19361
19497
|
"inheritedFrom": {
|
|
19362
|
-
"name": "
|
|
19363
|
-
"module": "src/
|
|
19498
|
+
"name": "ListboxOption",
|
|
19499
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19364
19500
|
}
|
|
19365
19501
|
},
|
|
19366
19502
|
{
|
|
19367
|
-
"kind": "
|
|
19368
|
-
"name": "
|
|
19369
|
-
"
|
|
19370
|
-
"return": {
|
|
19371
|
-
"type": {
|
|
19372
|
-
"text": "void"
|
|
19373
|
-
}
|
|
19374
|
-
},
|
|
19375
|
-
"parameters": [
|
|
19376
|
-
{
|
|
19377
|
-
"name": "focusIndex",
|
|
19378
|
-
"type": {
|
|
19379
|
-
"text": "number"
|
|
19380
|
-
}
|
|
19381
|
-
},
|
|
19382
|
-
{
|
|
19383
|
-
"name": "adjustment",
|
|
19384
|
-
"type": {
|
|
19385
|
-
"text": "number"
|
|
19386
|
-
}
|
|
19387
|
-
}
|
|
19388
|
-
],
|
|
19503
|
+
"kind": "field",
|
|
19504
|
+
"name": "proxy",
|
|
19505
|
+
"default": "new Option(\n `${this.textContent}`,\n this.initialValue,\n this.defaultSelected,\n this.selected\n )",
|
|
19389
19506
|
"inheritedFrom": {
|
|
19390
|
-
"name": "
|
|
19391
|
-
"module": "src/
|
|
19507
|
+
"name": "ListboxOption",
|
|
19508
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19392
19509
|
}
|
|
19393
19510
|
},
|
|
19394
19511
|
{
|
|
@@ -19400,8 +19517,8 @@
|
|
|
19400
19517
|
"privacy": "private",
|
|
19401
19518
|
"default": "void 0",
|
|
19402
19519
|
"inheritedFrom": {
|
|
19403
|
-
"name": "
|
|
19404
|
-
"module": "src/
|
|
19520
|
+
"name": "ListboxOption",
|
|
19521
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19405
19522
|
}
|
|
19406
19523
|
},
|
|
19407
19524
|
{
|
|
@@ -19413,8 +19530,8 @@
|
|
|
19413
19530
|
"privacy": "public",
|
|
19414
19531
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
19415
19532
|
"inheritedFrom": {
|
|
19416
|
-
"name": "
|
|
19417
|
-
"module": "src/
|
|
19533
|
+
"name": "ListboxOption",
|
|
19534
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19418
19535
|
}
|
|
19419
19536
|
},
|
|
19420
19537
|
{
|
|
@@ -19426,8 +19543,8 @@
|
|
|
19426
19543
|
"privacy": "public",
|
|
19427
19544
|
"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.",
|
|
19428
19545
|
"inheritedFrom": {
|
|
19429
|
-
"name": "
|
|
19430
|
-
"module": "src/
|
|
19546
|
+
"name": "ListboxOption",
|
|
19547
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19431
19548
|
}
|
|
19432
19549
|
},
|
|
19433
19550
|
{
|
|
@@ -19440,8 +19557,8 @@
|
|
|
19440
19557
|
}
|
|
19441
19558
|
},
|
|
19442
19559
|
"inheritedFrom": {
|
|
19443
|
-
"name": "
|
|
19444
|
-
"module": "src/
|
|
19560
|
+
"name": "ListboxOption",
|
|
19561
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19445
19562
|
}
|
|
19446
19563
|
},
|
|
19447
19564
|
{
|
|
@@ -19453,8 +19570,8 @@
|
|
|
19453
19570
|
"privacy": "public",
|
|
19454
19571
|
"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.",
|
|
19455
19572
|
"inheritedFrom": {
|
|
19456
|
-
"name": "
|
|
19457
|
-
"module": "src/
|
|
19573
|
+
"name": "ListboxOption",
|
|
19574
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19458
19575
|
}
|
|
19459
19576
|
},
|
|
19460
19577
|
{
|
|
@@ -19466,9 +19583,9 @@
|
|
|
19466
19583
|
"text": "void"
|
|
19467
19584
|
}
|
|
19468
19585
|
},
|
|
19469
|
-
"inheritedFrom": {
|
|
19470
|
-
"name": "
|
|
19471
|
-
"module": "src/
|
|
19586
|
+
"inheritedFrom": {
|
|
19587
|
+
"name": "ListboxOption",
|
|
19588
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19472
19589
|
}
|
|
19473
19590
|
},
|
|
19474
19591
|
{
|
|
@@ -19498,49 +19615,39 @@
|
|
|
19498
19615
|
],
|
|
19499
19616
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
19500
19617
|
"inheritedFrom": {
|
|
19501
|
-
"name": "
|
|
19502
|
-
"module": "src/
|
|
19618
|
+
"name": "ListboxOption",
|
|
19619
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19503
19620
|
}
|
|
19504
19621
|
}
|
|
19505
19622
|
]
|
|
19506
19623
|
},
|
|
19507
19624
|
{
|
|
19508
19625
|
"kind": "variable",
|
|
19509
|
-
"name": "
|
|
19510
|
-
"description": "The Zero Menu",
|
|
19511
|
-
"privacy": "public"
|
|
19626
|
+
"name": "zeroListboxOption"
|
|
19512
19627
|
}
|
|
19513
19628
|
],
|
|
19514
19629
|
"exports": [
|
|
19515
19630
|
{
|
|
19516
19631
|
"kind": "js",
|
|
19517
|
-
"name": "
|
|
19518
|
-
"declaration": {
|
|
19519
|
-
"name": "zeroMenuShadowOptions",
|
|
19520
|
-
"module": "src/menu/menu.ts"
|
|
19521
|
-
}
|
|
19522
|
-
},
|
|
19523
|
-
{
|
|
19524
|
-
"kind": "js",
|
|
19525
|
-
"name": "Menu",
|
|
19632
|
+
"name": "ListboxOption",
|
|
19526
19633
|
"declaration": {
|
|
19527
|
-
"name": "
|
|
19528
|
-
"module": "src/
|
|
19634
|
+
"name": "ListboxOption",
|
|
19635
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19529
19636
|
}
|
|
19530
19637
|
},
|
|
19531
19638
|
{
|
|
19532
19639
|
"kind": "js",
|
|
19533
|
-
"name": "
|
|
19640
|
+
"name": "zeroListboxOption",
|
|
19534
19641
|
"declaration": {
|
|
19535
|
-
"name": "
|
|
19536
|
-
"module": "src/
|
|
19642
|
+
"name": "zeroListboxOption",
|
|
19643
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
19537
19644
|
}
|
|
19538
19645
|
}
|
|
19539
19646
|
]
|
|
19540
19647
|
},
|
|
19541
19648
|
{
|
|
19542
19649
|
"kind": "javascript-module",
|
|
19543
|
-
"path": "src/
|
|
19650
|
+
"path": "src/menu/index.ts",
|
|
19544
19651
|
"declarations": [],
|
|
19545
19652
|
"exports": [
|
|
19546
19653
|
{
|
|
@@ -19548,76 +19655,61 @@
|
|
|
19548
19655
|
"name": "*",
|
|
19549
19656
|
"declaration": {
|
|
19550
19657
|
"name": "*",
|
|
19551
|
-
"package": "./
|
|
19552
|
-
}
|
|
19553
|
-
},
|
|
19554
|
-
{
|
|
19555
|
-
"kind": "js",
|
|
19556
|
-
"name": "*",
|
|
19557
|
-
"declaration": {
|
|
19558
|
-
"name": "*",
|
|
19559
|
-
"package": "./listbox-option.styles"
|
|
19560
|
-
}
|
|
19561
|
-
},
|
|
19562
|
-
{
|
|
19563
|
-
"kind": "js",
|
|
19564
|
-
"name": "*",
|
|
19565
|
-
"declaration": {
|
|
19566
|
-
"name": "*",
|
|
19567
|
-
"package": "./listbox-option.template"
|
|
19658
|
+
"package": "./menu"
|
|
19568
19659
|
}
|
|
19569
19660
|
}
|
|
19570
19661
|
]
|
|
19571
19662
|
},
|
|
19572
19663
|
{
|
|
19573
19664
|
"kind": "javascript-module",
|
|
19574
|
-
"path": "src/
|
|
19665
|
+
"path": "src/menu/menu.stories.ts",
|
|
19575
19666
|
"declarations": [
|
|
19576
19667
|
{
|
|
19577
|
-
"kind": "
|
|
19578
|
-
"name": "
|
|
19579
|
-
"
|
|
19580
|
-
"
|
|
19581
|
-
"text": "ElementStyles"
|
|
19582
|
-
}
|
|
19668
|
+
"kind": "variable",
|
|
19669
|
+
"name": "meta",
|
|
19670
|
+
"type": {
|
|
19671
|
+
"text": "Meta"
|
|
19583
19672
|
},
|
|
19584
|
-
"
|
|
19585
|
-
|
|
19586
|
-
|
|
19587
|
-
|
|
19588
|
-
|
|
19589
|
-
|
|
19590
|
-
|
|
19591
|
-
|
|
19592
|
-
|
|
19593
|
-
"type": {
|
|
19594
|
-
"text": "FoundationElementDefinition"
|
|
19595
|
-
}
|
|
19596
|
-
}
|
|
19597
|
-
]
|
|
19673
|
+
"default": "{\n title: 'Menu',\n component: 'zero-menu',\n}"
|
|
19674
|
+
},
|
|
19675
|
+
{
|
|
19676
|
+
"kind": "variable",
|
|
19677
|
+
"name": "Primary",
|
|
19678
|
+
"type": {
|
|
19679
|
+
"text": "StoryObj"
|
|
19680
|
+
},
|
|
19681
|
+
"default": "{\n args: {\n menuItemsText: 'Menu item',\n subMenuItemsText: 'SubMenu item',\n },\n render: ({ menuItemsText, subMenuItemsText }) => html`\n <zero-menu>\n <zero-menu-item>\n ${menuItemsText} 1\n <zero-menu>\n <zero-menu-item>${subMenuItemsText} 1</zero-menu-item>\n <zero-menu-item>${subMenuItemsText} 2</zero-menu-item>\n <zero-menu-item>${subMenuItemsText}</zero-menu-item>\n </zero-menu>\n </zero-menu-item>\n <zero-menu-item>${menuItemsText} 2</zero-menu-item>\n <zero-menu-item>${menuItemsText}</zero-menu-item>\n </zero-menu>\n `,\n}"
|
|
19598
19682
|
}
|
|
19599
19683
|
],
|
|
19600
19684
|
"exports": [
|
|
19601
19685
|
{
|
|
19602
19686
|
"kind": "js",
|
|
19603
|
-
"name": "
|
|
19687
|
+
"name": "default",
|
|
19604
19688
|
"declaration": {
|
|
19605
|
-
"name": "
|
|
19606
|
-
"module": "src/
|
|
19689
|
+
"name": "meta",
|
|
19690
|
+
"module": "src/menu/menu.stories.ts"
|
|
19691
|
+
}
|
|
19692
|
+
},
|
|
19693
|
+
{
|
|
19694
|
+
"kind": "js",
|
|
19695
|
+
"name": "Primary",
|
|
19696
|
+
"declaration": {
|
|
19697
|
+
"name": "Primary",
|
|
19698
|
+
"module": "src/menu/menu.stories.ts"
|
|
19607
19699
|
}
|
|
19608
19700
|
}
|
|
19609
19701
|
]
|
|
19610
19702
|
},
|
|
19611
19703
|
{
|
|
19612
19704
|
"kind": "javascript-module",
|
|
19613
|
-
"path": "src/
|
|
19705
|
+
"path": "src/menu/menu.styles.ts",
|
|
19614
19706
|
"declarations": [
|
|
19615
19707
|
{
|
|
19616
19708
|
"kind": "function",
|
|
19617
|
-
"name": "
|
|
19709
|
+
"name": "zeroMenuStyles",
|
|
19618
19710
|
"return": {
|
|
19619
19711
|
"type": {
|
|
19620
|
-
"text": "
|
|
19712
|
+
"text": "ElementStyles"
|
|
19621
19713
|
}
|
|
19622
19714
|
},
|
|
19623
19715
|
"parameters": [
|
|
@@ -19639,278 +19731,230 @@
|
|
|
19639
19731
|
"exports": [
|
|
19640
19732
|
{
|
|
19641
19733
|
"kind": "js",
|
|
19642
|
-
"name": "
|
|
19734
|
+
"name": "zeroMenuStyles",
|
|
19643
19735
|
"declaration": {
|
|
19644
|
-
"name": "
|
|
19645
|
-
"module": "src/
|
|
19736
|
+
"name": "zeroMenuStyles",
|
|
19737
|
+
"module": "src/menu/menu.styles.ts"
|
|
19646
19738
|
}
|
|
19647
19739
|
}
|
|
19648
19740
|
]
|
|
19649
19741
|
},
|
|
19650
19742
|
{
|
|
19651
19743
|
"kind": "javascript-module",
|
|
19652
|
-
"path": "src/
|
|
19744
|
+
"path": "src/menu/menu.ts",
|
|
19653
19745
|
"declarations": [
|
|
19746
|
+
{
|
|
19747
|
+
"kind": "variable",
|
|
19748
|
+
"name": "zeroMenuShadowOptions",
|
|
19749
|
+
"default": "foundationMenuShadowOptions"
|
|
19750
|
+
},
|
|
19654
19751
|
{
|
|
19655
19752
|
"kind": "class",
|
|
19656
19753
|
"description": "",
|
|
19657
|
-
"name": "
|
|
19754
|
+
"name": "Menu",
|
|
19658
19755
|
"superclass": {
|
|
19659
|
-
"name": "
|
|
19756
|
+
"name": "FoundationMenu",
|
|
19660
19757
|
"package": "@genesislcap/foundation-ui"
|
|
19661
19758
|
},
|
|
19662
|
-
"tagName": "%%prefix%%-
|
|
19759
|
+
"tagName": "%%prefix%%-menu",
|
|
19663
19760
|
"customElement": true,
|
|
19664
|
-
"
|
|
19761
|
+
"members": [
|
|
19665
19762
|
{
|
|
19666
|
-
"
|
|
19667
|
-
|
|
19763
|
+
"kind": "method",
|
|
19764
|
+
"name": "itemsChanged",
|
|
19765
|
+
"privacy": "private",
|
|
19766
|
+
"return": {
|
|
19767
|
+
"type": {
|
|
19768
|
+
"text": "void"
|
|
19769
|
+
}
|
|
19668
19770
|
},
|
|
19669
|
-
"
|
|
19670
|
-
|
|
19771
|
+
"parameters": [
|
|
19772
|
+
{
|
|
19773
|
+
"name": "oldValue",
|
|
19774
|
+
"type": {
|
|
19775
|
+
"text": "HTMLElement[]"
|
|
19776
|
+
}
|
|
19777
|
+
},
|
|
19778
|
+
{
|
|
19779
|
+
"name": "newValue",
|
|
19780
|
+
"type": {
|
|
19781
|
+
"text": "HTMLElement[]"
|
|
19782
|
+
}
|
|
19783
|
+
}
|
|
19784
|
+
],
|
|
19671
19785
|
"inheritedFrom": {
|
|
19672
|
-
"name": "
|
|
19673
|
-
"module": "src/
|
|
19786
|
+
"name": "Menu",
|
|
19787
|
+
"module": "src/menu/menu.ts"
|
|
19674
19788
|
}
|
|
19675
19789
|
},
|
|
19676
19790
|
{
|
|
19677
|
-
"
|
|
19791
|
+
"kind": "field",
|
|
19792
|
+
"name": "menuItems",
|
|
19678
19793
|
"type": {
|
|
19679
|
-
"text": "
|
|
19794
|
+
"text": "Element[] | undefined"
|
|
19680
19795
|
},
|
|
19681
|
-
"
|
|
19682
|
-
"fieldName": "selectedAttribute",
|
|
19796
|
+
"privacy": "private",
|
|
19683
19797
|
"inheritedFrom": {
|
|
19684
|
-
"name": "
|
|
19685
|
-
"module": "src/
|
|
19798
|
+
"name": "Menu",
|
|
19799
|
+
"module": "src/menu/menu.ts"
|
|
19686
19800
|
}
|
|
19687
19801
|
},
|
|
19688
|
-
{
|
|
19689
|
-
"name": "value",
|
|
19690
|
-
"type": {
|
|
19691
|
-
"text": "string"
|
|
19692
|
-
},
|
|
19693
|
-
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
19694
|
-
"fieldName": "initialValue",
|
|
19695
|
-
"inheritedFrom": {
|
|
19696
|
-
"name": "ListboxOption",
|
|
19697
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
19698
|
-
}
|
|
19699
|
-
}
|
|
19700
|
-
],
|
|
19701
|
-
"members": [
|
|
19702
19802
|
{
|
|
19703
19803
|
"kind": "field",
|
|
19704
|
-
"name": "
|
|
19804
|
+
"name": "expandedItem",
|
|
19705
19805
|
"type": {
|
|
19706
|
-
"text": "
|
|
19806
|
+
"text": "MenuItem | null"
|
|
19707
19807
|
},
|
|
19708
|
-
"privacy": "
|
|
19709
|
-
"
|
|
19808
|
+
"privacy": "private",
|
|
19809
|
+
"default": "null",
|
|
19710
19810
|
"inheritedFrom": {
|
|
19711
|
-
"name": "
|
|
19712
|
-
"module": "src/
|
|
19811
|
+
"name": "Menu",
|
|
19812
|
+
"module": "src/menu/menu.ts"
|
|
19713
19813
|
}
|
|
19714
19814
|
},
|
|
19715
19815
|
{
|
|
19716
|
-
"kind": "
|
|
19717
|
-
"name": "
|
|
19718
|
-
"
|
|
19719
|
-
|
|
19720
|
-
"type": {
|
|
19721
|
-
"text": "void"
|
|
19722
|
-
}
|
|
19816
|
+
"kind": "field",
|
|
19817
|
+
"name": "focusIndex",
|
|
19818
|
+
"type": {
|
|
19819
|
+
"text": "number"
|
|
19723
19820
|
},
|
|
19724
|
-
"
|
|
19725
|
-
|
|
19726
|
-
|
|
19727
|
-
"type": {
|
|
19728
|
-
"text": "boolean | unknown"
|
|
19729
|
-
},
|
|
19730
|
-
"description": "the previous checked value"
|
|
19731
|
-
},
|
|
19732
|
-
{
|
|
19733
|
-
"name": "next",
|
|
19734
|
-
"optional": true,
|
|
19735
|
-
"type": {
|
|
19736
|
-
"text": "boolean"
|
|
19737
|
-
},
|
|
19738
|
-
"description": "the current checked value"
|
|
19739
|
-
}
|
|
19740
|
-
],
|
|
19741
|
-
"description": "Updates the ariaChecked property when the checked property changes.",
|
|
19821
|
+
"privacy": "private",
|
|
19822
|
+
"default": "-1",
|
|
19823
|
+
"description": "The index of the focusable element in the items array\ndefaults to -1",
|
|
19742
19824
|
"inheritedFrom": {
|
|
19743
|
-
"name": "
|
|
19744
|
-
"module": "src/
|
|
19825
|
+
"name": "Menu",
|
|
19826
|
+
"module": "src/menu/menu.ts"
|
|
19745
19827
|
}
|
|
19746
19828
|
},
|
|
19747
19829
|
{
|
|
19748
19830
|
"kind": "field",
|
|
19749
|
-
"name": "
|
|
19831
|
+
"name": "focusableElementRoles",
|
|
19750
19832
|
"type": {
|
|
19751
|
-
"text": "
|
|
19833
|
+
"text": "{ [key: string]: string }"
|
|
19752
19834
|
},
|
|
19753
|
-
"privacy": "
|
|
19754
|
-
"
|
|
19835
|
+
"privacy": "private",
|
|
19836
|
+
"static": true,
|
|
19837
|
+
"default": "roleForMenuItem",
|
|
19755
19838
|
"inheritedFrom": {
|
|
19756
|
-
"name": "
|
|
19757
|
-
"module": "src/
|
|
19839
|
+
"name": "Menu",
|
|
19840
|
+
"module": "src/menu/menu.ts"
|
|
19758
19841
|
}
|
|
19759
19842
|
},
|
|
19760
19843
|
{
|
|
19761
|
-
"kind": "
|
|
19762
|
-
"name": "
|
|
19763
|
-
"type": {
|
|
19764
|
-
"text": "boolean"
|
|
19765
|
-
},
|
|
19844
|
+
"kind": "method",
|
|
19845
|
+
"name": "focus",
|
|
19766
19846
|
"privacy": "public",
|
|
19767
|
-
"
|
|
19768
|
-
|
|
19847
|
+
"return": {
|
|
19848
|
+
"type": {
|
|
19849
|
+
"text": "void"
|
|
19850
|
+
}
|
|
19851
|
+
},
|
|
19852
|
+
"description": "Focuses the first item in the menu.",
|
|
19769
19853
|
"inheritedFrom": {
|
|
19770
|
-
"name": "
|
|
19771
|
-
"module": "src/
|
|
19854
|
+
"name": "Menu",
|
|
19855
|
+
"module": "src/menu/menu.ts"
|
|
19772
19856
|
}
|
|
19773
19857
|
},
|
|
19774
19858
|
{
|
|
19775
19859
|
"kind": "method",
|
|
19776
|
-
"name": "
|
|
19777
|
-
"privacy": "
|
|
19860
|
+
"name": "collapseExpandedItem",
|
|
19861
|
+
"privacy": "public",
|
|
19778
19862
|
"return": {
|
|
19779
19863
|
"type": {
|
|
19780
19864
|
"text": "void"
|
|
19781
19865
|
}
|
|
19782
19866
|
},
|
|
19867
|
+
"description": "Collapses any expanded menu items.",
|
|
19783
19868
|
"inheritedFrom": {
|
|
19784
|
-
"name": "
|
|
19785
|
-
"module": "src/
|
|
19869
|
+
"name": "Menu",
|
|
19870
|
+
"module": "src/menu/menu.ts"
|
|
19786
19871
|
}
|
|
19787
19872
|
},
|
|
19788
19873
|
{
|
|
19789
19874
|
"kind": "field",
|
|
19790
|
-
"name": "
|
|
19791
|
-
"
|
|
19792
|
-
"text": "boolean"
|
|
19793
|
-
},
|
|
19794
|
-
"privacy": "public",
|
|
19795
|
-
"description": "The disabled state of the option.",
|
|
19875
|
+
"name": "handleItemFocus",
|
|
19876
|
+
"privacy": "private",
|
|
19796
19877
|
"inheritedFrom": {
|
|
19797
|
-
"name": "
|
|
19798
|
-
"module": "src/
|
|
19878
|
+
"name": "Menu",
|
|
19879
|
+
"module": "src/menu/menu.ts"
|
|
19799
19880
|
}
|
|
19800
19881
|
},
|
|
19801
19882
|
{
|
|
19802
|
-
"kind": "
|
|
19803
|
-
"name": "
|
|
19804
|
-
"privacy": "
|
|
19805
|
-
"return": {
|
|
19806
|
-
"type": {
|
|
19807
|
-
"text": "void"
|
|
19808
|
-
}
|
|
19809
|
-
},
|
|
19810
|
-
"parameters": [
|
|
19811
|
-
{
|
|
19812
|
-
"name": "prev",
|
|
19813
|
-
"type": {
|
|
19814
|
-
"text": "boolean"
|
|
19815
|
-
}
|
|
19816
|
-
},
|
|
19817
|
-
{
|
|
19818
|
-
"name": "next",
|
|
19819
|
-
"type": {
|
|
19820
|
-
"text": "boolean"
|
|
19821
|
-
}
|
|
19822
|
-
}
|
|
19823
|
-
],
|
|
19883
|
+
"kind": "field",
|
|
19884
|
+
"name": "handleExpandedChanged",
|
|
19885
|
+
"privacy": "private",
|
|
19824
19886
|
"inheritedFrom": {
|
|
19825
|
-
"name": "
|
|
19826
|
-
"module": "src/
|
|
19887
|
+
"name": "Menu",
|
|
19888
|
+
"module": "src/menu/menu.ts"
|
|
19827
19889
|
}
|
|
19828
19890
|
},
|
|
19829
19891
|
{
|
|
19830
19892
|
"kind": "field",
|
|
19831
|
-
"name": "
|
|
19832
|
-
"
|
|
19833
|
-
"text": "boolean"
|
|
19834
|
-
},
|
|
19835
|
-
"privacy": "public",
|
|
19836
|
-
"description": "The selected attribute value. This sets the initial selected value.",
|
|
19893
|
+
"name": "removeItemListeners",
|
|
19894
|
+
"privacy": "private",
|
|
19837
19895
|
"inheritedFrom": {
|
|
19838
|
-
"name": "
|
|
19839
|
-
"module": "src/
|
|
19896
|
+
"name": "Menu",
|
|
19897
|
+
"module": "src/menu/menu.ts"
|
|
19840
19898
|
}
|
|
19841
19899
|
},
|
|
19842
19900
|
{
|
|
19843
|
-
"kind": "
|
|
19844
|
-
"name": "
|
|
19845
|
-
"privacy": "
|
|
19846
|
-
"return": {
|
|
19847
|
-
"type": {
|
|
19848
|
-
"text": "void"
|
|
19849
|
-
}
|
|
19850
|
-
},
|
|
19901
|
+
"kind": "field",
|
|
19902
|
+
"name": "setItems",
|
|
19903
|
+
"privacy": "private",
|
|
19851
19904
|
"inheritedFrom": {
|
|
19852
|
-
"name": "
|
|
19853
|
-
"module": "src/
|
|
19905
|
+
"name": "Menu",
|
|
19906
|
+
"module": "src/menu/menu.ts"
|
|
19854
19907
|
}
|
|
19855
19908
|
},
|
|
19856
19909
|
{
|
|
19857
19910
|
"kind": "field",
|
|
19858
|
-
"name": "
|
|
19859
|
-
"
|
|
19860
|
-
|
|
19861
|
-
},
|
|
19862
|
-
"privacy": "public",
|
|
19863
|
-
"description": "The checked state of the control.",
|
|
19911
|
+
"name": "changeHandler",
|
|
19912
|
+
"privacy": "private",
|
|
19913
|
+
"description": "handle change from child element",
|
|
19864
19914
|
"inheritedFrom": {
|
|
19865
|
-
"name": "
|
|
19866
|
-
"module": "src/
|
|
19915
|
+
"name": "Menu",
|
|
19916
|
+
"module": "src/menu/menu.ts"
|
|
19867
19917
|
}
|
|
19868
19918
|
},
|
|
19869
19919
|
{
|
|
19870
19920
|
"kind": "method",
|
|
19871
|
-
"name": "
|
|
19872
|
-
"privacy": "
|
|
19921
|
+
"name": "domChildren",
|
|
19922
|
+
"privacy": "private",
|
|
19873
19923
|
"return": {
|
|
19874
19924
|
"type": {
|
|
19875
|
-
"text": "
|
|
19925
|
+
"text": "Element[]"
|
|
19876
19926
|
}
|
|
19877
19927
|
},
|
|
19928
|
+
"description": "get an array of valid DOM children",
|
|
19878
19929
|
"inheritedFrom": {
|
|
19879
|
-
"name": "
|
|
19880
|
-
"module": "src/
|
|
19930
|
+
"name": "Menu",
|
|
19931
|
+
"module": "src/menu/menu.ts"
|
|
19881
19932
|
}
|
|
19882
19933
|
},
|
|
19883
19934
|
{
|
|
19884
19935
|
"kind": "field",
|
|
19885
|
-
"name": "
|
|
19886
|
-
"
|
|
19887
|
-
|
|
19888
|
-
},
|
|
19889
|
-
"privacy": "public",
|
|
19890
|
-
"default": "false",
|
|
19891
|
-
"description": "Track whether the value has been changed from the initial value",
|
|
19936
|
+
"name": "isMenuItemElement",
|
|
19937
|
+
"privacy": "private",
|
|
19938
|
+
"description": "check if the item is a menu item",
|
|
19892
19939
|
"inheritedFrom": {
|
|
19893
|
-
"name": "
|
|
19894
|
-
"module": "src/
|
|
19940
|
+
"name": "Menu",
|
|
19941
|
+
"module": "src/menu/menu.ts"
|
|
19895
19942
|
}
|
|
19896
19943
|
},
|
|
19897
19944
|
{
|
|
19898
19945
|
"kind": "field",
|
|
19899
|
-
"name": "
|
|
19900
|
-
"
|
|
19901
|
-
|
|
19902
|
-
},
|
|
19903
|
-
"privacy": "protected",
|
|
19904
|
-
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
19946
|
+
"name": "isFocusableElement",
|
|
19947
|
+
"privacy": "private",
|
|
19948
|
+
"description": "check if the item is focusable",
|
|
19905
19949
|
"inheritedFrom": {
|
|
19906
|
-
"name": "
|
|
19907
|
-
"module": "src/
|
|
19950
|
+
"name": "Menu",
|
|
19951
|
+
"module": "src/menu/menu.ts"
|
|
19908
19952
|
}
|
|
19909
19953
|
},
|
|
19910
19954
|
{
|
|
19911
19955
|
"kind": "method",
|
|
19912
|
-
"name": "
|
|
19913
|
-
"privacy": "
|
|
19956
|
+
"name": "setFocus",
|
|
19957
|
+
"privacy": "private",
|
|
19914
19958
|
"return": {
|
|
19915
19959
|
"type": {
|
|
19916
19960
|
"text": "void"
|
|
@@ -19918,75 +19962,21 @@
|
|
|
19918
19962
|
},
|
|
19919
19963
|
"parameters": [
|
|
19920
19964
|
{
|
|
19921
|
-
"name": "
|
|
19965
|
+
"name": "focusIndex",
|
|
19922
19966
|
"type": {
|
|
19923
|
-
"text": "
|
|
19967
|
+
"text": "number"
|
|
19924
19968
|
}
|
|
19925
19969
|
},
|
|
19926
19970
|
{
|
|
19927
|
-
"name": "
|
|
19971
|
+
"name": "adjustment",
|
|
19928
19972
|
"type": {
|
|
19929
|
-
"text": "
|
|
19973
|
+
"text": "number"
|
|
19930
19974
|
}
|
|
19931
19975
|
}
|
|
19932
19976
|
],
|
|
19933
19977
|
"inheritedFrom": {
|
|
19934
|
-
"name": "
|
|
19935
|
-
"module": "src/
|
|
19936
|
-
}
|
|
19937
|
-
},
|
|
19938
|
-
{
|
|
19939
|
-
"kind": "field",
|
|
19940
|
-
"name": "label",
|
|
19941
|
-
"privacy": "public",
|
|
19942
|
-
"inheritedFrom": {
|
|
19943
|
-
"name": "ListboxOption",
|
|
19944
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
19945
|
-
}
|
|
19946
|
-
},
|
|
19947
|
-
{
|
|
19948
|
-
"kind": "field",
|
|
19949
|
-
"name": "text",
|
|
19950
|
-
"type": {
|
|
19951
|
-
"text": "string"
|
|
19952
|
-
},
|
|
19953
|
-
"privacy": "public",
|
|
19954
|
-
"inheritedFrom": {
|
|
19955
|
-
"name": "ListboxOption",
|
|
19956
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
19957
|
-
}
|
|
19958
|
-
},
|
|
19959
|
-
{
|
|
19960
|
-
"kind": "field",
|
|
19961
|
-
"name": "value",
|
|
19962
|
-
"privacy": "public",
|
|
19963
|
-
"type": {
|
|
19964
|
-
"text": "string"
|
|
19965
|
-
},
|
|
19966
|
-
"inheritedFrom": {
|
|
19967
|
-
"name": "ListboxOption",
|
|
19968
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
19969
|
-
}
|
|
19970
|
-
},
|
|
19971
|
-
{
|
|
19972
|
-
"kind": "field",
|
|
19973
|
-
"name": "form",
|
|
19974
|
-
"type": {
|
|
19975
|
-
"text": "HTMLFormElement | null"
|
|
19976
|
-
},
|
|
19977
|
-
"privacy": "public",
|
|
19978
|
-
"inheritedFrom": {
|
|
19979
|
-
"name": "ListboxOption",
|
|
19980
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
19981
|
-
}
|
|
19982
|
-
},
|
|
19983
|
-
{
|
|
19984
|
-
"kind": "field",
|
|
19985
|
-
"name": "proxy",
|
|
19986
|
-
"default": "new Option(\n `${this.textContent}`,\n this.initialValue,\n this.defaultSelected,\n this.selected\n )",
|
|
19987
|
-
"inheritedFrom": {
|
|
19988
|
-
"name": "ListboxOption",
|
|
19989
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
19978
|
+
"name": "Menu",
|
|
19979
|
+
"module": "src/menu/menu.ts"
|
|
19990
19980
|
}
|
|
19991
19981
|
},
|
|
19992
19982
|
{
|
|
@@ -19998,8 +19988,8 @@
|
|
|
19998
19988
|
"privacy": "private",
|
|
19999
19989
|
"default": "void 0",
|
|
20000
19990
|
"inheritedFrom": {
|
|
20001
|
-
"name": "
|
|
20002
|
-
"module": "src/
|
|
19991
|
+
"name": "Menu",
|
|
19992
|
+
"module": "src/menu/menu.ts"
|
|
20003
19993
|
}
|
|
20004
19994
|
},
|
|
20005
19995
|
{
|
|
@@ -20011,8 +20001,8 @@
|
|
|
20011
20001
|
"privacy": "public",
|
|
20012
20002
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
20013
20003
|
"inheritedFrom": {
|
|
20014
|
-
"name": "
|
|
20015
|
-
"module": "src/
|
|
20004
|
+
"name": "Menu",
|
|
20005
|
+
"module": "src/menu/menu.ts"
|
|
20016
20006
|
}
|
|
20017
20007
|
},
|
|
20018
20008
|
{
|
|
@@ -20024,8 +20014,8 @@
|
|
|
20024
20014
|
"privacy": "public",
|
|
20025
20015
|
"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.",
|
|
20026
20016
|
"inheritedFrom": {
|
|
20027
|
-
"name": "
|
|
20028
|
-
"module": "src/
|
|
20017
|
+
"name": "Menu",
|
|
20018
|
+
"module": "src/menu/menu.ts"
|
|
20029
20019
|
}
|
|
20030
20020
|
},
|
|
20031
20021
|
{
|
|
@@ -20038,8 +20028,8 @@
|
|
|
20038
20028
|
}
|
|
20039
20029
|
},
|
|
20040
20030
|
"inheritedFrom": {
|
|
20041
|
-
"name": "
|
|
20042
|
-
"module": "src/
|
|
20031
|
+
"name": "Menu",
|
|
20032
|
+
"module": "src/menu/menu.ts"
|
|
20043
20033
|
}
|
|
20044
20034
|
},
|
|
20045
20035
|
{
|
|
@@ -20051,8 +20041,8 @@
|
|
|
20051
20041
|
"privacy": "public",
|
|
20052
20042
|
"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.",
|
|
20053
20043
|
"inheritedFrom": {
|
|
20054
|
-
"name": "
|
|
20055
|
-
"module": "src/
|
|
20044
|
+
"name": "Menu",
|
|
20045
|
+
"module": "src/menu/menu.ts"
|
|
20056
20046
|
}
|
|
20057
20047
|
},
|
|
20058
20048
|
{
|
|
@@ -20065,8 +20055,8 @@
|
|
|
20065
20055
|
}
|
|
20066
20056
|
},
|
|
20067
20057
|
"inheritedFrom": {
|
|
20068
|
-
"name": "
|
|
20069
|
-
"module": "src/
|
|
20058
|
+
"name": "Menu",
|
|
20059
|
+
"module": "src/menu/menu.ts"
|
|
20070
20060
|
}
|
|
20071
20061
|
},
|
|
20072
20062
|
{
|
|
@@ -20096,32 +20086,42 @@
|
|
|
20096
20086
|
],
|
|
20097
20087
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
20098
20088
|
"inheritedFrom": {
|
|
20099
|
-
"name": "
|
|
20100
|
-
"module": "src/
|
|
20089
|
+
"name": "Menu",
|
|
20090
|
+
"module": "src/menu/menu.ts"
|
|
20101
20091
|
}
|
|
20102
20092
|
}
|
|
20103
20093
|
]
|
|
20104
20094
|
},
|
|
20105
20095
|
{
|
|
20106
20096
|
"kind": "variable",
|
|
20107
|
-
"name": "
|
|
20097
|
+
"name": "zeroMenu",
|
|
20098
|
+
"description": "The Zero Menu",
|
|
20099
|
+
"privacy": "public"
|
|
20108
20100
|
}
|
|
20109
20101
|
],
|
|
20110
20102
|
"exports": [
|
|
20111
20103
|
{
|
|
20112
20104
|
"kind": "js",
|
|
20113
|
-
"name": "
|
|
20105
|
+
"name": "zeroMenuShadowOptions",
|
|
20114
20106
|
"declaration": {
|
|
20115
|
-
"name": "
|
|
20116
|
-
"module": "src/
|
|
20107
|
+
"name": "zeroMenuShadowOptions",
|
|
20108
|
+
"module": "src/menu/menu.ts"
|
|
20117
20109
|
}
|
|
20118
20110
|
},
|
|
20119
20111
|
{
|
|
20120
20112
|
"kind": "js",
|
|
20121
|
-
"name": "
|
|
20113
|
+
"name": "Menu",
|
|
20122
20114
|
"declaration": {
|
|
20123
|
-
"name": "
|
|
20124
|
-
"module": "src/
|
|
20115
|
+
"name": "Menu",
|
|
20116
|
+
"module": "src/menu/menu.ts"
|
|
20117
|
+
}
|
|
20118
|
+
},
|
|
20119
|
+
{
|
|
20120
|
+
"kind": "js",
|
|
20121
|
+
"name": "zeroMenu",
|
|
20122
|
+
"declaration": {
|
|
20123
|
+
"name": "zeroMenu",
|
|
20124
|
+
"module": "src/menu/menu.ts"
|
|
20125
20125
|
}
|
|
20126
20126
|
}
|
|
20127
20127
|
]
|