@genesislcap/foundation-ui 14.217.1 → 14.217.2-alpha-3d72397.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +678 -678
  2. package/package.json +16 -16
@@ -893,6 +893,188 @@
893
893
  }
894
894
  ]
895
895
  },
896
+ {
897
+ "kind": "javascript-module",
898
+ "path": "src/accordion/accordion.styles.ts",
899
+ "declarations": [
900
+ {
901
+ "kind": "function",
902
+ "name": "foundationAccordionStyles",
903
+ "return": {
904
+ "type": {
905
+ "text": "ElementStyles"
906
+ }
907
+ },
908
+ "parameters": [
909
+ {
910
+ "name": "context",
911
+ "type": {
912
+ "text": "ElementDefinitionContext"
913
+ }
914
+ },
915
+ {
916
+ "name": "definition",
917
+ "type": {
918
+ "text": "FoundationElementDefinition"
919
+ }
920
+ }
921
+ ]
922
+ }
923
+ ],
924
+ "exports": [
925
+ {
926
+ "kind": "js",
927
+ "name": "foundationAccordionStyles",
928
+ "declaration": {
929
+ "name": "foundationAccordionStyles",
930
+ "module": "src/accordion/accordion.styles.ts"
931
+ }
932
+ }
933
+ ]
934
+ },
935
+ {
936
+ "kind": "javascript-module",
937
+ "path": "src/accordion/accordion.template.ts",
938
+ "declarations": [
939
+ {
940
+ "kind": "function",
941
+ "name": "foundationAccordionTemplate",
942
+ "return": {
943
+ "type": {
944
+ "text": "ViewTemplate<Accordion>"
945
+ }
946
+ },
947
+ "parameters": [
948
+ {
949
+ "name": "context",
950
+ "type": {
951
+ "text": "ElementDefinitionContext"
952
+ }
953
+ },
954
+ {
955
+ "name": "definition",
956
+ "type": {
957
+ "text": "FoundationElementDefinition"
958
+ }
959
+ }
960
+ ]
961
+ }
962
+ ],
963
+ "exports": [
964
+ {
965
+ "kind": "js",
966
+ "name": "foundationAccordionTemplate",
967
+ "declaration": {
968
+ "name": "foundationAccordionTemplate",
969
+ "module": "src/accordion/accordion.template.ts"
970
+ }
971
+ }
972
+ ]
973
+ },
974
+ {
975
+ "kind": "javascript-module",
976
+ "path": "src/accordion/accordion.ts",
977
+ "declarations": [
978
+ {
979
+ "kind": "class",
980
+ "description": "",
981
+ "name": "Accordion",
982
+ "superclass": {
983
+ "name": "FASTAccordion",
984
+ "package": "@microsoft/fast-foundation"
985
+ },
986
+ "tagName": "%%prefix%%-accordion",
987
+ "customElement": true
988
+ },
989
+ {
990
+ "kind": "variable",
991
+ "name": "foundationAccordionShadowOptions",
992
+ "type": {
993
+ "text": "ShadowRootInit"
994
+ },
995
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
996
+ },
997
+ {
998
+ "kind": "variable",
999
+ "name": "defaultAccordionConfig",
1000
+ "type": {
1001
+ "text": "object"
1002
+ },
1003
+ "default": "{}"
1004
+ },
1005
+ {
1006
+ "kind": "variable",
1007
+ "name": "foundationAccordion",
1008
+ "description": "The Foundation Accordion",
1009
+ "privacy": "public"
1010
+ }
1011
+ ],
1012
+ "exports": [
1013
+ {
1014
+ "kind": "js",
1015
+ "name": "Accordion",
1016
+ "declaration": {
1017
+ "name": "Accordion",
1018
+ "module": "src/accordion/accordion.ts"
1019
+ }
1020
+ },
1021
+ {
1022
+ "kind": "js",
1023
+ "name": "foundationAccordionShadowOptions",
1024
+ "declaration": {
1025
+ "name": "foundationAccordionShadowOptions",
1026
+ "module": "src/accordion/accordion.ts"
1027
+ }
1028
+ },
1029
+ {
1030
+ "kind": "js",
1031
+ "name": "defaultAccordionConfig",
1032
+ "declaration": {
1033
+ "name": "defaultAccordionConfig",
1034
+ "module": "src/accordion/accordion.ts"
1035
+ }
1036
+ },
1037
+ {
1038
+ "kind": "js",
1039
+ "name": "foundationAccordion",
1040
+ "declaration": {
1041
+ "name": "foundationAccordion",
1042
+ "module": "src/accordion/accordion.ts"
1043
+ }
1044
+ }
1045
+ ]
1046
+ },
1047
+ {
1048
+ "kind": "javascript-module",
1049
+ "path": "src/accordion/index.ts",
1050
+ "declarations": [],
1051
+ "exports": [
1052
+ {
1053
+ "kind": "js",
1054
+ "name": "*",
1055
+ "declaration": {
1056
+ "name": "*",
1057
+ "package": "./accordion.template"
1058
+ }
1059
+ },
1060
+ {
1061
+ "kind": "js",
1062
+ "name": "*",
1063
+ "declaration": {
1064
+ "name": "*",
1065
+ "package": "./accordion.styles"
1066
+ }
1067
+ },
1068
+ {
1069
+ "kind": "js",
1070
+ "name": "*",
1071
+ "declaration": {
1072
+ "name": "*",
1073
+ "package": "./accordion"
1074
+ }
1075
+ }
1076
+ ]
1077
+ },
896
1078
  {
897
1079
  "kind": "javascript-module",
898
1080
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1287,188 +1469,6 @@
1287
1469
  }
1288
1470
  ]
1289
1471
  },
1290
- {
1291
- "kind": "javascript-module",
1292
- "path": "src/accordion/accordion.styles.ts",
1293
- "declarations": [
1294
- {
1295
- "kind": "function",
1296
- "name": "foundationAccordionStyles",
1297
- "return": {
1298
- "type": {
1299
- "text": "ElementStyles"
1300
- }
1301
- },
1302
- "parameters": [
1303
- {
1304
- "name": "context",
1305
- "type": {
1306
- "text": "ElementDefinitionContext"
1307
- }
1308
- },
1309
- {
1310
- "name": "definition",
1311
- "type": {
1312
- "text": "FoundationElementDefinition"
1313
- }
1314
- }
1315
- ]
1316
- }
1317
- ],
1318
- "exports": [
1319
- {
1320
- "kind": "js",
1321
- "name": "foundationAccordionStyles",
1322
- "declaration": {
1323
- "name": "foundationAccordionStyles",
1324
- "module": "src/accordion/accordion.styles.ts"
1325
- }
1326
- }
1327
- ]
1328
- },
1329
- {
1330
- "kind": "javascript-module",
1331
- "path": "src/accordion/accordion.template.ts",
1332
- "declarations": [
1333
- {
1334
- "kind": "function",
1335
- "name": "foundationAccordionTemplate",
1336
- "return": {
1337
- "type": {
1338
- "text": "ViewTemplate<Accordion>"
1339
- }
1340
- },
1341
- "parameters": [
1342
- {
1343
- "name": "context",
1344
- "type": {
1345
- "text": "ElementDefinitionContext"
1346
- }
1347
- },
1348
- {
1349
- "name": "definition",
1350
- "type": {
1351
- "text": "FoundationElementDefinition"
1352
- }
1353
- }
1354
- ]
1355
- }
1356
- ],
1357
- "exports": [
1358
- {
1359
- "kind": "js",
1360
- "name": "foundationAccordionTemplate",
1361
- "declaration": {
1362
- "name": "foundationAccordionTemplate",
1363
- "module": "src/accordion/accordion.template.ts"
1364
- }
1365
- }
1366
- ]
1367
- },
1368
- {
1369
- "kind": "javascript-module",
1370
- "path": "src/accordion/accordion.ts",
1371
- "declarations": [
1372
- {
1373
- "kind": "class",
1374
- "description": "",
1375
- "name": "Accordion",
1376
- "superclass": {
1377
- "name": "FASTAccordion",
1378
- "package": "@microsoft/fast-foundation"
1379
- },
1380
- "tagName": "%%prefix%%-accordion",
1381
- "customElement": true
1382
- },
1383
- {
1384
- "kind": "variable",
1385
- "name": "foundationAccordionShadowOptions",
1386
- "type": {
1387
- "text": "ShadowRootInit"
1388
- },
1389
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1390
- },
1391
- {
1392
- "kind": "variable",
1393
- "name": "defaultAccordionConfig",
1394
- "type": {
1395
- "text": "object"
1396
- },
1397
- "default": "{}"
1398
- },
1399
- {
1400
- "kind": "variable",
1401
- "name": "foundationAccordion",
1402
- "description": "The Foundation Accordion",
1403
- "privacy": "public"
1404
- }
1405
- ],
1406
- "exports": [
1407
- {
1408
- "kind": "js",
1409
- "name": "Accordion",
1410
- "declaration": {
1411
- "name": "Accordion",
1412
- "module": "src/accordion/accordion.ts"
1413
- }
1414
- },
1415
- {
1416
- "kind": "js",
1417
- "name": "foundationAccordionShadowOptions",
1418
- "declaration": {
1419
- "name": "foundationAccordionShadowOptions",
1420
- "module": "src/accordion/accordion.ts"
1421
- }
1422
- },
1423
- {
1424
- "kind": "js",
1425
- "name": "defaultAccordionConfig",
1426
- "declaration": {
1427
- "name": "defaultAccordionConfig",
1428
- "module": "src/accordion/accordion.ts"
1429
- }
1430
- },
1431
- {
1432
- "kind": "js",
1433
- "name": "foundationAccordion",
1434
- "declaration": {
1435
- "name": "foundationAccordion",
1436
- "module": "src/accordion/accordion.ts"
1437
- }
1438
- }
1439
- ]
1440
- },
1441
- {
1442
- "kind": "javascript-module",
1443
- "path": "src/accordion/index.ts",
1444
- "declarations": [],
1445
- "exports": [
1446
- {
1447
- "kind": "js",
1448
- "name": "*",
1449
- "declaration": {
1450
- "name": "*",
1451
- "package": "./accordion.template"
1452
- }
1453
- },
1454
- {
1455
- "kind": "js",
1456
- "name": "*",
1457
- "declaration": {
1458
- "name": "*",
1459
- "package": "./accordion.styles"
1460
- }
1461
- },
1462
- {
1463
- "kind": "js",
1464
- "name": "*",
1465
- "declaration": {
1466
- "name": "*",
1467
- "package": "./accordion"
1468
- }
1469
- }
1470
- ]
1471
- },
1472
1472
  {
1473
1473
  "kind": "javascript-module",
1474
1474
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -37019,7 +37019,7 @@
37019
37019
  },
37020
37020
  {
37021
37021
  "kind": "javascript-module",
37022
- "path": "src/tabs/index.ts",
37022
+ "path": "src/text-area/index.ts",
37023
37023
  "declarations": [],
37024
37024
  "exports": [
37025
37025
  {
@@ -37027,7 +37027,7 @@
37027
37027
  "name": "*",
37028
37028
  "declaration": {
37029
37029
  "name": "*",
37030
- "package": "./tabs.template"
37030
+ "package": "./text-area.template"
37031
37031
  }
37032
37032
  },
37033
37033
  {
@@ -37035,7 +37035,7 @@
37035
37035
  "name": "*",
37036
37036
  "declaration": {
37037
37037
  "name": "*",
37038
- "package": "./tabs.styles"
37038
+ "package": "./text-area.styles"
37039
37039
  }
37040
37040
  },
37041
37041
  {
@@ -37043,18 +37043,18 @@
37043
37043
  "name": "*",
37044
37044
  "declaration": {
37045
37045
  "name": "*",
37046
- "package": "./tabs"
37046
+ "package": "./text-area"
37047
37047
  }
37048
37048
  }
37049
37049
  ]
37050
37050
  },
37051
37051
  {
37052
37052
  "kind": "javascript-module",
37053
- "path": "src/tabs/tabs.styles.ts",
37053
+ "path": "src/text-area/text-area.styles.ts",
37054
37054
  "declarations": [
37055
37055
  {
37056
37056
  "kind": "function",
37057
- "name": "foundationTabsStyles",
37057
+ "name": "foundationTextAreaStyles",
37058
37058
  "return": {
37059
37059
  "type": {
37060
37060
  "text": "ElementStyles"
@@ -37079,24 +37079,24 @@
37079
37079
  "exports": [
37080
37080
  {
37081
37081
  "kind": "js",
37082
- "name": "foundationTabsStyles",
37082
+ "name": "foundationTextAreaStyles",
37083
37083
  "declaration": {
37084
- "name": "foundationTabsStyles",
37085
- "module": "src/tabs/tabs.styles.ts"
37084
+ "name": "foundationTextAreaStyles",
37085
+ "module": "src/text-area/text-area.styles.ts"
37086
37086
  }
37087
37087
  }
37088
37088
  ]
37089
37089
  },
37090
37090
  {
37091
37091
  "kind": "javascript-module",
37092
- "path": "src/tabs/tabs.template.ts",
37092
+ "path": "src/text-area/text-area.template.ts",
37093
37093
  "declarations": [
37094
37094
  {
37095
37095
  "kind": "function",
37096
- "name": "foundationTabsTemplate",
37096
+ "name": "foundationTextAreaTemplate",
37097
37097
  "return": {
37098
37098
  "type": {
37099
- "text": "ViewTemplate<Tabs>"
37099
+ "text": "ViewTemplate<TextArea>"
37100
37100
  }
37101
37101
  },
37102
37102
  "parameters": [
@@ -37118,282 +37118,253 @@
37118
37118
  "exports": [
37119
37119
  {
37120
37120
  "kind": "js",
37121
- "name": "foundationTabsTemplate",
37121
+ "name": "foundationTextAreaTemplate",
37122
37122
  "declaration": {
37123
- "name": "foundationTabsTemplate",
37124
- "module": "src/tabs/tabs.template.ts"
37123
+ "name": "foundationTextAreaTemplate",
37124
+ "module": "src/text-area/text-area.template.ts"
37125
37125
  }
37126
37126
  }
37127
37127
  ]
37128
37128
  },
37129
37129
  {
37130
37130
  "kind": "javascript-module",
37131
- "path": "src/tabs/tabs.ts",
37131
+ "path": "src/text-area/text-area.ts",
37132
37132
  "declarations": [
37133
37133
  {
37134
37134
  "kind": "class",
37135
37135
  "description": "",
37136
- "name": "Tabs",
37136
+ "name": "TextArea",
37137
37137
  "superclass": {
37138
- "name": "FASTTabs",
37138
+ "name": "FASTTextArea",
37139
37139
  "package": "@microsoft/fast-components"
37140
37140
  },
37141
- "tagName": "%%prefix%%-tabs",
37141
+ "tagName": "%%prefix%%-text-area",
37142
37142
  "customElement": true,
37143
37143
  "attributes": [
37144
37144
  {
37145
- "name": "orientation",
37146
37145
  "type": {
37147
- "text": "TabsOrientation"
37146
+ "text": "boolean"
37148
37147
  },
37149
- "description": "The orientation",
37150
- "fieldName": "orientation",
37148
+ "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.",
37149
+ "fieldName": "readOnly",
37150
+ "default": "20",
37151
37151
  "inheritedFrom": {
37152
- "name": "Tabs",
37153
- "module": "src/tabs/tabs.ts"
37152
+ "name": "TextArea",
37153
+ "module": "src/text-area/text-area.ts"
37154
37154
  }
37155
37155
  },
37156
37156
  {
37157
- "name": "activeid",
37157
+ "name": "resize",
37158
37158
  "type": {
37159
- "text": "string"
37159
+ "text": "TextAreaResize"
37160
37160
  },
37161
- "description": "The id of the active tab",
37162
- "fieldName": "activeid",
37161
+ "description": "The resize mode of the element.",
37162
+ "fieldName": "resize",
37163
37163
  "inheritedFrom": {
37164
- "name": "Tabs",
37165
- "module": "src/tabs/tabs.ts"
37164
+ "name": "TextArea",
37165
+ "module": "src/text-area/text-area.ts"
37166
37166
  }
37167
37167
  },
37168
37168
  {
37169
+ "name": "form",
37169
37170
  "type": {
37170
- "text": "boolean"
37171
+ "text": "string"
37171
37172
  },
37172
- "default": "true",
37173
- "description": "Whether or not to show the active indicator",
37174
- "fieldName": "activeindicator",
37173
+ "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",
37174
+ "fieldName": "formId",
37175
37175
  "inheritedFrom": {
37176
- "name": "Tabs",
37177
- "module": "src/tabs/tabs.ts"
37176
+ "name": "TextArea",
37177
+ "module": "src/text-area/text-area.ts"
37178
37178
  }
37179
- }
37180
- ],
37181
- "members": [
37179
+ },
37182
37180
  {
37183
- "kind": "field",
37184
- "name": "orientation",
37181
+ "name": "list",
37185
37182
  "type": {
37186
- "text": "TabsOrientation"
37183
+ "text": "string"
37187
37184
  },
37188
- "privacy": "public",
37189
- "description": "The orientation",
37185
+ "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.",
37186
+ "fieldName": "list",
37190
37187
  "inheritedFrom": {
37191
- "name": "Tabs",
37192
- "module": "src/tabs/tabs.ts"
37188
+ "name": "TextArea",
37189
+ "module": "src/text-area/text-area.ts"
37193
37190
  }
37194
37191
  },
37195
37192
  {
37196
- "kind": "field",
37197
- "name": "activeid",
37193
+ "name": "name",
37198
37194
  "type": {
37199
37195
  "text": "string"
37200
37196
  },
37201
- "privacy": "public",
37202
- "description": "The id of the active tab",
37197
+ "description": "The name of the element.",
37198
+ "fieldName": "name",
37203
37199
  "inheritedFrom": {
37204
- "name": "Tabs",
37205
- "module": "src/tabs/tabs.ts"
37200
+ "name": "TextArea",
37201
+ "module": "src/text-area/text-area.ts"
37206
37202
  }
37207
37203
  },
37208
37204
  {
37209
- "kind": "field",
37210
- "name": "activeindicator",
37205
+ "name": "placeholder",
37211
37206
  "type": {
37212
- "text": "boolean"
37207
+ "text": "string"
37213
37208
  },
37214
- "privacy": "public",
37215
- "default": "true",
37216
- "description": "Whether or not to show the active indicator",
37209
+ "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
37210
+ "fieldName": "placeholder",
37217
37211
  "inheritedFrom": {
37218
- "name": "Tabs",
37219
- "module": "src/tabs/tabs.ts"
37212
+ "name": "TextArea",
37213
+ "module": "src/text-area/text-area.ts"
37220
37214
  }
37221
- },
37215
+ }
37216
+ ],
37217
+ "members": [
37222
37218
  {
37223
37219
  "kind": "field",
37224
- "name": "activetab",
37220
+ "name": "readOnly",
37225
37221
  "type": {
37226
- "text": "HTMLElement"
37222
+ "text": "boolean"
37227
37223
  },
37228
37224
  "privacy": "public",
37229
- "description": "A reference to the active tab",
37225
+ "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.",
37230
37226
  "inheritedFrom": {
37231
- "name": "Tabs",
37232
- "module": "src/tabs/tabs.ts"
37227
+ "name": "TextArea",
37228
+ "module": "src/text-area/text-area.ts"
37233
37229
  }
37234
37230
  },
37235
37231
  {
37236
- "kind": "field",
37237
- "name": "prevActiveTabIndex",
37238
- "type": {
37239
- "text": "number"
37240
- },
37232
+ "kind": "method",
37233
+ "name": "readOnlyChanged",
37241
37234
  "privacy": "private",
37242
- "default": "0",
37235
+ "return": {
37236
+ "type": {
37237
+ "text": "void"
37238
+ }
37239
+ },
37243
37240
  "inheritedFrom": {
37244
- "name": "Tabs",
37245
- "module": "src/tabs/tabs.ts"
37241
+ "name": "TextArea",
37242
+ "module": "src/text-area/text-area.ts"
37246
37243
  }
37247
37244
  },
37248
37245
  {
37249
37246
  "kind": "field",
37250
- "name": "activeTabIndex",
37247
+ "name": "resize",
37251
37248
  "type": {
37252
- "text": "number"
37249
+ "text": "TextAreaResize"
37253
37250
  },
37254
- "privacy": "private",
37255
- "default": "0",
37251
+ "privacy": "public",
37252
+ "description": "The resize mode of the element.",
37256
37253
  "inheritedFrom": {
37257
- "name": "Tabs",
37258
- "module": "src/tabs/tabs.ts"
37254
+ "name": "TextArea",
37255
+ "module": "src/text-area/text-area.ts"
37259
37256
  }
37260
37257
  },
37261
37258
  {
37262
37259
  "kind": "field",
37263
- "name": "ticking",
37260
+ "name": "autofocus",
37264
37261
  "type": {
37265
37262
  "text": "boolean"
37266
37263
  },
37267
- "privacy": "private",
37268
- "default": "false",
37264
+ "privacy": "public",
37265
+ "description": "Indicates that this element should get focus after the page finishes loading.",
37269
37266
  "inheritedFrom": {
37270
- "name": "Tabs",
37271
- "module": "src/tabs/tabs.ts"
37267
+ "name": "TextArea",
37268
+ "module": "src/text-area/text-area.ts"
37272
37269
  }
37273
37270
  },
37274
37271
  {
37275
- "kind": "field",
37276
- "name": "tabIds",
37277
- "type": {
37278
- "text": "Array<string>"
37279
- },
37272
+ "kind": "method",
37273
+ "name": "autofocusChanged",
37280
37274
  "privacy": "private",
37275
+ "return": {
37276
+ "type": {
37277
+ "text": "void"
37278
+ }
37279
+ },
37281
37280
  "inheritedFrom": {
37282
- "name": "Tabs",
37283
- "module": "src/tabs/tabs.ts"
37281
+ "name": "TextArea",
37282
+ "module": "src/text-area/text-area.ts"
37284
37283
  }
37285
37284
  },
37286
37285
  {
37287
37286
  "kind": "field",
37288
- "name": "tabpanelIds",
37287
+ "name": "formId",
37289
37288
  "type": {
37290
- "text": "Array<string>"
37289
+ "text": "string"
37291
37290
  },
37292
- "privacy": "private",
37293
- "inheritedFrom": {
37294
- "name": "Tabs",
37295
- "module": "src/tabs/tabs.ts"
37296
- }
37297
- },
37298
- {
37299
- "kind": "field",
37300
- "name": "change",
37301
- "privacy": "private",
37302
- "inheritedFrom": {
37303
- "name": "Tabs",
37304
- "module": "src/tabs/tabs.ts"
37305
- }
37306
- },
37307
- {
37308
- "kind": "field",
37309
- "name": "isDisabledElement",
37310
- "privacy": "private",
37311
- "inheritedFrom": {
37312
- "name": "Tabs",
37313
- "module": "src/tabs/tabs.ts"
37314
- }
37315
- },
37316
- {
37317
- "kind": "field",
37318
- "name": "isHiddenElement",
37319
- "privacy": "private",
37291
+ "privacy": "public",
37292
+ "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",
37320
37293
  "inheritedFrom": {
37321
- "name": "Tabs",
37322
- "module": "src/tabs/tabs.ts"
37294
+ "name": "TextArea",
37295
+ "module": "src/text-area/text-area.ts"
37323
37296
  }
37324
37297
  },
37325
37298
  {
37326
37299
  "kind": "field",
37327
- "name": "isFocusableElement",
37328
- "privacy": "private",
37300
+ "name": "list",
37301
+ "type": {
37302
+ "text": "string"
37303
+ },
37304
+ "privacy": "public",
37305
+ "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}.",
37329
37306
  "inheritedFrom": {
37330
- "name": "Tabs",
37331
- "module": "src/tabs/tabs.ts"
37307
+ "name": "TextArea",
37308
+ "module": "src/text-area/text-area.ts"
37332
37309
  }
37333
37310
  },
37334
37311
  {
37335
37312
  "kind": "method",
37336
- "name": "getActiveIndex",
37313
+ "name": "listChanged",
37337
37314
  "privacy": "private",
37338
37315
  "return": {
37339
37316
  "type": {
37340
- "text": "number"
37317
+ "text": "void"
37341
37318
  }
37342
37319
  },
37343
37320
  "inheritedFrom": {
37344
- "name": "Tabs",
37345
- "module": "src/tabs/tabs.ts"
37346
- }
37347
- },
37348
- {
37349
- "kind": "field",
37350
- "name": "setTabs",
37351
- "privacy": "private",
37352
- "inheritedFrom": {
37353
- "name": "Tabs",
37354
- "module": "src/tabs/tabs.ts"
37321
+ "name": "TextArea",
37322
+ "module": "src/text-area/text-area.ts"
37355
37323
  }
37356
37324
  },
37357
37325
  {
37358
37326
  "kind": "field",
37359
- "name": "setTabPanels",
37360
- "privacy": "private",
37327
+ "name": "maxlength",
37328
+ "type": {
37329
+ "text": "number"
37330
+ },
37331
+ "privacy": "public",
37332
+ "description": "The maximum number of characters a user can enter.",
37361
37333
  "inheritedFrom": {
37362
- "name": "Tabs",
37363
- "module": "src/tabs/tabs.ts"
37334
+ "name": "TextArea",
37335
+ "module": "src/text-area/text-area.ts"
37364
37336
  }
37365
37337
  },
37366
37338
  {
37367
37339
  "kind": "method",
37368
- "name": "getTabIds",
37340
+ "name": "maxlengthChanged",
37369
37341
  "privacy": "private",
37370
37342
  "return": {
37371
37343
  "type": {
37372
- "text": "Array<string>"
37344
+ "text": "void"
37373
37345
  }
37374
37346
  },
37375
37347
  "inheritedFrom": {
37376
- "name": "Tabs",
37377
- "module": "src/tabs/tabs.ts"
37348
+ "name": "TextArea",
37349
+ "module": "src/text-area/text-area.ts"
37378
37350
  }
37379
37351
  },
37380
37352
  {
37381
- "kind": "method",
37382
- "name": "getTabPanelIds",
37383
- "privacy": "private",
37384
- "return": {
37385
- "type": {
37386
- "text": "Array<string>"
37387
- }
37353
+ "kind": "field",
37354
+ "name": "minlength",
37355
+ "type": {
37356
+ "text": "number"
37388
37357
  },
37358
+ "privacy": "public",
37359
+ "description": "The minimum number of characters a user can enter.",
37389
37360
  "inheritedFrom": {
37390
- "name": "Tabs",
37391
- "module": "src/tabs/tabs.ts"
37361
+ "name": "TextArea",
37362
+ "module": "src/text-area/text-area.ts"
37392
37363
  }
37393
37364
  },
37394
37365
  {
37395
37366
  "kind": "method",
37396
- "name": "setComponent",
37367
+ "name": "minlengthChanged",
37397
37368
  "privacy": "private",
37398
37369
  "return": {
37399
37370
  "type": {
@@ -37401,54 +37372,79 @@
37401
37372
  }
37402
37373
  },
37403
37374
  "inheritedFrom": {
37404
- "name": "Tabs",
37405
- "module": "src/tabs/tabs.ts"
37375
+ "name": "TextArea",
37376
+ "module": "src/text-area/text-area.ts"
37406
37377
  }
37407
37378
  },
37408
37379
  {
37409
37380
  "kind": "field",
37410
- "name": "handleTabClick",
37411
- "privacy": "private",
37381
+ "name": "name",
37382
+ "type": {
37383
+ "text": "string"
37384
+ },
37385
+ "privacy": "public",
37386
+ "description": "The name of the element.",
37412
37387
  "inheritedFrom": {
37413
- "name": "Tabs",
37414
- "module": "src/tabs/tabs.ts"
37388
+ "name": "TextArea",
37389
+ "module": "src/text-area/text-area.ts"
37415
37390
  }
37416
37391
  },
37417
37392
  {
37418
- "kind": "method",
37419
- "name": "isHorizontal",
37420
- "privacy": "private",
37421
- "return": {
37422
- "type": {
37423
- "text": "boolean"
37424
- }
37393
+ "kind": "field",
37394
+ "name": "placeholder",
37395
+ "type": {
37396
+ "text": "string"
37425
37397
  },
37398
+ "privacy": "public",
37399
+ "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
37426
37400
  "inheritedFrom": {
37427
- "name": "Tabs",
37428
- "module": "src/tabs/tabs.ts"
37401
+ "name": "TextArea",
37402
+ "module": "src/text-area/text-area.ts"
37429
37403
  }
37430
37404
  },
37431
37405
  {
37432
37406
  "kind": "field",
37433
- "name": "handleTabKeyDown",
37434
- "privacy": "private",
37407
+ "name": "cols",
37408
+ "type": {
37409
+ "text": "number"
37410
+ },
37411
+ "privacy": "public",
37412
+ "default": "20",
37413
+ "description": "Sizes the element horizontally by a number of character columns.",
37435
37414
  "inheritedFrom": {
37436
- "name": "Tabs",
37437
- "module": "src/tabs/tabs.ts"
37415
+ "name": "TextArea",
37416
+ "module": "src/text-area/text-area.ts"
37438
37417
  }
37439
37418
  },
37440
37419
  {
37441
- "kind": "method",
37442
- "name": "handleActiveIndicatorPosition",
37443
- "privacy": "private",
37420
+ "kind": "field",
37421
+ "name": "rows",
37422
+ "type": {
37423
+ "text": "number"
37424
+ },
37425
+ "privacy": "public",
37426
+ "description": "Sizes the element vertically by a number of character rows.",
37444
37427
  "inheritedFrom": {
37445
- "name": "Tabs",
37446
- "module": "src/tabs/tabs.ts"
37428
+ "name": "TextArea",
37429
+ "module": "src/text-area/text-area.ts"
37430
+ }
37431
+ },
37432
+ {
37433
+ "kind": "field",
37434
+ "name": "spellcheck",
37435
+ "type": {
37436
+ "text": "boolean"
37437
+ },
37438
+ "privacy": "public",
37439
+ "description": "Sets if the element is eligible for spell checking\nbut the UA.",
37440
+ "inheritedFrom": {
37441
+ "name": "TextArea",
37442
+ "module": "src/text-area/text-area.ts"
37447
37443
  }
37448
37444
  },
37449
37445
  {
37450
37446
  "kind": "method",
37451
- "name": "animateActiveIndicator",
37447
+ "name": "spellcheckChanged",
37452
37448
  "privacy": "private",
37453
37449
  "return": {
37454
37450
  "type": {
@@ -37456,72 +37452,46 @@
37456
37452
  }
37457
37453
  },
37458
37454
  "inheritedFrom": {
37459
- "name": "Tabs",
37460
- "module": "src/tabs/tabs.ts"
37455
+ "name": "TextArea",
37456
+ "module": "src/text-area/text-area.ts"
37461
37457
  }
37462
37458
  },
37463
37459
  {
37464
37460
  "kind": "method",
37465
- "name": "adjust",
37461
+ "name": "select",
37466
37462
  "privacy": "public",
37467
37463
  "return": {
37468
37464
  "type": {
37469
37465
  "text": "void"
37470
37466
  }
37471
37467
  },
37472
- "parameters": [
37473
- {
37474
- "name": "adjustment",
37475
- "type": {
37476
- "text": "number"
37477
- }
37478
- }
37479
- ],
37480
- "description": "The adjust method for FASTTabs",
37481
- "inheritedFrom": {
37482
- "name": "Tabs",
37483
- "module": "src/tabs/tabs.ts"
37484
- }
37485
- },
37486
- {
37487
- "kind": "field",
37488
- "name": "adjustForward",
37489
- "privacy": "private",
37490
- "inheritedFrom": {
37491
- "name": "Tabs",
37492
- "module": "src/tabs/tabs.ts"
37493
- }
37494
- },
37495
- {
37496
- "kind": "field",
37497
- "name": "adjustBackward",
37498
- "privacy": "private",
37499
- "inheritedFrom": {
37500
- "name": "Tabs",
37501
- "module": "src/tabs/tabs.ts"
37502
- }
37503
- },
37504
- {
37505
- "kind": "field",
37506
- "name": "moveToTabByIndex",
37507
- "privacy": "private",
37468
+ "description": "Selects all the text in the text area",
37508
37469
  "inheritedFrom": {
37509
- "name": "Tabs",
37510
- "module": "src/tabs/tabs.ts"
37470
+ "name": "TextArea",
37471
+ "module": "src/text-area/text-area.ts"
37511
37472
  }
37512
37473
  },
37513
37474
  {
37514
37475
  "kind": "method",
37515
- "name": "focusTab",
37516
- "privacy": "private",
37476
+ "name": "validate",
37477
+ "privacy": "public",
37517
37478
  "return": {
37518
37479
  "type": {
37519
37480
  "text": "void"
37520
37481
  }
37521
37482
  },
37483
+ "description": "{@inheritDoc (FormAssociated:interface).validate}",
37522
37484
  "inheritedFrom": {
37523
- "name": "Tabs",
37524
- "module": "src/tabs/tabs.ts"
37485
+ "name": "TextArea",
37486
+ "module": "src/text-area/text-area.ts"
37487
+ }
37488
+ },
37489
+ {
37490
+ "kind": "field",
37491
+ "name": "proxy",
37492
+ "inheritedFrom": {
37493
+ "name": "TextArea",
37494
+ "module": "src/text-area/text-area.ts"
37525
37495
  }
37526
37496
  },
37527
37497
  {
@@ -37533,8 +37503,8 @@
37533
37503
  "privacy": "private",
37534
37504
  "default": "void 0",
37535
37505
  "inheritedFrom": {
37536
- "name": "FoundationElement",
37537
- "module": "src/foundation-element/foundation-element.ts"
37506
+ "name": "TextArea",
37507
+ "module": "src/text-area/text-area.ts"
37538
37508
  }
37539
37509
  },
37540
37510
  {
@@ -37546,8 +37516,8 @@
37546
37516
  "privacy": "public",
37547
37517
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
37548
37518
  "inheritedFrom": {
37549
- "name": "FoundationElement",
37550
- "module": "src/foundation-element/foundation-element.ts"
37519
+ "name": "TextArea",
37520
+ "module": "src/text-area/text-area.ts"
37551
37521
  }
37552
37522
  },
37553
37523
  {
@@ -37559,8 +37529,8 @@
37559
37529
  "privacy": "public",
37560
37530
  "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.",
37561
37531
  "inheritedFrom": {
37562
- "name": "FoundationElement",
37563
- "module": "src/foundation-element/foundation-element.ts"
37532
+ "name": "TextArea",
37533
+ "module": "src/text-area/text-area.ts"
37564
37534
  }
37565
37535
  },
37566
37536
  {
@@ -37573,8 +37543,8 @@
37573
37543
  }
37574
37544
  },
37575
37545
  "inheritedFrom": {
37576
- "name": "FoundationElement",
37577
- "module": "src/foundation-element/foundation-element.ts"
37546
+ "name": "TextArea",
37547
+ "module": "src/text-area/text-area.ts"
37578
37548
  }
37579
37549
  },
37580
37550
  {
@@ -37586,8 +37556,8 @@
37586
37556
  "privacy": "public",
37587
37557
  "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.",
37588
37558
  "inheritedFrom": {
37589
- "name": "FoundationElement",
37590
- "module": "src/foundation-element/foundation-element.ts"
37559
+ "name": "TextArea",
37560
+ "module": "src/text-area/text-area.ts"
37591
37561
  }
37592
37562
  },
37593
37563
  {
@@ -37600,8 +37570,8 @@
37600
37570
  }
37601
37571
  },
37602
37572
  "inheritedFrom": {
37603
- "name": "FoundationElement",
37604
- "module": "src/foundation-element/foundation-element.ts"
37573
+ "name": "TextArea",
37574
+ "module": "src/text-area/text-area.ts"
37605
37575
  }
37606
37576
  },
37607
37577
  {
@@ -37631,25 +37601,25 @@
37631
37601
  ],
37632
37602
  "description": "Defines an element registry function with a set of element definition defaults.",
37633
37603
  "inheritedFrom": {
37634
- "name": "FoundationElement",
37635
- "module": "src/foundation-element/foundation-element.ts"
37604
+ "name": "TextArea",
37605
+ "module": "src/text-area/text-area.ts"
37636
37606
  }
37637
37607
  }
37638
37608
  ],
37639
37609
  "events": [
37640
37610
  {
37641
- "description": "Fires a custom 'change' event when a tab is clicked or during keyboard navigation",
37611
+ "description": "Emits a custom 'change' event when the textarea emits a change event",
37642
37612
  "name": "change",
37643
37613
  "inheritedFrom": {
37644
- "name": "Tabs",
37645
- "module": "src/tabs/tabs.ts"
37614
+ "name": "TextArea",
37615
+ "module": "src/text-area/text-area.ts"
37646
37616
  }
37647
37617
  }
37648
37618
  ]
37649
37619
  },
37650
37620
  {
37651
37621
  "kind": "variable",
37652
- "name": "foundationTabsShadowOptions",
37622
+ "name": "foundationTextAreaShadowOptions",
37653
37623
  "type": {
37654
37624
  "text": "ShadowRootInit"
37655
37625
  },
@@ -37657,7 +37627,7 @@
37657
37627
  },
37658
37628
  {
37659
37629
  "kind": "variable",
37660
- "name": "defaultTabsConfig",
37630
+ "name": "defaultTextAreaConfig",
37661
37631
  "type": {
37662
37632
  "text": "object"
37663
37633
  },
@@ -37665,49 +37635,49 @@
37665
37635
  },
37666
37636
  {
37667
37637
  "kind": "variable",
37668
- "name": "foundationTabs",
37669
- "description": "The Foundation Tabs",
37638
+ "name": "foundationTextArea",
37639
+ "description": "The Foundation Text Area",
37670
37640
  "privacy": "public"
37671
37641
  }
37672
37642
  ],
37673
37643
  "exports": [
37674
37644
  {
37675
37645
  "kind": "js",
37676
- "name": "Tabs",
37646
+ "name": "TextArea",
37677
37647
  "declaration": {
37678
- "name": "Tabs",
37679
- "module": "src/tabs/tabs.ts"
37648
+ "name": "TextArea",
37649
+ "module": "src/text-area/text-area.ts"
37680
37650
  }
37681
37651
  },
37682
37652
  {
37683
37653
  "kind": "js",
37684
- "name": "foundationTabsShadowOptions",
37654
+ "name": "foundationTextAreaShadowOptions",
37685
37655
  "declaration": {
37686
- "name": "foundationTabsShadowOptions",
37687
- "module": "src/tabs/tabs.ts"
37656
+ "name": "foundationTextAreaShadowOptions",
37657
+ "module": "src/text-area/text-area.ts"
37688
37658
  }
37689
37659
  },
37690
37660
  {
37691
37661
  "kind": "js",
37692
- "name": "defaultTabsConfig",
37662
+ "name": "defaultTextAreaConfig",
37693
37663
  "declaration": {
37694
- "name": "defaultTabsConfig",
37695
- "module": "src/tabs/tabs.ts"
37664
+ "name": "defaultTextAreaConfig",
37665
+ "module": "src/text-area/text-area.ts"
37696
37666
  }
37697
37667
  },
37698
37668
  {
37699
37669
  "kind": "js",
37700
- "name": "foundationTabs",
37670
+ "name": "foundationTextArea",
37701
37671
  "declaration": {
37702
- "name": "foundationTabs",
37703
- "module": "src/tabs/tabs.ts"
37672
+ "name": "foundationTextArea",
37673
+ "module": "src/text-area/text-area.ts"
37704
37674
  }
37705
37675
  }
37706
37676
  ]
37707
37677
  },
37708
37678
  {
37709
37679
  "kind": "javascript-module",
37710
- "path": "src/text-area/index.ts",
37680
+ "path": "src/tabs/index.ts",
37711
37681
  "declarations": [],
37712
37682
  "exports": [
37713
37683
  {
@@ -37715,7 +37685,7 @@
37715
37685
  "name": "*",
37716
37686
  "declaration": {
37717
37687
  "name": "*",
37718
- "package": "./text-area.template"
37688
+ "package": "./tabs.template"
37719
37689
  }
37720
37690
  },
37721
37691
  {
@@ -37723,7 +37693,7 @@
37723
37693
  "name": "*",
37724
37694
  "declaration": {
37725
37695
  "name": "*",
37726
- "package": "./text-area.styles"
37696
+ "package": "./tabs.styles"
37727
37697
  }
37728
37698
  },
37729
37699
  {
@@ -37731,18 +37701,18 @@
37731
37701
  "name": "*",
37732
37702
  "declaration": {
37733
37703
  "name": "*",
37734
- "package": "./text-area"
37704
+ "package": "./tabs"
37735
37705
  }
37736
37706
  }
37737
37707
  ]
37738
37708
  },
37739
37709
  {
37740
37710
  "kind": "javascript-module",
37741
- "path": "src/text-area/text-area.styles.ts",
37711
+ "path": "src/tabs/tabs.styles.ts",
37742
37712
  "declarations": [
37743
37713
  {
37744
37714
  "kind": "function",
37745
- "name": "foundationTextAreaStyles",
37715
+ "name": "foundationTabsStyles",
37746
37716
  "return": {
37747
37717
  "type": {
37748
37718
  "text": "ElementStyles"
@@ -37767,24 +37737,24 @@
37767
37737
  "exports": [
37768
37738
  {
37769
37739
  "kind": "js",
37770
- "name": "foundationTextAreaStyles",
37740
+ "name": "foundationTabsStyles",
37771
37741
  "declaration": {
37772
- "name": "foundationTextAreaStyles",
37773
- "module": "src/text-area/text-area.styles.ts"
37742
+ "name": "foundationTabsStyles",
37743
+ "module": "src/tabs/tabs.styles.ts"
37774
37744
  }
37775
37745
  }
37776
37746
  ]
37777
37747
  },
37778
37748
  {
37779
37749
  "kind": "javascript-module",
37780
- "path": "src/text-area/text-area.template.ts",
37750
+ "path": "src/tabs/tabs.template.ts",
37781
37751
  "declarations": [
37782
37752
  {
37783
37753
  "kind": "function",
37784
- "name": "foundationTextAreaTemplate",
37754
+ "name": "foundationTabsTemplate",
37785
37755
  "return": {
37786
37756
  "type": {
37787
- "text": "ViewTemplate<TextArea>"
37757
+ "text": "ViewTemplate<Tabs>"
37788
37758
  }
37789
37759
  },
37790
37760
  "parameters": [
@@ -37806,380 +37776,410 @@
37806
37776
  "exports": [
37807
37777
  {
37808
37778
  "kind": "js",
37809
- "name": "foundationTextAreaTemplate",
37779
+ "name": "foundationTabsTemplate",
37810
37780
  "declaration": {
37811
- "name": "foundationTextAreaTemplate",
37812
- "module": "src/text-area/text-area.template.ts"
37781
+ "name": "foundationTabsTemplate",
37782
+ "module": "src/tabs/tabs.template.ts"
37813
37783
  }
37814
37784
  }
37815
37785
  ]
37816
37786
  },
37817
37787
  {
37818
37788
  "kind": "javascript-module",
37819
- "path": "src/text-area/text-area.ts",
37789
+ "path": "src/tabs/tabs.ts",
37820
37790
  "declarations": [
37821
37791
  {
37822
37792
  "kind": "class",
37823
37793
  "description": "",
37824
- "name": "TextArea",
37794
+ "name": "Tabs",
37825
37795
  "superclass": {
37826
- "name": "FASTTextArea",
37796
+ "name": "FASTTabs",
37827
37797
  "package": "@microsoft/fast-components"
37828
37798
  },
37829
- "tagName": "%%prefix%%-text-area",
37799
+ "tagName": "%%prefix%%-tabs",
37830
37800
  "customElement": true,
37831
37801
  "attributes": [
37832
37802
  {
37803
+ "name": "orientation",
37833
37804
  "type": {
37834
- "text": "boolean"
37805
+ "text": "TabsOrientation"
37835
37806
  },
37836
- "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.",
37837
- "fieldName": "readOnly",
37838
- "default": "20",
37807
+ "description": "The orientation",
37808
+ "fieldName": "orientation",
37839
37809
  "inheritedFrom": {
37840
- "name": "TextArea",
37841
- "module": "src/text-area/text-area.ts"
37810
+ "name": "Tabs",
37811
+ "module": "src/tabs/tabs.ts"
37842
37812
  }
37843
37813
  },
37844
37814
  {
37845
- "name": "resize",
37815
+ "name": "activeid",
37846
37816
  "type": {
37847
- "text": "TextAreaResize"
37817
+ "text": "string"
37848
37818
  },
37849
- "description": "The resize mode of the element.",
37850
- "fieldName": "resize",
37819
+ "description": "The id of the active tab",
37820
+ "fieldName": "activeid",
37851
37821
  "inheritedFrom": {
37852
- "name": "TextArea",
37853
- "module": "src/text-area/text-area.ts"
37822
+ "name": "Tabs",
37823
+ "module": "src/tabs/tabs.ts"
37854
37824
  }
37855
37825
  },
37856
37826
  {
37857
- "name": "form",
37858
37827
  "type": {
37859
- "text": "string"
37828
+ "text": "boolean"
37860
37829
  },
37861
- "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",
37862
- "fieldName": "formId",
37830
+ "default": "true",
37831
+ "description": "Whether or not to show the active indicator",
37832
+ "fieldName": "activeindicator",
37863
37833
  "inheritedFrom": {
37864
- "name": "TextArea",
37865
- "module": "src/text-area/text-area.ts"
37834
+ "name": "Tabs",
37835
+ "module": "src/tabs/tabs.ts"
37866
37836
  }
37867
- },
37837
+ }
37838
+ ],
37839
+ "members": [
37868
37840
  {
37869
- "name": "list",
37841
+ "kind": "field",
37842
+ "name": "orientation",
37870
37843
  "type": {
37871
- "text": "string"
37844
+ "text": "TabsOrientation"
37872
37845
  },
37873
- "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.",
37874
- "fieldName": "list",
37846
+ "privacy": "public",
37847
+ "description": "The orientation",
37875
37848
  "inheritedFrom": {
37876
- "name": "TextArea",
37877
- "module": "src/text-area/text-area.ts"
37849
+ "name": "Tabs",
37850
+ "module": "src/tabs/tabs.ts"
37878
37851
  }
37879
37852
  },
37880
37853
  {
37881
- "name": "name",
37854
+ "kind": "field",
37855
+ "name": "activeid",
37882
37856
  "type": {
37883
37857
  "text": "string"
37884
37858
  },
37885
- "description": "The name of the element.",
37886
- "fieldName": "name",
37859
+ "privacy": "public",
37860
+ "description": "The id of the active tab",
37887
37861
  "inheritedFrom": {
37888
- "name": "TextArea",
37889
- "module": "src/text-area/text-area.ts"
37862
+ "name": "Tabs",
37863
+ "module": "src/tabs/tabs.ts"
37890
37864
  }
37891
37865
  },
37892
37866
  {
37893
- "name": "placeholder",
37867
+ "kind": "field",
37868
+ "name": "activeindicator",
37894
37869
  "type": {
37895
- "text": "string"
37870
+ "text": "boolean"
37896
37871
  },
37897
- "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
37898
- "fieldName": "placeholder",
37872
+ "privacy": "public",
37873
+ "default": "true",
37874
+ "description": "Whether or not to show the active indicator",
37899
37875
  "inheritedFrom": {
37900
- "name": "TextArea",
37901
- "module": "src/text-area/text-area.ts"
37876
+ "name": "Tabs",
37877
+ "module": "src/tabs/tabs.ts"
37902
37878
  }
37903
- }
37904
- ],
37905
- "members": [
37879
+ },
37906
37880
  {
37907
37881
  "kind": "field",
37908
- "name": "readOnly",
37882
+ "name": "activetab",
37909
37883
  "type": {
37910
- "text": "boolean"
37884
+ "text": "HTMLElement"
37911
37885
  },
37912
37886
  "privacy": "public",
37913
- "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.",
37887
+ "description": "A reference to the active tab",
37914
37888
  "inheritedFrom": {
37915
- "name": "TextArea",
37916
- "module": "src/text-area/text-area.ts"
37889
+ "name": "Tabs",
37890
+ "module": "src/tabs/tabs.ts"
37917
37891
  }
37918
37892
  },
37919
37893
  {
37920
- "kind": "method",
37921
- "name": "readOnlyChanged",
37922
- "privacy": "private",
37923
- "return": {
37924
- "type": {
37925
- "text": "void"
37926
- }
37894
+ "kind": "field",
37895
+ "name": "prevActiveTabIndex",
37896
+ "type": {
37897
+ "text": "number"
37927
37898
  },
37899
+ "privacy": "private",
37900
+ "default": "0",
37928
37901
  "inheritedFrom": {
37929
- "name": "TextArea",
37930
- "module": "src/text-area/text-area.ts"
37902
+ "name": "Tabs",
37903
+ "module": "src/tabs/tabs.ts"
37931
37904
  }
37932
37905
  },
37933
37906
  {
37934
37907
  "kind": "field",
37935
- "name": "resize",
37908
+ "name": "activeTabIndex",
37936
37909
  "type": {
37937
- "text": "TextAreaResize"
37910
+ "text": "number"
37938
37911
  },
37939
- "privacy": "public",
37940
- "description": "The resize mode of the element.",
37912
+ "privacy": "private",
37913
+ "default": "0",
37941
37914
  "inheritedFrom": {
37942
- "name": "TextArea",
37943
- "module": "src/text-area/text-area.ts"
37915
+ "name": "Tabs",
37916
+ "module": "src/tabs/tabs.ts"
37944
37917
  }
37945
37918
  },
37946
37919
  {
37947
37920
  "kind": "field",
37948
- "name": "autofocus",
37921
+ "name": "ticking",
37949
37922
  "type": {
37950
37923
  "text": "boolean"
37951
37924
  },
37952
- "privacy": "public",
37953
- "description": "Indicates that this element should get focus after the page finishes loading.",
37925
+ "privacy": "private",
37926
+ "default": "false",
37954
37927
  "inheritedFrom": {
37955
- "name": "TextArea",
37956
- "module": "src/text-area/text-area.ts"
37928
+ "name": "Tabs",
37929
+ "module": "src/tabs/tabs.ts"
37957
37930
  }
37958
37931
  },
37959
37932
  {
37960
- "kind": "method",
37961
- "name": "autofocusChanged",
37962
- "privacy": "private",
37963
- "return": {
37964
- "type": {
37965
- "text": "void"
37966
- }
37933
+ "kind": "field",
37934
+ "name": "tabIds",
37935
+ "type": {
37936
+ "text": "Array<string>"
37967
37937
  },
37938
+ "privacy": "private",
37968
37939
  "inheritedFrom": {
37969
- "name": "TextArea",
37970
- "module": "src/text-area/text-area.ts"
37940
+ "name": "Tabs",
37941
+ "module": "src/tabs/tabs.ts"
37971
37942
  }
37972
37943
  },
37973
37944
  {
37974
37945
  "kind": "field",
37975
- "name": "formId",
37946
+ "name": "tabpanelIds",
37976
37947
  "type": {
37977
- "text": "string"
37948
+ "text": "Array<string>"
37978
37949
  },
37979
- "privacy": "public",
37980
- "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",
37950
+ "privacy": "private",
37981
37951
  "inheritedFrom": {
37982
- "name": "TextArea",
37983
- "module": "src/text-area/text-area.ts"
37952
+ "name": "Tabs",
37953
+ "module": "src/tabs/tabs.ts"
37984
37954
  }
37985
37955
  },
37986
37956
  {
37987
37957
  "kind": "field",
37988
- "name": "list",
37989
- "type": {
37990
- "text": "string"
37991
- },
37992
- "privacy": "public",
37993
- "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}.",
37958
+ "name": "change",
37959
+ "privacy": "private",
37994
37960
  "inheritedFrom": {
37995
- "name": "TextArea",
37996
- "module": "src/text-area/text-area.ts"
37961
+ "name": "Tabs",
37962
+ "module": "src/tabs/tabs.ts"
37997
37963
  }
37998
37964
  },
37999
37965
  {
38000
- "kind": "method",
38001
- "name": "listChanged",
37966
+ "kind": "field",
37967
+ "name": "isDisabledElement",
38002
37968
  "privacy": "private",
38003
- "return": {
38004
- "type": {
38005
- "text": "void"
38006
- }
38007
- },
38008
37969
  "inheritedFrom": {
38009
- "name": "TextArea",
38010
- "module": "src/text-area/text-area.ts"
37970
+ "name": "Tabs",
37971
+ "module": "src/tabs/tabs.ts"
38011
37972
  }
38012
37973
  },
38013
37974
  {
38014
37975
  "kind": "field",
38015
- "name": "maxlength",
38016
- "type": {
38017
- "text": "number"
38018
- },
38019
- "privacy": "public",
38020
- "description": "The maximum number of characters a user can enter.",
37976
+ "name": "isHiddenElement",
37977
+ "privacy": "private",
38021
37978
  "inheritedFrom": {
38022
- "name": "TextArea",
38023
- "module": "src/text-area/text-area.ts"
37979
+ "name": "Tabs",
37980
+ "module": "src/tabs/tabs.ts"
37981
+ }
37982
+ },
37983
+ {
37984
+ "kind": "field",
37985
+ "name": "isFocusableElement",
37986
+ "privacy": "private",
37987
+ "inheritedFrom": {
37988
+ "name": "Tabs",
37989
+ "module": "src/tabs/tabs.ts"
38024
37990
  }
38025
37991
  },
38026
37992
  {
38027
37993
  "kind": "method",
38028
- "name": "maxlengthChanged",
37994
+ "name": "getActiveIndex",
38029
37995
  "privacy": "private",
38030
37996
  "return": {
38031
37997
  "type": {
38032
- "text": "void"
37998
+ "text": "number"
38033
37999
  }
38034
38000
  },
38035
38001
  "inheritedFrom": {
38036
- "name": "TextArea",
38037
- "module": "src/text-area/text-area.ts"
38002
+ "name": "Tabs",
38003
+ "module": "src/tabs/tabs.ts"
38038
38004
  }
38039
38005
  },
38040
38006
  {
38041
38007
  "kind": "field",
38042
- "name": "minlength",
38043
- "type": {
38044
- "text": "number"
38045
- },
38046
- "privacy": "public",
38047
- "description": "The minimum number of characters a user can enter.",
38008
+ "name": "setTabs",
38009
+ "privacy": "private",
38048
38010
  "inheritedFrom": {
38049
- "name": "TextArea",
38050
- "module": "src/text-area/text-area.ts"
38011
+ "name": "Tabs",
38012
+ "module": "src/tabs/tabs.ts"
38013
+ }
38014
+ },
38015
+ {
38016
+ "kind": "field",
38017
+ "name": "setTabPanels",
38018
+ "privacy": "private",
38019
+ "inheritedFrom": {
38020
+ "name": "Tabs",
38021
+ "module": "src/tabs/tabs.ts"
38051
38022
  }
38052
38023
  },
38053
38024
  {
38054
38025
  "kind": "method",
38055
- "name": "minlengthChanged",
38026
+ "name": "getTabIds",
38056
38027
  "privacy": "private",
38057
38028
  "return": {
38058
38029
  "type": {
38059
- "text": "void"
38030
+ "text": "Array<string>"
38060
38031
  }
38061
38032
  },
38062
38033
  "inheritedFrom": {
38063
- "name": "TextArea",
38064
- "module": "src/text-area/text-area.ts"
38034
+ "name": "Tabs",
38035
+ "module": "src/tabs/tabs.ts"
38065
38036
  }
38066
38037
  },
38067
38038
  {
38068
- "kind": "field",
38069
- "name": "name",
38070
- "type": {
38071
- "text": "string"
38039
+ "kind": "method",
38040
+ "name": "getTabPanelIds",
38041
+ "privacy": "private",
38042
+ "return": {
38043
+ "type": {
38044
+ "text": "Array<string>"
38045
+ }
38072
38046
  },
38073
- "privacy": "public",
38074
- "description": "The name of the element.",
38075
38047
  "inheritedFrom": {
38076
- "name": "TextArea",
38077
- "module": "src/text-area/text-area.ts"
38048
+ "name": "Tabs",
38049
+ "module": "src/tabs/tabs.ts"
38078
38050
  }
38079
38051
  },
38080
38052
  {
38081
- "kind": "field",
38082
- "name": "placeholder",
38083
- "type": {
38084
- "text": "string"
38053
+ "kind": "method",
38054
+ "name": "setComponent",
38055
+ "privacy": "private",
38056
+ "return": {
38057
+ "type": {
38058
+ "text": "void"
38059
+ }
38085
38060
  },
38086
- "privacy": "public",
38087
- "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
38088
38061
  "inheritedFrom": {
38089
- "name": "TextArea",
38090
- "module": "src/text-area/text-area.ts"
38062
+ "name": "Tabs",
38063
+ "module": "src/tabs/tabs.ts"
38091
38064
  }
38092
38065
  },
38093
38066
  {
38094
38067
  "kind": "field",
38095
- "name": "cols",
38096
- "type": {
38097
- "text": "number"
38098
- },
38099
- "privacy": "public",
38100
- "default": "20",
38101
- "description": "Sizes the element horizontally by a number of character columns.",
38068
+ "name": "handleTabClick",
38069
+ "privacy": "private",
38102
38070
  "inheritedFrom": {
38103
- "name": "TextArea",
38104
- "module": "src/text-area/text-area.ts"
38071
+ "name": "Tabs",
38072
+ "module": "src/tabs/tabs.ts"
38105
38073
  }
38106
38074
  },
38107
38075
  {
38108
- "kind": "field",
38109
- "name": "rows",
38110
- "type": {
38111
- "text": "number"
38076
+ "kind": "method",
38077
+ "name": "isHorizontal",
38078
+ "privacy": "private",
38079
+ "return": {
38080
+ "type": {
38081
+ "text": "boolean"
38082
+ }
38112
38083
  },
38113
- "privacy": "public",
38114
- "description": "Sizes the element vertically by a number of character rows.",
38115
38084
  "inheritedFrom": {
38116
- "name": "TextArea",
38117
- "module": "src/text-area/text-area.ts"
38085
+ "name": "Tabs",
38086
+ "module": "src/tabs/tabs.ts"
38118
38087
  }
38119
38088
  },
38120
38089
  {
38121
38090
  "kind": "field",
38122
- "name": "spellcheck",
38123
- "type": {
38124
- "text": "boolean"
38125
- },
38126
- "privacy": "public",
38127
- "description": "Sets if the element is eligible for spell checking\nbut the UA.",
38091
+ "name": "handleTabKeyDown",
38092
+ "privacy": "private",
38128
38093
  "inheritedFrom": {
38129
- "name": "TextArea",
38130
- "module": "src/text-area/text-area.ts"
38094
+ "name": "Tabs",
38095
+ "module": "src/tabs/tabs.ts"
38131
38096
  }
38132
38097
  },
38133
38098
  {
38134
38099
  "kind": "method",
38135
- "name": "spellcheckChanged",
38100
+ "name": "handleActiveIndicatorPosition",
38136
38101
  "privacy": "private",
38137
- "return": {
38138
- "type": {
38139
- "text": "void"
38140
- }
38141
- },
38142
38102
  "inheritedFrom": {
38143
- "name": "TextArea",
38144
- "module": "src/text-area/text-area.ts"
38103
+ "name": "Tabs",
38104
+ "module": "src/tabs/tabs.ts"
38145
38105
  }
38146
38106
  },
38147
38107
  {
38148
38108
  "kind": "method",
38149
- "name": "select",
38150
- "privacy": "public",
38109
+ "name": "animateActiveIndicator",
38110
+ "privacy": "private",
38151
38111
  "return": {
38152
38112
  "type": {
38153
38113
  "text": "void"
38154
38114
  }
38155
38115
  },
38156
- "description": "Selects all the text in the text area",
38157
38116
  "inheritedFrom": {
38158
- "name": "TextArea",
38159
- "module": "src/text-area/text-area.ts"
38117
+ "name": "Tabs",
38118
+ "module": "src/tabs/tabs.ts"
38160
38119
  }
38161
38120
  },
38162
38121
  {
38163
38122
  "kind": "method",
38164
- "name": "validate",
38123
+ "name": "adjust",
38165
38124
  "privacy": "public",
38166
38125
  "return": {
38167
38126
  "type": {
38168
38127
  "text": "void"
38169
38128
  }
38170
38129
  },
38171
- "description": "{@inheritDoc (FormAssociated:interface).validate}",
38130
+ "parameters": [
38131
+ {
38132
+ "name": "adjustment",
38133
+ "type": {
38134
+ "text": "number"
38135
+ }
38136
+ }
38137
+ ],
38138
+ "description": "The adjust method for FASTTabs",
38172
38139
  "inheritedFrom": {
38173
- "name": "TextArea",
38174
- "module": "src/text-area/text-area.ts"
38140
+ "name": "Tabs",
38141
+ "module": "src/tabs/tabs.ts"
38175
38142
  }
38176
38143
  },
38177
38144
  {
38178
38145
  "kind": "field",
38179
- "name": "proxy",
38146
+ "name": "adjustForward",
38147
+ "privacy": "private",
38180
38148
  "inheritedFrom": {
38181
- "name": "TextArea",
38182
- "module": "src/text-area/text-area.ts"
38149
+ "name": "Tabs",
38150
+ "module": "src/tabs/tabs.ts"
38151
+ }
38152
+ },
38153
+ {
38154
+ "kind": "field",
38155
+ "name": "adjustBackward",
38156
+ "privacy": "private",
38157
+ "inheritedFrom": {
38158
+ "name": "Tabs",
38159
+ "module": "src/tabs/tabs.ts"
38160
+ }
38161
+ },
38162
+ {
38163
+ "kind": "field",
38164
+ "name": "moveToTabByIndex",
38165
+ "privacy": "private",
38166
+ "inheritedFrom": {
38167
+ "name": "Tabs",
38168
+ "module": "src/tabs/tabs.ts"
38169
+ }
38170
+ },
38171
+ {
38172
+ "kind": "method",
38173
+ "name": "focusTab",
38174
+ "privacy": "private",
38175
+ "return": {
38176
+ "type": {
38177
+ "text": "void"
38178
+ }
38179
+ },
38180
+ "inheritedFrom": {
38181
+ "name": "Tabs",
38182
+ "module": "src/tabs/tabs.ts"
38183
38183
  }
38184
38184
  },
38185
38185
  {
@@ -38191,8 +38191,8 @@
38191
38191
  "privacy": "private",
38192
38192
  "default": "void 0",
38193
38193
  "inheritedFrom": {
38194
- "name": "TextArea",
38195
- "module": "src/text-area/text-area.ts"
38194
+ "name": "FoundationElement",
38195
+ "module": "src/foundation-element/foundation-element.ts"
38196
38196
  }
38197
38197
  },
38198
38198
  {
@@ -38204,8 +38204,8 @@
38204
38204
  "privacy": "public",
38205
38205
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
38206
38206
  "inheritedFrom": {
38207
- "name": "TextArea",
38208
- "module": "src/text-area/text-area.ts"
38207
+ "name": "FoundationElement",
38208
+ "module": "src/foundation-element/foundation-element.ts"
38209
38209
  }
38210
38210
  },
38211
38211
  {
@@ -38217,8 +38217,8 @@
38217
38217
  "privacy": "public",
38218
38218
  "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.",
38219
38219
  "inheritedFrom": {
38220
- "name": "TextArea",
38221
- "module": "src/text-area/text-area.ts"
38220
+ "name": "FoundationElement",
38221
+ "module": "src/foundation-element/foundation-element.ts"
38222
38222
  }
38223
38223
  },
38224
38224
  {
@@ -38231,8 +38231,8 @@
38231
38231
  }
38232
38232
  },
38233
38233
  "inheritedFrom": {
38234
- "name": "TextArea",
38235
- "module": "src/text-area/text-area.ts"
38234
+ "name": "FoundationElement",
38235
+ "module": "src/foundation-element/foundation-element.ts"
38236
38236
  }
38237
38237
  },
38238
38238
  {
@@ -38244,8 +38244,8 @@
38244
38244
  "privacy": "public",
38245
38245
  "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.",
38246
38246
  "inheritedFrom": {
38247
- "name": "TextArea",
38248
- "module": "src/text-area/text-area.ts"
38247
+ "name": "FoundationElement",
38248
+ "module": "src/foundation-element/foundation-element.ts"
38249
38249
  }
38250
38250
  },
38251
38251
  {
@@ -38258,8 +38258,8 @@
38258
38258
  }
38259
38259
  },
38260
38260
  "inheritedFrom": {
38261
- "name": "TextArea",
38262
- "module": "src/text-area/text-area.ts"
38261
+ "name": "FoundationElement",
38262
+ "module": "src/foundation-element/foundation-element.ts"
38263
38263
  }
38264
38264
  },
38265
38265
  {
@@ -38289,25 +38289,25 @@
38289
38289
  ],
38290
38290
  "description": "Defines an element registry function with a set of element definition defaults.",
38291
38291
  "inheritedFrom": {
38292
- "name": "TextArea",
38293
- "module": "src/text-area/text-area.ts"
38292
+ "name": "FoundationElement",
38293
+ "module": "src/foundation-element/foundation-element.ts"
38294
38294
  }
38295
38295
  }
38296
38296
  ],
38297
38297
  "events": [
38298
38298
  {
38299
- "description": "Emits a custom 'change' event when the textarea emits a change event",
38299
+ "description": "Fires a custom 'change' event when a tab is clicked or during keyboard navigation",
38300
38300
  "name": "change",
38301
38301
  "inheritedFrom": {
38302
- "name": "TextArea",
38303
- "module": "src/text-area/text-area.ts"
38302
+ "name": "Tabs",
38303
+ "module": "src/tabs/tabs.ts"
38304
38304
  }
38305
38305
  }
38306
38306
  ]
38307
38307
  },
38308
38308
  {
38309
38309
  "kind": "variable",
38310
- "name": "foundationTextAreaShadowOptions",
38310
+ "name": "foundationTabsShadowOptions",
38311
38311
  "type": {
38312
38312
  "text": "ShadowRootInit"
38313
38313
  },
@@ -38315,7 +38315,7 @@
38315
38315
  },
38316
38316
  {
38317
38317
  "kind": "variable",
38318
- "name": "defaultTextAreaConfig",
38318
+ "name": "defaultTabsConfig",
38319
38319
  "type": {
38320
38320
  "text": "object"
38321
38321
  },
@@ -38323,42 +38323,42 @@
38323
38323
  },
38324
38324
  {
38325
38325
  "kind": "variable",
38326
- "name": "foundationTextArea",
38327
- "description": "The Foundation Text Area",
38326
+ "name": "foundationTabs",
38327
+ "description": "The Foundation Tabs",
38328
38328
  "privacy": "public"
38329
38329
  }
38330
38330
  ],
38331
38331
  "exports": [
38332
38332
  {
38333
38333
  "kind": "js",
38334
- "name": "TextArea",
38334
+ "name": "Tabs",
38335
38335
  "declaration": {
38336
- "name": "TextArea",
38337
- "module": "src/text-area/text-area.ts"
38336
+ "name": "Tabs",
38337
+ "module": "src/tabs/tabs.ts"
38338
38338
  }
38339
38339
  },
38340
38340
  {
38341
38341
  "kind": "js",
38342
- "name": "foundationTextAreaShadowOptions",
38342
+ "name": "foundationTabsShadowOptions",
38343
38343
  "declaration": {
38344
- "name": "foundationTextAreaShadowOptions",
38345
- "module": "src/text-area/text-area.ts"
38344
+ "name": "foundationTabsShadowOptions",
38345
+ "module": "src/tabs/tabs.ts"
38346
38346
  }
38347
38347
  },
38348
38348
  {
38349
38349
  "kind": "js",
38350
- "name": "defaultTextAreaConfig",
38350
+ "name": "defaultTabsConfig",
38351
38351
  "declaration": {
38352
- "name": "defaultTextAreaConfig",
38353
- "module": "src/text-area/text-area.ts"
38352
+ "name": "defaultTabsConfig",
38353
+ "module": "src/tabs/tabs.ts"
38354
38354
  }
38355
38355
  },
38356
38356
  {
38357
38357
  "kind": "js",
38358
- "name": "foundationTextArea",
38358
+ "name": "foundationTabs",
38359
38359
  "declaration": {
38360
- "name": "foundationTextArea",
38361
- "module": "src/text-area/text-area.ts"
38360
+ "name": "foundationTabs",
38361
+ "module": "src/tabs/tabs.ts"
38362
38362
  }
38363
38363
  }
38364
38364
  ]