@genesislcap/foundation-ui 14.228.1 → 14.228.2-alpha-6b809f3.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 +938 -938
  2. package/package.json +16 -16
@@ -864,6 +864,219 @@
864
864
  }
865
865
  ]
866
866
  },
867
+ {
868
+ "kind": "javascript-module",
869
+ "path": "src/_config/index.ts",
870
+ "declarations": [],
871
+ "exports": [
872
+ {
873
+ "kind": "js",
874
+ "name": "*",
875
+ "declaration": {
876
+ "name": "*",
877
+ "package": "./styles"
878
+ }
879
+ },
880
+ {
881
+ "kind": "js",
882
+ "name": "*",
883
+ "declaration": {
884
+ "name": "*",
885
+ "package": "./tokens"
886
+ }
887
+ },
888
+ {
889
+ "kind": "js",
890
+ "name": "*",
891
+ "declaration": {
892
+ "name": "*",
893
+ "package": "./values"
894
+ }
895
+ }
896
+ ]
897
+ },
898
+ {
899
+ "kind": "javascript-module",
900
+ "path": "src/accordion/accordion.styles.ts",
901
+ "declarations": [
902
+ {
903
+ "kind": "function",
904
+ "name": "foundationAccordionStyles",
905
+ "return": {
906
+ "type": {
907
+ "text": "ElementStyles"
908
+ }
909
+ },
910
+ "parameters": [
911
+ {
912
+ "name": "context",
913
+ "type": {
914
+ "text": "ElementDefinitionContext"
915
+ }
916
+ },
917
+ {
918
+ "name": "definition",
919
+ "type": {
920
+ "text": "FoundationElementDefinition"
921
+ }
922
+ }
923
+ ]
924
+ }
925
+ ],
926
+ "exports": [
927
+ {
928
+ "kind": "js",
929
+ "name": "foundationAccordionStyles",
930
+ "declaration": {
931
+ "name": "foundationAccordionStyles",
932
+ "module": "src/accordion/accordion.styles.ts"
933
+ }
934
+ }
935
+ ]
936
+ },
937
+ {
938
+ "kind": "javascript-module",
939
+ "path": "src/accordion/accordion.template.ts",
940
+ "declarations": [
941
+ {
942
+ "kind": "function",
943
+ "name": "foundationAccordionTemplate",
944
+ "return": {
945
+ "type": {
946
+ "text": "ViewTemplate<Accordion>"
947
+ }
948
+ },
949
+ "parameters": [
950
+ {
951
+ "name": "context",
952
+ "type": {
953
+ "text": "ElementDefinitionContext"
954
+ }
955
+ },
956
+ {
957
+ "name": "definition",
958
+ "type": {
959
+ "text": "FoundationElementDefinition"
960
+ }
961
+ }
962
+ ]
963
+ }
964
+ ],
965
+ "exports": [
966
+ {
967
+ "kind": "js",
968
+ "name": "foundationAccordionTemplate",
969
+ "declaration": {
970
+ "name": "foundationAccordionTemplate",
971
+ "module": "src/accordion/accordion.template.ts"
972
+ }
973
+ }
974
+ ]
975
+ },
976
+ {
977
+ "kind": "javascript-module",
978
+ "path": "src/accordion/accordion.ts",
979
+ "declarations": [
980
+ {
981
+ "kind": "class",
982
+ "description": "",
983
+ "name": "Accordion",
984
+ "superclass": {
985
+ "name": "FASTAccordion",
986
+ "package": "@microsoft/fast-foundation"
987
+ },
988
+ "tagName": "%%prefix%%-accordion",
989
+ "customElement": true
990
+ },
991
+ {
992
+ "kind": "variable",
993
+ "name": "foundationAccordionShadowOptions",
994
+ "type": {
995
+ "text": "ShadowRootInit"
996
+ },
997
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
998
+ },
999
+ {
1000
+ "kind": "variable",
1001
+ "name": "defaultAccordionConfig",
1002
+ "type": {
1003
+ "text": "object"
1004
+ },
1005
+ "default": "{}"
1006
+ },
1007
+ {
1008
+ "kind": "variable",
1009
+ "name": "foundationAccordion",
1010
+ "description": "The Foundation Accordion",
1011
+ "privacy": "public"
1012
+ }
1013
+ ],
1014
+ "exports": [
1015
+ {
1016
+ "kind": "js",
1017
+ "name": "Accordion",
1018
+ "declaration": {
1019
+ "name": "Accordion",
1020
+ "module": "src/accordion/accordion.ts"
1021
+ }
1022
+ },
1023
+ {
1024
+ "kind": "js",
1025
+ "name": "foundationAccordionShadowOptions",
1026
+ "declaration": {
1027
+ "name": "foundationAccordionShadowOptions",
1028
+ "module": "src/accordion/accordion.ts"
1029
+ }
1030
+ },
1031
+ {
1032
+ "kind": "js",
1033
+ "name": "defaultAccordionConfig",
1034
+ "declaration": {
1035
+ "name": "defaultAccordionConfig",
1036
+ "module": "src/accordion/accordion.ts"
1037
+ }
1038
+ },
1039
+ {
1040
+ "kind": "js",
1041
+ "name": "foundationAccordion",
1042
+ "declaration": {
1043
+ "name": "foundationAccordion",
1044
+ "module": "src/accordion/accordion.ts"
1045
+ }
1046
+ }
1047
+ ]
1048
+ },
1049
+ {
1050
+ "kind": "javascript-module",
1051
+ "path": "src/accordion/index.ts",
1052
+ "declarations": [],
1053
+ "exports": [
1054
+ {
1055
+ "kind": "js",
1056
+ "name": "*",
1057
+ "declaration": {
1058
+ "name": "*",
1059
+ "package": "./accordion.template"
1060
+ }
1061
+ },
1062
+ {
1063
+ "kind": "js",
1064
+ "name": "*",
1065
+ "declaration": {
1066
+ "name": "*",
1067
+ "package": "./accordion.styles"
1068
+ }
1069
+ },
1070
+ {
1071
+ "kind": "js",
1072
+ "name": "*",
1073
+ "declaration": {
1074
+ "name": "*",
1075
+ "package": "./accordion"
1076
+ }
1077
+ }
1078
+ ]
1079
+ },
867
1080
  {
868
1081
  "kind": "javascript-module",
869
1082
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -3927,219 +4140,6 @@
3927
4140
  }
3928
4141
  ]
3929
4142
  },
3930
- {
3931
- "kind": "javascript-module",
3932
- "path": "src/accordion/accordion.styles.ts",
3933
- "declarations": [
3934
- {
3935
- "kind": "function",
3936
- "name": "foundationAccordionStyles",
3937
- "return": {
3938
- "type": {
3939
- "text": "ElementStyles"
3940
- }
3941
- },
3942
- "parameters": [
3943
- {
3944
- "name": "context",
3945
- "type": {
3946
- "text": "ElementDefinitionContext"
3947
- }
3948
- },
3949
- {
3950
- "name": "definition",
3951
- "type": {
3952
- "text": "FoundationElementDefinition"
3953
- }
3954
- }
3955
- ]
3956
- }
3957
- ],
3958
- "exports": [
3959
- {
3960
- "kind": "js",
3961
- "name": "foundationAccordionStyles",
3962
- "declaration": {
3963
- "name": "foundationAccordionStyles",
3964
- "module": "src/accordion/accordion.styles.ts"
3965
- }
3966
- }
3967
- ]
3968
- },
3969
- {
3970
- "kind": "javascript-module",
3971
- "path": "src/accordion/accordion.template.ts",
3972
- "declarations": [
3973
- {
3974
- "kind": "function",
3975
- "name": "foundationAccordionTemplate",
3976
- "return": {
3977
- "type": {
3978
- "text": "ViewTemplate<Accordion>"
3979
- }
3980
- },
3981
- "parameters": [
3982
- {
3983
- "name": "context",
3984
- "type": {
3985
- "text": "ElementDefinitionContext"
3986
- }
3987
- },
3988
- {
3989
- "name": "definition",
3990
- "type": {
3991
- "text": "FoundationElementDefinition"
3992
- }
3993
- }
3994
- ]
3995
- }
3996
- ],
3997
- "exports": [
3998
- {
3999
- "kind": "js",
4000
- "name": "foundationAccordionTemplate",
4001
- "declaration": {
4002
- "name": "foundationAccordionTemplate",
4003
- "module": "src/accordion/accordion.template.ts"
4004
- }
4005
- }
4006
- ]
4007
- },
4008
- {
4009
- "kind": "javascript-module",
4010
- "path": "src/accordion/accordion.ts",
4011
- "declarations": [
4012
- {
4013
- "kind": "class",
4014
- "description": "",
4015
- "name": "Accordion",
4016
- "superclass": {
4017
- "name": "FASTAccordion",
4018
- "package": "@microsoft/fast-foundation"
4019
- },
4020
- "tagName": "%%prefix%%-accordion",
4021
- "customElement": true
4022
- },
4023
- {
4024
- "kind": "variable",
4025
- "name": "foundationAccordionShadowOptions",
4026
- "type": {
4027
- "text": "ShadowRootInit"
4028
- },
4029
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4030
- },
4031
- {
4032
- "kind": "variable",
4033
- "name": "defaultAccordionConfig",
4034
- "type": {
4035
- "text": "object"
4036
- },
4037
- "default": "{}"
4038
- },
4039
- {
4040
- "kind": "variable",
4041
- "name": "foundationAccordion",
4042
- "description": "The Foundation Accordion",
4043
- "privacy": "public"
4044
- }
4045
- ],
4046
- "exports": [
4047
- {
4048
- "kind": "js",
4049
- "name": "Accordion",
4050
- "declaration": {
4051
- "name": "Accordion",
4052
- "module": "src/accordion/accordion.ts"
4053
- }
4054
- },
4055
- {
4056
- "kind": "js",
4057
- "name": "foundationAccordionShadowOptions",
4058
- "declaration": {
4059
- "name": "foundationAccordionShadowOptions",
4060
- "module": "src/accordion/accordion.ts"
4061
- }
4062
- },
4063
- {
4064
- "kind": "js",
4065
- "name": "defaultAccordionConfig",
4066
- "declaration": {
4067
- "name": "defaultAccordionConfig",
4068
- "module": "src/accordion/accordion.ts"
4069
- }
4070
- },
4071
- {
4072
- "kind": "js",
4073
- "name": "foundationAccordion",
4074
- "declaration": {
4075
- "name": "foundationAccordion",
4076
- "module": "src/accordion/accordion.ts"
4077
- }
4078
- }
4079
- ]
4080
- },
4081
- {
4082
- "kind": "javascript-module",
4083
- "path": "src/accordion/index.ts",
4084
- "declarations": [],
4085
- "exports": [
4086
- {
4087
- "kind": "js",
4088
- "name": "*",
4089
- "declaration": {
4090
- "name": "*",
4091
- "package": "./accordion.template"
4092
- }
4093
- },
4094
- {
4095
- "kind": "js",
4096
- "name": "*",
4097
- "declaration": {
4098
- "name": "*",
4099
- "package": "./accordion.styles"
4100
- }
4101
- },
4102
- {
4103
- "kind": "js",
4104
- "name": "*",
4105
- "declaration": {
4106
- "name": "*",
4107
- "package": "./accordion"
4108
- }
4109
- }
4110
- ]
4111
- },
4112
- {
4113
- "kind": "javascript-module",
4114
- "path": "src/_config/index.ts",
4115
- "declarations": [],
4116
- "exports": [
4117
- {
4118
- "kind": "js",
4119
- "name": "*",
4120
- "declaration": {
4121
- "name": "*",
4122
- "package": "./styles"
4123
- }
4124
- },
4125
- {
4126
- "kind": "js",
4127
- "name": "*",
4128
- "declaration": {
4129
- "name": "*",
4130
- "package": "./tokens"
4131
- }
4132
- },
4133
- {
4134
- "kind": "js",
4135
- "name": "*",
4136
- "declaration": {
4137
- "name": "*",
4138
- "package": "./values"
4139
- }
4140
- }
4141
- ]
4142
- },
4143
4143
  {
4144
4144
  "kind": "javascript-module",
4145
4145
  "path": "src/avatar/avatar.styles.ts",
@@ -36126,235 +36126,6 @@
36126
36126
  }
36127
36127
  ]
36128
36128
  },
36129
- {
36130
- "kind": "javascript-module",
36131
- "path": "src/stepper-tab-panel/index.ts",
36132
- "declarations": [],
36133
- "exports": [
36134
- {
36135
- "kind": "js",
36136
- "name": "*",
36137
- "declaration": {
36138
- "name": "*",
36139
- "package": "./stepper-tab-panel.template"
36140
- }
36141
- },
36142
- {
36143
- "kind": "js",
36144
- "name": "*",
36145
- "declaration": {
36146
- "name": "*",
36147
- "package": "./stepper-tab-panel"
36148
- }
36149
- }
36150
- ]
36151
- },
36152
- {
36153
- "kind": "javascript-module",
36154
- "path": "src/stepper-tab-panel/stepper-tab-panel.template.ts",
36155
- "declarations": [
36156
- {
36157
- "kind": "function",
36158
- "name": "foundationStepperTabPanelTemplate"
36159
- }
36160
- ],
36161
- "exports": [
36162
- {
36163
- "kind": "js",
36164
- "name": "foundationStepperTabPanelTemplate",
36165
- "declaration": {
36166
- "name": "foundationStepperTabPanelTemplate",
36167
- "module": "src/stepper-tab-panel/stepper-tab-panel.template.ts"
36168
- }
36169
- }
36170
- ]
36171
- },
36172
- {
36173
- "kind": "javascript-module",
36174
- "path": "src/stepper-tab-panel/stepper-tab-panel.ts",
36175
- "declarations": [
36176
- {
36177
- "kind": "class",
36178
- "description": "",
36179
- "name": "StepperTabPanel",
36180
- "superclass": {
36181
- "name": "FoundationElement",
36182
- "package": "@microsoft/fast-foundation"
36183
- },
36184
- "tagName": "%%prefix%%-stepper-tab-panel",
36185
- "customElement": true,
36186
- "members": [
36187
- {
36188
- "kind": "field",
36189
- "name": "_presentation",
36190
- "type": {
36191
- "text": "ComponentPresentation | null | undefined"
36192
- },
36193
- "privacy": "private",
36194
- "default": "void 0",
36195
- "inheritedFrom": {
36196
- "name": "FoundationElement",
36197
- "module": "src/foundation-element/foundation-element.ts"
36198
- }
36199
- },
36200
- {
36201
- "kind": "field",
36202
- "name": "$presentation",
36203
- "type": {
36204
- "text": "ComponentPresentation | null"
36205
- },
36206
- "privacy": "public",
36207
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
36208
- "inheritedFrom": {
36209
- "name": "FoundationElement",
36210
- "module": "src/foundation-element/foundation-element.ts"
36211
- }
36212
- },
36213
- {
36214
- "kind": "field",
36215
- "name": "template",
36216
- "type": {
36217
- "text": "ElementViewTemplate | void | null"
36218
- },
36219
- "privacy": "public",
36220
- "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.",
36221
- "inheritedFrom": {
36222
- "name": "FoundationElement",
36223
- "module": "src/foundation-element/foundation-element.ts"
36224
- }
36225
- },
36226
- {
36227
- "kind": "method",
36228
- "name": "templateChanged",
36229
- "privacy": "protected",
36230
- "return": {
36231
- "type": {
36232
- "text": "void"
36233
- }
36234
- },
36235
- "inheritedFrom": {
36236
- "name": "FoundationElement",
36237
- "module": "src/foundation-element/foundation-element.ts"
36238
- }
36239
- },
36240
- {
36241
- "kind": "field",
36242
- "name": "styles",
36243
- "type": {
36244
- "text": "ElementStyles | void | null"
36245
- },
36246
- "privacy": "public",
36247
- "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.",
36248
- "inheritedFrom": {
36249
- "name": "FoundationElement",
36250
- "module": "src/foundation-element/foundation-element.ts"
36251
- }
36252
- },
36253
- {
36254
- "kind": "method",
36255
- "name": "stylesChanged",
36256
- "privacy": "protected",
36257
- "return": {
36258
- "type": {
36259
- "text": "void"
36260
- }
36261
- },
36262
- "inheritedFrom": {
36263
- "name": "FoundationElement",
36264
- "module": "src/foundation-element/foundation-element.ts"
36265
- }
36266
- },
36267
- {
36268
- "kind": "method",
36269
- "name": "compose",
36270
- "privacy": "public",
36271
- "static": true,
36272
- "return": {
36273
- "type": {
36274
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
36275
- }
36276
- },
36277
- "parameters": [
36278
- {
36279
- "name": "this",
36280
- "type": {
36281
- "text": "K"
36282
- }
36283
- },
36284
- {
36285
- "name": "elementDefinition",
36286
- "type": {
36287
- "text": "T"
36288
- },
36289
- "description": "The definition of the element to create the registry\nfunction for."
36290
- }
36291
- ],
36292
- "description": "Defines an element registry function with a set of element definition defaults.",
36293
- "inheritedFrom": {
36294
- "name": "FoundationElement",
36295
- "module": "src/foundation-element/foundation-element.ts"
36296
- }
36297
- }
36298
- ]
36299
- },
36300
- {
36301
- "kind": "variable",
36302
- "name": "foundationStepperTabPanelShadowOptions",
36303
- "type": {
36304
- "text": "ShadowRootInit"
36305
- },
36306
- "default": "undefined"
36307
- },
36308
- {
36309
- "kind": "variable",
36310
- "name": "defaultStepperTabPanelConfig",
36311
- "type": {
36312
- "text": "object"
36313
- },
36314
- "default": "{}"
36315
- },
36316
- {
36317
- "kind": "variable",
36318
- "name": "foundationStepperTabPanel",
36319
- "description": "The Foundation Stepper Tab Panel",
36320
- "privacy": "public"
36321
- }
36322
- ],
36323
- "exports": [
36324
- {
36325
- "kind": "js",
36326
- "name": "StepperTabPanel",
36327
- "declaration": {
36328
- "name": "StepperTabPanel",
36329
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36330
- }
36331
- },
36332
- {
36333
- "kind": "js",
36334
- "name": "foundationStepperTabPanelShadowOptions",
36335
- "declaration": {
36336
- "name": "foundationStepperTabPanelShadowOptions",
36337
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36338
- }
36339
- },
36340
- {
36341
- "kind": "js",
36342
- "name": "defaultStepperTabPanelConfig",
36343
- "declaration": {
36344
- "name": "defaultStepperTabPanelConfig",
36345
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36346
- }
36347
- },
36348
- {
36349
- "kind": "js",
36350
- "name": "foundationStepperTabPanel",
36351
- "declaration": {
36352
- "name": "foundationStepperTabPanel",
36353
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36354
- }
36355
- }
36356
- ]
36357
- },
36358
36129
  {
36359
36130
  "kind": "javascript-module",
36360
36131
  "path": "src/stepper-tab/index.ts",
@@ -36791,6 +36562,235 @@
36791
36562
  }
36792
36563
  ]
36793
36564
  },
36565
+ {
36566
+ "kind": "javascript-module",
36567
+ "path": "src/stepper-tab-panel/index.ts",
36568
+ "declarations": [],
36569
+ "exports": [
36570
+ {
36571
+ "kind": "js",
36572
+ "name": "*",
36573
+ "declaration": {
36574
+ "name": "*",
36575
+ "package": "./stepper-tab-panel.template"
36576
+ }
36577
+ },
36578
+ {
36579
+ "kind": "js",
36580
+ "name": "*",
36581
+ "declaration": {
36582
+ "name": "*",
36583
+ "package": "./stepper-tab-panel"
36584
+ }
36585
+ }
36586
+ ]
36587
+ },
36588
+ {
36589
+ "kind": "javascript-module",
36590
+ "path": "src/stepper-tab-panel/stepper-tab-panel.template.ts",
36591
+ "declarations": [
36592
+ {
36593
+ "kind": "function",
36594
+ "name": "foundationStepperTabPanelTemplate"
36595
+ }
36596
+ ],
36597
+ "exports": [
36598
+ {
36599
+ "kind": "js",
36600
+ "name": "foundationStepperTabPanelTemplate",
36601
+ "declaration": {
36602
+ "name": "foundationStepperTabPanelTemplate",
36603
+ "module": "src/stepper-tab-panel/stepper-tab-panel.template.ts"
36604
+ }
36605
+ }
36606
+ ]
36607
+ },
36608
+ {
36609
+ "kind": "javascript-module",
36610
+ "path": "src/stepper-tab-panel/stepper-tab-panel.ts",
36611
+ "declarations": [
36612
+ {
36613
+ "kind": "class",
36614
+ "description": "",
36615
+ "name": "StepperTabPanel",
36616
+ "superclass": {
36617
+ "name": "FoundationElement",
36618
+ "package": "@microsoft/fast-foundation"
36619
+ },
36620
+ "tagName": "%%prefix%%-stepper-tab-panel",
36621
+ "customElement": true,
36622
+ "members": [
36623
+ {
36624
+ "kind": "field",
36625
+ "name": "_presentation",
36626
+ "type": {
36627
+ "text": "ComponentPresentation | null | undefined"
36628
+ },
36629
+ "privacy": "private",
36630
+ "default": "void 0",
36631
+ "inheritedFrom": {
36632
+ "name": "FoundationElement",
36633
+ "module": "src/foundation-element/foundation-element.ts"
36634
+ }
36635
+ },
36636
+ {
36637
+ "kind": "field",
36638
+ "name": "$presentation",
36639
+ "type": {
36640
+ "text": "ComponentPresentation | null"
36641
+ },
36642
+ "privacy": "public",
36643
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
36644
+ "inheritedFrom": {
36645
+ "name": "FoundationElement",
36646
+ "module": "src/foundation-element/foundation-element.ts"
36647
+ }
36648
+ },
36649
+ {
36650
+ "kind": "field",
36651
+ "name": "template",
36652
+ "type": {
36653
+ "text": "ElementViewTemplate | void | null"
36654
+ },
36655
+ "privacy": "public",
36656
+ "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.",
36657
+ "inheritedFrom": {
36658
+ "name": "FoundationElement",
36659
+ "module": "src/foundation-element/foundation-element.ts"
36660
+ }
36661
+ },
36662
+ {
36663
+ "kind": "method",
36664
+ "name": "templateChanged",
36665
+ "privacy": "protected",
36666
+ "return": {
36667
+ "type": {
36668
+ "text": "void"
36669
+ }
36670
+ },
36671
+ "inheritedFrom": {
36672
+ "name": "FoundationElement",
36673
+ "module": "src/foundation-element/foundation-element.ts"
36674
+ }
36675
+ },
36676
+ {
36677
+ "kind": "field",
36678
+ "name": "styles",
36679
+ "type": {
36680
+ "text": "ElementStyles | void | null"
36681
+ },
36682
+ "privacy": "public",
36683
+ "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.",
36684
+ "inheritedFrom": {
36685
+ "name": "FoundationElement",
36686
+ "module": "src/foundation-element/foundation-element.ts"
36687
+ }
36688
+ },
36689
+ {
36690
+ "kind": "method",
36691
+ "name": "stylesChanged",
36692
+ "privacy": "protected",
36693
+ "return": {
36694
+ "type": {
36695
+ "text": "void"
36696
+ }
36697
+ },
36698
+ "inheritedFrom": {
36699
+ "name": "FoundationElement",
36700
+ "module": "src/foundation-element/foundation-element.ts"
36701
+ }
36702
+ },
36703
+ {
36704
+ "kind": "method",
36705
+ "name": "compose",
36706
+ "privacy": "public",
36707
+ "static": true,
36708
+ "return": {
36709
+ "type": {
36710
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
36711
+ }
36712
+ },
36713
+ "parameters": [
36714
+ {
36715
+ "name": "this",
36716
+ "type": {
36717
+ "text": "K"
36718
+ }
36719
+ },
36720
+ {
36721
+ "name": "elementDefinition",
36722
+ "type": {
36723
+ "text": "T"
36724
+ },
36725
+ "description": "The definition of the element to create the registry\nfunction for."
36726
+ }
36727
+ ],
36728
+ "description": "Defines an element registry function with a set of element definition defaults.",
36729
+ "inheritedFrom": {
36730
+ "name": "FoundationElement",
36731
+ "module": "src/foundation-element/foundation-element.ts"
36732
+ }
36733
+ }
36734
+ ]
36735
+ },
36736
+ {
36737
+ "kind": "variable",
36738
+ "name": "foundationStepperTabPanelShadowOptions",
36739
+ "type": {
36740
+ "text": "ShadowRootInit"
36741
+ },
36742
+ "default": "undefined"
36743
+ },
36744
+ {
36745
+ "kind": "variable",
36746
+ "name": "defaultStepperTabPanelConfig",
36747
+ "type": {
36748
+ "text": "object"
36749
+ },
36750
+ "default": "{}"
36751
+ },
36752
+ {
36753
+ "kind": "variable",
36754
+ "name": "foundationStepperTabPanel",
36755
+ "description": "The Foundation Stepper Tab Panel",
36756
+ "privacy": "public"
36757
+ }
36758
+ ],
36759
+ "exports": [
36760
+ {
36761
+ "kind": "js",
36762
+ "name": "StepperTabPanel",
36763
+ "declaration": {
36764
+ "name": "StepperTabPanel",
36765
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36766
+ }
36767
+ },
36768
+ {
36769
+ "kind": "js",
36770
+ "name": "foundationStepperTabPanelShadowOptions",
36771
+ "declaration": {
36772
+ "name": "foundationStepperTabPanelShadowOptions",
36773
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36774
+ }
36775
+ },
36776
+ {
36777
+ "kind": "js",
36778
+ "name": "defaultStepperTabPanelConfig",
36779
+ "declaration": {
36780
+ "name": "defaultStepperTabPanelConfig",
36781
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36782
+ }
36783
+ },
36784
+ {
36785
+ "kind": "js",
36786
+ "name": "foundationStepperTabPanel",
36787
+ "declaration": {
36788
+ "name": "foundationStepperTabPanel",
36789
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36790
+ }
36791
+ }
36792
+ ]
36793
+ },
36794
36794
  {
36795
36795
  "kind": "javascript-module",
36796
36796
  "path": "src/switch/index.ts",
@@ -37763,7 +37763,7 @@
37763
37763
  },
37764
37764
  {
37765
37765
  "kind": "javascript-module",
37766
- "path": "src/text-area/index.ts",
37766
+ "path": "src/tabs/index.ts",
37767
37767
  "declarations": [],
37768
37768
  "exports": [
37769
37769
  {
@@ -37771,7 +37771,7 @@
37771
37771
  "name": "*",
37772
37772
  "declaration": {
37773
37773
  "name": "*",
37774
- "package": "./text-area.template"
37774
+ "package": "./tabs.template"
37775
37775
  }
37776
37776
  },
37777
37777
  {
@@ -37779,7 +37779,7 @@
37779
37779
  "name": "*",
37780
37780
  "declaration": {
37781
37781
  "name": "*",
37782
- "package": "./text-area.styles"
37782
+ "package": "./tabs.styles"
37783
37783
  }
37784
37784
  },
37785
37785
  {
@@ -37787,18 +37787,18 @@
37787
37787
  "name": "*",
37788
37788
  "declaration": {
37789
37789
  "name": "*",
37790
- "package": "./text-area"
37790
+ "package": "./tabs"
37791
37791
  }
37792
37792
  }
37793
37793
  ]
37794
37794
  },
37795
37795
  {
37796
37796
  "kind": "javascript-module",
37797
- "path": "src/text-area/text-area.styles.ts",
37797
+ "path": "src/tabs/tabs.styles.ts",
37798
37798
  "declarations": [
37799
37799
  {
37800
37800
  "kind": "function",
37801
- "name": "foundationTextAreaStyles",
37801
+ "name": "foundationTabsStyles",
37802
37802
  "return": {
37803
37803
  "type": {
37804
37804
  "text": "ElementStyles"
@@ -37823,24 +37823,24 @@
37823
37823
  "exports": [
37824
37824
  {
37825
37825
  "kind": "js",
37826
- "name": "foundationTextAreaStyles",
37826
+ "name": "foundationTabsStyles",
37827
37827
  "declaration": {
37828
- "name": "foundationTextAreaStyles",
37829
- "module": "src/text-area/text-area.styles.ts"
37828
+ "name": "foundationTabsStyles",
37829
+ "module": "src/tabs/tabs.styles.ts"
37830
37830
  }
37831
37831
  }
37832
37832
  ]
37833
37833
  },
37834
37834
  {
37835
37835
  "kind": "javascript-module",
37836
- "path": "src/text-area/text-area.template.ts",
37836
+ "path": "src/tabs/tabs.template.ts",
37837
37837
  "declarations": [
37838
37838
  {
37839
37839
  "kind": "function",
37840
- "name": "foundationTextAreaTemplate",
37840
+ "name": "foundationTabsTemplate",
37841
37841
  "return": {
37842
37842
  "type": {
37843
- "text": "ViewTemplate<TextArea>"
37843
+ "text": "ViewTemplate<Tabs>"
37844
37844
  }
37845
37845
  },
37846
37846
  "parameters": [
@@ -37862,380 +37862,410 @@
37862
37862
  "exports": [
37863
37863
  {
37864
37864
  "kind": "js",
37865
- "name": "foundationTextAreaTemplate",
37865
+ "name": "foundationTabsTemplate",
37866
37866
  "declaration": {
37867
- "name": "foundationTextAreaTemplate",
37868
- "module": "src/text-area/text-area.template.ts"
37867
+ "name": "foundationTabsTemplate",
37868
+ "module": "src/tabs/tabs.template.ts"
37869
37869
  }
37870
37870
  }
37871
37871
  ]
37872
37872
  },
37873
37873
  {
37874
37874
  "kind": "javascript-module",
37875
- "path": "src/text-area/text-area.ts",
37875
+ "path": "src/tabs/tabs.ts",
37876
37876
  "declarations": [
37877
37877
  {
37878
37878
  "kind": "class",
37879
37879
  "description": "",
37880
- "name": "TextArea",
37880
+ "name": "Tabs",
37881
37881
  "superclass": {
37882
- "name": "FASTTextArea",
37882
+ "name": "FASTTabs",
37883
37883
  "package": "@microsoft/fast-components"
37884
37884
  },
37885
- "tagName": "%%prefix%%-text-area",
37885
+ "tagName": "%%prefix%%-tabs",
37886
37886
  "customElement": true,
37887
37887
  "attributes": [
37888
37888
  {
37889
+ "name": "orientation",
37889
37890
  "type": {
37890
- "text": "boolean"
37891
+ "text": "TabsOrientation"
37891
37892
  },
37892
- "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.",
37893
- "fieldName": "readOnly",
37894
- "default": "20",
37893
+ "description": "The orientation",
37894
+ "fieldName": "orientation",
37895
37895
  "inheritedFrom": {
37896
- "name": "TextArea",
37897
- "module": "src/text-area/text-area.ts"
37896
+ "name": "Tabs",
37897
+ "module": "src/tabs/tabs.ts"
37898
37898
  }
37899
37899
  },
37900
37900
  {
37901
- "name": "resize",
37901
+ "name": "activeid",
37902
37902
  "type": {
37903
- "text": "TextAreaResize"
37903
+ "text": "string"
37904
37904
  },
37905
- "description": "The resize mode of the element.",
37906
- "fieldName": "resize",
37905
+ "description": "The id of the active tab",
37906
+ "fieldName": "activeid",
37907
37907
  "inheritedFrom": {
37908
- "name": "TextArea",
37909
- "module": "src/text-area/text-area.ts"
37908
+ "name": "Tabs",
37909
+ "module": "src/tabs/tabs.ts"
37910
37910
  }
37911
37911
  },
37912
37912
  {
37913
- "name": "form",
37914
37913
  "type": {
37915
- "text": "string"
37914
+ "text": "boolean"
37916
37915
  },
37917
- "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",
37918
- "fieldName": "formId",
37916
+ "default": "true",
37917
+ "description": "Whether or not to show the active indicator",
37918
+ "fieldName": "activeindicator",
37919
37919
  "inheritedFrom": {
37920
- "name": "TextArea",
37921
- "module": "src/text-area/text-area.ts"
37920
+ "name": "Tabs",
37921
+ "module": "src/tabs/tabs.ts"
37922
37922
  }
37923
- },
37923
+ }
37924
+ ],
37925
+ "members": [
37924
37926
  {
37925
- "name": "list",
37927
+ "kind": "field",
37928
+ "name": "orientation",
37926
37929
  "type": {
37927
- "text": "string"
37930
+ "text": "TabsOrientation"
37928
37931
  },
37929
- "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.",
37930
- "fieldName": "list",
37932
+ "privacy": "public",
37933
+ "description": "The orientation",
37931
37934
  "inheritedFrom": {
37932
- "name": "TextArea",
37933
- "module": "src/text-area/text-area.ts"
37935
+ "name": "Tabs",
37936
+ "module": "src/tabs/tabs.ts"
37934
37937
  }
37935
37938
  },
37936
37939
  {
37937
- "name": "name",
37940
+ "kind": "field",
37941
+ "name": "activeid",
37938
37942
  "type": {
37939
37943
  "text": "string"
37940
37944
  },
37941
- "description": "The name of the element.",
37942
- "fieldName": "name",
37945
+ "privacy": "public",
37946
+ "description": "The id of the active tab",
37943
37947
  "inheritedFrom": {
37944
- "name": "TextArea",
37945
- "module": "src/text-area/text-area.ts"
37948
+ "name": "Tabs",
37949
+ "module": "src/tabs/tabs.ts"
37946
37950
  }
37947
37951
  },
37948
37952
  {
37949
- "name": "placeholder",
37953
+ "kind": "field",
37954
+ "name": "activeindicator",
37950
37955
  "type": {
37951
- "text": "string"
37956
+ "text": "boolean"
37952
37957
  },
37953
- "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
37954
- "fieldName": "placeholder",
37958
+ "privacy": "public",
37959
+ "default": "true",
37960
+ "description": "Whether or not to show the active indicator",
37955
37961
  "inheritedFrom": {
37956
- "name": "TextArea",
37957
- "module": "src/text-area/text-area.ts"
37962
+ "name": "Tabs",
37963
+ "module": "src/tabs/tabs.ts"
37958
37964
  }
37959
- }
37960
- ],
37961
- "members": [
37965
+ },
37962
37966
  {
37963
37967
  "kind": "field",
37964
- "name": "readOnly",
37968
+ "name": "activetab",
37965
37969
  "type": {
37966
- "text": "boolean"
37970
+ "text": "HTMLElement"
37967
37971
  },
37968
37972
  "privacy": "public",
37969
- "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.",
37973
+ "description": "A reference to the active tab",
37970
37974
  "inheritedFrom": {
37971
- "name": "TextArea",
37972
- "module": "src/text-area/text-area.ts"
37975
+ "name": "Tabs",
37976
+ "module": "src/tabs/tabs.ts"
37973
37977
  }
37974
37978
  },
37975
37979
  {
37976
- "kind": "method",
37977
- "name": "readOnlyChanged",
37978
- "privacy": "private",
37979
- "return": {
37980
- "type": {
37981
- "text": "void"
37982
- }
37980
+ "kind": "field",
37981
+ "name": "prevActiveTabIndex",
37982
+ "type": {
37983
+ "text": "number"
37983
37984
  },
37985
+ "privacy": "private",
37986
+ "default": "0",
37984
37987
  "inheritedFrom": {
37985
- "name": "TextArea",
37986
- "module": "src/text-area/text-area.ts"
37988
+ "name": "Tabs",
37989
+ "module": "src/tabs/tabs.ts"
37987
37990
  }
37988
37991
  },
37989
37992
  {
37990
37993
  "kind": "field",
37991
- "name": "resize",
37994
+ "name": "activeTabIndex",
37992
37995
  "type": {
37993
- "text": "TextAreaResize"
37996
+ "text": "number"
37994
37997
  },
37995
- "privacy": "public",
37996
- "description": "The resize mode of the element.",
37998
+ "privacy": "private",
37999
+ "default": "0",
37997
38000
  "inheritedFrom": {
37998
- "name": "TextArea",
37999
- "module": "src/text-area/text-area.ts"
38001
+ "name": "Tabs",
38002
+ "module": "src/tabs/tabs.ts"
38000
38003
  }
38001
38004
  },
38002
38005
  {
38003
38006
  "kind": "field",
38004
- "name": "autofocus",
38007
+ "name": "ticking",
38005
38008
  "type": {
38006
38009
  "text": "boolean"
38007
38010
  },
38008
- "privacy": "public",
38009
- "description": "Indicates that this element should get focus after the page finishes loading.",
38011
+ "privacy": "private",
38012
+ "default": "false",
38010
38013
  "inheritedFrom": {
38011
- "name": "TextArea",
38012
- "module": "src/text-area/text-area.ts"
38014
+ "name": "Tabs",
38015
+ "module": "src/tabs/tabs.ts"
38013
38016
  }
38014
38017
  },
38015
38018
  {
38016
- "kind": "method",
38017
- "name": "autofocusChanged",
38018
- "privacy": "private",
38019
- "return": {
38020
- "type": {
38021
- "text": "void"
38022
- }
38019
+ "kind": "field",
38020
+ "name": "tabIds",
38021
+ "type": {
38022
+ "text": "Array<string>"
38023
38023
  },
38024
+ "privacy": "private",
38024
38025
  "inheritedFrom": {
38025
- "name": "TextArea",
38026
- "module": "src/text-area/text-area.ts"
38026
+ "name": "Tabs",
38027
+ "module": "src/tabs/tabs.ts"
38027
38028
  }
38028
38029
  },
38029
38030
  {
38030
38031
  "kind": "field",
38031
- "name": "formId",
38032
+ "name": "tabpanelIds",
38032
38033
  "type": {
38033
- "text": "string"
38034
+ "text": "Array<string>"
38034
38035
  },
38035
- "privacy": "public",
38036
- "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",
38036
+ "privacy": "private",
38037
38037
  "inheritedFrom": {
38038
- "name": "TextArea",
38039
- "module": "src/text-area/text-area.ts"
38038
+ "name": "Tabs",
38039
+ "module": "src/tabs/tabs.ts"
38040
38040
  }
38041
38041
  },
38042
38042
  {
38043
38043
  "kind": "field",
38044
- "name": "list",
38045
- "type": {
38046
- "text": "string"
38047
- },
38048
- "privacy": "public",
38049
- "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}.",
38044
+ "name": "change",
38045
+ "privacy": "private",
38050
38046
  "inheritedFrom": {
38051
- "name": "TextArea",
38052
- "module": "src/text-area/text-area.ts"
38047
+ "name": "Tabs",
38048
+ "module": "src/tabs/tabs.ts"
38053
38049
  }
38054
38050
  },
38055
38051
  {
38056
- "kind": "method",
38057
- "name": "listChanged",
38052
+ "kind": "field",
38053
+ "name": "isDisabledElement",
38058
38054
  "privacy": "private",
38059
- "return": {
38060
- "type": {
38061
- "text": "void"
38062
- }
38063
- },
38064
38055
  "inheritedFrom": {
38065
- "name": "TextArea",
38066
- "module": "src/text-area/text-area.ts"
38056
+ "name": "Tabs",
38057
+ "module": "src/tabs/tabs.ts"
38067
38058
  }
38068
38059
  },
38069
38060
  {
38070
38061
  "kind": "field",
38071
- "name": "maxlength",
38072
- "type": {
38073
- "text": "number"
38074
- },
38075
- "privacy": "public",
38076
- "description": "The maximum number of characters a user can enter.",
38062
+ "name": "isHiddenElement",
38063
+ "privacy": "private",
38077
38064
  "inheritedFrom": {
38078
- "name": "TextArea",
38079
- "module": "src/text-area/text-area.ts"
38065
+ "name": "Tabs",
38066
+ "module": "src/tabs/tabs.ts"
38067
+ }
38068
+ },
38069
+ {
38070
+ "kind": "field",
38071
+ "name": "isFocusableElement",
38072
+ "privacy": "private",
38073
+ "inheritedFrom": {
38074
+ "name": "Tabs",
38075
+ "module": "src/tabs/tabs.ts"
38080
38076
  }
38081
38077
  },
38082
38078
  {
38083
38079
  "kind": "method",
38084
- "name": "maxlengthChanged",
38080
+ "name": "getActiveIndex",
38085
38081
  "privacy": "private",
38086
38082
  "return": {
38087
38083
  "type": {
38088
- "text": "void"
38084
+ "text": "number"
38089
38085
  }
38090
38086
  },
38091
38087
  "inheritedFrom": {
38092
- "name": "TextArea",
38093
- "module": "src/text-area/text-area.ts"
38088
+ "name": "Tabs",
38089
+ "module": "src/tabs/tabs.ts"
38094
38090
  }
38095
38091
  },
38096
38092
  {
38097
38093
  "kind": "field",
38098
- "name": "minlength",
38099
- "type": {
38100
- "text": "number"
38101
- },
38102
- "privacy": "public",
38103
- "description": "The minimum number of characters a user can enter.",
38094
+ "name": "setTabs",
38095
+ "privacy": "private",
38104
38096
  "inheritedFrom": {
38105
- "name": "TextArea",
38106
- "module": "src/text-area/text-area.ts"
38097
+ "name": "Tabs",
38098
+ "module": "src/tabs/tabs.ts"
38099
+ }
38100
+ },
38101
+ {
38102
+ "kind": "field",
38103
+ "name": "setTabPanels",
38104
+ "privacy": "private",
38105
+ "inheritedFrom": {
38106
+ "name": "Tabs",
38107
+ "module": "src/tabs/tabs.ts"
38107
38108
  }
38108
38109
  },
38109
38110
  {
38110
38111
  "kind": "method",
38111
- "name": "minlengthChanged",
38112
+ "name": "getTabIds",
38112
38113
  "privacy": "private",
38113
38114
  "return": {
38114
38115
  "type": {
38115
- "text": "void"
38116
+ "text": "Array<string>"
38116
38117
  }
38117
38118
  },
38118
38119
  "inheritedFrom": {
38119
- "name": "TextArea",
38120
- "module": "src/text-area/text-area.ts"
38120
+ "name": "Tabs",
38121
+ "module": "src/tabs/tabs.ts"
38121
38122
  }
38122
38123
  },
38123
38124
  {
38124
- "kind": "field",
38125
- "name": "name",
38126
- "type": {
38127
- "text": "string"
38125
+ "kind": "method",
38126
+ "name": "getTabPanelIds",
38127
+ "privacy": "private",
38128
+ "return": {
38129
+ "type": {
38130
+ "text": "Array<string>"
38131
+ }
38128
38132
  },
38129
- "privacy": "public",
38130
- "description": "The name of the element.",
38131
38133
  "inheritedFrom": {
38132
- "name": "TextArea",
38133
- "module": "src/text-area/text-area.ts"
38134
+ "name": "Tabs",
38135
+ "module": "src/tabs/tabs.ts"
38134
38136
  }
38135
38137
  },
38136
38138
  {
38137
- "kind": "field",
38138
- "name": "placeholder",
38139
- "type": {
38140
- "text": "string"
38139
+ "kind": "method",
38140
+ "name": "setComponent",
38141
+ "privacy": "private",
38142
+ "return": {
38143
+ "type": {
38144
+ "text": "void"
38145
+ }
38141
38146
  },
38142
- "privacy": "public",
38143
- "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
38144
38147
  "inheritedFrom": {
38145
- "name": "TextArea",
38146
- "module": "src/text-area/text-area.ts"
38148
+ "name": "Tabs",
38149
+ "module": "src/tabs/tabs.ts"
38147
38150
  }
38148
38151
  },
38149
38152
  {
38150
38153
  "kind": "field",
38151
- "name": "cols",
38152
- "type": {
38153
- "text": "number"
38154
- },
38155
- "privacy": "public",
38156
- "default": "20",
38157
- "description": "Sizes the element horizontally by a number of character columns.",
38154
+ "name": "handleTabClick",
38155
+ "privacy": "private",
38158
38156
  "inheritedFrom": {
38159
- "name": "TextArea",
38160
- "module": "src/text-area/text-area.ts"
38157
+ "name": "Tabs",
38158
+ "module": "src/tabs/tabs.ts"
38161
38159
  }
38162
38160
  },
38163
38161
  {
38164
- "kind": "field",
38165
- "name": "rows",
38166
- "type": {
38167
- "text": "number"
38162
+ "kind": "method",
38163
+ "name": "isHorizontal",
38164
+ "privacy": "private",
38165
+ "return": {
38166
+ "type": {
38167
+ "text": "boolean"
38168
+ }
38168
38169
  },
38169
- "privacy": "public",
38170
- "description": "Sizes the element vertically by a number of character rows.",
38171
38170
  "inheritedFrom": {
38172
- "name": "TextArea",
38173
- "module": "src/text-area/text-area.ts"
38171
+ "name": "Tabs",
38172
+ "module": "src/tabs/tabs.ts"
38174
38173
  }
38175
38174
  },
38176
38175
  {
38177
38176
  "kind": "field",
38178
- "name": "spellcheck",
38179
- "type": {
38180
- "text": "boolean"
38181
- },
38182
- "privacy": "public",
38183
- "description": "Sets if the element is eligible for spell checking\nbut the UA.",
38177
+ "name": "handleTabKeyDown",
38178
+ "privacy": "private",
38184
38179
  "inheritedFrom": {
38185
- "name": "TextArea",
38186
- "module": "src/text-area/text-area.ts"
38180
+ "name": "Tabs",
38181
+ "module": "src/tabs/tabs.ts"
38187
38182
  }
38188
38183
  },
38189
38184
  {
38190
38185
  "kind": "method",
38191
- "name": "spellcheckChanged",
38186
+ "name": "handleActiveIndicatorPosition",
38192
38187
  "privacy": "private",
38193
- "return": {
38194
- "type": {
38195
- "text": "void"
38196
- }
38197
- },
38198
38188
  "inheritedFrom": {
38199
- "name": "TextArea",
38200
- "module": "src/text-area/text-area.ts"
38189
+ "name": "Tabs",
38190
+ "module": "src/tabs/tabs.ts"
38201
38191
  }
38202
38192
  },
38203
38193
  {
38204
38194
  "kind": "method",
38205
- "name": "select",
38206
- "privacy": "public",
38195
+ "name": "animateActiveIndicator",
38196
+ "privacy": "private",
38207
38197
  "return": {
38208
38198
  "type": {
38209
38199
  "text": "void"
38210
38200
  }
38211
38201
  },
38212
- "description": "Selects all the text in the text area",
38213
38202
  "inheritedFrom": {
38214
- "name": "TextArea",
38215
- "module": "src/text-area/text-area.ts"
38203
+ "name": "Tabs",
38204
+ "module": "src/tabs/tabs.ts"
38216
38205
  }
38217
38206
  },
38218
38207
  {
38219
38208
  "kind": "method",
38220
- "name": "validate",
38209
+ "name": "adjust",
38221
38210
  "privacy": "public",
38222
38211
  "return": {
38223
38212
  "type": {
38224
38213
  "text": "void"
38225
38214
  }
38226
38215
  },
38227
- "description": "{@inheritDoc (FormAssociated:interface).validate}",
38216
+ "parameters": [
38217
+ {
38218
+ "name": "adjustment",
38219
+ "type": {
38220
+ "text": "number"
38221
+ }
38222
+ }
38223
+ ],
38224
+ "description": "The adjust method for FASTTabs",
38228
38225
  "inheritedFrom": {
38229
- "name": "TextArea",
38230
- "module": "src/text-area/text-area.ts"
38226
+ "name": "Tabs",
38227
+ "module": "src/tabs/tabs.ts"
38231
38228
  }
38232
38229
  },
38233
38230
  {
38234
38231
  "kind": "field",
38235
- "name": "proxy",
38232
+ "name": "adjustForward",
38233
+ "privacy": "private",
38236
38234
  "inheritedFrom": {
38237
- "name": "TextArea",
38238
- "module": "src/text-area/text-area.ts"
38235
+ "name": "Tabs",
38236
+ "module": "src/tabs/tabs.ts"
38237
+ }
38238
+ },
38239
+ {
38240
+ "kind": "field",
38241
+ "name": "adjustBackward",
38242
+ "privacy": "private",
38243
+ "inheritedFrom": {
38244
+ "name": "Tabs",
38245
+ "module": "src/tabs/tabs.ts"
38246
+ }
38247
+ },
38248
+ {
38249
+ "kind": "field",
38250
+ "name": "moveToTabByIndex",
38251
+ "privacy": "private",
38252
+ "inheritedFrom": {
38253
+ "name": "Tabs",
38254
+ "module": "src/tabs/tabs.ts"
38255
+ }
38256
+ },
38257
+ {
38258
+ "kind": "method",
38259
+ "name": "focusTab",
38260
+ "privacy": "private",
38261
+ "return": {
38262
+ "type": {
38263
+ "text": "void"
38264
+ }
38265
+ },
38266
+ "inheritedFrom": {
38267
+ "name": "Tabs",
38268
+ "module": "src/tabs/tabs.ts"
38239
38269
  }
38240
38270
  },
38241
38271
  {
@@ -38247,8 +38277,8 @@
38247
38277
  "privacy": "private",
38248
38278
  "default": "void 0",
38249
38279
  "inheritedFrom": {
38250
- "name": "TextArea",
38251
- "module": "src/text-area/text-area.ts"
38280
+ "name": "FoundationElement",
38281
+ "module": "src/foundation-element/foundation-element.ts"
38252
38282
  }
38253
38283
  },
38254
38284
  {
@@ -38260,8 +38290,8 @@
38260
38290
  "privacy": "public",
38261
38291
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
38262
38292
  "inheritedFrom": {
38263
- "name": "TextArea",
38264
- "module": "src/text-area/text-area.ts"
38293
+ "name": "FoundationElement",
38294
+ "module": "src/foundation-element/foundation-element.ts"
38265
38295
  }
38266
38296
  },
38267
38297
  {
@@ -38273,8 +38303,8 @@
38273
38303
  "privacy": "public",
38274
38304
  "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.",
38275
38305
  "inheritedFrom": {
38276
- "name": "TextArea",
38277
- "module": "src/text-area/text-area.ts"
38306
+ "name": "FoundationElement",
38307
+ "module": "src/foundation-element/foundation-element.ts"
38278
38308
  }
38279
38309
  },
38280
38310
  {
@@ -38287,8 +38317,8 @@
38287
38317
  }
38288
38318
  },
38289
38319
  "inheritedFrom": {
38290
- "name": "TextArea",
38291
- "module": "src/text-area/text-area.ts"
38320
+ "name": "FoundationElement",
38321
+ "module": "src/foundation-element/foundation-element.ts"
38292
38322
  }
38293
38323
  },
38294
38324
  {
@@ -38300,8 +38330,8 @@
38300
38330
  "privacy": "public",
38301
38331
  "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.",
38302
38332
  "inheritedFrom": {
38303
- "name": "TextArea",
38304
- "module": "src/text-area/text-area.ts"
38333
+ "name": "FoundationElement",
38334
+ "module": "src/foundation-element/foundation-element.ts"
38305
38335
  }
38306
38336
  },
38307
38337
  {
@@ -38314,8 +38344,8 @@
38314
38344
  }
38315
38345
  },
38316
38346
  "inheritedFrom": {
38317
- "name": "TextArea",
38318
- "module": "src/text-area/text-area.ts"
38347
+ "name": "FoundationElement",
38348
+ "module": "src/foundation-element/foundation-element.ts"
38319
38349
  }
38320
38350
  },
38321
38351
  {
@@ -38345,25 +38375,25 @@
38345
38375
  ],
38346
38376
  "description": "Defines an element registry function with a set of element definition defaults.",
38347
38377
  "inheritedFrom": {
38348
- "name": "TextArea",
38349
- "module": "src/text-area/text-area.ts"
38378
+ "name": "FoundationElement",
38379
+ "module": "src/foundation-element/foundation-element.ts"
38350
38380
  }
38351
38381
  }
38352
38382
  ],
38353
38383
  "events": [
38354
38384
  {
38355
- "description": "Emits a custom 'change' event when the textarea emits a change event",
38385
+ "description": "Fires a custom 'change' event when a tab is clicked or during keyboard navigation",
38356
38386
  "name": "change",
38357
38387
  "inheritedFrom": {
38358
- "name": "TextArea",
38359
- "module": "src/text-area/text-area.ts"
38388
+ "name": "Tabs",
38389
+ "module": "src/tabs/tabs.ts"
38360
38390
  }
38361
38391
  }
38362
38392
  ]
38363
38393
  },
38364
38394
  {
38365
38395
  "kind": "variable",
38366
- "name": "foundationTextAreaShadowOptions",
38396
+ "name": "foundationTabsShadowOptions",
38367
38397
  "type": {
38368
38398
  "text": "ShadowRootInit"
38369
38399
  },
@@ -38371,7 +38401,7 @@
38371
38401
  },
38372
38402
  {
38373
38403
  "kind": "variable",
38374
- "name": "defaultTextAreaConfig",
38404
+ "name": "defaultTabsConfig",
38375
38405
  "type": {
38376
38406
  "text": "object"
38377
38407
  },
@@ -38379,49 +38409,49 @@
38379
38409
  },
38380
38410
  {
38381
38411
  "kind": "variable",
38382
- "name": "foundationTextArea",
38383
- "description": "The Foundation Text Area",
38412
+ "name": "foundationTabs",
38413
+ "description": "The Foundation Tabs",
38384
38414
  "privacy": "public"
38385
38415
  }
38386
38416
  ],
38387
38417
  "exports": [
38388
38418
  {
38389
38419
  "kind": "js",
38390
- "name": "TextArea",
38420
+ "name": "Tabs",
38391
38421
  "declaration": {
38392
- "name": "TextArea",
38393
- "module": "src/text-area/text-area.ts"
38422
+ "name": "Tabs",
38423
+ "module": "src/tabs/tabs.ts"
38394
38424
  }
38395
38425
  },
38396
38426
  {
38397
38427
  "kind": "js",
38398
- "name": "foundationTextAreaShadowOptions",
38428
+ "name": "foundationTabsShadowOptions",
38399
38429
  "declaration": {
38400
- "name": "foundationTextAreaShadowOptions",
38401
- "module": "src/text-area/text-area.ts"
38430
+ "name": "foundationTabsShadowOptions",
38431
+ "module": "src/tabs/tabs.ts"
38402
38432
  }
38403
38433
  },
38404
38434
  {
38405
38435
  "kind": "js",
38406
- "name": "defaultTextAreaConfig",
38436
+ "name": "defaultTabsConfig",
38407
38437
  "declaration": {
38408
- "name": "defaultTextAreaConfig",
38409
- "module": "src/text-area/text-area.ts"
38438
+ "name": "defaultTabsConfig",
38439
+ "module": "src/tabs/tabs.ts"
38410
38440
  }
38411
38441
  },
38412
38442
  {
38413
38443
  "kind": "js",
38414
- "name": "foundationTextArea",
38444
+ "name": "foundationTabs",
38415
38445
  "declaration": {
38416
- "name": "foundationTextArea",
38417
- "module": "src/text-area/text-area.ts"
38446
+ "name": "foundationTabs",
38447
+ "module": "src/tabs/tabs.ts"
38418
38448
  }
38419
38449
  }
38420
38450
  ]
38421
38451
  },
38422
38452
  {
38423
38453
  "kind": "javascript-module",
38424
- "path": "src/tabs/index.ts",
38454
+ "path": "src/text-area/index.ts",
38425
38455
  "declarations": [],
38426
38456
  "exports": [
38427
38457
  {
@@ -38429,7 +38459,7 @@
38429
38459
  "name": "*",
38430
38460
  "declaration": {
38431
38461
  "name": "*",
38432
- "package": "./tabs.template"
38462
+ "package": "./text-area.template"
38433
38463
  }
38434
38464
  },
38435
38465
  {
@@ -38437,7 +38467,7 @@
38437
38467
  "name": "*",
38438
38468
  "declaration": {
38439
38469
  "name": "*",
38440
- "package": "./tabs.styles"
38470
+ "package": "./text-area.styles"
38441
38471
  }
38442
38472
  },
38443
38473
  {
@@ -38445,18 +38475,18 @@
38445
38475
  "name": "*",
38446
38476
  "declaration": {
38447
38477
  "name": "*",
38448
- "package": "./tabs"
38478
+ "package": "./text-area"
38449
38479
  }
38450
38480
  }
38451
38481
  ]
38452
38482
  },
38453
38483
  {
38454
38484
  "kind": "javascript-module",
38455
- "path": "src/tabs/tabs.styles.ts",
38485
+ "path": "src/text-area/text-area.styles.ts",
38456
38486
  "declarations": [
38457
38487
  {
38458
38488
  "kind": "function",
38459
- "name": "foundationTabsStyles",
38489
+ "name": "foundationTextAreaStyles",
38460
38490
  "return": {
38461
38491
  "type": {
38462
38492
  "text": "ElementStyles"
@@ -38481,24 +38511,24 @@
38481
38511
  "exports": [
38482
38512
  {
38483
38513
  "kind": "js",
38484
- "name": "foundationTabsStyles",
38514
+ "name": "foundationTextAreaStyles",
38485
38515
  "declaration": {
38486
- "name": "foundationTabsStyles",
38487
- "module": "src/tabs/tabs.styles.ts"
38516
+ "name": "foundationTextAreaStyles",
38517
+ "module": "src/text-area/text-area.styles.ts"
38488
38518
  }
38489
38519
  }
38490
38520
  ]
38491
38521
  },
38492
38522
  {
38493
38523
  "kind": "javascript-module",
38494
- "path": "src/tabs/tabs.template.ts",
38524
+ "path": "src/text-area/text-area.template.ts",
38495
38525
  "declarations": [
38496
38526
  {
38497
38527
  "kind": "function",
38498
- "name": "foundationTabsTemplate",
38528
+ "name": "foundationTextAreaTemplate",
38499
38529
  "return": {
38500
38530
  "type": {
38501
- "text": "ViewTemplate<Tabs>"
38531
+ "text": "ViewTemplate<TextArea>"
38502
38532
  }
38503
38533
  },
38504
38534
  "parameters": [
@@ -38520,282 +38550,253 @@
38520
38550
  "exports": [
38521
38551
  {
38522
38552
  "kind": "js",
38523
- "name": "foundationTabsTemplate",
38553
+ "name": "foundationTextAreaTemplate",
38524
38554
  "declaration": {
38525
- "name": "foundationTabsTemplate",
38526
- "module": "src/tabs/tabs.template.ts"
38555
+ "name": "foundationTextAreaTemplate",
38556
+ "module": "src/text-area/text-area.template.ts"
38527
38557
  }
38528
38558
  }
38529
38559
  ]
38530
38560
  },
38531
38561
  {
38532
38562
  "kind": "javascript-module",
38533
- "path": "src/tabs/tabs.ts",
38563
+ "path": "src/text-area/text-area.ts",
38534
38564
  "declarations": [
38535
38565
  {
38536
38566
  "kind": "class",
38537
38567
  "description": "",
38538
- "name": "Tabs",
38568
+ "name": "TextArea",
38539
38569
  "superclass": {
38540
- "name": "FASTTabs",
38570
+ "name": "FASTTextArea",
38541
38571
  "package": "@microsoft/fast-components"
38542
38572
  },
38543
- "tagName": "%%prefix%%-tabs",
38573
+ "tagName": "%%prefix%%-text-area",
38544
38574
  "customElement": true,
38545
38575
  "attributes": [
38546
38576
  {
38547
- "name": "orientation",
38548
38577
  "type": {
38549
- "text": "TabsOrientation"
38578
+ "text": "boolean"
38550
38579
  },
38551
- "description": "The orientation",
38552
- "fieldName": "orientation",
38580
+ "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.",
38581
+ "fieldName": "readOnly",
38582
+ "default": "20",
38553
38583
  "inheritedFrom": {
38554
- "name": "Tabs",
38555
- "module": "src/tabs/tabs.ts"
38584
+ "name": "TextArea",
38585
+ "module": "src/text-area/text-area.ts"
38556
38586
  }
38557
38587
  },
38558
38588
  {
38559
- "name": "activeid",
38589
+ "name": "resize",
38560
38590
  "type": {
38561
- "text": "string"
38591
+ "text": "TextAreaResize"
38562
38592
  },
38563
- "description": "The id of the active tab",
38564
- "fieldName": "activeid",
38593
+ "description": "The resize mode of the element.",
38594
+ "fieldName": "resize",
38565
38595
  "inheritedFrom": {
38566
- "name": "Tabs",
38567
- "module": "src/tabs/tabs.ts"
38596
+ "name": "TextArea",
38597
+ "module": "src/text-area/text-area.ts"
38568
38598
  }
38569
38599
  },
38570
38600
  {
38601
+ "name": "form",
38571
38602
  "type": {
38572
- "text": "boolean"
38603
+ "text": "string"
38573
38604
  },
38574
- "default": "true",
38575
- "description": "Whether or not to show the active indicator",
38576
- "fieldName": "activeindicator",
38605
+ "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",
38606
+ "fieldName": "formId",
38577
38607
  "inheritedFrom": {
38578
- "name": "Tabs",
38579
- "module": "src/tabs/tabs.ts"
38608
+ "name": "TextArea",
38609
+ "module": "src/text-area/text-area.ts"
38580
38610
  }
38581
- }
38582
- ],
38583
- "members": [
38611
+ },
38584
38612
  {
38585
- "kind": "field",
38586
- "name": "orientation",
38613
+ "name": "list",
38587
38614
  "type": {
38588
- "text": "TabsOrientation"
38615
+ "text": "string"
38589
38616
  },
38590
- "privacy": "public",
38591
- "description": "The orientation",
38617
+ "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.",
38618
+ "fieldName": "list",
38592
38619
  "inheritedFrom": {
38593
- "name": "Tabs",
38594
- "module": "src/tabs/tabs.ts"
38620
+ "name": "TextArea",
38621
+ "module": "src/text-area/text-area.ts"
38595
38622
  }
38596
38623
  },
38597
38624
  {
38598
- "kind": "field",
38599
- "name": "activeid",
38625
+ "name": "name",
38600
38626
  "type": {
38601
38627
  "text": "string"
38602
38628
  },
38603
- "privacy": "public",
38604
- "description": "The id of the active tab",
38629
+ "description": "The name of the element.",
38630
+ "fieldName": "name",
38605
38631
  "inheritedFrom": {
38606
- "name": "Tabs",
38607
- "module": "src/tabs/tabs.ts"
38632
+ "name": "TextArea",
38633
+ "module": "src/text-area/text-area.ts"
38608
38634
  }
38609
38635
  },
38610
38636
  {
38611
- "kind": "field",
38612
- "name": "activeindicator",
38637
+ "name": "placeholder",
38613
38638
  "type": {
38614
- "text": "boolean"
38639
+ "text": "string"
38615
38640
  },
38616
- "privacy": "public",
38617
- "default": "true",
38618
- "description": "Whether or not to show the active indicator",
38641
+ "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
38642
+ "fieldName": "placeholder",
38619
38643
  "inheritedFrom": {
38620
- "name": "Tabs",
38621
- "module": "src/tabs/tabs.ts"
38644
+ "name": "TextArea",
38645
+ "module": "src/text-area/text-area.ts"
38622
38646
  }
38623
- },
38647
+ }
38648
+ ],
38649
+ "members": [
38624
38650
  {
38625
38651
  "kind": "field",
38626
- "name": "activetab",
38652
+ "name": "readOnly",
38627
38653
  "type": {
38628
- "text": "HTMLElement"
38654
+ "text": "boolean"
38629
38655
  },
38630
38656
  "privacy": "public",
38631
- "description": "A reference to the active tab",
38657
+ "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.",
38632
38658
  "inheritedFrom": {
38633
- "name": "Tabs",
38634
- "module": "src/tabs/tabs.ts"
38659
+ "name": "TextArea",
38660
+ "module": "src/text-area/text-area.ts"
38635
38661
  }
38636
38662
  },
38637
38663
  {
38638
- "kind": "field",
38639
- "name": "prevActiveTabIndex",
38640
- "type": {
38641
- "text": "number"
38642
- },
38664
+ "kind": "method",
38665
+ "name": "readOnlyChanged",
38643
38666
  "privacy": "private",
38644
- "default": "0",
38667
+ "return": {
38668
+ "type": {
38669
+ "text": "void"
38670
+ }
38671
+ },
38645
38672
  "inheritedFrom": {
38646
- "name": "Tabs",
38647
- "module": "src/tabs/tabs.ts"
38673
+ "name": "TextArea",
38674
+ "module": "src/text-area/text-area.ts"
38648
38675
  }
38649
38676
  },
38650
38677
  {
38651
38678
  "kind": "field",
38652
- "name": "activeTabIndex",
38679
+ "name": "resize",
38653
38680
  "type": {
38654
- "text": "number"
38681
+ "text": "TextAreaResize"
38655
38682
  },
38656
- "privacy": "private",
38657
- "default": "0",
38683
+ "privacy": "public",
38684
+ "description": "The resize mode of the element.",
38658
38685
  "inheritedFrom": {
38659
- "name": "Tabs",
38660
- "module": "src/tabs/tabs.ts"
38686
+ "name": "TextArea",
38687
+ "module": "src/text-area/text-area.ts"
38661
38688
  }
38662
38689
  },
38663
38690
  {
38664
38691
  "kind": "field",
38665
- "name": "ticking",
38692
+ "name": "autofocus",
38666
38693
  "type": {
38667
38694
  "text": "boolean"
38668
38695
  },
38669
- "privacy": "private",
38670
- "default": "false",
38696
+ "privacy": "public",
38697
+ "description": "Indicates that this element should get focus after the page finishes loading.",
38671
38698
  "inheritedFrom": {
38672
- "name": "Tabs",
38673
- "module": "src/tabs/tabs.ts"
38699
+ "name": "TextArea",
38700
+ "module": "src/text-area/text-area.ts"
38674
38701
  }
38675
38702
  },
38676
38703
  {
38677
- "kind": "field",
38678
- "name": "tabIds",
38679
- "type": {
38680
- "text": "Array<string>"
38681
- },
38704
+ "kind": "method",
38705
+ "name": "autofocusChanged",
38682
38706
  "privacy": "private",
38707
+ "return": {
38708
+ "type": {
38709
+ "text": "void"
38710
+ }
38711
+ },
38683
38712
  "inheritedFrom": {
38684
- "name": "Tabs",
38685
- "module": "src/tabs/tabs.ts"
38713
+ "name": "TextArea",
38714
+ "module": "src/text-area/text-area.ts"
38686
38715
  }
38687
38716
  },
38688
38717
  {
38689
38718
  "kind": "field",
38690
- "name": "tabpanelIds",
38719
+ "name": "formId",
38691
38720
  "type": {
38692
- "text": "Array<string>"
38721
+ "text": "string"
38693
38722
  },
38694
- "privacy": "private",
38695
- "inheritedFrom": {
38696
- "name": "Tabs",
38697
- "module": "src/tabs/tabs.ts"
38698
- }
38699
- },
38700
- {
38701
- "kind": "field",
38702
- "name": "change",
38703
- "privacy": "private",
38704
- "inheritedFrom": {
38705
- "name": "Tabs",
38706
- "module": "src/tabs/tabs.ts"
38707
- }
38708
- },
38709
- {
38710
- "kind": "field",
38711
- "name": "isDisabledElement",
38712
- "privacy": "private",
38713
- "inheritedFrom": {
38714
- "name": "Tabs",
38715
- "module": "src/tabs/tabs.ts"
38716
- }
38717
- },
38718
- {
38719
- "kind": "field",
38720
- "name": "isHiddenElement",
38721
- "privacy": "private",
38723
+ "privacy": "public",
38724
+ "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",
38722
38725
  "inheritedFrom": {
38723
- "name": "Tabs",
38724
- "module": "src/tabs/tabs.ts"
38726
+ "name": "TextArea",
38727
+ "module": "src/text-area/text-area.ts"
38725
38728
  }
38726
38729
  },
38727
38730
  {
38728
38731
  "kind": "field",
38729
- "name": "isFocusableElement",
38730
- "privacy": "private",
38732
+ "name": "list",
38733
+ "type": {
38734
+ "text": "string"
38735
+ },
38736
+ "privacy": "public",
38737
+ "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}.",
38731
38738
  "inheritedFrom": {
38732
- "name": "Tabs",
38733
- "module": "src/tabs/tabs.ts"
38739
+ "name": "TextArea",
38740
+ "module": "src/text-area/text-area.ts"
38734
38741
  }
38735
38742
  },
38736
38743
  {
38737
38744
  "kind": "method",
38738
- "name": "getActiveIndex",
38745
+ "name": "listChanged",
38739
38746
  "privacy": "private",
38740
38747
  "return": {
38741
38748
  "type": {
38742
- "text": "number"
38749
+ "text": "void"
38743
38750
  }
38744
38751
  },
38745
38752
  "inheritedFrom": {
38746
- "name": "Tabs",
38747
- "module": "src/tabs/tabs.ts"
38748
- }
38749
- },
38750
- {
38751
- "kind": "field",
38752
- "name": "setTabs",
38753
- "privacy": "private",
38754
- "inheritedFrom": {
38755
- "name": "Tabs",
38756
- "module": "src/tabs/tabs.ts"
38753
+ "name": "TextArea",
38754
+ "module": "src/text-area/text-area.ts"
38757
38755
  }
38758
38756
  },
38759
38757
  {
38760
38758
  "kind": "field",
38761
- "name": "setTabPanels",
38762
- "privacy": "private",
38759
+ "name": "maxlength",
38760
+ "type": {
38761
+ "text": "number"
38762
+ },
38763
+ "privacy": "public",
38764
+ "description": "The maximum number of characters a user can enter.",
38763
38765
  "inheritedFrom": {
38764
- "name": "Tabs",
38765
- "module": "src/tabs/tabs.ts"
38766
+ "name": "TextArea",
38767
+ "module": "src/text-area/text-area.ts"
38766
38768
  }
38767
38769
  },
38768
38770
  {
38769
38771
  "kind": "method",
38770
- "name": "getTabIds",
38772
+ "name": "maxlengthChanged",
38771
38773
  "privacy": "private",
38772
38774
  "return": {
38773
38775
  "type": {
38774
- "text": "Array<string>"
38776
+ "text": "void"
38775
38777
  }
38776
38778
  },
38777
38779
  "inheritedFrom": {
38778
- "name": "Tabs",
38779
- "module": "src/tabs/tabs.ts"
38780
+ "name": "TextArea",
38781
+ "module": "src/text-area/text-area.ts"
38780
38782
  }
38781
38783
  },
38782
38784
  {
38783
- "kind": "method",
38784
- "name": "getTabPanelIds",
38785
- "privacy": "private",
38786
- "return": {
38787
- "type": {
38788
- "text": "Array<string>"
38789
- }
38785
+ "kind": "field",
38786
+ "name": "minlength",
38787
+ "type": {
38788
+ "text": "number"
38790
38789
  },
38790
+ "privacy": "public",
38791
+ "description": "The minimum number of characters a user can enter.",
38791
38792
  "inheritedFrom": {
38792
- "name": "Tabs",
38793
- "module": "src/tabs/tabs.ts"
38793
+ "name": "TextArea",
38794
+ "module": "src/text-area/text-area.ts"
38794
38795
  }
38795
38796
  },
38796
38797
  {
38797
38798
  "kind": "method",
38798
- "name": "setComponent",
38799
+ "name": "minlengthChanged",
38799
38800
  "privacy": "private",
38800
38801
  "return": {
38801
38802
  "type": {
@@ -38803,54 +38804,79 @@
38803
38804
  }
38804
38805
  },
38805
38806
  "inheritedFrom": {
38806
- "name": "Tabs",
38807
- "module": "src/tabs/tabs.ts"
38807
+ "name": "TextArea",
38808
+ "module": "src/text-area/text-area.ts"
38808
38809
  }
38809
38810
  },
38810
38811
  {
38811
38812
  "kind": "field",
38812
- "name": "handleTabClick",
38813
- "privacy": "private",
38813
+ "name": "name",
38814
+ "type": {
38815
+ "text": "string"
38816
+ },
38817
+ "privacy": "public",
38818
+ "description": "The name of the element.",
38814
38819
  "inheritedFrom": {
38815
- "name": "Tabs",
38816
- "module": "src/tabs/tabs.ts"
38820
+ "name": "TextArea",
38821
+ "module": "src/text-area/text-area.ts"
38817
38822
  }
38818
38823
  },
38819
38824
  {
38820
- "kind": "method",
38821
- "name": "isHorizontal",
38822
- "privacy": "private",
38823
- "return": {
38824
- "type": {
38825
- "text": "boolean"
38826
- }
38825
+ "kind": "field",
38826
+ "name": "placeholder",
38827
+ "type": {
38828
+ "text": "string"
38827
38829
  },
38830
+ "privacy": "public",
38831
+ "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
38828
38832
  "inheritedFrom": {
38829
- "name": "Tabs",
38830
- "module": "src/tabs/tabs.ts"
38833
+ "name": "TextArea",
38834
+ "module": "src/text-area/text-area.ts"
38831
38835
  }
38832
38836
  },
38833
38837
  {
38834
38838
  "kind": "field",
38835
- "name": "handleTabKeyDown",
38836
- "privacy": "private",
38839
+ "name": "cols",
38840
+ "type": {
38841
+ "text": "number"
38842
+ },
38843
+ "privacy": "public",
38844
+ "default": "20",
38845
+ "description": "Sizes the element horizontally by a number of character columns.",
38837
38846
  "inheritedFrom": {
38838
- "name": "Tabs",
38839
- "module": "src/tabs/tabs.ts"
38847
+ "name": "TextArea",
38848
+ "module": "src/text-area/text-area.ts"
38840
38849
  }
38841
38850
  },
38842
38851
  {
38843
- "kind": "method",
38844
- "name": "handleActiveIndicatorPosition",
38845
- "privacy": "private",
38852
+ "kind": "field",
38853
+ "name": "rows",
38854
+ "type": {
38855
+ "text": "number"
38856
+ },
38857
+ "privacy": "public",
38858
+ "description": "Sizes the element vertically by a number of character rows.",
38846
38859
  "inheritedFrom": {
38847
- "name": "Tabs",
38848
- "module": "src/tabs/tabs.ts"
38860
+ "name": "TextArea",
38861
+ "module": "src/text-area/text-area.ts"
38862
+ }
38863
+ },
38864
+ {
38865
+ "kind": "field",
38866
+ "name": "spellcheck",
38867
+ "type": {
38868
+ "text": "boolean"
38869
+ },
38870
+ "privacy": "public",
38871
+ "description": "Sets if the element is eligible for spell checking\nbut the UA.",
38872
+ "inheritedFrom": {
38873
+ "name": "TextArea",
38874
+ "module": "src/text-area/text-area.ts"
38849
38875
  }
38850
38876
  },
38851
38877
  {
38852
38878
  "kind": "method",
38853
- "name": "animateActiveIndicator",
38879
+ "name": "spellcheckChanged",
38854
38880
  "privacy": "private",
38855
38881
  "return": {
38856
38882
  "type": {
@@ -38858,72 +38884,46 @@
38858
38884
  }
38859
38885
  },
38860
38886
  "inheritedFrom": {
38861
- "name": "Tabs",
38862
- "module": "src/tabs/tabs.ts"
38887
+ "name": "TextArea",
38888
+ "module": "src/text-area/text-area.ts"
38863
38889
  }
38864
38890
  },
38865
38891
  {
38866
38892
  "kind": "method",
38867
- "name": "adjust",
38893
+ "name": "select",
38868
38894
  "privacy": "public",
38869
38895
  "return": {
38870
38896
  "type": {
38871
38897
  "text": "void"
38872
38898
  }
38873
38899
  },
38874
- "parameters": [
38875
- {
38876
- "name": "adjustment",
38877
- "type": {
38878
- "text": "number"
38879
- }
38880
- }
38881
- ],
38882
- "description": "The adjust method for FASTTabs",
38883
- "inheritedFrom": {
38884
- "name": "Tabs",
38885
- "module": "src/tabs/tabs.ts"
38886
- }
38887
- },
38888
- {
38889
- "kind": "field",
38890
- "name": "adjustForward",
38891
- "privacy": "private",
38892
- "inheritedFrom": {
38893
- "name": "Tabs",
38894
- "module": "src/tabs/tabs.ts"
38895
- }
38896
- },
38897
- {
38898
- "kind": "field",
38899
- "name": "adjustBackward",
38900
- "privacy": "private",
38901
- "inheritedFrom": {
38902
- "name": "Tabs",
38903
- "module": "src/tabs/tabs.ts"
38904
- }
38905
- },
38906
- {
38907
- "kind": "field",
38908
- "name": "moveToTabByIndex",
38909
- "privacy": "private",
38900
+ "description": "Selects all the text in the text area",
38910
38901
  "inheritedFrom": {
38911
- "name": "Tabs",
38912
- "module": "src/tabs/tabs.ts"
38902
+ "name": "TextArea",
38903
+ "module": "src/text-area/text-area.ts"
38913
38904
  }
38914
38905
  },
38915
38906
  {
38916
38907
  "kind": "method",
38917
- "name": "focusTab",
38918
- "privacy": "private",
38908
+ "name": "validate",
38909
+ "privacy": "public",
38919
38910
  "return": {
38920
38911
  "type": {
38921
38912
  "text": "void"
38922
38913
  }
38923
38914
  },
38915
+ "description": "{@inheritDoc (FormAssociated:interface).validate}",
38924
38916
  "inheritedFrom": {
38925
- "name": "Tabs",
38926
- "module": "src/tabs/tabs.ts"
38917
+ "name": "TextArea",
38918
+ "module": "src/text-area/text-area.ts"
38919
+ }
38920
+ },
38921
+ {
38922
+ "kind": "field",
38923
+ "name": "proxy",
38924
+ "inheritedFrom": {
38925
+ "name": "TextArea",
38926
+ "module": "src/text-area/text-area.ts"
38927
38927
  }
38928
38928
  },
38929
38929
  {
@@ -38935,8 +38935,8 @@
38935
38935
  "privacy": "private",
38936
38936
  "default": "void 0",
38937
38937
  "inheritedFrom": {
38938
- "name": "FoundationElement",
38939
- "module": "src/foundation-element/foundation-element.ts"
38938
+ "name": "TextArea",
38939
+ "module": "src/text-area/text-area.ts"
38940
38940
  }
38941
38941
  },
38942
38942
  {
@@ -38948,8 +38948,8 @@
38948
38948
  "privacy": "public",
38949
38949
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
38950
38950
  "inheritedFrom": {
38951
- "name": "FoundationElement",
38952
- "module": "src/foundation-element/foundation-element.ts"
38951
+ "name": "TextArea",
38952
+ "module": "src/text-area/text-area.ts"
38953
38953
  }
38954
38954
  },
38955
38955
  {
@@ -38961,8 +38961,8 @@
38961
38961
  "privacy": "public",
38962
38962
  "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.",
38963
38963
  "inheritedFrom": {
38964
- "name": "FoundationElement",
38965
- "module": "src/foundation-element/foundation-element.ts"
38964
+ "name": "TextArea",
38965
+ "module": "src/text-area/text-area.ts"
38966
38966
  }
38967
38967
  },
38968
38968
  {
@@ -38975,8 +38975,8 @@
38975
38975
  }
38976
38976
  },
38977
38977
  "inheritedFrom": {
38978
- "name": "FoundationElement",
38979
- "module": "src/foundation-element/foundation-element.ts"
38978
+ "name": "TextArea",
38979
+ "module": "src/text-area/text-area.ts"
38980
38980
  }
38981
38981
  },
38982
38982
  {
@@ -38988,8 +38988,8 @@
38988
38988
  "privacy": "public",
38989
38989
  "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.",
38990
38990
  "inheritedFrom": {
38991
- "name": "FoundationElement",
38992
- "module": "src/foundation-element/foundation-element.ts"
38991
+ "name": "TextArea",
38992
+ "module": "src/text-area/text-area.ts"
38993
38993
  }
38994
38994
  },
38995
38995
  {
@@ -39002,8 +39002,8 @@
39002
39002
  }
39003
39003
  },
39004
39004
  "inheritedFrom": {
39005
- "name": "FoundationElement",
39006
- "module": "src/foundation-element/foundation-element.ts"
39005
+ "name": "TextArea",
39006
+ "module": "src/text-area/text-area.ts"
39007
39007
  }
39008
39008
  },
39009
39009
  {
@@ -39033,25 +39033,25 @@
39033
39033
  ],
39034
39034
  "description": "Defines an element registry function with a set of element definition defaults.",
39035
39035
  "inheritedFrom": {
39036
- "name": "FoundationElement",
39037
- "module": "src/foundation-element/foundation-element.ts"
39036
+ "name": "TextArea",
39037
+ "module": "src/text-area/text-area.ts"
39038
39038
  }
39039
39039
  }
39040
39040
  ],
39041
39041
  "events": [
39042
39042
  {
39043
- "description": "Fires a custom 'change' event when a tab is clicked or during keyboard navigation",
39043
+ "description": "Emits a custom 'change' event when the textarea emits a change event",
39044
39044
  "name": "change",
39045
39045
  "inheritedFrom": {
39046
- "name": "Tabs",
39047
- "module": "src/tabs/tabs.ts"
39046
+ "name": "TextArea",
39047
+ "module": "src/text-area/text-area.ts"
39048
39048
  }
39049
39049
  }
39050
39050
  ]
39051
39051
  },
39052
39052
  {
39053
39053
  "kind": "variable",
39054
- "name": "foundationTabsShadowOptions",
39054
+ "name": "foundationTextAreaShadowOptions",
39055
39055
  "type": {
39056
39056
  "text": "ShadowRootInit"
39057
39057
  },
@@ -39059,7 +39059,7 @@
39059
39059
  },
39060
39060
  {
39061
39061
  "kind": "variable",
39062
- "name": "defaultTabsConfig",
39062
+ "name": "defaultTextAreaConfig",
39063
39063
  "type": {
39064
39064
  "text": "object"
39065
39065
  },
@@ -39067,42 +39067,42 @@
39067
39067
  },
39068
39068
  {
39069
39069
  "kind": "variable",
39070
- "name": "foundationTabs",
39071
- "description": "The Foundation Tabs",
39070
+ "name": "foundationTextArea",
39071
+ "description": "The Foundation Text Area",
39072
39072
  "privacy": "public"
39073
39073
  }
39074
39074
  ],
39075
39075
  "exports": [
39076
39076
  {
39077
39077
  "kind": "js",
39078
- "name": "Tabs",
39078
+ "name": "TextArea",
39079
39079
  "declaration": {
39080
- "name": "Tabs",
39081
- "module": "src/tabs/tabs.ts"
39080
+ "name": "TextArea",
39081
+ "module": "src/text-area/text-area.ts"
39082
39082
  }
39083
39083
  },
39084
39084
  {
39085
39085
  "kind": "js",
39086
- "name": "foundationTabsShadowOptions",
39086
+ "name": "foundationTextAreaShadowOptions",
39087
39087
  "declaration": {
39088
- "name": "foundationTabsShadowOptions",
39089
- "module": "src/tabs/tabs.ts"
39088
+ "name": "foundationTextAreaShadowOptions",
39089
+ "module": "src/text-area/text-area.ts"
39090
39090
  }
39091
39091
  },
39092
39092
  {
39093
39093
  "kind": "js",
39094
- "name": "defaultTabsConfig",
39094
+ "name": "defaultTextAreaConfig",
39095
39095
  "declaration": {
39096
- "name": "defaultTabsConfig",
39097
- "module": "src/tabs/tabs.ts"
39096
+ "name": "defaultTextAreaConfig",
39097
+ "module": "src/text-area/text-area.ts"
39098
39098
  }
39099
39099
  },
39100
39100
  {
39101
39101
  "kind": "js",
39102
- "name": "foundationTabs",
39102
+ "name": "foundationTextArea",
39103
39103
  "declaration": {
39104
- "name": "foundationTabs",
39105
- "module": "src/tabs/tabs.ts"
39104
+ "name": "foundationTextArea",
39105
+ "module": "src/text-area/text-area.ts"
39106
39106
  }
39107
39107
  }
39108
39108
  ]