@genesislcap/foundation-zero 14.458.3 → 14.459.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.
@@ -898,6 +898,397 @@
898
898
  }
899
899
  ]
900
900
  },
901
+ {
902
+ "kind": "javascript-module",
903
+ "path": "src/_config/index.ts",
904
+ "declarations": [],
905
+ "exports": [
906
+ {
907
+ "kind": "js",
908
+ "name": "*",
909
+ "declaration": {
910
+ "name": "*",
911
+ "package": "./styles"
912
+ }
913
+ },
914
+ {
915
+ "kind": "js",
916
+ "name": "*",
917
+ "declaration": {
918
+ "name": "*",
919
+ "package": "./tokens"
920
+ }
921
+ },
922
+ {
923
+ "kind": "js",
924
+ "name": "*",
925
+ "declaration": {
926
+ "name": "*",
927
+ "package": "./values"
928
+ }
929
+ }
930
+ ]
931
+ },
932
+ {
933
+ "kind": "javascript-module",
934
+ "path": "src/accordion-item/accordion-item.styles.ts",
935
+ "declarations": [
936
+ {
937
+ "kind": "function",
938
+ "name": "zeroAccordionItemStyles",
939
+ "return": {
940
+ "type": {
941
+ "text": "ElementStyles"
942
+ }
943
+ },
944
+ "parameters": [
945
+ {
946
+ "name": "context",
947
+ "type": {
948
+ "text": "ElementDefinitionContext"
949
+ }
950
+ },
951
+ {
952
+ "name": "definition",
953
+ "type": {
954
+ "text": "FoundationElementDefinition"
955
+ }
956
+ }
957
+ ]
958
+ }
959
+ ],
960
+ "exports": [
961
+ {
962
+ "kind": "js",
963
+ "name": "zeroAccordionItemStyles",
964
+ "declaration": {
965
+ "name": "zeroAccordionItemStyles",
966
+ "module": "src/accordion-item/accordion-item.styles.ts"
967
+ }
968
+ }
969
+ ]
970
+ },
971
+ {
972
+ "kind": "javascript-module",
973
+ "path": "src/accordion-item/accordion-item.template.ts",
974
+ "declarations": [
975
+ {
976
+ "kind": "function",
977
+ "name": "zeroAccordionItemTemplate",
978
+ "return": {
979
+ "type": {
980
+ "text": "ViewTemplate<AccordionItem>"
981
+ }
982
+ },
983
+ "parameters": [
984
+ {
985
+ "name": "context",
986
+ "type": {
987
+ "text": "ElementDefinitionContext"
988
+ }
989
+ },
990
+ {
991
+ "name": "definition",
992
+ "type": {
993
+ "text": "FoundationElementDefinition"
994
+ }
995
+ }
996
+ ]
997
+ }
998
+ ],
999
+ "exports": [
1000
+ {
1001
+ "kind": "js",
1002
+ "name": "zeroAccordionItemTemplate",
1003
+ "declaration": {
1004
+ "name": "zeroAccordionItemTemplate",
1005
+ "module": "src/accordion-item/accordion-item.template.ts"
1006
+ }
1007
+ }
1008
+ ]
1009
+ },
1010
+ {
1011
+ "kind": "javascript-module",
1012
+ "path": "src/accordion-item/accordion-item.ts",
1013
+ "declarations": [
1014
+ {
1015
+ "kind": "class",
1016
+ "description": "",
1017
+ "name": "AccordionItem",
1018
+ "superclass": {
1019
+ "name": "FoundationAccordionItem",
1020
+ "package": "@genesislcap/foundation-ui"
1021
+ },
1022
+ "tagName": "%%prefix%%-card",
1023
+ "customElement": true,
1024
+ "attributes": [
1025
+ {
1026
+ "name": "heading-level",
1027
+ "type": {
1028
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1029
+ },
1030
+ "default": "2",
1031
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1032
+ "fieldName": "headinglevel",
1033
+ "inheritedFrom": {
1034
+ "name": "AccordionItem",
1035
+ "module": "src/accordion-item/accordion-item.ts"
1036
+ }
1037
+ },
1038
+ {
1039
+ "type": {
1040
+ "text": "boolean"
1041
+ },
1042
+ "default": "false",
1043
+ "description": "Expands or collapses the item.",
1044
+ "fieldName": "expanded",
1045
+ "inheritedFrom": {
1046
+ "name": "AccordionItem",
1047
+ "module": "src/accordion-item/accordion-item.ts"
1048
+ }
1049
+ },
1050
+ {
1051
+ "name": "id",
1052
+ "type": {
1053
+ "text": "string"
1054
+ },
1055
+ "description": "The item ID",
1056
+ "fieldName": "id",
1057
+ "inheritedFrom": {
1058
+ "name": "AccordionItem",
1059
+ "module": "src/accordion-item/accordion-item.ts"
1060
+ }
1061
+ }
1062
+ ],
1063
+ "members": [
1064
+ {
1065
+ "kind": "field",
1066
+ "name": "headinglevel",
1067
+ "type": {
1068
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1069
+ },
1070
+ "privacy": "public",
1071
+ "default": "2",
1072
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1073
+ "inheritedFrom": {
1074
+ "name": "AccordionItem",
1075
+ "module": "src/accordion-item/accordion-item.ts"
1076
+ }
1077
+ },
1078
+ {
1079
+ "kind": "field",
1080
+ "name": "expanded",
1081
+ "type": {
1082
+ "text": "boolean"
1083
+ },
1084
+ "privacy": "public",
1085
+ "default": "false",
1086
+ "description": "Expands or collapses the item.",
1087
+ "inheritedFrom": {
1088
+ "name": "AccordionItem",
1089
+ "module": "src/accordion-item/accordion-item.ts"
1090
+ }
1091
+ },
1092
+ {
1093
+ "kind": "field",
1094
+ "name": "id",
1095
+ "type": {
1096
+ "text": "string"
1097
+ },
1098
+ "privacy": "public",
1099
+ "description": "The item ID",
1100
+ "inheritedFrom": {
1101
+ "name": "AccordionItem",
1102
+ "module": "src/accordion-item/accordion-item.ts"
1103
+ }
1104
+ },
1105
+ {
1106
+ "kind": "field",
1107
+ "name": "change",
1108
+ "privacy": "private",
1109
+ "inheritedFrom": {
1110
+ "name": "AccordionItem",
1111
+ "module": "src/accordion-item/accordion-item.ts"
1112
+ }
1113
+ },
1114
+ {
1115
+ "kind": "field",
1116
+ "name": "_presentation",
1117
+ "type": {
1118
+ "text": "ComponentPresentation | null | undefined"
1119
+ },
1120
+ "privacy": "private",
1121
+ "default": "void 0",
1122
+ "inheritedFrom": {
1123
+ "name": "AccordionItem",
1124
+ "module": "src/accordion-item/accordion-item.ts"
1125
+ }
1126
+ },
1127
+ {
1128
+ "kind": "field",
1129
+ "name": "$presentation",
1130
+ "type": {
1131
+ "text": "ComponentPresentation | null"
1132
+ },
1133
+ "privacy": "public",
1134
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1135
+ "inheritedFrom": {
1136
+ "name": "AccordionItem",
1137
+ "module": "src/accordion-item/accordion-item.ts"
1138
+ }
1139
+ },
1140
+ {
1141
+ "kind": "field",
1142
+ "name": "template",
1143
+ "type": {
1144
+ "text": "ElementViewTemplate | void | null"
1145
+ },
1146
+ "privacy": "public",
1147
+ "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.",
1148
+ "inheritedFrom": {
1149
+ "name": "AccordionItem",
1150
+ "module": "src/accordion-item/accordion-item.ts"
1151
+ }
1152
+ },
1153
+ {
1154
+ "kind": "method",
1155
+ "name": "templateChanged",
1156
+ "privacy": "protected",
1157
+ "return": {
1158
+ "type": {
1159
+ "text": "void"
1160
+ }
1161
+ },
1162
+ "inheritedFrom": {
1163
+ "name": "AccordionItem",
1164
+ "module": "src/accordion-item/accordion-item.ts"
1165
+ }
1166
+ },
1167
+ {
1168
+ "kind": "field",
1169
+ "name": "styles",
1170
+ "type": {
1171
+ "text": "ElementStyles | void | null"
1172
+ },
1173
+ "privacy": "public",
1174
+ "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.",
1175
+ "inheritedFrom": {
1176
+ "name": "AccordionItem",
1177
+ "module": "src/accordion-item/accordion-item.ts"
1178
+ }
1179
+ },
1180
+ {
1181
+ "kind": "method",
1182
+ "name": "stylesChanged",
1183
+ "privacy": "protected",
1184
+ "return": {
1185
+ "type": {
1186
+ "text": "void"
1187
+ }
1188
+ },
1189
+ "inheritedFrom": {
1190
+ "name": "AccordionItem",
1191
+ "module": "src/accordion-item/accordion-item.ts"
1192
+ }
1193
+ },
1194
+ {
1195
+ "kind": "method",
1196
+ "name": "compose",
1197
+ "privacy": "public",
1198
+ "static": true,
1199
+ "return": {
1200
+ "type": {
1201
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1202
+ }
1203
+ },
1204
+ "parameters": [
1205
+ {
1206
+ "name": "this",
1207
+ "type": {
1208
+ "text": "K"
1209
+ }
1210
+ },
1211
+ {
1212
+ "name": "elementDefinition",
1213
+ "type": {
1214
+ "text": "T"
1215
+ },
1216
+ "description": "The definition of the element to create the registry\nfunction for."
1217
+ }
1218
+ ],
1219
+ "description": "Defines an element registry function with a set of element definition defaults.",
1220
+ "inheritedFrom": {
1221
+ "name": "AccordionItem",
1222
+ "module": "src/accordion-item/accordion-item.ts"
1223
+ }
1224
+ }
1225
+ ],
1226
+ "events": [
1227
+ {
1228
+ "description": "Fires a custom 'change' event when the button is invoked",
1229
+ "name": "change",
1230
+ "inheritedFrom": {
1231
+ "name": "AccordionItem",
1232
+ "module": "src/accordion-item/accordion-item.ts"
1233
+ }
1234
+ }
1235
+ ]
1236
+ },
1237
+ {
1238
+ "kind": "variable",
1239
+ "name": "zeroAccordionItem"
1240
+ }
1241
+ ],
1242
+ "exports": [
1243
+ {
1244
+ "kind": "js",
1245
+ "name": "AccordionItem",
1246
+ "declaration": {
1247
+ "name": "AccordionItem",
1248
+ "module": "src/accordion-item/accordion-item.ts"
1249
+ }
1250
+ },
1251
+ {
1252
+ "kind": "js",
1253
+ "name": "zeroAccordionItem",
1254
+ "declaration": {
1255
+ "name": "zeroAccordionItem",
1256
+ "module": "src/accordion-item/accordion-item.ts"
1257
+ }
1258
+ }
1259
+ ]
1260
+ },
1261
+ {
1262
+ "kind": "javascript-module",
1263
+ "path": "src/accordion-item/index.ts",
1264
+ "declarations": [],
1265
+ "exports": [
1266
+ {
1267
+ "kind": "js",
1268
+ "name": "*",
1269
+ "declaration": {
1270
+ "name": "*",
1271
+ "package": "./accordion-item"
1272
+ }
1273
+ },
1274
+ {
1275
+ "kind": "js",
1276
+ "name": "*",
1277
+ "declaration": {
1278
+ "name": "*",
1279
+ "package": "./accordion-item.styles"
1280
+ }
1281
+ },
1282
+ {
1283
+ "kind": "js",
1284
+ "name": "*",
1285
+ "declaration": {
1286
+ "name": "*",
1287
+ "package": "./accordion-item.template"
1288
+ }
1289
+ }
1290
+ ]
1291
+ },
901
1292
  {
902
1293
  "kind": "javascript-module",
903
1294
  "path": "src/accordion/accordion.styles.ts",
@@ -1381,42 +1772,11 @@
1381
1772
  },
1382
1773
  {
1383
1774
  "kind": "javascript-module",
1384
- "path": "src/_config/index.ts",
1385
- "declarations": [],
1386
- "exports": [
1387
- {
1388
- "kind": "js",
1389
- "name": "*",
1390
- "declaration": {
1391
- "name": "*",
1392
- "package": "./styles"
1393
- }
1394
- },
1395
- {
1396
- "kind": "js",
1397
- "name": "*",
1398
- "declaration": {
1399
- "name": "*",
1400
- "package": "./tokens"
1401
- }
1402
- },
1403
- {
1404
- "kind": "js",
1405
- "name": "*",
1406
- "declaration": {
1407
- "name": "*",
1408
- "package": "./values"
1409
- }
1410
- }
1411
- ]
1412
- },
1413
- {
1414
- "kind": "javascript-module",
1415
- "path": "src/accordion-item/accordion-item.styles.ts",
1775
+ "path": "src/actions-menu/actions-menu.styles.ts",
1416
1776
  "declarations": [
1417
1777
  {
1418
1778
  "kind": "function",
1419
- "name": "zeroAccordionItemStyles",
1779
+ "name": "zeroActionsMenuStyles",
1420
1780
  "return": {
1421
1781
  "type": {
1422
1782
  "text": "ElementStyles"
@@ -1441,420 +1801,60 @@
1441
1801
  "exports": [
1442
1802
  {
1443
1803
  "kind": "js",
1444
- "name": "zeroAccordionItemStyles",
1445
- "declaration": {
1446
- "name": "zeroAccordionItemStyles",
1447
- "module": "src/accordion-item/accordion-item.styles.ts"
1448
- }
1449
- }
1450
- ]
1451
- },
1452
- {
1453
- "kind": "javascript-module",
1454
- "path": "src/accordion-item/accordion-item.template.ts",
1455
- "declarations": [
1456
- {
1457
- "kind": "function",
1458
- "name": "zeroAccordionItemTemplate",
1459
- "return": {
1460
- "type": {
1461
- "text": "ViewTemplate<AccordionItem>"
1462
- }
1463
- },
1464
- "parameters": [
1465
- {
1466
- "name": "context",
1467
- "type": {
1468
- "text": "ElementDefinitionContext"
1469
- }
1470
- },
1471
- {
1472
- "name": "definition",
1473
- "type": {
1474
- "text": "FoundationElementDefinition"
1475
- }
1476
- }
1477
- ]
1478
- }
1479
- ],
1480
- "exports": [
1481
- {
1482
- "kind": "js",
1483
- "name": "zeroAccordionItemTemplate",
1804
+ "name": "zeroActionsMenuStyles",
1484
1805
  "declaration": {
1485
- "name": "zeroAccordionItemTemplate",
1486
- "module": "src/accordion-item/accordion-item.template.ts"
1806
+ "name": "zeroActionsMenuStyles",
1807
+ "module": "src/actions-menu/actions-menu.styles.ts"
1487
1808
  }
1488
1809
  }
1489
1810
  ]
1490
1811
  },
1491
1812
  {
1492
1813
  "kind": "javascript-module",
1493
- "path": "src/accordion-item/accordion-item.ts",
1814
+ "path": "src/actions-menu/actions-menu.ts",
1494
1815
  "declarations": [
1495
1816
  {
1496
1817
  "kind": "class",
1497
1818
  "description": "",
1498
- "name": "AccordionItem",
1819
+ "name": "ActionsMenu",
1499
1820
  "superclass": {
1500
- "name": "FoundationAccordionItem",
1821
+ "name": "FoundationActionsMenu",
1501
1822
  "package": "@genesislcap/foundation-ui"
1502
1823
  },
1503
- "tagName": "%%prefix%%-card",
1824
+ "tagName": "%%prefix%%-actions-menu",
1504
1825
  "customElement": true,
1505
1826
  "attributes": [
1506
1827
  {
1507
- "name": "heading-level",
1828
+ "name": "is-vertical",
1508
1829
  "type": {
1509
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1830
+ "text": "boolean"
1510
1831
  },
1511
- "default": "2",
1512
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1513
- "fieldName": "headinglevel",
1832
+ "default": "false",
1833
+ "fieldName": "isVertical",
1514
1834
  "inheritedFrom": {
1515
- "name": "AccordionItem",
1516
- "module": "src/accordion-item/accordion-item.ts"
1835
+ "name": "ActionsMenu",
1836
+ "module": "src/actions-menu/actions-menu.ts"
1517
1837
  }
1518
1838
  },
1519
1839
  {
1840
+ "name": "add-default-actions",
1520
1841
  "type": {
1521
1842
  "text": "boolean"
1522
1843
  },
1523
- "default": "false",
1524
- "description": "Expands or collapses the item.",
1525
- "fieldName": "expanded",
1844
+ "default": "true",
1845
+ "fieldName": "addDefaultActions",
1526
1846
  "inheritedFrom": {
1527
- "name": "AccordionItem",
1528
- "module": "src/accordion-item/accordion-item.ts"
1847
+ "name": "ActionsMenu",
1848
+ "module": "src/actions-menu/actions-menu.ts"
1529
1849
  }
1530
1850
  },
1531
1851
  {
1532
- "name": "id",
1852
+ "name": "auto-close-on-action",
1533
1853
  "type": {
1534
- "text": "string"
1854
+ "text": "boolean"
1535
1855
  },
1536
- "description": "The item ID",
1537
- "fieldName": "id",
1538
- "inheritedFrom": {
1539
- "name": "AccordionItem",
1540
- "module": "src/accordion-item/accordion-item.ts"
1541
- }
1542
- }
1543
- ],
1544
- "members": [
1545
- {
1546
- "kind": "field",
1547
- "name": "headinglevel",
1548
- "type": {
1549
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1550
- },
1551
- "privacy": "public",
1552
- "default": "2",
1553
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1554
- "inheritedFrom": {
1555
- "name": "AccordionItem",
1556
- "module": "src/accordion-item/accordion-item.ts"
1557
- }
1558
- },
1559
- {
1560
- "kind": "field",
1561
- "name": "expanded",
1562
- "type": {
1563
- "text": "boolean"
1564
- },
1565
- "privacy": "public",
1566
- "default": "false",
1567
- "description": "Expands or collapses the item.",
1568
- "inheritedFrom": {
1569
- "name": "AccordionItem",
1570
- "module": "src/accordion-item/accordion-item.ts"
1571
- }
1572
- },
1573
- {
1574
- "kind": "field",
1575
- "name": "id",
1576
- "type": {
1577
- "text": "string"
1578
- },
1579
- "privacy": "public",
1580
- "description": "The item ID",
1581
- "inheritedFrom": {
1582
- "name": "AccordionItem",
1583
- "module": "src/accordion-item/accordion-item.ts"
1584
- }
1585
- },
1586
- {
1587
- "kind": "field",
1588
- "name": "change",
1589
- "privacy": "private",
1590
- "inheritedFrom": {
1591
- "name": "AccordionItem",
1592
- "module": "src/accordion-item/accordion-item.ts"
1593
- }
1594
- },
1595
- {
1596
- "kind": "field",
1597
- "name": "_presentation",
1598
- "type": {
1599
- "text": "ComponentPresentation | null | undefined"
1600
- },
1601
- "privacy": "private",
1602
- "default": "void 0",
1603
- "inheritedFrom": {
1604
- "name": "AccordionItem",
1605
- "module": "src/accordion-item/accordion-item.ts"
1606
- }
1607
- },
1608
- {
1609
- "kind": "field",
1610
- "name": "$presentation",
1611
- "type": {
1612
- "text": "ComponentPresentation | null"
1613
- },
1614
- "privacy": "public",
1615
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1616
- "inheritedFrom": {
1617
- "name": "AccordionItem",
1618
- "module": "src/accordion-item/accordion-item.ts"
1619
- }
1620
- },
1621
- {
1622
- "kind": "field",
1623
- "name": "template",
1624
- "type": {
1625
- "text": "ElementViewTemplate | void | null"
1626
- },
1627
- "privacy": "public",
1628
- "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.",
1629
- "inheritedFrom": {
1630
- "name": "AccordionItem",
1631
- "module": "src/accordion-item/accordion-item.ts"
1632
- }
1633
- },
1634
- {
1635
- "kind": "method",
1636
- "name": "templateChanged",
1637
- "privacy": "protected",
1638
- "return": {
1639
- "type": {
1640
- "text": "void"
1641
- }
1642
- },
1643
- "inheritedFrom": {
1644
- "name": "AccordionItem",
1645
- "module": "src/accordion-item/accordion-item.ts"
1646
- }
1647
- },
1648
- {
1649
- "kind": "field",
1650
- "name": "styles",
1651
- "type": {
1652
- "text": "ElementStyles | void | null"
1653
- },
1654
- "privacy": "public",
1655
- "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.",
1656
- "inheritedFrom": {
1657
- "name": "AccordionItem",
1658
- "module": "src/accordion-item/accordion-item.ts"
1659
- }
1660
- },
1661
- {
1662
- "kind": "method",
1663
- "name": "stylesChanged",
1664
- "privacy": "protected",
1665
- "return": {
1666
- "type": {
1667
- "text": "void"
1668
- }
1669
- },
1670
- "inheritedFrom": {
1671
- "name": "AccordionItem",
1672
- "module": "src/accordion-item/accordion-item.ts"
1673
- }
1674
- },
1675
- {
1676
- "kind": "method",
1677
- "name": "compose",
1678
- "privacy": "public",
1679
- "static": true,
1680
- "return": {
1681
- "type": {
1682
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1683
- }
1684
- },
1685
- "parameters": [
1686
- {
1687
- "name": "this",
1688
- "type": {
1689
- "text": "K"
1690
- }
1691
- },
1692
- {
1693
- "name": "elementDefinition",
1694
- "type": {
1695
- "text": "T"
1696
- },
1697
- "description": "The definition of the element to create the registry\nfunction for."
1698
- }
1699
- ],
1700
- "description": "Defines an element registry function with a set of element definition defaults.",
1701
- "inheritedFrom": {
1702
- "name": "AccordionItem",
1703
- "module": "src/accordion-item/accordion-item.ts"
1704
- }
1705
- }
1706
- ],
1707
- "events": [
1708
- {
1709
- "description": "Fires a custom 'change' event when the button is invoked",
1710
- "name": "change",
1711
- "inheritedFrom": {
1712
- "name": "AccordionItem",
1713
- "module": "src/accordion-item/accordion-item.ts"
1714
- }
1715
- }
1716
- ]
1717
- },
1718
- {
1719
- "kind": "variable",
1720
- "name": "zeroAccordionItem"
1721
- }
1722
- ],
1723
- "exports": [
1724
- {
1725
- "kind": "js",
1726
- "name": "AccordionItem",
1727
- "declaration": {
1728
- "name": "AccordionItem",
1729
- "module": "src/accordion-item/accordion-item.ts"
1730
- }
1731
- },
1732
- {
1733
- "kind": "js",
1734
- "name": "zeroAccordionItem",
1735
- "declaration": {
1736
- "name": "zeroAccordionItem",
1737
- "module": "src/accordion-item/accordion-item.ts"
1738
- }
1739
- }
1740
- ]
1741
- },
1742
- {
1743
- "kind": "javascript-module",
1744
- "path": "src/accordion-item/index.ts",
1745
- "declarations": [],
1746
- "exports": [
1747
- {
1748
- "kind": "js",
1749
- "name": "*",
1750
- "declaration": {
1751
- "name": "*",
1752
- "package": "./accordion-item"
1753
- }
1754
- },
1755
- {
1756
- "kind": "js",
1757
- "name": "*",
1758
- "declaration": {
1759
- "name": "*",
1760
- "package": "./accordion-item.styles"
1761
- }
1762
- },
1763
- {
1764
- "kind": "js",
1765
- "name": "*",
1766
- "declaration": {
1767
- "name": "*",
1768
- "package": "./accordion-item.template"
1769
- }
1770
- }
1771
- ]
1772
- },
1773
- {
1774
- "kind": "javascript-module",
1775
- "path": "src/actions-menu/actions-menu.styles.ts",
1776
- "declarations": [
1777
- {
1778
- "kind": "function",
1779
- "name": "zeroActionsMenuStyles",
1780
- "return": {
1781
- "type": {
1782
- "text": "ElementStyles"
1783
- }
1784
- },
1785
- "parameters": [
1786
- {
1787
- "name": "context",
1788
- "type": {
1789
- "text": "ElementDefinitionContext"
1790
- }
1791
- },
1792
- {
1793
- "name": "definition",
1794
- "type": {
1795
- "text": "FoundationElementDefinition"
1796
- }
1797
- }
1798
- ]
1799
- }
1800
- ],
1801
- "exports": [
1802
- {
1803
- "kind": "js",
1804
- "name": "zeroActionsMenuStyles",
1805
- "declaration": {
1806
- "name": "zeroActionsMenuStyles",
1807
- "module": "src/actions-menu/actions-menu.styles.ts"
1808
- }
1809
- }
1810
- ]
1811
- },
1812
- {
1813
- "kind": "javascript-module",
1814
- "path": "src/actions-menu/actions-menu.ts",
1815
- "declarations": [
1816
- {
1817
- "kind": "class",
1818
- "description": "",
1819
- "name": "ActionsMenu",
1820
- "superclass": {
1821
- "name": "FoundationActionsMenu",
1822
- "package": "@genesislcap/foundation-ui"
1823
- },
1824
- "tagName": "%%prefix%%-actions-menu",
1825
- "customElement": true,
1826
- "attributes": [
1827
- {
1828
- "name": "is-vertical",
1829
- "type": {
1830
- "text": "boolean"
1831
- },
1832
- "default": "false",
1833
- "fieldName": "isVertical",
1834
- "inheritedFrom": {
1835
- "name": "ActionsMenu",
1836
- "module": "src/actions-menu/actions-menu.ts"
1837
- }
1838
- },
1839
- {
1840
- "name": "add-default-actions",
1841
- "type": {
1842
- "text": "boolean"
1843
- },
1844
- "default": "true",
1845
- "fieldName": "addDefaultActions",
1846
- "inheritedFrom": {
1847
- "name": "ActionsMenu",
1848
- "module": "src/actions-menu/actions-menu.ts"
1849
- }
1850
- },
1851
- {
1852
- "name": "auto-close-on-action",
1853
- "type": {
1854
- "text": "boolean"
1855
- },
1856
- "default": "true",
1857
- "fieldName": "autoCloseOnAction",
1856
+ "default": "true",
1857
+ "fieldName": "autoCloseOnAction",
1858
1858
  "inheritedFrom": {
1859
1859
  "name": "ActionsMenu",
1860
1860
  "module": "src/actions-menu/actions-menu.ts"
@@ -40919,7 +40919,7 @@
40919
40919
  },
40920
40920
  {
40921
40921
  "kind": "javascript-module",
40922
- "path": "src/text-area/index.ts",
40922
+ "path": "src/tabs/index.ts",
40923
40923
  "declarations": [],
40924
40924
  "exports": [
40925
40925
  {
@@ -40927,7 +40927,7 @@
40927
40927
  "name": "*",
40928
40928
  "declaration": {
40929
40929
  "name": "*",
40930
- "package": "./text-area"
40930
+ "package": "./tabs"
40931
40931
  }
40932
40932
  },
40933
40933
  {
@@ -40935,7 +40935,7 @@
40935
40935
  "name": "*",
40936
40936
  "declaration": {
40937
40937
  "name": "*",
40938
- "package": "./text-area.styles"
40938
+ "package": "./tabs.styles"
40939
40939
  }
40940
40940
  },
40941
40941
  {
@@ -40943,18 +40943,18 @@
40943
40943
  "name": "*",
40944
40944
  "declaration": {
40945
40945
  "name": "*",
40946
- "package": "./text-area.template"
40946
+ "package": "./tabs.template"
40947
40947
  }
40948
40948
  }
40949
40949
  ]
40950
40950
  },
40951
40951
  {
40952
40952
  "kind": "javascript-module",
40953
- "path": "src/text-area/text-area.styles.ts",
40953
+ "path": "src/tabs/tabs.styles.ts",
40954
40954
  "declarations": [
40955
40955
  {
40956
40956
  "kind": "function",
40957
- "name": "zeroTextAreaStyles",
40957
+ "name": "zeroTabsStyles",
40958
40958
  "return": {
40959
40959
  "type": {
40960
40960
  "text": "ElementStyles"
@@ -40979,24 +40979,24 @@
40979
40979
  "exports": [
40980
40980
  {
40981
40981
  "kind": "js",
40982
- "name": "zeroTextAreaStyles",
40982
+ "name": "zeroTabsStyles",
40983
40983
  "declaration": {
40984
- "name": "zeroTextAreaStyles",
40985
- "module": "src/text-area/text-area.styles.ts"
40984
+ "name": "zeroTabsStyles",
40985
+ "module": "src/tabs/tabs.styles.ts"
40986
40986
  }
40987
40987
  }
40988
40988
  ]
40989
40989
  },
40990
40990
  {
40991
40991
  "kind": "javascript-module",
40992
- "path": "src/text-area/text-area.template.ts",
40992
+ "path": "src/tabs/tabs.template.ts",
40993
40993
  "declarations": [
40994
40994
  {
40995
40995
  "kind": "function",
40996
- "name": "zeroTextAreaTemplate",
40996
+ "name": "zeroTabsTemplate",
40997
40997
  "return": {
40998
40998
  "type": {
40999
- "text": "ViewTemplate<TextArea>"
40999
+ "text": "ViewTemplate<Tabs>"
41000
41000
  }
41001
41001
  },
41002
41002
  "parameters": [
@@ -41018,380 +41018,437 @@
41018
41018
  "exports": [
41019
41019
  {
41020
41020
  "kind": "js",
41021
- "name": "zeroTextAreaTemplate",
41021
+ "name": "zeroTabsTemplate",
41022
41022
  "declaration": {
41023
- "name": "zeroTextAreaTemplate",
41024
- "module": "src/text-area/text-area.template.ts"
41023
+ "name": "zeroTabsTemplate",
41024
+ "module": "src/tabs/tabs.template.ts"
41025
41025
  }
41026
41026
  }
41027
41027
  ]
41028
41028
  },
41029
41029
  {
41030
41030
  "kind": "javascript-module",
41031
- "path": "src/text-area/text-area.ts",
41031
+ "path": "src/tabs/tabs.ts",
41032
41032
  "declarations": [
41033
41033
  {
41034
41034
  "kind": "class",
41035
41035
  "description": "",
41036
- "name": "TextArea",
41036
+ "name": "Tabs",
41037
41037
  "superclass": {
41038
- "name": "FoundationTextArea",
41038
+ "name": "FoundationTabs",
41039
41039
  "package": "@genesislcap/foundation-ui"
41040
41040
  },
41041
- "tagName": "%%prefix%%-text-area",
41041
+ "tagName": "%%prefix%%-tabs",
41042
41042
  "customElement": true,
41043
41043
  "attributes": [
41044
41044
  {
41045
41045
  "type": {
41046
41046
  "text": "boolean"
41047
41047
  },
41048
- "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.",
41049
- "fieldName": "readOnly",
41050
- "default": "20",
41048
+ "default": "false",
41049
+ "description": "When true, the tab list becomes horizontally scrollable when its\ncontents exceed the width of the container.",
41050
+ "fieldName": "scrollable",
41051
41051
  "inheritedFrom": {
41052
- "name": "TextArea",
41053
- "module": "src/text-area/text-area.ts"
41052
+ "name": "Tabs",
41053
+ "module": "src/tabs/tabs.ts"
41054
41054
  }
41055
41055
  },
41056
41056
  {
41057
- "name": "resize",
41057
+ "name": "orientation",
41058
41058
  "type": {
41059
- "text": "TextAreaResize"
41059
+ "text": "TabsOrientation"
41060
41060
  },
41061
- "description": "The resize mode of the element.",
41062
- "fieldName": "resize",
41061
+ "description": "The orientation",
41062
+ "fieldName": "orientation",
41063
41063
  "inheritedFrom": {
41064
- "name": "TextArea",
41065
- "module": "src/text-area/text-area.ts"
41064
+ "name": "Tabs",
41065
+ "module": "src/tabs/tabs.ts"
41066
41066
  }
41067
41067
  },
41068
41068
  {
41069
- "name": "form",
41069
+ "name": "activeid",
41070
41070
  "type": {
41071
41071
  "text": "string"
41072
41072
  },
41073
- "description": "The https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id | id of the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form | form the element is associated to",
41074
- "fieldName": "formId",
41073
+ "description": "The id of the active tab",
41074
+ "fieldName": "activeid",
41075
41075
  "inheritedFrom": {
41076
- "name": "TextArea",
41077
- "module": "src/text-area/text-area.ts"
41076
+ "name": "Tabs",
41077
+ "module": "src/tabs/tabs.ts"
41078
+ }
41079
+ }
41080
+ ],
41081
+ "members": [
41082
+ {
41083
+ "kind": "field",
41084
+ "name": "scrollable",
41085
+ "type": {
41086
+ "text": "boolean"
41087
+ },
41088
+ "default": "false",
41089
+ "description": "When true, the tab list becomes horizontally scrollable when its\ncontents exceed the width of the container.",
41090
+ "privacy": "public",
41091
+ "inheritedFrom": {
41092
+ "name": "Tabs",
41093
+ "module": "src/tabs/tabs.ts"
41078
41094
  }
41079
41095
  },
41080
41096
  {
41081
- "name": "list",
41097
+ "kind": "field",
41098
+ "name": "currentTabIndex",
41082
41099
  "type": {
41083
- "text": "string"
41100
+ "text": "number | undefined"
41084
41101
  },
41085
- "description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
41086
- "fieldName": "list",
41102
+ "description": "A zero-index number representing the active tab",
41103
+ "readonly": true,
41087
41104
  "inheritedFrom": {
41088
- "name": "TextArea",
41089
- "module": "src/text-area/text-area.ts"
41105
+ "name": "Tabs",
41106
+ "module": "src/tabs/tabs.ts"
41090
41107
  }
41091
41108
  },
41092
41109
  {
41093
- "name": "name",
41110
+ "kind": "field",
41111
+ "name": "orientation",
41094
41112
  "type": {
41095
- "text": "string"
41113
+ "text": "TabsOrientation"
41096
41114
  },
41097
- "description": "The name of the element.",
41098
- "fieldName": "name",
41115
+ "privacy": "public",
41116
+ "description": "The orientation",
41099
41117
  "inheritedFrom": {
41100
- "name": "TextArea",
41101
- "module": "src/text-area/text-area.ts"
41118
+ "name": "Tabs",
41119
+ "module": "src/tabs/tabs.ts"
41102
41120
  }
41103
41121
  },
41104
41122
  {
41105
- "name": "placeholder",
41123
+ "kind": "field",
41124
+ "name": "activeid",
41106
41125
  "type": {
41107
41126
  "text": "string"
41108
41127
  },
41109
- "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
41110
- "fieldName": "placeholder",
41128
+ "privacy": "public",
41129
+ "description": "The id of the active tab",
41111
41130
  "inheritedFrom": {
41112
- "name": "TextArea",
41113
- "module": "src/text-area/text-area.ts"
41131
+ "name": "Tabs",
41132
+ "module": "src/tabs/tabs.ts"
41114
41133
  }
41115
- }
41116
- ],
41117
- "members": [
41134
+ },
41118
41135
  {
41119
41136
  "kind": "field",
41120
- "name": "readOnly",
41137
+ "name": "activeindicator",
41121
41138
  "type": {
41122
41139
  "text": "boolean"
41123
41140
  },
41124
41141
  "privacy": "public",
41125
- "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.",
41142
+ "default": "true",
41143
+ "description": "Whether or not to show the active indicator",
41126
41144
  "inheritedFrom": {
41127
- "name": "TextArea",
41128
- "module": "src/text-area/text-area.ts"
41145
+ "name": "Tabs",
41146
+ "module": "src/tabs/tabs.ts"
41129
41147
  }
41130
41148
  },
41131
41149
  {
41132
- "kind": "method",
41133
- "name": "readOnlyChanged",
41134
- "privacy": "private",
41135
- "return": {
41136
- "type": {
41137
- "text": "void"
41138
- }
41150
+ "kind": "field",
41151
+ "name": "activetab",
41152
+ "type": {
41153
+ "text": "HTMLElement"
41139
41154
  },
41155
+ "privacy": "public",
41156
+ "description": "A reference to the active tab",
41140
41157
  "inheritedFrom": {
41141
- "name": "TextArea",
41142
- "module": "src/text-area/text-area.ts"
41158
+ "name": "Tabs",
41159
+ "module": "src/tabs/tabs.ts"
41143
41160
  }
41144
41161
  },
41145
41162
  {
41146
41163
  "kind": "field",
41147
- "name": "resize",
41164
+ "name": "prevActiveTabIndex",
41148
41165
  "type": {
41149
- "text": "TextAreaResize"
41166
+ "text": "number"
41150
41167
  },
41151
- "privacy": "public",
41152
- "description": "The resize mode of the element.",
41168
+ "privacy": "private",
41169
+ "default": "0",
41153
41170
  "inheritedFrom": {
41154
- "name": "TextArea",
41155
- "module": "src/text-area/text-area.ts"
41171
+ "name": "Tabs",
41172
+ "module": "src/tabs/tabs.ts"
41156
41173
  }
41157
41174
  },
41158
41175
  {
41159
41176
  "kind": "field",
41160
- "name": "autofocus",
41177
+ "name": "activeTabIndex",
41161
41178
  "type": {
41162
- "text": "boolean"
41179
+ "text": "number"
41163
41180
  },
41164
- "privacy": "public",
41165
- "description": "Indicates that this element should get focus after the page finishes loading.",
41181
+ "privacy": "private",
41182
+ "default": "0",
41166
41183
  "inheritedFrom": {
41167
- "name": "TextArea",
41168
- "module": "src/text-area/text-area.ts"
41184
+ "name": "Tabs",
41185
+ "module": "src/tabs/tabs.ts"
41169
41186
  }
41170
41187
  },
41171
41188
  {
41172
- "kind": "method",
41173
- "name": "autofocusChanged",
41174
- "privacy": "private",
41175
- "return": {
41176
- "type": {
41177
- "text": "void"
41178
- }
41189
+ "kind": "field",
41190
+ "name": "ticking",
41191
+ "type": {
41192
+ "text": "boolean"
41179
41193
  },
41194
+ "privacy": "private",
41195
+ "default": "false",
41180
41196
  "inheritedFrom": {
41181
- "name": "TextArea",
41182
- "module": "src/text-area/text-area.ts"
41197
+ "name": "Tabs",
41198
+ "module": "src/tabs/tabs.ts"
41183
41199
  }
41184
41200
  },
41185
41201
  {
41186
41202
  "kind": "field",
41187
- "name": "formId",
41203
+ "name": "tabIds",
41188
41204
  "type": {
41189
- "text": "string"
41205
+ "text": "Array<string>"
41190
41206
  },
41191
- "privacy": "public",
41192
- "description": "The {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id | id} of the {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form | form} the element is associated to",
41207
+ "privacy": "private",
41193
41208
  "inheritedFrom": {
41194
- "name": "TextArea",
41195
- "module": "src/text-area/text-area.ts"
41209
+ "name": "Tabs",
41210
+ "module": "src/tabs/tabs.ts"
41196
41211
  }
41197
41212
  },
41198
41213
  {
41199
41214
  "kind": "field",
41200
- "name": "list",
41215
+ "name": "tabpanelIds",
41201
41216
  "type": {
41202
- "text": "string"
41217
+ "text": "Array<string>"
41203
41218
  },
41204
- "privacy": "public",
41205
- "description": "Allows associating a {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist} to the element by {@link https://developer.mozilla.org/en-US/docs/Web/API/Element/id}.",
41219
+ "privacy": "private",
41206
41220
  "inheritedFrom": {
41207
- "name": "TextArea",
41208
- "module": "src/text-area/text-area.ts"
41221
+ "name": "Tabs",
41222
+ "module": "src/tabs/tabs.ts"
41209
41223
  }
41210
41224
  },
41211
41225
  {
41212
- "kind": "method",
41213
- "name": "listChanged",
41226
+ "kind": "field",
41227
+ "name": "change",
41214
41228
  "privacy": "private",
41215
- "return": {
41216
- "type": {
41217
- "text": "void"
41218
- }
41219
- },
41220
41229
  "inheritedFrom": {
41221
- "name": "TextArea",
41222
- "module": "src/text-area/text-area.ts"
41230
+ "name": "Tabs",
41231
+ "module": "src/tabs/tabs.ts"
41223
41232
  }
41224
41233
  },
41225
41234
  {
41226
41235
  "kind": "field",
41227
- "name": "maxlength",
41228
- "type": {
41229
- "text": "number"
41230
- },
41231
- "privacy": "public",
41232
- "description": "The maximum number of characters a user can enter.",
41236
+ "name": "isDisabledElement",
41237
+ "privacy": "private",
41233
41238
  "inheritedFrom": {
41234
- "name": "TextArea",
41235
- "module": "src/text-area/text-area.ts"
41239
+ "name": "Tabs",
41240
+ "module": "src/tabs/tabs.ts"
41236
41241
  }
41237
41242
  },
41238
41243
  {
41239
- "kind": "method",
41240
- "name": "maxlengthChanged",
41244
+ "kind": "field",
41245
+ "name": "isHiddenElement",
41241
41246
  "privacy": "private",
41242
- "return": {
41243
- "type": {
41244
- "text": "void"
41245
- }
41246
- },
41247
41247
  "inheritedFrom": {
41248
- "name": "TextArea",
41249
- "module": "src/text-area/text-area.ts"
41248
+ "name": "Tabs",
41249
+ "module": "src/tabs/tabs.ts"
41250
41250
  }
41251
41251
  },
41252
41252
  {
41253
41253
  "kind": "field",
41254
- "name": "minlength",
41255
- "type": {
41256
- "text": "number"
41257
- },
41258
- "privacy": "public",
41259
- "description": "The minimum number of characters a user can enter.",
41254
+ "name": "isFocusableElement",
41255
+ "privacy": "private",
41260
41256
  "inheritedFrom": {
41261
- "name": "TextArea",
41262
- "module": "src/text-area/text-area.ts"
41257
+ "name": "Tabs",
41258
+ "module": "src/tabs/tabs.ts"
41263
41259
  }
41264
41260
  },
41265
41261
  {
41266
41262
  "kind": "method",
41267
- "name": "minlengthChanged",
41263
+ "name": "getActiveIndex",
41268
41264
  "privacy": "private",
41269
41265
  "return": {
41270
41266
  "type": {
41271
- "text": "void"
41267
+ "text": "number"
41272
41268
  }
41273
41269
  },
41274
41270
  "inheritedFrom": {
41275
- "name": "TextArea",
41276
- "module": "src/text-area/text-area.ts"
41271
+ "name": "Tabs",
41272
+ "module": "src/tabs/tabs.ts"
41277
41273
  }
41278
41274
  },
41279
41275
  {
41280
41276
  "kind": "field",
41281
- "name": "name",
41282
- "type": {
41283
- "text": "string"
41284
- },
41285
- "privacy": "public",
41286
- "description": "The name of the element.",
41277
+ "name": "setTabs",
41278
+ "privacy": "private",
41287
41279
  "inheritedFrom": {
41288
- "name": "TextArea",
41289
- "module": "src/text-area/text-area.ts"
41280
+ "name": "Tabs",
41281
+ "module": "src/tabs/tabs.ts"
41290
41282
  }
41291
41283
  },
41292
41284
  {
41293
41285
  "kind": "field",
41294
- "name": "placeholder",
41295
- "type": {
41296
- "text": "string"
41286
+ "name": "setTabPanels",
41287
+ "privacy": "private",
41288
+ "inheritedFrom": {
41289
+ "name": "Tabs",
41290
+ "module": "src/tabs/tabs.ts"
41291
+ }
41292
+ },
41293
+ {
41294
+ "kind": "method",
41295
+ "name": "getTabIds",
41296
+ "privacy": "private",
41297
+ "return": {
41298
+ "type": {
41299
+ "text": "Array<string>"
41300
+ }
41297
41301
  },
41298
- "privacy": "public",
41299
- "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
41300
41302
  "inheritedFrom": {
41301
- "name": "TextArea",
41302
- "module": "src/text-area/text-area.ts"
41303
+ "name": "Tabs",
41304
+ "module": "src/tabs/tabs.ts"
41303
41305
  }
41304
41306
  },
41305
41307
  {
41306
- "kind": "field",
41307
- "name": "cols",
41308
- "type": {
41309
- "text": "number"
41308
+ "kind": "method",
41309
+ "name": "getTabPanelIds",
41310
+ "privacy": "private",
41311
+ "return": {
41312
+ "type": {
41313
+ "text": "Array<string>"
41314
+ }
41310
41315
  },
41311
- "privacy": "public",
41312
- "default": "20",
41313
- "description": "Sizes the element horizontally by a number of character columns.",
41314
41316
  "inheritedFrom": {
41315
- "name": "TextArea",
41316
- "module": "src/text-area/text-area.ts"
41317
+ "name": "Tabs",
41318
+ "module": "src/tabs/tabs.ts"
41317
41319
  }
41318
41320
  },
41319
41321
  {
41320
- "kind": "field",
41321
- "name": "rows",
41322
- "type": {
41323
- "text": "number"
41322
+ "kind": "method",
41323
+ "name": "setComponent",
41324
+ "privacy": "private",
41325
+ "return": {
41326
+ "type": {
41327
+ "text": "void"
41328
+ }
41324
41329
  },
41325
- "privacy": "public",
41326
- "description": "Sizes the element vertically by a number of character rows.",
41327
41330
  "inheritedFrom": {
41328
- "name": "TextArea",
41329
- "module": "src/text-area/text-area.ts"
41331
+ "name": "Tabs",
41332
+ "module": "src/tabs/tabs.ts"
41330
41333
  }
41331
41334
  },
41332
41335
  {
41333
41336
  "kind": "field",
41334
- "name": "spellcheck",
41335
- "type": {
41336
- "text": "boolean"
41337
- },
41338
- "privacy": "public",
41339
- "description": "Sets if the element is eligible for spell checking\nbut the UA.",
41337
+ "name": "handleTabClick",
41338
+ "privacy": "private",
41340
41339
  "inheritedFrom": {
41341
- "name": "TextArea",
41342
- "module": "src/text-area/text-area.ts"
41340
+ "name": "Tabs",
41341
+ "module": "src/tabs/tabs.ts"
41343
41342
  }
41344
41343
  },
41345
41344
  {
41346
41345
  "kind": "method",
41347
- "name": "spellcheckChanged",
41346
+ "name": "isHorizontal",
41348
41347
  "privacy": "private",
41349
41348
  "return": {
41350
41349
  "type": {
41351
- "text": "void"
41350
+ "text": "boolean"
41352
41351
  }
41353
41352
  },
41354
41353
  "inheritedFrom": {
41355
- "name": "TextArea",
41356
- "module": "src/text-area/text-area.ts"
41354
+ "name": "Tabs",
41355
+ "module": "src/tabs/tabs.ts"
41356
+ }
41357
+ },
41358
+ {
41359
+ "kind": "field",
41360
+ "name": "handleTabKeyDown",
41361
+ "privacy": "private",
41362
+ "inheritedFrom": {
41363
+ "name": "Tabs",
41364
+ "module": "src/tabs/tabs.ts"
41357
41365
  }
41358
41366
  },
41359
41367
  {
41360
41368
  "kind": "method",
41361
- "name": "select",
41362
- "privacy": "public",
41369
+ "name": "handleActiveIndicatorPosition",
41370
+ "privacy": "private",
41371
+ "inheritedFrom": {
41372
+ "name": "Tabs",
41373
+ "module": "src/tabs/tabs.ts"
41374
+ }
41375
+ },
41376
+ {
41377
+ "kind": "method",
41378
+ "name": "animateActiveIndicator",
41379
+ "privacy": "private",
41363
41380
  "return": {
41364
41381
  "type": {
41365
41382
  "text": "void"
41366
41383
  }
41367
41384
  },
41368
- "description": "Selects all the text in the text area",
41369
41385
  "inheritedFrom": {
41370
- "name": "TextArea",
41371
- "module": "src/text-area/text-area.ts"
41386
+ "name": "Tabs",
41387
+ "module": "src/tabs/tabs.ts"
41372
41388
  }
41373
41389
  },
41374
41390
  {
41375
41391
  "kind": "method",
41376
- "name": "validate",
41392
+ "name": "adjust",
41377
41393
  "privacy": "public",
41378
41394
  "return": {
41379
41395
  "type": {
41380
41396
  "text": "void"
41381
41397
  }
41382
41398
  },
41383
- "description": "{@inheritDoc (FormAssociated:interface).validate}",
41399
+ "parameters": [
41400
+ {
41401
+ "name": "adjustment",
41402
+ "type": {
41403
+ "text": "number"
41404
+ }
41405
+ }
41406
+ ],
41407
+ "description": "The adjust method for FASTTabs",
41384
41408
  "inheritedFrom": {
41385
- "name": "TextArea",
41386
- "module": "src/text-area/text-area.ts"
41409
+ "name": "Tabs",
41410
+ "module": "src/tabs/tabs.ts"
41387
41411
  }
41388
41412
  },
41389
41413
  {
41390
41414
  "kind": "field",
41391
- "name": "proxy",
41415
+ "name": "adjustForward",
41416
+ "privacy": "private",
41392
41417
  "inheritedFrom": {
41393
- "name": "TextArea",
41394
- "module": "src/text-area/text-area.ts"
41418
+ "name": "Tabs",
41419
+ "module": "src/tabs/tabs.ts"
41420
+ }
41421
+ },
41422
+ {
41423
+ "kind": "field",
41424
+ "name": "adjustBackward",
41425
+ "privacy": "private",
41426
+ "inheritedFrom": {
41427
+ "name": "Tabs",
41428
+ "module": "src/tabs/tabs.ts"
41429
+ }
41430
+ },
41431
+ {
41432
+ "kind": "field",
41433
+ "name": "moveToTabByIndex",
41434
+ "privacy": "private",
41435
+ "inheritedFrom": {
41436
+ "name": "Tabs",
41437
+ "module": "src/tabs/tabs.ts"
41438
+ }
41439
+ },
41440
+ {
41441
+ "kind": "method",
41442
+ "name": "focusTab",
41443
+ "privacy": "private",
41444
+ "return": {
41445
+ "type": {
41446
+ "text": "void"
41447
+ }
41448
+ },
41449
+ "inheritedFrom": {
41450
+ "name": "Tabs",
41451
+ "module": "src/tabs/tabs.ts"
41395
41452
  }
41396
41453
  },
41397
41454
  {
@@ -41403,8 +41460,8 @@
41403
41460
  "privacy": "private",
41404
41461
  "default": "void 0",
41405
41462
  "inheritedFrom": {
41406
- "name": "TextArea",
41407
- "module": "src/text-area/text-area.ts"
41463
+ "name": "Tabs",
41464
+ "module": "src/tabs/tabs.ts"
41408
41465
  }
41409
41466
  },
41410
41467
  {
@@ -41416,8 +41473,8 @@
41416
41473
  "privacy": "public",
41417
41474
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
41418
41475
  "inheritedFrom": {
41419
- "name": "TextArea",
41420
- "module": "src/text-area/text-area.ts"
41476
+ "name": "Tabs",
41477
+ "module": "src/tabs/tabs.ts"
41421
41478
  }
41422
41479
  },
41423
41480
  {
@@ -41429,8 +41486,8 @@
41429
41486
  "privacy": "public",
41430
41487
  "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.",
41431
41488
  "inheritedFrom": {
41432
- "name": "TextArea",
41433
- "module": "src/text-area/text-area.ts"
41489
+ "name": "Tabs",
41490
+ "module": "src/tabs/tabs.ts"
41434
41491
  }
41435
41492
  },
41436
41493
  {
@@ -41443,8 +41500,8 @@
41443
41500
  }
41444
41501
  },
41445
41502
  "inheritedFrom": {
41446
- "name": "TextArea",
41447
- "module": "src/text-area/text-area.ts"
41503
+ "name": "Tabs",
41504
+ "module": "src/tabs/tabs.ts"
41448
41505
  }
41449
41506
  },
41450
41507
  {
@@ -41456,8 +41513,8 @@
41456
41513
  "privacy": "public",
41457
41514
  "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.",
41458
41515
  "inheritedFrom": {
41459
- "name": "TextArea",
41460
- "module": "src/text-area/text-area.ts"
41516
+ "name": "Tabs",
41517
+ "module": "src/tabs/tabs.ts"
41461
41518
  }
41462
41519
  },
41463
41520
  {
@@ -41470,8 +41527,8 @@
41470
41527
  }
41471
41528
  },
41472
41529
  "inheritedFrom": {
41473
- "name": "TextArea",
41474
- "module": "src/text-area/text-area.ts"
41530
+ "name": "Tabs",
41531
+ "module": "src/tabs/tabs.ts"
41475
41532
  }
41476
41533
  },
41477
41534
  {
@@ -41501,49 +41558,49 @@
41501
41558
  ],
41502
41559
  "description": "Defines an element registry function with a set of element definition defaults.",
41503
41560
  "inheritedFrom": {
41504
- "name": "TextArea",
41505
- "module": "src/text-area/text-area.ts"
41561
+ "name": "Tabs",
41562
+ "module": "src/tabs/tabs.ts"
41506
41563
  }
41507
41564
  }
41508
41565
  ],
41509
41566
  "events": [
41510
41567
  {
41511
- "description": "Emits a custom 'change' event when the textarea emits a change event",
41568
+ "description": "Fires a custom 'change' event when a tab is clicked or during keyboard navigation",
41512
41569
  "name": "change",
41513
41570
  "inheritedFrom": {
41514
- "name": "TextArea",
41515
- "module": "src/text-area/text-area.ts"
41571
+ "name": "Tabs",
41572
+ "module": "src/tabs/tabs.ts"
41516
41573
  }
41517
41574
  }
41518
41575
  ]
41519
41576
  },
41520
41577
  {
41521
41578
  "kind": "variable",
41522
- "name": "zeroTextArea"
41579
+ "name": "zeroTabs"
41523
41580
  }
41524
41581
  ],
41525
41582
  "exports": [
41526
41583
  {
41527
41584
  "kind": "js",
41528
- "name": "TextArea",
41585
+ "name": "Tabs",
41529
41586
  "declaration": {
41530
- "name": "TextArea",
41531
- "module": "src/text-area/text-area.ts"
41587
+ "name": "Tabs",
41588
+ "module": "src/tabs/tabs.ts"
41532
41589
  }
41533
41590
  },
41534
41591
  {
41535
41592
  "kind": "js",
41536
- "name": "zeroTextArea",
41593
+ "name": "zeroTabs",
41537
41594
  "declaration": {
41538
- "name": "zeroTextArea",
41539
- "module": "src/text-area/text-area.ts"
41595
+ "name": "zeroTabs",
41596
+ "module": "src/tabs/tabs.ts"
41540
41597
  }
41541
41598
  }
41542
41599
  ]
41543
41600
  },
41544
41601
  {
41545
41602
  "kind": "javascript-module",
41546
- "path": "src/tabs/index.ts",
41603
+ "path": "src/text-area/index.ts",
41547
41604
  "declarations": [],
41548
41605
  "exports": [
41549
41606
  {
@@ -41551,7 +41608,7 @@
41551
41608
  "name": "*",
41552
41609
  "declaration": {
41553
41610
  "name": "*",
41554
- "package": "./tabs"
41611
+ "package": "./text-area"
41555
41612
  }
41556
41613
  },
41557
41614
  {
@@ -41559,7 +41616,7 @@
41559
41616
  "name": "*",
41560
41617
  "declaration": {
41561
41618
  "name": "*",
41562
- "package": "./tabs.styles"
41619
+ "package": "./text-area.styles"
41563
41620
  }
41564
41621
  },
41565
41622
  {
@@ -41567,18 +41624,18 @@
41567
41624
  "name": "*",
41568
41625
  "declaration": {
41569
41626
  "name": "*",
41570
- "package": "./tabs.template"
41627
+ "package": "./text-area.template"
41571
41628
  }
41572
41629
  }
41573
41630
  ]
41574
41631
  },
41575
41632
  {
41576
41633
  "kind": "javascript-module",
41577
- "path": "src/tabs/tabs.styles.ts",
41634
+ "path": "src/text-area/text-area.styles.ts",
41578
41635
  "declarations": [
41579
41636
  {
41580
41637
  "kind": "function",
41581
- "name": "zeroTabsStyles",
41638
+ "name": "zeroTextAreaStyles",
41582
41639
  "return": {
41583
41640
  "type": {
41584
41641
  "text": "ElementStyles"
@@ -41603,24 +41660,24 @@
41603
41660
  "exports": [
41604
41661
  {
41605
41662
  "kind": "js",
41606
- "name": "zeroTabsStyles",
41663
+ "name": "zeroTextAreaStyles",
41607
41664
  "declaration": {
41608
- "name": "zeroTabsStyles",
41609
- "module": "src/tabs/tabs.styles.ts"
41665
+ "name": "zeroTextAreaStyles",
41666
+ "module": "src/text-area/text-area.styles.ts"
41610
41667
  }
41611
41668
  }
41612
41669
  ]
41613
41670
  },
41614
41671
  {
41615
41672
  "kind": "javascript-module",
41616
- "path": "src/tabs/tabs.template.ts",
41673
+ "path": "src/text-area/text-area.template.ts",
41617
41674
  "declarations": [
41618
41675
  {
41619
41676
  "kind": "function",
41620
- "name": "zeroTabsTemplate",
41677
+ "name": "zeroTextAreaTemplate",
41621
41678
  "return": {
41622
41679
  "type": {
41623
- "text": "ViewTemplate<Tabs>"
41680
+ "text": "ViewTemplate<TextArea>"
41624
41681
  }
41625
41682
  },
41626
41683
  "parameters": [
@@ -41642,309 +41699,253 @@
41642
41699
  "exports": [
41643
41700
  {
41644
41701
  "kind": "js",
41645
- "name": "zeroTabsTemplate",
41702
+ "name": "zeroTextAreaTemplate",
41646
41703
  "declaration": {
41647
- "name": "zeroTabsTemplate",
41648
- "module": "src/tabs/tabs.template.ts"
41704
+ "name": "zeroTextAreaTemplate",
41705
+ "module": "src/text-area/text-area.template.ts"
41649
41706
  }
41650
41707
  }
41651
41708
  ]
41652
41709
  },
41653
41710
  {
41654
41711
  "kind": "javascript-module",
41655
- "path": "src/tabs/tabs.ts",
41712
+ "path": "src/text-area/text-area.ts",
41656
41713
  "declarations": [
41657
41714
  {
41658
41715
  "kind": "class",
41659
41716
  "description": "",
41660
- "name": "Tabs",
41717
+ "name": "TextArea",
41661
41718
  "superclass": {
41662
- "name": "FoundationTabs",
41719
+ "name": "FoundationTextArea",
41663
41720
  "package": "@genesislcap/foundation-ui"
41664
41721
  },
41665
- "tagName": "%%prefix%%-tabs",
41722
+ "tagName": "%%prefix%%-text-area",
41666
41723
  "customElement": true,
41667
41724
  "attributes": [
41668
41725
  {
41669
41726
  "type": {
41670
41727
  "text": "boolean"
41671
41728
  },
41672
- "default": "false",
41673
- "description": "When true, the tab list becomes horizontally scrollable when its\ncontents exceed the width of the container.",
41674
- "fieldName": "scrollable",
41729
+ "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.",
41730
+ "fieldName": "readOnly",
41731
+ "default": "20",
41675
41732
  "inheritedFrom": {
41676
- "name": "Tabs",
41677
- "module": "src/tabs/tabs.ts"
41733
+ "name": "TextArea",
41734
+ "module": "src/text-area/text-area.ts"
41678
41735
  }
41679
41736
  },
41680
41737
  {
41681
- "name": "orientation",
41738
+ "name": "resize",
41682
41739
  "type": {
41683
- "text": "TabsOrientation"
41740
+ "text": "TextAreaResize"
41684
41741
  },
41685
- "description": "The orientation",
41686
- "fieldName": "orientation",
41742
+ "description": "The resize mode of the element.",
41743
+ "fieldName": "resize",
41687
41744
  "inheritedFrom": {
41688
- "name": "Tabs",
41689
- "module": "src/tabs/tabs.ts"
41745
+ "name": "TextArea",
41746
+ "module": "src/text-area/text-area.ts"
41690
41747
  }
41691
41748
  },
41692
41749
  {
41693
- "name": "activeid",
41750
+ "name": "form",
41694
41751
  "type": {
41695
41752
  "text": "string"
41696
41753
  },
41697
- "description": "The id of the active tab",
41698
- "fieldName": "activeid",
41699
- "inheritedFrom": {
41700
- "name": "Tabs",
41701
- "module": "src/tabs/tabs.ts"
41702
- }
41703
- }
41704
- ],
41705
- "members": [
41706
- {
41707
- "kind": "field",
41708
- "name": "scrollable",
41709
- "type": {
41710
- "text": "boolean"
41711
- },
41712
- "default": "false",
41713
- "description": "When true, the tab list becomes horizontally scrollable when its\ncontents exceed the width of the container.",
41714
- "privacy": "public",
41754
+ "description": "The https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id | id of the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form | form the element is associated to",
41755
+ "fieldName": "formId",
41715
41756
  "inheritedFrom": {
41716
- "name": "Tabs",
41717
- "module": "src/tabs/tabs.ts"
41757
+ "name": "TextArea",
41758
+ "module": "src/text-area/text-area.ts"
41718
41759
  }
41719
41760
  },
41720
41761
  {
41721
- "kind": "field",
41722
- "name": "currentTabIndex",
41762
+ "name": "list",
41723
41763
  "type": {
41724
- "text": "number | undefined"
41764
+ "text": "string"
41725
41765
  },
41726
- "description": "A zero-index number representing the active tab",
41727
- "readonly": true,
41766
+ "description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
41767
+ "fieldName": "list",
41728
41768
  "inheritedFrom": {
41729
- "name": "Tabs",
41730
- "module": "src/tabs/tabs.ts"
41769
+ "name": "TextArea",
41770
+ "module": "src/text-area/text-area.ts"
41731
41771
  }
41732
41772
  },
41733
41773
  {
41734
- "kind": "field",
41735
- "name": "orientation",
41774
+ "name": "name",
41736
41775
  "type": {
41737
- "text": "TabsOrientation"
41776
+ "text": "string"
41738
41777
  },
41739
- "privacy": "public",
41740
- "description": "The orientation",
41778
+ "description": "The name of the element.",
41779
+ "fieldName": "name",
41741
41780
  "inheritedFrom": {
41742
- "name": "Tabs",
41743
- "module": "src/tabs/tabs.ts"
41781
+ "name": "TextArea",
41782
+ "module": "src/text-area/text-area.ts"
41744
41783
  }
41745
41784
  },
41746
41785
  {
41747
- "kind": "field",
41748
- "name": "activeid",
41786
+ "name": "placeholder",
41749
41787
  "type": {
41750
41788
  "text": "string"
41751
41789
  },
41752
- "privacy": "public",
41753
- "description": "The id of the active tab",
41790
+ "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
41791
+ "fieldName": "placeholder",
41754
41792
  "inheritedFrom": {
41755
- "name": "Tabs",
41756
- "module": "src/tabs/tabs.ts"
41793
+ "name": "TextArea",
41794
+ "module": "src/text-area/text-area.ts"
41757
41795
  }
41758
- },
41796
+ }
41797
+ ],
41798
+ "members": [
41759
41799
  {
41760
41800
  "kind": "field",
41761
- "name": "activeindicator",
41801
+ "name": "readOnly",
41762
41802
  "type": {
41763
41803
  "text": "boolean"
41764
41804
  },
41765
41805
  "privacy": "public",
41766
- "default": "true",
41767
- "description": "Whether or not to show the active indicator",
41806
+ "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.",
41768
41807
  "inheritedFrom": {
41769
- "name": "Tabs",
41770
- "module": "src/tabs/tabs.ts"
41808
+ "name": "TextArea",
41809
+ "module": "src/text-area/text-area.ts"
41771
41810
  }
41772
41811
  },
41773
41812
  {
41774
- "kind": "field",
41775
- "name": "activetab",
41776
- "type": {
41777
- "text": "HTMLElement"
41813
+ "kind": "method",
41814
+ "name": "readOnlyChanged",
41815
+ "privacy": "private",
41816
+ "return": {
41817
+ "type": {
41818
+ "text": "void"
41819
+ }
41778
41820
  },
41779
- "privacy": "public",
41780
- "description": "A reference to the active tab",
41781
41821
  "inheritedFrom": {
41782
- "name": "Tabs",
41783
- "module": "src/tabs/tabs.ts"
41822
+ "name": "TextArea",
41823
+ "module": "src/text-area/text-area.ts"
41784
41824
  }
41785
41825
  },
41786
41826
  {
41787
41827
  "kind": "field",
41788
- "name": "prevActiveTabIndex",
41828
+ "name": "resize",
41789
41829
  "type": {
41790
- "text": "number"
41830
+ "text": "TextAreaResize"
41791
41831
  },
41792
- "privacy": "private",
41793
- "default": "0",
41832
+ "privacy": "public",
41833
+ "description": "The resize mode of the element.",
41794
41834
  "inheritedFrom": {
41795
- "name": "Tabs",
41796
- "module": "src/tabs/tabs.ts"
41835
+ "name": "TextArea",
41836
+ "module": "src/text-area/text-area.ts"
41797
41837
  }
41798
41838
  },
41799
41839
  {
41800
41840
  "kind": "field",
41801
- "name": "activeTabIndex",
41841
+ "name": "autofocus",
41802
41842
  "type": {
41803
- "text": "number"
41843
+ "text": "boolean"
41804
41844
  },
41805
- "privacy": "private",
41806
- "default": "0",
41845
+ "privacy": "public",
41846
+ "description": "Indicates that this element should get focus after the page finishes loading.",
41807
41847
  "inheritedFrom": {
41808
- "name": "Tabs",
41809
- "module": "src/tabs/tabs.ts"
41848
+ "name": "TextArea",
41849
+ "module": "src/text-area/text-area.ts"
41810
41850
  }
41811
41851
  },
41812
41852
  {
41813
- "kind": "field",
41814
- "name": "ticking",
41815
- "type": {
41816
- "text": "boolean"
41817
- },
41853
+ "kind": "method",
41854
+ "name": "autofocusChanged",
41818
41855
  "privacy": "private",
41819
- "default": "false",
41856
+ "return": {
41857
+ "type": {
41858
+ "text": "void"
41859
+ }
41860
+ },
41820
41861
  "inheritedFrom": {
41821
- "name": "Tabs",
41822
- "module": "src/tabs/tabs.ts"
41862
+ "name": "TextArea",
41863
+ "module": "src/text-area/text-area.ts"
41823
41864
  }
41824
41865
  },
41825
41866
  {
41826
41867
  "kind": "field",
41827
- "name": "tabIds",
41868
+ "name": "formId",
41828
41869
  "type": {
41829
- "text": "Array<string>"
41870
+ "text": "string"
41830
41871
  },
41831
- "privacy": "private",
41872
+ "privacy": "public",
41873
+ "description": "The {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id | id} of the {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form | form} the element is associated to",
41832
41874
  "inheritedFrom": {
41833
- "name": "Tabs",
41834
- "module": "src/tabs/tabs.ts"
41875
+ "name": "TextArea",
41876
+ "module": "src/text-area/text-area.ts"
41835
41877
  }
41836
41878
  },
41837
41879
  {
41838
41880
  "kind": "field",
41839
- "name": "tabpanelIds",
41881
+ "name": "list",
41840
41882
  "type": {
41841
- "text": "Array<string>"
41883
+ "text": "string"
41842
41884
  },
41843
- "privacy": "private",
41844
- "inheritedFrom": {
41845
- "name": "Tabs",
41846
- "module": "src/tabs/tabs.ts"
41847
- }
41848
- },
41849
- {
41850
- "kind": "field",
41851
- "name": "change",
41852
- "privacy": "private",
41853
- "inheritedFrom": {
41854
- "name": "Tabs",
41855
- "module": "src/tabs/tabs.ts"
41856
- }
41857
- },
41858
- {
41859
- "kind": "field",
41860
- "name": "isDisabledElement",
41861
- "privacy": "private",
41862
- "inheritedFrom": {
41863
- "name": "Tabs",
41864
- "module": "src/tabs/tabs.ts"
41865
- }
41866
- },
41867
- {
41868
- "kind": "field",
41869
- "name": "isHiddenElement",
41870
- "privacy": "private",
41871
- "inheritedFrom": {
41872
- "name": "Tabs",
41873
- "module": "src/tabs/tabs.ts"
41874
- }
41875
- },
41876
- {
41877
- "kind": "field",
41878
- "name": "isFocusableElement",
41879
- "privacy": "private",
41885
+ "privacy": "public",
41886
+ "description": "Allows associating a {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist} to the element by {@link https://developer.mozilla.org/en-US/docs/Web/API/Element/id}.",
41880
41887
  "inheritedFrom": {
41881
- "name": "Tabs",
41882
- "module": "src/tabs/tabs.ts"
41888
+ "name": "TextArea",
41889
+ "module": "src/text-area/text-area.ts"
41883
41890
  }
41884
41891
  },
41885
41892
  {
41886
41893
  "kind": "method",
41887
- "name": "getActiveIndex",
41894
+ "name": "listChanged",
41888
41895
  "privacy": "private",
41889
41896
  "return": {
41890
41897
  "type": {
41891
- "text": "number"
41898
+ "text": "void"
41892
41899
  }
41893
41900
  },
41894
41901
  "inheritedFrom": {
41895
- "name": "Tabs",
41896
- "module": "src/tabs/tabs.ts"
41897
- }
41898
- },
41899
- {
41900
- "kind": "field",
41901
- "name": "setTabs",
41902
- "privacy": "private",
41903
- "inheritedFrom": {
41904
- "name": "Tabs",
41905
- "module": "src/tabs/tabs.ts"
41902
+ "name": "TextArea",
41903
+ "module": "src/text-area/text-area.ts"
41906
41904
  }
41907
41905
  },
41908
41906
  {
41909
41907
  "kind": "field",
41910
- "name": "setTabPanels",
41911
- "privacy": "private",
41908
+ "name": "maxlength",
41909
+ "type": {
41910
+ "text": "number"
41911
+ },
41912
+ "privacy": "public",
41913
+ "description": "The maximum number of characters a user can enter.",
41912
41914
  "inheritedFrom": {
41913
- "name": "Tabs",
41914
- "module": "src/tabs/tabs.ts"
41915
+ "name": "TextArea",
41916
+ "module": "src/text-area/text-area.ts"
41915
41917
  }
41916
41918
  },
41917
41919
  {
41918
41920
  "kind": "method",
41919
- "name": "getTabIds",
41921
+ "name": "maxlengthChanged",
41920
41922
  "privacy": "private",
41921
41923
  "return": {
41922
41924
  "type": {
41923
- "text": "Array<string>"
41925
+ "text": "void"
41924
41926
  }
41925
41927
  },
41926
41928
  "inheritedFrom": {
41927
- "name": "Tabs",
41928
- "module": "src/tabs/tabs.ts"
41929
+ "name": "TextArea",
41930
+ "module": "src/text-area/text-area.ts"
41929
41931
  }
41930
41932
  },
41931
41933
  {
41932
- "kind": "method",
41933
- "name": "getTabPanelIds",
41934
- "privacy": "private",
41935
- "return": {
41936
- "type": {
41937
- "text": "Array<string>"
41938
- }
41934
+ "kind": "field",
41935
+ "name": "minlength",
41936
+ "type": {
41937
+ "text": "number"
41939
41938
  },
41939
+ "privacy": "public",
41940
+ "description": "The minimum number of characters a user can enter.",
41940
41941
  "inheritedFrom": {
41941
- "name": "Tabs",
41942
- "module": "src/tabs/tabs.ts"
41942
+ "name": "TextArea",
41943
+ "module": "src/text-area/text-area.ts"
41943
41944
  }
41944
41945
  },
41945
41946
  {
41946
41947
  "kind": "method",
41947
- "name": "setComponent",
41948
+ "name": "minlengthChanged",
41948
41949
  "privacy": "private",
41949
41950
  "return": {
41950
41951
  "type": {
@@ -41952,54 +41953,79 @@
41952
41953
  }
41953
41954
  },
41954
41955
  "inheritedFrom": {
41955
- "name": "Tabs",
41956
- "module": "src/tabs/tabs.ts"
41956
+ "name": "TextArea",
41957
+ "module": "src/text-area/text-area.ts"
41957
41958
  }
41958
41959
  },
41959
41960
  {
41960
41961
  "kind": "field",
41961
- "name": "handleTabClick",
41962
- "privacy": "private",
41962
+ "name": "name",
41963
+ "type": {
41964
+ "text": "string"
41965
+ },
41966
+ "privacy": "public",
41967
+ "description": "The name of the element.",
41963
41968
  "inheritedFrom": {
41964
- "name": "Tabs",
41965
- "module": "src/tabs/tabs.ts"
41969
+ "name": "TextArea",
41970
+ "module": "src/text-area/text-area.ts"
41966
41971
  }
41967
41972
  },
41968
41973
  {
41969
- "kind": "method",
41970
- "name": "isHorizontal",
41971
- "privacy": "private",
41972
- "return": {
41973
- "type": {
41974
- "text": "boolean"
41975
- }
41974
+ "kind": "field",
41975
+ "name": "placeholder",
41976
+ "type": {
41977
+ "text": "string"
41976
41978
  },
41979
+ "privacy": "public",
41980
+ "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
41977
41981
  "inheritedFrom": {
41978
- "name": "Tabs",
41979
- "module": "src/tabs/tabs.ts"
41982
+ "name": "TextArea",
41983
+ "module": "src/text-area/text-area.ts"
41980
41984
  }
41981
41985
  },
41982
41986
  {
41983
41987
  "kind": "field",
41984
- "name": "handleTabKeyDown",
41985
- "privacy": "private",
41988
+ "name": "cols",
41989
+ "type": {
41990
+ "text": "number"
41991
+ },
41992
+ "privacy": "public",
41993
+ "default": "20",
41994
+ "description": "Sizes the element horizontally by a number of character columns.",
41986
41995
  "inheritedFrom": {
41987
- "name": "Tabs",
41988
- "module": "src/tabs/tabs.ts"
41996
+ "name": "TextArea",
41997
+ "module": "src/text-area/text-area.ts"
41989
41998
  }
41990
41999
  },
41991
42000
  {
41992
- "kind": "method",
41993
- "name": "handleActiveIndicatorPosition",
41994
- "privacy": "private",
42001
+ "kind": "field",
42002
+ "name": "rows",
42003
+ "type": {
42004
+ "text": "number"
42005
+ },
42006
+ "privacy": "public",
42007
+ "description": "Sizes the element vertically by a number of character rows.",
41995
42008
  "inheritedFrom": {
41996
- "name": "Tabs",
41997
- "module": "src/tabs/tabs.ts"
42009
+ "name": "TextArea",
42010
+ "module": "src/text-area/text-area.ts"
42011
+ }
42012
+ },
42013
+ {
42014
+ "kind": "field",
42015
+ "name": "spellcheck",
42016
+ "type": {
42017
+ "text": "boolean"
42018
+ },
42019
+ "privacy": "public",
42020
+ "description": "Sets if the element is eligible for spell checking\nbut the UA.",
42021
+ "inheritedFrom": {
42022
+ "name": "TextArea",
42023
+ "module": "src/text-area/text-area.ts"
41998
42024
  }
41999
42025
  },
42000
42026
  {
42001
42027
  "kind": "method",
42002
- "name": "animateActiveIndicator",
42028
+ "name": "spellcheckChanged",
42003
42029
  "privacy": "private",
42004
42030
  "return": {
42005
42031
  "type": {
@@ -42007,72 +42033,46 @@
42007
42033
  }
42008
42034
  },
42009
42035
  "inheritedFrom": {
42010
- "name": "Tabs",
42011
- "module": "src/tabs/tabs.ts"
42036
+ "name": "TextArea",
42037
+ "module": "src/text-area/text-area.ts"
42012
42038
  }
42013
42039
  },
42014
42040
  {
42015
42041
  "kind": "method",
42016
- "name": "adjust",
42042
+ "name": "select",
42017
42043
  "privacy": "public",
42018
42044
  "return": {
42019
42045
  "type": {
42020
42046
  "text": "void"
42021
42047
  }
42022
42048
  },
42023
- "parameters": [
42024
- {
42025
- "name": "adjustment",
42026
- "type": {
42027
- "text": "number"
42028
- }
42029
- }
42030
- ],
42031
- "description": "The adjust method for FASTTabs",
42032
- "inheritedFrom": {
42033
- "name": "Tabs",
42034
- "module": "src/tabs/tabs.ts"
42035
- }
42036
- },
42037
- {
42038
- "kind": "field",
42039
- "name": "adjustForward",
42040
- "privacy": "private",
42041
- "inheritedFrom": {
42042
- "name": "Tabs",
42043
- "module": "src/tabs/tabs.ts"
42044
- }
42045
- },
42046
- {
42047
- "kind": "field",
42048
- "name": "adjustBackward",
42049
- "privacy": "private",
42050
- "inheritedFrom": {
42051
- "name": "Tabs",
42052
- "module": "src/tabs/tabs.ts"
42053
- }
42054
- },
42055
- {
42056
- "kind": "field",
42057
- "name": "moveToTabByIndex",
42058
- "privacy": "private",
42049
+ "description": "Selects all the text in the text area",
42059
42050
  "inheritedFrom": {
42060
- "name": "Tabs",
42061
- "module": "src/tabs/tabs.ts"
42051
+ "name": "TextArea",
42052
+ "module": "src/text-area/text-area.ts"
42062
42053
  }
42063
42054
  },
42064
42055
  {
42065
42056
  "kind": "method",
42066
- "name": "focusTab",
42067
- "privacy": "private",
42057
+ "name": "validate",
42058
+ "privacy": "public",
42068
42059
  "return": {
42069
42060
  "type": {
42070
42061
  "text": "void"
42071
42062
  }
42072
42063
  },
42064
+ "description": "{@inheritDoc (FormAssociated:interface).validate}",
42073
42065
  "inheritedFrom": {
42074
- "name": "Tabs",
42075
- "module": "src/tabs/tabs.ts"
42066
+ "name": "TextArea",
42067
+ "module": "src/text-area/text-area.ts"
42068
+ }
42069
+ },
42070
+ {
42071
+ "kind": "field",
42072
+ "name": "proxy",
42073
+ "inheritedFrom": {
42074
+ "name": "TextArea",
42075
+ "module": "src/text-area/text-area.ts"
42076
42076
  }
42077
42077
  },
42078
42078
  {
@@ -42084,8 +42084,8 @@
42084
42084
  "privacy": "private",
42085
42085
  "default": "void 0",
42086
42086
  "inheritedFrom": {
42087
- "name": "Tabs",
42088
- "module": "src/tabs/tabs.ts"
42087
+ "name": "TextArea",
42088
+ "module": "src/text-area/text-area.ts"
42089
42089
  }
42090
42090
  },
42091
42091
  {
@@ -42097,8 +42097,8 @@
42097
42097
  "privacy": "public",
42098
42098
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
42099
42099
  "inheritedFrom": {
42100
- "name": "Tabs",
42101
- "module": "src/tabs/tabs.ts"
42100
+ "name": "TextArea",
42101
+ "module": "src/text-area/text-area.ts"
42102
42102
  }
42103
42103
  },
42104
42104
  {
@@ -42110,8 +42110,8 @@
42110
42110
  "privacy": "public",
42111
42111
  "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.",
42112
42112
  "inheritedFrom": {
42113
- "name": "Tabs",
42114
- "module": "src/tabs/tabs.ts"
42113
+ "name": "TextArea",
42114
+ "module": "src/text-area/text-area.ts"
42115
42115
  }
42116
42116
  },
42117
42117
  {
@@ -42124,8 +42124,8 @@
42124
42124
  }
42125
42125
  },
42126
42126
  "inheritedFrom": {
42127
- "name": "Tabs",
42128
- "module": "src/tabs/tabs.ts"
42127
+ "name": "TextArea",
42128
+ "module": "src/text-area/text-area.ts"
42129
42129
  }
42130
42130
  },
42131
42131
  {
@@ -42137,8 +42137,8 @@
42137
42137
  "privacy": "public",
42138
42138
  "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.",
42139
42139
  "inheritedFrom": {
42140
- "name": "Tabs",
42141
- "module": "src/tabs/tabs.ts"
42140
+ "name": "TextArea",
42141
+ "module": "src/text-area/text-area.ts"
42142
42142
  }
42143
42143
  },
42144
42144
  {
@@ -42151,8 +42151,8 @@
42151
42151
  }
42152
42152
  },
42153
42153
  "inheritedFrom": {
42154
- "name": "Tabs",
42155
- "module": "src/tabs/tabs.ts"
42154
+ "name": "TextArea",
42155
+ "module": "src/text-area/text-area.ts"
42156
42156
  }
42157
42157
  },
42158
42158
  {
@@ -42182,42 +42182,42 @@
42182
42182
  ],
42183
42183
  "description": "Defines an element registry function with a set of element definition defaults.",
42184
42184
  "inheritedFrom": {
42185
- "name": "Tabs",
42186
- "module": "src/tabs/tabs.ts"
42185
+ "name": "TextArea",
42186
+ "module": "src/text-area/text-area.ts"
42187
42187
  }
42188
42188
  }
42189
42189
  ],
42190
42190
  "events": [
42191
42191
  {
42192
- "description": "Fires a custom 'change' event when a tab is clicked or during keyboard navigation",
42192
+ "description": "Emits a custom 'change' event when the textarea emits a change event",
42193
42193
  "name": "change",
42194
42194
  "inheritedFrom": {
42195
- "name": "Tabs",
42196
- "module": "src/tabs/tabs.ts"
42195
+ "name": "TextArea",
42196
+ "module": "src/text-area/text-area.ts"
42197
42197
  }
42198
42198
  }
42199
42199
  ]
42200
42200
  },
42201
42201
  {
42202
42202
  "kind": "variable",
42203
- "name": "zeroTabs"
42203
+ "name": "zeroTextArea"
42204
42204
  }
42205
42205
  ],
42206
42206
  "exports": [
42207
42207
  {
42208
42208
  "kind": "js",
42209
- "name": "Tabs",
42209
+ "name": "TextArea",
42210
42210
  "declaration": {
42211
- "name": "Tabs",
42212
- "module": "src/tabs/tabs.ts"
42211
+ "name": "TextArea",
42212
+ "module": "src/text-area/text-area.ts"
42213
42213
  }
42214
42214
  },
42215
42215
  {
42216
42216
  "kind": "js",
42217
- "name": "zeroTabs",
42217
+ "name": "zeroTextArea",
42218
42218
  "declaration": {
42219
- "name": "zeroTabs",
42220
- "module": "src/tabs/tabs.ts"
42219
+ "name": "zeroTextArea",
42220
+ "module": "src/text-area/text-area.ts"
42221
42221
  }
42222
42222
  }
42223
42223
  ]