@genesislcap/foundation-zero 14.375.1-alpha-1fac5fc.0 → 14.375.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +702 -702
  2. package/package.json +12 -12
@@ -921,154 +921,6 @@
921
921
  }
922
922
  ]
923
923
  },
924
- {
925
- "kind": "javascript-module",
926
- "path": "src/accordion/accordion.styles.ts",
927
- "declarations": [
928
- {
929
- "kind": "function",
930
- "name": "zeroAccordionStyles",
931
- "return": {
932
- "type": {
933
- "text": "ElementStyles"
934
- }
935
- },
936
- "parameters": [
937
- {
938
- "name": "context",
939
- "type": {
940
- "text": "ElementDefinitionContext"
941
- }
942
- },
943
- {
944
- "name": "definition",
945
- "type": {
946
- "text": "FoundationElementDefinition"
947
- }
948
- }
949
- ]
950
- }
951
- ],
952
- "exports": [
953
- {
954
- "kind": "js",
955
- "name": "zeroAccordionStyles",
956
- "declaration": {
957
- "name": "zeroAccordionStyles",
958
- "module": "src/accordion/accordion.styles.ts"
959
- }
960
- }
961
- ]
962
- },
963
- {
964
- "kind": "javascript-module",
965
- "path": "src/accordion/accordion.template.ts",
966
- "declarations": [
967
- {
968
- "kind": "function",
969
- "name": "zeroAccordionTemplate",
970
- "return": {
971
- "type": {
972
- "text": "ViewTemplate<Accordion>"
973
- }
974
- },
975
- "parameters": [
976
- {
977
- "name": "context",
978
- "type": {
979
- "text": "ElementDefinitionContext"
980
- }
981
- },
982
- {
983
- "name": "definition",
984
- "type": {
985
- "text": "FoundationElementDefinition"
986
- }
987
- }
988
- ]
989
- }
990
- ],
991
- "exports": [
992
- {
993
- "kind": "js",
994
- "name": "zeroAccordionTemplate",
995
- "declaration": {
996
- "name": "zeroAccordionTemplate",
997
- "module": "src/accordion/accordion.template.ts"
998
- }
999
- }
1000
- ]
1001
- },
1002
- {
1003
- "kind": "javascript-module",
1004
- "path": "src/accordion/accordion.ts",
1005
- "declarations": [
1006
- {
1007
- "kind": "class",
1008
- "description": "",
1009
- "name": "Accordion",
1010
- "superclass": {
1011
- "name": "FoundationAccordion",
1012
- "package": "@genesislcap/foundation-ui"
1013
- },
1014
- "tagName": "%%prefix%%-card",
1015
- "customElement": true
1016
- },
1017
- {
1018
- "kind": "variable",
1019
- "name": "zeroAccordion"
1020
- }
1021
- ],
1022
- "exports": [
1023
- {
1024
- "kind": "js",
1025
- "name": "Accordion",
1026
- "declaration": {
1027
- "name": "Accordion",
1028
- "module": "src/accordion/accordion.ts"
1029
- }
1030
- },
1031
- {
1032
- "kind": "js",
1033
- "name": "zeroAccordion",
1034
- "declaration": {
1035
- "name": "zeroAccordion",
1036
- "module": "src/accordion/accordion.ts"
1037
- }
1038
- }
1039
- ]
1040
- },
1041
- {
1042
- "kind": "javascript-module",
1043
- "path": "src/accordion/index.ts",
1044
- "declarations": [],
1045
- "exports": [
1046
- {
1047
- "kind": "js",
1048
- "name": "*",
1049
- "declaration": {
1050
- "name": "*",
1051
- "package": "./accordion"
1052
- }
1053
- },
1054
- {
1055
- "kind": "js",
1056
- "name": "*",
1057
- "declaration": {
1058
- "name": "*",
1059
- "package": "./accordion.styles"
1060
- }
1061
- },
1062
- {
1063
- "kind": "js",
1064
- "name": "*",
1065
- "declaration": {
1066
- "name": "*",
1067
- "package": "./accordion.template"
1068
- }
1069
- }
1070
- ]
1071
- },
1072
924
  {
1073
925
  "kind": "javascript-module",
1074
926
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1431,11 +1283,11 @@
1431
1283
  },
1432
1284
  {
1433
1285
  "kind": "javascript-module",
1434
- "path": "src/actions-menu/actions-menu.styles.ts",
1286
+ "path": "src/accordion/accordion.styles.ts",
1435
1287
  "declarations": [
1436
1288
  {
1437
1289
  "kind": "function",
1438
- "name": "zeroActionsMenuStyles",
1290
+ "name": "zeroAccordionStyles",
1439
1291
  "return": {
1440
1292
  "type": {
1441
1293
  "text": "ElementStyles"
@@ -1460,112 +1312,260 @@
1460
1312
  "exports": [
1461
1313
  {
1462
1314
  "kind": "js",
1463
- "name": "zeroActionsMenuStyles",
1315
+ "name": "zeroAccordionStyles",
1464
1316
  "declaration": {
1465
- "name": "zeroActionsMenuStyles",
1466
- "module": "src/actions-menu/actions-menu.styles.ts"
1317
+ "name": "zeroAccordionStyles",
1318
+ "module": "src/accordion/accordion.styles.ts"
1467
1319
  }
1468
1320
  }
1469
1321
  ]
1470
1322
  },
1471
1323
  {
1472
1324
  "kind": "javascript-module",
1473
- "path": "src/actions-menu/actions-menu.ts",
1325
+ "path": "src/accordion/accordion.template.ts",
1474
1326
  "declarations": [
1475
1327
  {
1476
- "kind": "class",
1477
- "description": "",
1478
- "name": "ActionsMenu",
1479
- "superclass": {
1480
- "name": "FoundationActionsMenu",
1481
- "package": "@genesislcap/foundation-ui"
1328
+ "kind": "function",
1329
+ "name": "zeroAccordionTemplate",
1330
+ "return": {
1331
+ "type": {
1332
+ "text": "ViewTemplate<Accordion>"
1333
+ }
1482
1334
  },
1483
- "tagName": "%%prefix%%-actions-menu",
1484
- "customElement": true,
1485
- "attributes": [
1486
- {
1487
- "name": "is-vertical",
1488
- "type": {
1489
- "text": "boolean"
1490
- },
1491
- "default": "false",
1492
- "fieldName": "isVertical",
1493
- "inheritedFrom": {
1494
- "name": "ActionsMenu",
1495
- "module": "src/actions-menu/actions-menu.ts"
1496
- }
1497
- },
1498
- {
1499
- "name": "add-default-actions",
1500
- "type": {
1501
- "text": "boolean"
1502
- },
1503
- "default": "true",
1504
- "fieldName": "addDefaultActions",
1505
- "inheritedFrom": {
1506
- "name": "ActionsMenu",
1507
- "module": "src/actions-menu/actions-menu.ts"
1508
- }
1509
- },
1510
- {
1511
- "name": "auto-close-on-action",
1512
- "type": {
1513
- "text": "boolean"
1514
- },
1515
- "default": "true",
1516
- "fieldName": "autoCloseOnAction",
1517
- "inheritedFrom": {
1518
- "name": "ActionsMenu",
1519
- "module": "src/actions-menu/actions-menu.ts"
1520
- }
1521
- },
1522
- {
1523
- "name": "name",
1524
- "type": {
1525
- "text": "string"
1526
- },
1527
- "default": "'Actions'",
1528
- "fieldName": "name",
1529
- "inheritedFrom": {
1530
- "name": "ActionsMenu",
1531
- "module": "src/actions-menu/actions-menu.ts"
1532
- }
1533
- },
1534
- {
1535
- "name": "open",
1536
- "type": {
1537
- "text": "boolean"
1538
- },
1539
- "default": "false",
1540
- "fieldName": "open",
1541
- "inheritedFrom": {
1542
- "name": "ActionsMenu",
1543
- "module": "src/actions-menu/actions-menu.ts"
1544
- }
1545
- },
1335
+ "parameters": [
1546
1336
  {
1547
- "name": "buttonAppearance",
1337
+ "name": "context",
1548
1338
  "type": {
1549
- "text": "string"
1550
- },
1551
- "fieldName": "buttonAppearance",
1552
- "inheritedFrom": {
1553
- "name": "ActionsMenu",
1554
- "module": "src/actions-menu/actions-menu.ts"
1339
+ "text": "ElementDefinitionContext"
1555
1340
  }
1556
1341
  },
1557
1342
  {
1558
- "name": "hide-disabled",
1343
+ "name": "definition",
1559
1344
  "type": {
1560
- "text": "boolean"
1561
- },
1562
- "default": "false",
1563
- "fieldName": "hideDisabled",
1564
- "inheritedFrom": {
1565
- "name": "ActionsMenu",
1566
- "module": "src/actions-menu/actions-menu.ts"
1345
+ "text": "FoundationElementDefinition"
1567
1346
  }
1568
- },
1347
+ }
1348
+ ]
1349
+ }
1350
+ ],
1351
+ "exports": [
1352
+ {
1353
+ "kind": "js",
1354
+ "name": "zeroAccordionTemplate",
1355
+ "declaration": {
1356
+ "name": "zeroAccordionTemplate",
1357
+ "module": "src/accordion/accordion.template.ts"
1358
+ }
1359
+ }
1360
+ ]
1361
+ },
1362
+ {
1363
+ "kind": "javascript-module",
1364
+ "path": "src/accordion/accordion.ts",
1365
+ "declarations": [
1366
+ {
1367
+ "kind": "class",
1368
+ "description": "",
1369
+ "name": "Accordion",
1370
+ "superclass": {
1371
+ "name": "FoundationAccordion",
1372
+ "package": "@genesislcap/foundation-ui"
1373
+ },
1374
+ "tagName": "%%prefix%%-card",
1375
+ "customElement": true
1376
+ },
1377
+ {
1378
+ "kind": "variable",
1379
+ "name": "zeroAccordion"
1380
+ }
1381
+ ],
1382
+ "exports": [
1383
+ {
1384
+ "kind": "js",
1385
+ "name": "Accordion",
1386
+ "declaration": {
1387
+ "name": "Accordion",
1388
+ "module": "src/accordion/accordion.ts"
1389
+ }
1390
+ },
1391
+ {
1392
+ "kind": "js",
1393
+ "name": "zeroAccordion",
1394
+ "declaration": {
1395
+ "name": "zeroAccordion",
1396
+ "module": "src/accordion/accordion.ts"
1397
+ }
1398
+ }
1399
+ ]
1400
+ },
1401
+ {
1402
+ "kind": "javascript-module",
1403
+ "path": "src/accordion/index.ts",
1404
+ "declarations": [],
1405
+ "exports": [
1406
+ {
1407
+ "kind": "js",
1408
+ "name": "*",
1409
+ "declaration": {
1410
+ "name": "*",
1411
+ "package": "./accordion"
1412
+ }
1413
+ },
1414
+ {
1415
+ "kind": "js",
1416
+ "name": "*",
1417
+ "declaration": {
1418
+ "name": "*",
1419
+ "package": "./accordion.styles"
1420
+ }
1421
+ },
1422
+ {
1423
+ "kind": "js",
1424
+ "name": "*",
1425
+ "declaration": {
1426
+ "name": "*",
1427
+ "package": "./accordion.template"
1428
+ }
1429
+ }
1430
+ ]
1431
+ },
1432
+ {
1433
+ "kind": "javascript-module",
1434
+ "path": "src/actions-menu/actions-menu.styles.ts",
1435
+ "declarations": [
1436
+ {
1437
+ "kind": "function",
1438
+ "name": "zeroActionsMenuStyles",
1439
+ "return": {
1440
+ "type": {
1441
+ "text": "ElementStyles"
1442
+ }
1443
+ },
1444
+ "parameters": [
1445
+ {
1446
+ "name": "context",
1447
+ "type": {
1448
+ "text": "ElementDefinitionContext"
1449
+ }
1450
+ },
1451
+ {
1452
+ "name": "definition",
1453
+ "type": {
1454
+ "text": "FoundationElementDefinition"
1455
+ }
1456
+ }
1457
+ ]
1458
+ }
1459
+ ],
1460
+ "exports": [
1461
+ {
1462
+ "kind": "js",
1463
+ "name": "zeroActionsMenuStyles",
1464
+ "declaration": {
1465
+ "name": "zeroActionsMenuStyles",
1466
+ "module": "src/actions-menu/actions-menu.styles.ts"
1467
+ }
1468
+ }
1469
+ ]
1470
+ },
1471
+ {
1472
+ "kind": "javascript-module",
1473
+ "path": "src/actions-menu/actions-menu.ts",
1474
+ "declarations": [
1475
+ {
1476
+ "kind": "class",
1477
+ "description": "",
1478
+ "name": "ActionsMenu",
1479
+ "superclass": {
1480
+ "name": "FoundationActionsMenu",
1481
+ "package": "@genesislcap/foundation-ui"
1482
+ },
1483
+ "tagName": "%%prefix%%-actions-menu",
1484
+ "customElement": true,
1485
+ "attributes": [
1486
+ {
1487
+ "name": "is-vertical",
1488
+ "type": {
1489
+ "text": "boolean"
1490
+ },
1491
+ "default": "false",
1492
+ "fieldName": "isVertical",
1493
+ "inheritedFrom": {
1494
+ "name": "ActionsMenu",
1495
+ "module": "src/actions-menu/actions-menu.ts"
1496
+ }
1497
+ },
1498
+ {
1499
+ "name": "add-default-actions",
1500
+ "type": {
1501
+ "text": "boolean"
1502
+ },
1503
+ "default": "true",
1504
+ "fieldName": "addDefaultActions",
1505
+ "inheritedFrom": {
1506
+ "name": "ActionsMenu",
1507
+ "module": "src/actions-menu/actions-menu.ts"
1508
+ }
1509
+ },
1510
+ {
1511
+ "name": "auto-close-on-action",
1512
+ "type": {
1513
+ "text": "boolean"
1514
+ },
1515
+ "default": "true",
1516
+ "fieldName": "autoCloseOnAction",
1517
+ "inheritedFrom": {
1518
+ "name": "ActionsMenu",
1519
+ "module": "src/actions-menu/actions-menu.ts"
1520
+ }
1521
+ },
1522
+ {
1523
+ "name": "name",
1524
+ "type": {
1525
+ "text": "string"
1526
+ },
1527
+ "default": "'Actions'",
1528
+ "fieldName": "name",
1529
+ "inheritedFrom": {
1530
+ "name": "ActionsMenu",
1531
+ "module": "src/actions-menu/actions-menu.ts"
1532
+ }
1533
+ },
1534
+ {
1535
+ "name": "open",
1536
+ "type": {
1537
+ "text": "boolean"
1538
+ },
1539
+ "default": "false",
1540
+ "fieldName": "open",
1541
+ "inheritedFrom": {
1542
+ "name": "ActionsMenu",
1543
+ "module": "src/actions-menu/actions-menu.ts"
1544
+ }
1545
+ },
1546
+ {
1547
+ "name": "buttonAppearance",
1548
+ "type": {
1549
+ "text": "string"
1550
+ },
1551
+ "fieldName": "buttonAppearance",
1552
+ "inheritedFrom": {
1553
+ "name": "ActionsMenu",
1554
+ "module": "src/actions-menu/actions-menu.ts"
1555
+ }
1556
+ },
1557
+ {
1558
+ "name": "hide-disabled",
1559
+ "type": {
1560
+ "text": "boolean"
1561
+ },
1562
+ "default": "false",
1563
+ "fieldName": "hideDisabled",
1564
+ "inheritedFrom": {
1565
+ "name": "ActionsMenu",
1566
+ "module": "src/actions-menu/actions-menu.ts"
1567
+ }
1568
+ },
1569
1569
  {
1570
1570
  "name": "hide-menu-single-option",
1571
1571
  "type": {
@@ -25839,7 +25839,7 @@
25839
25839
  },
25840
25840
  {
25841
25841
  "kind": "javascript-module",
25842
- "path": "src/radio-group/index.ts",
25842
+ "path": "src/radio/index.ts",
25843
25843
  "declarations": [],
25844
25844
  "exports": [
25845
25845
  {
@@ -25847,7 +25847,7 @@
25847
25847
  "name": "*",
25848
25848
  "declaration": {
25849
25849
  "name": "*",
25850
- "package": "./radio-group"
25850
+ "package": "./radio"
25851
25851
  }
25852
25852
  },
25853
25853
  {
@@ -25855,7 +25855,7 @@
25855
25855
  "name": "*",
25856
25856
  "declaration": {
25857
25857
  "name": "*",
25858
- "package": "./radio-group.styles"
25858
+ "package": "./radio.styles"
25859
25859
  }
25860
25860
  },
25861
25861
  {
@@ -25863,18 +25863,18 @@
25863
25863
  "name": "*",
25864
25864
  "declaration": {
25865
25865
  "name": "*",
25866
- "package": "./radio-group.template"
25866
+ "package": "./radio.template"
25867
25867
  }
25868
25868
  }
25869
25869
  ]
25870
25870
  },
25871
25871
  {
25872
25872
  "kind": "javascript-module",
25873
- "path": "src/radio-group/radio-group.styles.ts",
25873
+ "path": "src/radio/radio.styles.ts",
25874
25874
  "declarations": [
25875
25875
  {
25876
25876
  "kind": "function",
25877
- "name": "zeroRadioGroupStyles",
25877
+ "name": "zeroRadioStyles",
25878
25878
  "return": {
25879
25879
  "type": {
25880
25880
  "text": "ElementStyles"
@@ -25890,7 +25890,7 @@
25890
25890
  {
25891
25891
  "name": "definition",
25892
25892
  "type": {
25893
- "text": "FoundationElementDefinition"
25893
+ "text": "RadioOptions"
25894
25894
  }
25895
25895
  }
25896
25896
  ]
@@ -25899,24 +25899,24 @@
25899
25899
  "exports": [
25900
25900
  {
25901
25901
  "kind": "js",
25902
- "name": "zeroRadioGroupStyles",
25902
+ "name": "zeroRadioStyles",
25903
25903
  "declaration": {
25904
- "name": "zeroRadioGroupStyles",
25905
- "module": "src/radio-group/radio-group.styles.ts"
25904
+ "name": "zeroRadioStyles",
25905
+ "module": "src/radio/radio.styles.ts"
25906
25906
  }
25907
25907
  }
25908
25908
  ]
25909
25909
  },
25910
25910
  {
25911
25911
  "kind": "javascript-module",
25912
- "path": "src/radio-group/radio-group.template.ts",
25912
+ "path": "src/radio/radio.template.ts",
25913
25913
  "declarations": [
25914
25914
  {
25915
25915
  "kind": "function",
25916
- "name": "zeroRadioGroupTemplate",
25916
+ "name": "zeroRadioTemplate",
25917
25917
  "return": {
25918
25918
  "type": {
25919
- "text": "ViewTemplate<RadioGroup>"
25919
+ "text": "ViewTemplate<Radio>"
25920
25920
  }
25921
25921
  },
25922
25922
  "parameters": [
@@ -25929,7 +25929,7 @@
25929
25929
  {
25930
25930
  "name": "definition",
25931
25931
  "type": {
25932
- "text": "FoundationElementDefinition"
25932
+ "text": "RadioOptions"
25933
25933
  }
25934
25934
  }
25935
25935
  ]
@@ -25938,27 +25938,27 @@
25938
25938
  "exports": [
25939
25939
  {
25940
25940
  "kind": "js",
25941
- "name": "zeroRadioGroupTemplate",
25941
+ "name": "zeroRadioTemplate",
25942
25942
  "declaration": {
25943
- "name": "zeroRadioGroupTemplate",
25944
- "module": "src/radio-group/radio-group.template.ts"
25943
+ "name": "zeroRadioTemplate",
25944
+ "module": "src/radio/radio.template.ts"
25945
25945
  }
25946
25946
  }
25947
25947
  ]
25948
25948
  },
25949
25949
  {
25950
25950
  "kind": "javascript-module",
25951
- "path": "src/radio-group/radio-group.ts",
25951
+ "path": "src/radio/radio.ts",
25952
25952
  "declarations": [
25953
25953
  {
25954
25954
  "kind": "class",
25955
25955
  "description": "",
25956
- "name": "RadioGroup",
25956
+ "name": "Radio",
25957
25957
  "superclass": {
25958
- "name": "FoundationRadioGroup",
25958
+ "name": "FoundationRadio",
25959
25959
  "package": "@genesislcap/foundation-ui"
25960
25960
  },
25961
- "tagName": "%%prefix%%-radio-group",
25961
+ "tagName": "%%prefix%%-radio",
25962
25962
  "customElement": true,
25963
25963
  "attributes": [
25964
25964
  {
@@ -25966,59 +25966,11 @@
25966
25966
  "type": {
25967
25967
  "text": "boolean"
25968
25968
  },
25969
- "description": "When true, the child radios will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
25969
+ "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.",
25970
25970
  "fieldName": "readOnly",
25971
25971
  "inheritedFrom": {
25972
- "name": "RadioGroup",
25973
- "module": "src/radio-group/radio-group.ts"
25974
- }
25975
- },
25976
- {
25977
- "name": "disabled",
25978
- "type": {
25979
- "text": "boolean"
25980
- },
25981
- "description": "Disables the radio group and child radios.",
25982
- "fieldName": "disabled",
25983
- "inheritedFrom": {
25984
- "name": "RadioGroup",
25985
- "module": "src/radio-group/radio-group.ts"
25986
- }
25987
- },
25988
- {
25989
- "name": "name",
25990
- "type": {
25991
- "text": "string"
25992
- },
25993
- "description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
25994
- "fieldName": "name",
25995
- "inheritedFrom": {
25996
- "name": "RadioGroup",
25997
- "module": "src/radio-group/radio-group.ts"
25998
- }
25999
- },
26000
- {
26001
- "name": "value",
26002
- "type": {
26003
- "text": "string"
26004
- },
26005
- "description": "The value of the checked radio",
26006
- "fieldName": "value",
26007
- "inheritedFrom": {
26008
- "name": "RadioGroup",
26009
- "module": "src/radio-group/radio-group.ts"
26010
- }
26011
- },
26012
- {
26013
- "name": "orientation",
26014
- "type": {
26015
- "text": "Orientation | \"horizontal\" | \"vertical\""
26016
- },
26017
- "description": "The orientation of the group",
26018
- "fieldName": "orientation",
26019
- "inheritedFrom": {
26020
- "name": "RadioGroup",
26021
- "module": "src/radio-group/radio-group.ts"
25972
+ "name": "Radio",
25973
+ "module": "src/radio/radio.ts"
26022
25974
  }
26023
25975
  }
26024
25976
  ],
@@ -26030,10 +25982,10 @@
26030
25982
  "text": "boolean"
26031
25983
  },
26032
25984
  "privacy": "public",
26033
- "description": "When true, the child radios 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.",
25985
+ "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.",
26034
25986
  "inheritedFrom": {
26035
- "name": "RadioGroup",
26036
- "module": "src/radio-group/radio-group.ts"
25987
+ "name": "Radio",
25988
+ "module": "src/radio/radio.ts"
26037
25989
  }
26038
25990
  },
26039
25991
  {
@@ -26046,80 +25998,87 @@
26046
25998
  }
26047
25999
  },
26048
26000
  "inheritedFrom": {
26049
- "name": "RadioGroup",
26050
- "module": "src/radio-group/radio-group.ts"
26001
+ "name": "Radio",
26002
+ "module": "src/radio/radio.ts"
26051
26003
  }
26052
26004
  },
26053
26005
  {
26054
26006
  "kind": "field",
26055
- "name": "disabled",
26007
+ "name": "name",
26056
26008
  "type": {
26057
- "text": "boolean"
26009
+ "text": "string"
26058
26010
  },
26059
26011
  "privacy": "public",
26060
- "description": "Disables the radio group and child radios.",
26012
+ "description": "The name of the radio. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname | name attribute} for more info.",
26061
26013
  "inheritedFrom": {
26062
- "name": "RadioGroup",
26063
- "module": "src/radio-group/radio-group.ts"
26014
+ "name": "Radio",
26015
+ "module": "src/radio/radio.ts"
26064
26016
  }
26065
26017
  },
26066
26018
  {
26067
26019
  "kind": "method",
26068
- "name": "disabledChanged",
26020
+ "name": "isInsideRadioGroup",
26069
26021
  "privacy": "private",
26070
26022
  "return": {
26071
26023
  "type": {
26072
- "text": "void"
26024
+ "text": "boolean"
26073
26025
  }
26074
26026
  },
26075
26027
  "inheritedFrom": {
26076
- "name": "RadioGroup",
26077
- "module": "src/radio-group/radio-group.ts"
26028
+ "name": "Radio",
26029
+ "module": "src/radio/radio.ts"
26078
26030
  }
26079
26031
  },
26080
26032
  {
26081
26033
  "kind": "field",
26082
- "name": "name",
26034
+ "name": "proxy",
26035
+ "inheritedFrom": {
26036
+ "name": "Radio",
26037
+ "module": "src/radio/radio.ts"
26038
+ }
26039
+ },
26040
+ {
26041
+ "kind": "field",
26042
+ "name": "_presentation",
26083
26043
  "type": {
26084
- "text": "string"
26044
+ "text": "ComponentPresentation | null | undefined"
26085
26045
  },
26086
- "privacy": "public",
26087
- "description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
26046
+ "privacy": "private",
26047
+ "default": "void 0",
26088
26048
  "inheritedFrom": {
26089
- "name": "RadioGroup",
26090
- "module": "src/radio-group/radio-group.ts"
26049
+ "name": "Radio",
26050
+ "module": "src/radio/radio.ts"
26091
26051
  }
26092
26052
  },
26093
26053
  {
26094
- "kind": "method",
26095
- "name": "nameChanged",
26096
- "privacy": "protected",
26097
- "return": {
26098
- "type": {
26099
- "text": "void"
26100
- }
26054
+ "kind": "field",
26055
+ "name": "$presentation",
26056
+ "type": {
26057
+ "text": "ComponentPresentation | null"
26101
26058
  },
26059
+ "privacy": "public",
26060
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
26102
26061
  "inheritedFrom": {
26103
- "name": "RadioGroup",
26104
- "module": "src/radio-group/radio-group.ts"
26062
+ "name": "Radio",
26063
+ "module": "src/radio/radio.ts"
26105
26064
  }
26106
26065
  },
26107
26066
  {
26108
26067
  "kind": "field",
26109
- "name": "value",
26068
+ "name": "template",
26110
26069
  "type": {
26111
- "text": "string"
26070
+ "text": "ElementViewTemplate | void | null"
26112
26071
  },
26113
26072
  "privacy": "public",
26114
- "description": "The value of the checked radio",
26073
+ "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.",
26115
26074
  "inheritedFrom": {
26116
- "name": "RadioGroup",
26117
- "module": "src/radio-group/radio-group.ts"
26075
+ "name": "Radio",
26076
+ "module": "src/radio/radio.ts"
26118
26077
  }
26119
26078
  },
26120
26079
  {
26121
26080
  "kind": "method",
26122
- "name": "valueChanged",
26081
+ "name": "templateChanged",
26123
26082
  "privacy": "protected",
26124
26083
  "return": {
26125
26084
  "type": {
@@ -26127,207 +26086,312 @@
26127
26086
  }
26128
26087
  },
26129
26088
  "inheritedFrom": {
26130
- "name": "RadioGroup",
26131
- "module": "src/radio-group/radio-group.ts"
26089
+ "name": "Radio",
26090
+ "module": "src/radio/radio.ts"
26132
26091
  }
26133
26092
  },
26134
26093
  {
26135
26094
  "kind": "field",
26136
- "name": "orientation",
26095
+ "name": "styles",
26137
26096
  "type": {
26138
- "text": "Orientation | \"horizontal\" | \"vertical\""
26097
+ "text": "ElementStyles | void | null"
26139
26098
  },
26140
26099
  "privacy": "public",
26141
- "description": "The orientation of the group",
26100
+ "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.",
26142
26101
  "inheritedFrom": {
26143
- "name": "RadioGroup",
26144
- "module": "src/radio-group/radio-group.ts"
26102
+ "name": "Radio",
26103
+ "module": "src/radio/radio.ts"
26145
26104
  }
26146
26105
  },
26147
26106
  {
26148
- "kind": "field",
26149
- "name": "childItems",
26150
- "type": {
26151
- "text": "HTMLElement[]"
26107
+ "kind": "method",
26108
+ "name": "stylesChanged",
26109
+ "privacy": "protected",
26110
+ "return": {
26111
+ "type": {
26112
+ "text": "void"
26113
+ }
26152
26114
  },
26153
- "privacy": "public",
26154
26115
  "inheritedFrom": {
26155
- "name": "RadioGroup",
26156
- "module": "src/radio-group/radio-group.ts"
26116
+ "name": "Radio",
26117
+ "module": "src/radio/radio.ts"
26157
26118
  }
26158
26119
  },
26159
26120
  {
26160
26121
  "kind": "method",
26161
- "name": "slottedRadioButtonsChanged",
26162
- "privacy": "private",
26122
+ "name": "compose",
26123
+ "privacy": "public",
26124
+ "static": true,
26163
26125
  "return": {
26164
26126
  "type": {
26165
- "text": "void"
26127
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
26166
26128
  }
26167
26129
  },
26168
26130
  "parameters": [
26169
26131
  {
26170
- "name": "oldValue",
26132
+ "name": "this",
26171
26133
  "type": {
26172
- "text": "unknown"
26134
+ "text": "K"
26173
26135
  }
26174
26136
  },
26175
26137
  {
26176
- "name": "newValue",
26138
+ "name": "elementDefinition",
26177
26139
  "type": {
26178
- "text": "HTMLElement[]"
26179
- }
26140
+ "text": "T"
26141
+ },
26142
+ "description": "The definition of the element to create the registry\nfunction for."
26180
26143
  }
26181
26144
  ],
26145
+ "description": "Defines an element registry function with a set of element definition defaults.",
26182
26146
  "inheritedFrom": {
26183
- "name": "RadioGroup",
26184
- "module": "src/radio-group/radio-group.ts"
26147
+ "name": "Radio",
26148
+ "module": "src/radio/radio.ts"
26185
26149
  }
26186
- },
26150
+ }
26151
+ ],
26152
+ "events": [
26187
26153
  {
26188
- "kind": "field",
26189
- "name": "selectedRadio",
26190
- "type": {
26191
- "text": "HTMLInputElement | null"
26192
- },
26193
- "privacy": "private",
26154
+ "description": "Emits a custom change event when the checked state changes",
26155
+ "name": "change",
26194
26156
  "inheritedFrom": {
26195
- "name": "RadioGroup",
26196
- "module": "src/radio-group/radio-group.ts"
26157
+ "name": "Radio",
26158
+ "module": "src/radio/radio.ts"
26197
26159
  }
26198
- },
26160
+ }
26161
+ ]
26162
+ },
26163
+ {
26164
+ "kind": "variable",
26165
+ "name": "zeroRadio"
26166
+ }
26167
+ ],
26168
+ "exports": [
26169
+ {
26170
+ "kind": "js",
26171
+ "name": "Radio",
26172
+ "declaration": {
26173
+ "name": "Radio",
26174
+ "module": "src/radio/radio.ts"
26175
+ }
26176
+ },
26177
+ {
26178
+ "kind": "js",
26179
+ "name": "zeroRadio",
26180
+ "declaration": {
26181
+ "name": "zeroRadio",
26182
+ "module": "src/radio/radio.ts"
26183
+ }
26184
+ }
26185
+ ]
26186
+ },
26187
+ {
26188
+ "kind": "javascript-module",
26189
+ "path": "src/radio-group/index.ts",
26190
+ "declarations": [],
26191
+ "exports": [
26192
+ {
26193
+ "kind": "js",
26194
+ "name": "*",
26195
+ "declaration": {
26196
+ "name": "*",
26197
+ "package": "./radio-group"
26198
+ }
26199
+ },
26200
+ {
26201
+ "kind": "js",
26202
+ "name": "*",
26203
+ "declaration": {
26204
+ "name": "*",
26205
+ "package": "./radio-group.styles"
26206
+ }
26207
+ },
26208
+ {
26209
+ "kind": "js",
26210
+ "name": "*",
26211
+ "declaration": {
26212
+ "name": "*",
26213
+ "package": "./radio-group.template"
26214
+ }
26215
+ }
26216
+ ]
26217
+ },
26218
+ {
26219
+ "kind": "javascript-module",
26220
+ "path": "src/radio-group/radio-group.styles.ts",
26221
+ "declarations": [
26222
+ {
26223
+ "kind": "function",
26224
+ "name": "zeroRadioGroupStyles",
26225
+ "return": {
26226
+ "type": {
26227
+ "text": "ElementStyles"
26228
+ }
26229
+ },
26230
+ "parameters": [
26199
26231
  {
26200
- "kind": "field",
26201
- "name": "focusedRadio",
26232
+ "name": "context",
26202
26233
  "type": {
26203
- "text": "HTMLInputElement | null"
26204
- },
26205
- "privacy": "private",
26206
- "inheritedFrom": {
26207
- "name": "RadioGroup",
26208
- "module": "src/radio-group/radio-group.ts"
26234
+ "text": "ElementDefinitionContext"
26209
26235
  }
26210
26236
  },
26211
26237
  {
26212
- "kind": "field",
26213
- "name": "direction",
26238
+ "name": "definition",
26214
26239
  "type": {
26215
- "text": "Direction"
26216
- },
26217
- "privacy": "private",
26218
- "inheritedFrom": {
26219
- "name": "RadioGroup",
26220
- "module": "src/radio-group/radio-group.ts"
26240
+ "text": "FoundationElementDefinition"
26221
26241
  }
26222
- },
26242
+ }
26243
+ ]
26244
+ }
26245
+ ],
26246
+ "exports": [
26247
+ {
26248
+ "kind": "js",
26249
+ "name": "zeroRadioGroupStyles",
26250
+ "declaration": {
26251
+ "name": "zeroRadioGroupStyles",
26252
+ "module": "src/radio-group/radio-group.styles.ts"
26253
+ }
26254
+ }
26255
+ ]
26256
+ },
26257
+ {
26258
+ "kind": "javascript-module",
26259
+ "path": "src/radio-group/radio-group.template.ts",
26260
+ "declarations": [
26261
+ {
26262
+ "kind": "function",
26263
+ "name": "zeroRadioGroupTemplate",
26264
+ "return": {
26265
+ "type": {
26266
+ "text": "ViewTemplate<RadioGroup>"
26267
+ }
26268
+ },
26269
+ "parameters": [
26223
26270
  {
26224
- "kind": "field",
26225
- "name": "parentToolbar",
26271
+ "name": "context",
26226
26272
  "type": {
26227
- "text": "HTMLElement | null"
26228
- },
26229
- "privacy": "private",
26230
- "inheritedFrom": {
26231
- "name": "RadioGroup",
26232
- "module": "src/radio-group/radio-group.ts"
26273
+ "text": "ElementDefinitionContext"
26233
26274
  }
26234
26275
  },
26235
26276
  {
26236
- "kind": "field",
26237
- "name": "isInsideToolbar",
26277
+ "name": "definition",
26238
26278
  "type": {
26239
- "text": "boolean"
26240
- },
26241
- "privacy": "private",
26242
- "inheritedFrom": {
26243
- "name": "RadioGroup",
26244
- "module": "src/radio-group/radio-group.ts"
26279
+ "text": "FoundationElementDefinition"
26245
26280
  }
26246
- },
26281
+ }
26282
+ ]
26283
+ }
26284
+ ],
26285
+ "exports": [
26286
+ {
26287
+ "kind": "js",
26288
+ "name": "zeroRadioGroupTemplate",
26289
+ "declaration": {
26290
+ "name": "zeroRadioGroupTemplate",
26291
+ "module": "src/radio-group/radio-group.template.ts"
26292
+ }
26293
+ }
26294
+ ]
26295
+ },
26296
+ {
26297
+ "kind": "javascript-module",
26298
+ "path": "src/radio-group/radio-group.ts",
26299
+ "declarations": [
26300
+ {
26301
+ "kind": "class",
26302
+ "description": "",
26303
+ "name": "RadioGroup",
26304
+ "superclass": {
26305
+ "name": "FoundationRadioGroup",
26306
+ "package": "@genesislcap/foundation-ui"
26307
+ },
26308
+ "tagName": "%%prefix%%-radio-group",
26309
+ "customElement": true,
26310
+ "attributes": [
26247
26311
  {
26248
- "kind": "field",
26249
- "name": "isInsideFoundationToolbar",
26312
+ "name": "readonly",
26250
26313
  "type": {
26251
26314
  "text": "boolean"
26252
26315
  },
26253
- "privacy": "private",
26316
+ "description": "When true, the child radios will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
26317
+ "fieldName": "readOnly",
26254
26318
  "inheritedFrom": {
26255
26319
  "name": "RadioGroup",
26256
26320
  "module": "src/radio-group/radio-group.ts"
26257
26321
  }
26258
26322
  },
26259
26323
  {
26260
- "kind": "method",
26261
- "name": "setupRadioButtons",
26262
- "privacy": "private",
26263
- "return": {
26264
- "type": {
26265
- "text": "void"
26266
- }
26324
+ "name": "disabled",
26325
+ "type": {
26326
+ "text": "boolean"
26267
26327
  },
26328
+ "description": "Disables the radio group and child radios.",
26329
+ "fieldName": "disabled",
26268
26330
  "inheritedFrom": {
26269
26331
  "name": "RadioGroup",
26270
26332
  "module": "src/radio-group/radio-group.ts"
26271
26333
  }
26272
26334
  },
26273
26335
  {
26274
- "kind": "field",
26275
- "name": "radioChangeHandler",
26276
- "privacy": "private",
26277
- "inheritedFrom": {
26278
- "name": "RadioGroup",
26279
- "module": "src/radio-group/radio-group.ts"
26280
- }
26281
- },
26282
- {
26283
- "kind": "field",
26284
- "name": "moveToRadioByIndex",
26285
- "privacy": "private",
26286
- "inheritedFrom": {
26287
- "name": "RadioGroup",
26288
- "module": "src/radio-group/radio-group.ts"
26289
- }
26290
- },
26291
- {
26292
- "kind": "field",
26293
- "name": "moveRightOffGroup",
26294
- "privacy": "private",
26336
+ "name": "name",
26337
+ "type": {
26338
+ "text": "string"
26339
+ },
26340
+ "description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
26341
+ "fieldName": "name",
26295
26342
  "inheritedFrom": {
26296
26343
  "name": "RadioGroup",
26297
26344
  "module": "src/radio-group/radio-group.ts"
26298
26345
  }
26299
26346
  },
26300
26347
  {
26301
- "kind": "field",
26302
- "name": "moveLeftOffGroup",
26303
- "privacy": "private",
26348
+ "name": "value",
26349
+ "type": {
26350
+ "text": "string"
26351
+ },
26352
+ "description": "The value of the checked radio",
26353
+ "fieldName": "value",
26304
26354
  "inheritedFrom": {
26305
26355
  "name": "RadioGroup",
26306
26356
  "module": "src/radio-group/radio-group.ts"
26307
26357
  }
26308
26358
  },
26309
26359
  {
26310
- "kind": "field",
26311
- "name": "shouldMoveOffGroupToTheRight",
26312
- "privacy": "private",
26360
+ "name": "orientation",
26361
+ "type": {
26362
+ "text": "Orientation | \"horizontal\" | \"vertical\""
26363
+ },
26364
+ "description": "The orientation of the group",
26365
+ "fieldName": "orientation",
26313
26366
  "inheritedFrom": {
26314
26367
  "name": "RadioGroup",
26315
26368
  "module": "src/radio-group/radio-group.ts"
26316
26369
  }
26317
- },
26370
+ }
26371
+ ],
26372
+ "members": [
26318
26373
  {
26319
26374
  "kind": "field",
26320
- "name": "shouldMoveOffGroupToTheLeft",
26321
- "privacy": "private",
26375
+ "name": "readOnly",
26376
+ "type": {
26377
+ "text": "boolean"
26378
+ },
26379
+ "privacy": "public",
26380
+ "description": "When true, the child radios 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.",
26322
26381
  "inheritedFrom": {
26323
26382
  "name": "RadioGroup",
26324
26383
  "module": "src/radio-group/radio-group.ts"
26325
26384
  }
26326
26385
  },
26327
26386
  {
26328
- "kind": "field",
26329
- "name": "checkFocusedRadio",
26387
+ "kind": "method",
26388
+ "name": "readOnlyChanged",
26330
26389
  "privacy": "private",
26390
+ "return": {
26391
+ "type": {
26392
+ "text": "void"
26393
+ }
26394
+ },
26331
26395
  "inheritedFrom": {
26332
26396
  "name": "RadioGroup",
26333
26397
  "module": "src/radio-group/radio-group.ts"
@@ -26335,17 +26399,26 @@
26335
26399
  },
26336
26400
  {
26337
26401
  "kind": "field",
26338
- "name": "moveRight",
26339
- "privacy": "private",
26402
+ "name": "disabled",
26403
+ "type": {
26404
+ "text": "boolean"
26405
+ },
26406
+ "privacy": "public",
26407
+ "description": "Disables the radio group and child radios.",
26340
26408
  "inheritedFrom": {
26341
26409
  "name": "RadioGroup",
26342
26410
  "module": "src/radio-group/radio-group.ts"
26343
26411
  }
26344
26412
  },
26345
26413
  {
26346
- "kind": "field",
26347
- "name": "moveLeft",
26414
+ "kind": "method",
26415
+ "name": "disabledChanged",
26348
26416
  "privacy": "private",
26417
+ "return": {
26418
+ "type": {
26419
+ "text": "void"
26420
+ }
26421
+ },
26349
26422
  "inheritedFrom": {
26350
26423
  "name": "RadioGroup",
26351
26424
  "module": "src/radio-group/radio-group.ts"
@@ -26353,25 +26426,26 @@
26353
26426
  },
26354
26427
  {
26355
26428
  "kind": "field",
26356
- "name": "_presentation",
26429
+ "name": "name",
26357
26430
  "type": {
26358
- "text": "ComponentPresentation | null | undefined"
26431
+ "text": "string"
26359
26432
  },
26360
- "privacy": "private",
26361
- "default": "void 0",
26433
+ "privacy": "public",
26434
+ "description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
26362
26435
  "inheritedFrom": {
26363
26436
  "name": "RadioGroup",
26364
26437
  "module": "src/radio-group/radio-group.ts"
26365
26438
  }
26366
26439
  },
26367
26440
  {
26368
- "kind": "field",
26369
- "name": "$presentation",
26370
- "type": {
26371
- "text": "ComponentPresentation | null"
26441
+ "kind": "method",
26442
+ "name": "nameChanged",
26443
+ "privacy": "protected",
26444
+ "return": {
26445
+ "type": {
26446
+ "text": "void"
26447
+ }
26372
26448
  },
26373
- "privacy": "public",
26374
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
26375
26449
  "inheritedFrom": {
26376
26450
  "name": "RadioGroup",
26377
26451
  "module": "src/radio-group/radio-group.ts"
@@ -26379,12 +26453,12 @@
26379
26453
  },
26380
26454
  {
26381
26455
  "kind": "field",
26382
- "name": "template",
26456
+ "name": "value",
26383
26457
  "type": {
26384
- "text": "ElementViewTemplate | void | null"
26458
+ "text": "string"
26385
26459
  },
26386
26460
  "privacy": "public",
26387
- "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.",
26461
+ "description": "The value of the checked radio",
26388
26462
  "inheritedFrom": {
26389
26463
  "name": "RadioGroup",
26390
26464
  "module": "src/radio-group/radio-group.ts"
@@ -26392,7 +26466,7 @@
26392
26466
  },
26393
26467
  {
26394
26468
  "kind": "method",
26395
- "name": "templateChanged",
26469
+ "name": "valueChanged",
26396
26470
  "privacy": "protected",
26397
26471
  "return": {
26398
26472
  "type": {
@@ -26406,26 +26480,24 @@
26406
26480
  },
26407
26481
  {
26408
26482
  "kind": "field",
26409
- "name": "styles",
26483
+ "name": "orientation",
26410
26484
  "type": {
26411
- "text": "ElementStyles | void | null"
26485
+ "text": "Orientation | \"horizontal\" | \"vertical\""
26412
26486
  },
26413
26487
  "privacy": "public",
26414
- "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.",
26488
+ "description": "The orientation of the group",
26415
26489
  "inheritedFrom": {
26416
26490
  "name": "RadioGroup",
26417
26491
  "module": "src/radio-group/radio-group.ts"
26418
26492
  }
26419
26493
  },
26420
26494
  {
26421
- "kind": "method",
26422
- "name": "stylesChanged",
26423
- "privacy": "protected",
26424
- "return": {
26425
- "type": {
26426
- "text": "void"
26427
- }
26495
+ "kind": "field",
26496
+ "name": "childItems",
26497
+ "type": {
26498
+ "text": "HTMLElement[]"
26428
26499
  },
26500
+ "privacy": "public",
26429
26501
  "inheritedFrom": {
26430
26502
  "name": "RadioGroup",
26431
26503
  "module": "src/radio-group/radio-group.ts"
@@ -26433,225 +26505,107 @@
26433
26505
  },
26434
26506
  {
26435
26507
  "kind": "method",
26436
- "name": "compose",
26437
- "privacy": "public",
26438
- "static": true,
26508
+ "name": "slottedRadioButtonsChanged",
26509
+ "privacy": "private",
26439
26510
  "return": {
26440
26511
  "type": {
26441
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
26512
+ "text": "void"
26442
26513
  }
26443
26514
  },
26444
26515
  "parameters": [
26445
26516
  {
26446
- "name": "this",
26517
+ "name": "oldValue",
26447
26518
  "type": {
26448
- "text": "K"
26519
+ "text": "unknown"
26449
26520
  }
26450
26521
  },
26451
26522
  {
26452
- "name": "elementDefinition",
26523
+ "name": "newValue",
26453
26524
  "type": {
26454
- "text": "T"
26455
- },
26456
- "description": "The definition of the element to create the registry\nfunction for."
26525
+ "text": "HTMLElement[]"
26526
+ }
26457
26527
  }
26458
26528
  ],
26459
- "description": "Defines an element registry function with a set of element definition defaults.",
26460
- "inheritedFrom": {
26461
- "name": "RadioGroup",
26462
- "module": "src/radio-group/radio-group.ts"
26463
- }
26464
- }
26465
- ],
26466
- "events": [
26467
- {
26468
- "description": "Fires a custom 'change' event when the value changes",
26469
- "name": "change",
26470
26529
  "inheritedFrom": {
26471
26530
  "name": "RadioGroup",
26472
26531
  "module": "src/radio-group/radio-group.ts"
26473
26532
  }
26474
- }
26475
- ]
26476
- },
26477
- {
26478
- "kind": "variable",
26479
- "name": "zeroRadioGroup"
26480
- }
26481
- ],
26482
- "exports": [
26483
- {
26484
- "kind": "js",
26485
- "name": "RadioGroup",
26486
- "declaration": {
26487
- "name": "RadioGroup",
26488
- "module": "src/radio-group/radio-group.ts"
26489
- }
26490
- },
26491
- {
26492
- "kind": "js",
26493
- "name": "zeroRadioGroup",
26494
- "declaration": {
26495
- "name": "zeroRadioGroup",
26496
- "module": "src/radio-group/radio-group.ts"
26497
- }
26498
- }
26499
- ]
26500
- },
26501
- {
26502
- "kind": "javascript-module",
26503
- "path": "src/radio/index.ts",
26504
- "declarations": [],
26505
- "exports": [
26506
- {
26507
- "kind": "js",
26508
- "name": "*",
26509
- "declaration": {
26510
- "name": "*",
26511
- "package": "./radio"
26512
- }
26513
- },
26514
- {
26515
- "kind": "js",
26516
- "name": "*",
26517
- "declaration": {
26518
- "name": "*",
26519
- "package": "./radio.styles"
26520
- }
26521
- },
26522
- {
26523
- "kind": "js",
26524
- "name": "*",
26525
- "declaration": {
26526
- "name": "*",
26527
- "package": "./radio.template"
26528
- }
26529
- }
26530
- ]
26531
- },
26532
- {
26533
- "kind": "javascript-module",
26534
- "path": "src/radio/radio.styles.ts",
26535
- "declarations": [
26536
- {
26537
- "kind": "function",
26538
- "name": "zeroRadioStyles",
26539
- "return": {
26540
- "type": {
26541
- "text": "ElementStyles"
26542
- }
26543
- },
26544
- "parameters": [
26533
+ },
26545
26534
  {
26546
- "name": "context",
26535
+ "kind": "field",
26536
+ "name": "selectedRadio",
26547
26537
  "type": {
26548
- "text": "ElementDefinitionContext"
26538
+ "text": "HTMLInputElement | null"
26539
+ },
26540
+ "privacy": "private",
26541
+ "inheritedFrom": {
26542
+ "name": "RadioGroup",
26543
+ "module": "src/radio-group/radio-group.ts"
26549
26544
  }
26550
26545
  },
26551
26546
  {
26552
- "name": "definition",
26547
+ "kind": "field",
26548
+ "name": "focusedRadio",
26553
26549
  "type": {
26554
- "text": "RadioOptions"
26550
+ "text": "HTMLInputElement | null"
26551
+ },
26552
+ "privacy": "private",
26553
+ "inheritedFrom": {
26554
+ "name": "RadioGroup",
26555
+ "module": "src/radio-group/radio-group.ts"
26555
26556
  }
26556
- }
26557
- ]
26558
- }
26559
- ],
26560
- "exports": [
26561
- {
26562
- "kind": "js",
26563
- "name": "zeroRadioStyles",
26564
- "declaration": {
26565
- "name": "zeroRadioStyles",
26566
- "module": "src/radio/radio.styles.ts"
26567
- }
26568
- }
26569
- ]
26570
- },
26571
- {
26572
- "kind": "javascript-module",
26573
- "path": "src/radio/radio.template.ts",
26574
- "declarations": [
26575
- {
26576
- "kind": "function",
26577
- "name": "zeroRadioTemplate",
26578
- "return": {
26579
- "type": {
26580
- "text": "ViewTemplate<Radio>"
26581
- }
26582
- },
26583
- "parameters": [
26557
+ },
26584
26558
  {
26585
- "name": "context",
26559
+ "kind": "field",
26560
+ "name": "direction",
26586
26561
  "type": {
26587
- "text": "ElementDefinitionContext"
26562
+ "text": "Direction"
26563
+ },
26564
+ "privacy": "private",
26565
+ "inheritedFrom": {
26566
+ "name": "RadioGroup",
26567
+ "module": "src/radio-group/radio-group.ts"
26588
26568
  }
26589
26569
  },
26590
26570
  {
26591
- "name": "definition",
26571
+ "kind": "field",
26572
+ "name": "parentToolbar",
26592
26573
  "type": {
26593
- "text": "RadioOptions"
26574
+ "text": "HTMLElement | null"
26575
+ },
26576
+ "privacy": "private",
26577
+ "inheritedFrom": {
26578
+ "name": "RadioGroup",
26579
+ "module": "src/radio-group/radio-group.ts"
26594
26580
  }
26595
- }
26596
- ]
26597
- }
26598
- ],
26599
- "exports": [
26600
- {
26601
- "kind": "js",
26602
- "name": "zeroRadioTemplate",
26603
- "declaration": {
26604
- "name": "zeroRadioTemplate",
26605
- "module": "src/radio/radio.template.ts"
26606
- }
26607
- }
26608
- ]
26609
- },
26610
- {
26611
- "kind": "javascript-module",
26612
- "path": "src/radio/radio.ts",
26613
- "declarations": [
26614
- {
26615
- "kind": "class",
26616
- "description": "",
26617
- "name": "Radio",
26618
- "superclass": {
26619
- "name": "FoundationRadio",
26620
- "package": "@genesislcap/foundation-ui"
26621
- },
26622
- "tagName": "%%prefix%%-radio",
26623
- "customElement": true,
26624
- "attributes": [
26581
+ },
26625
26582
  {
26626
- "name": "readonly",
26583
+ "kind": "field",
26584
+ "name": "isInsideToolbar",
26627
26585
  "type": {
26628
26586
  "text": "boolean"
26629
26587
  },
26630
- "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.",
26631
- "fieldName": "readOnly",
26588
+ "privacy": "private",
26632
26589
  "inheritedFrom": {
26633
- "name": "Radio",
26634
- "module": "src/radio/radio.ts"
26590
+ "name": "RadioGroup",
26591
+ "module": "src/radio-group/radio-group.ts"
26635
26592
  }
26636
- }
26637
- ],
26638
- "members": [
26593
+ },
26639
26594
  {
26640
26595
  "kind": "field",
26641
- "name": "readOnly",
26596
+ "name": "isInsideFoundationToolbar",
26642
26597
  "type": {
26643
26598
  "text": "boolean"
26644
26599
  },
26645
- "privacy": "public",
26646
- "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.",
26600
+ "privacy": "private",
26647
26601
  "inheritedFrom": {
26648
- "name": "Radio",
26649
- "module": "src/radio/radio.ts"
26602
+ "name": "RadioGroup",
26603
+ "module": "src/radio-group/radio-group.ts"
26650
26604
  }
26651
26605
  },
26652
26606
  {
26653
26607
  "kind": "method",
26654
- "name": "readOnlyChanged",
26608
+ "name": "setupRadioButtons",
26655
26609
  "privacy": "private",
26656
26610
  "return": {
26657
26611
  "type": {
@@ -26659,43 +26613,89 @@
26659
26613
  }
26660
26614
  },
26661
26615
  "inheritedFrom": {
26662
- "name": "Radio",
26663
- "module": "src/radio/radio.ts"
26616
+ "name": "RadioGroup",
26617
+ "module": "src/radio-group/radio-group.ts"
26664
26618
  }
26665
26619
  },
26666
26620
  {
26667
26621
  "kind": "field",
26668
- "name": "name",
26669
- "type": {
26670
- "text": "string"
26671
- },
26672
- "privacy": "public",
26673
- "description": "The name of the radio. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname | name attribute} for more info.",
26622
+ "name": "radioChangeHandler",
26623
+ "privacy": "private",
26674
26624
  "inheritedFrom": {
26675
- "name": "Radio",
26676
- "module": "src/radio/radio.ts"
26625
+ "name": "RadioGroup",
26626
+ "module": "src/radio-group/radio-group.ts"
26677
26627
  }
26678
26628
  },
26679
26629
  {
26680
- "kind": "method",
26681
- "name": "isInsideRadioGroup",
26630
+ "kind": "field",
26631
+ "name": "moveToRadioByIndex",
26682
26632
  "privacy": "private",
26683
- "return": {
26684
- "type": {
26685
- "text": "boolean"
26686
- }
26687
- },
26688
26633
  "inheritedFrom": {
26689
- "name": "Radio",
26690
- "module": "src/radio/radio.ts"
26634
+ "name": "RadioGroup",
26635
+ "module": "src/radio-group/radio-group.ts"
26691
26636
  }
26692
26637
  },
26693
26638
  {
26694
26639
  "kind": "field",
26695
- "name": "proxy",
26640
+ "name": "moveRightOffGroup",
26641
+ "privacy": "private",
26696
26642
  "inheritedFrom": {
26697
- "name": "Radio",
26698
- "module": "src/radio/radio.ts"
26643
+ "name": "RadioGroup",
26644
+ "module": "src/radio-group/radio-group.ts"
26645
+ }
26646
+ },
26647
+ {
26648
+ "kind": "field",
26649
+ "name": "moveLeftOffGroup",
26650
+ "privacy": "private",
26651
+ "inheritedFrom": {
26652
+ "name": "RadioGroup",
26653
+ "module": "src/radio-group/radio-group.ts"
26654
+ }
26655
+ },
26656
+ {
26657
+ "kind": "field",
26658
+ "name": "shouldMoveOffGroupToTheRight",
26659
+ "privacy": "private",
26660
+ "inheritedFrom": {
26661
+ "name": "RadioGroup",
26662
+ "module": "src/radio-group/radio-group.ts"
26663
+ }
26664
+ },
26665
+ {
26666
+ "kind": "field",
26667
+ "name": "shouldMoveOffGroupToTheLeft",
26668
+ "privacy": "private",
26669
+ "inheritedFrom": {
26670
+ "name": "RadioGroup",
26671
+ "module": "src/radio-group/radio-group.ts"
26672
+ }
26673
+ },
26674
+ {
26675
+ "kind": "field",
26676
+ "name": "checkFocusedRadio",
26677
+ "privacy": "private",
26678
+ "inheritedFrom": {
26679
+ "name": "RadioGroup",
26680
+ "module": "src/radio-group/radio-group.ts"
26681
+ }
26682
+ },
26683
+ {
26684
+ "kind": "field",
26685
+ "name": "moveRight",
26686
+ "privacy": "private",
26687
+ "inheritedFrom": {
26688
+ "name": "RadioGroup",
26689
+ "module": "src/radio-group/radio-group.ts"
26690
+ }
26691
+ },
26692
+ {
26693
+ "kind": "field",
26694
+ "name": "moveLeft",
26695
+ "privacy": "private",
26696
+ "inheritedFrom": {
26697
+ "name": "RadioGroup",
26698
+ "module": "src/radio-group/radio-group.ts"
26699
26699
  }
26700
26700
  },
26701
26701
  {
@@ -26707,8 +26707,8 @@
26707
26707
  "privacy": "private",
26708
26708
  "default": "void 0",
26709
26709
  "inheritedFrom": {
26710
- "name": "Radio",
26711
- "module": "src/radio/radio.ts"
26710
+ "name": "RadioGroup",
26711
+ "module": "src/radio-group/radio-group.ts"
26712
26712
  }
26713
26713
  },
26714
26714
  {
@@ -26720,8 +26720,8 @@
26720
26720
  "privacy": "public",
26721
26721
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
26722
26722
  "inheritedFrom": {
26723
- "name": "Radio",
26724
- "module": "src/radio/radio.ts"
26723
+ "name": "RadioGroup",
26724
+ "module": "src/radio-group/radio-group.ts"
26725
26725
  }
26726
26726
  },
26727
26727
  {
@@ -26733,8 +26733,8 @@
26733
26733
  "privacy": "public",
26734
26734
  "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.",
26735
26735
  "inheritedFrom": {
26736
- "name": "Radio",
26737
- "module": "src/radio/radio.ts"
26736
+ "name": "RadioGroup",
26737
+ "module": "src/radio-group/radio-group.ts"
26738
26738
  }
26739
26739
  },
26740
26740
  {
@@ -26747,8 +26747,8 @@
26747
26747
  }
26748
26748
  },
26749
26749
  "inheritedFrom": {
26750
- "name": "Radio",
26751
- "module": "src/radio/radio.ts"
26750
+ "name": "RadioGroup",
26751
+ "module": "src/radio-group/radio-group.ts"
26752
26752
  }
26753
26753
  },
26754
26754
  {
@@ -26760,8 +26760,8 @@
26760
26760
  "privacy": "public",
26761
26761
  "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.",
26762
26762
  "inheritedFrom": {
26763
- "name": "Radio",
26764
- "module": "src/radio/radio.ts"
26763
+ "name": "RadioGroup",
26764
+ "module": "src/radio-group/radio-group.ts"
26765
26765
  }
26766
26766
  },
26767
26767
  {
@@ -26774,8 +26774,8 @@
26774
26774
  }
26775
26775
  },
26776
26776
  "inheritedFrom": {
26777
- "name": "Radio",
26778
- "module": "src/radio/radio.ts"
26777
+ "name": "RadioGroup",
26778
+ "module": "src/radio-group/radio-group.ts"
26779
26779
  }
26780
26780
  },
26781
26781
  {
@@ -26805,42 +26805,42 @@
26805
26805
  ],
26806
26806
  "description": "Defines an element registry function with a set of element definition defaults.",
26807
26807
  "inheritedFrom": {
26808
- "name": "Radio",
26809
- "module": "src/radio/radio.ts"
26808
+ "name": "RadioGroup",
26809
+ "module": "src/radio-group/radio-group.ts"
26810
26810
  }
26811
26811
  }
26812
26812
  ],
26813
26813
  "events": [
26814
26814
  {
26815
- "description": "Emits a custom change event when the checked state changes",
26815
+ "description": "Fires a custom 'change' event when the value changes",
26816
26816
  "name": "change",
26817
26817
  "inheritedFrom": {
26818
- "name": "Radio",
26819
- "module": "src/radio/radio.ts"
26818
+ "name": "RadioGroup",
26819
+ "module": "src/radio-group/radio-group.ts"
26820
26820
  }
26821
26821
  }
26822
26822
  ]
26823
26823
  },
26824
26824
  {
26825
26825
  "kind": "variable",
26826
- "name": "zeroRadio"
26826
+ "name": "zeroRadioGroup"
26827
26827
  }
26828
26828
  ],
26829
26829
  "exports": [
26830
26830
  {
26831
26831
  "kind": "js",
26832
- "name": "Radio",
26832
+ "name": "RadioGroup",
26833
26833
  "declaration": {
26834
- "name": "Radio",
26835
- "module": "src/radio/radio.ts"
26834
+ "name": "RadioGroup",
26835
+ "module": "src/radio-group/radio-group.ts"
26836
26836
  }
26837
26837
  },
26838
26838
  {
26839
26839
  "kind": "js",
26840
- "name": "zeroRadio",
26840
+ "name": "zeroRadioGroup",
26841
26841
  "declaration": {
26842
- "name": "zeroRadio",
26843
- "module": "src/radio/radio.ts"
26842
+ "name": "zeroRadioGroup",
26843
+ "module": "src/radio-group/radio-group.ts"
26844
26844
  }
26845
26845
  }
26846
26846
  ]