@genesislcap/foundation-ui 14.164.0 → 14.164.1

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 +752 -752
  2. package/package.json +15 -15
@@ -801,6 +801,78 @@
801
801
  }
802
802
  ]
803
803
  },
804
+ {
805
+ "kind": "javascript-module",
806
+ "path": "src/_common/icons.ts",
807
+ "declarations": [
808
+ {
809
+ "kind": "function",
810
+ "name": "closeIcon",
811
+ "parameters": [
812
+ {
813
+ "name": "slot",
814
+ "default": "'start'"
815
+ }
816
+ ]
817
+ }
818
+ ],
819
+ "exports": [
820
+ {
821
+ "kind": "js",
822
+ "name": "closeIcon",
823
+ "declaration": {
824
+ "name": "closeIcon",
825
+ "module": "src/_common/icons.ts"
826
+ }
827
+ }
828
+ ]
829
+ },
830
+ {
831
+ "kind": "javascript-module",
832
+ "path": "src/_common/index.ts",
833
+ "declarations": [],
834
+ "exports": [
835
+ {
836
+ "kind": "js",
837
+ "name": "*",
838
+ "declaration": {
839
+ "name": "*",
840
+ "package": "./icons"
841
+ }
842
+ }
843
+ ]
844
+ },
845
+ {
846
+ "kind": "javascript-module",
847
+ "path": "src/_config/index.ts",
848
+ "declarations": [],
849
+ "exports": [
850
+ {
851
+ "kind": "js",
852
+ "name": "*",
853
+ "declaration": {
854
+ "name": "*",
855
+ "package": "./styles"
856
+ }
857
+ },
858
+ {
859
+ "kind": "js",
860
+ "name": "*",
861
+ "declaration": {
862
+ "name": "*",
863
+ "package": "./tokens"
864
+ }
865
+ },
866
+ {
867
+ "kind": "js",
868
+ "name": "*",
869
+ "declaration": {
870
+ "name": "*",
871
+ "package": "./values"
872
+ }
873
+ }
874
+ ]
875
+ },
804
876
  {
805
877
  "kind": "javascript-module",
806
878
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1754,6 +1826,188 @@
1754
1826
  }
1755
1827
  ]
1756
1828
  },
1829
+ {
1830
+ "kind": "javascript-module",
1831
+ "path": "src/accordion/accordion.styles.ts",
1832
+ "declarations": [
1833
+ {
1834
+ "kind": "function",
1835
+ "name": "foundationAccordionStyles",
1836
+ "return": {
1837
+ "type": {
1838
+ "text": "ElementStyles"
1839
+ }
1840
+ },
1841
+ "parameters": [
1842
+ {
1843
+ "name": "context",
1844
+ "type": {
1845
+ "text": "ElementDefinitionContext"
1846
+ }
1847
+ },
1848
+ {
1849
+ "name": "definition",
1850
+ "type": {
1851
+ "text": "FoundationElementDefinition"
1852
+ }
1853
+ }
1854
+ ]
1855
+ }
1856
+ ],
1857
+ "exports": [
1858
+ {
1859
+ "kind": "js",
1860
+ "name": "foundationAccordionStyles",
1861
+ "declaration": {
1862
+ "name": "foundationAccordionStyles",
1863
+ "module": "src/accordion/accordion.styles.ts"
1864
+ }
1865
+ }
1866
+ ]
1867
+ },
1868
+ {
1869
+ "kind": "javascript-module",
1870
+ "path": "src/accordion/accordion.template.ts",
1871
+ "declarations": [
1872
+ {
1873
+ "kind": "function",
1874
+ "name": "foundationAccordionTemplate",
1875
+ "return": {
1876
+ "type": {
1877
+ "text": "ViewTemplate<Accordion>"
1878
+ }
1879
+ },
1880
+ "parameters": [
1881
+ {
1882
+ "name": "context",
1883
+ "type": {
1884
+ "text": "ElementDefinitionContext"
1885
+ }
1886
+ },
1887
+ {
1888
+ "name": "definition",
1889
+ "type": {
1890
+ "text": "FoundationElementDefinition"
1891
+ }
1892
+ }
1893
+ ]
1894
+ }
1895
+ ],
1896
+ "exports": [
1897
+ {
1898
+ "kind": "js",
1899
+ "name": "foundationAccordionTemplate",
1900
+ "declaration": {
1901
+ "name": "foundationAccordionTemplate",
1902
+ "module": "src/accordion/accordion.template.ts"
1903
+ }
1904
+ }
1905
+ ]
1906
+ },
1907
+ {
1908
+ "kind": "javascript-module",
1909
+ "path": "src/accordion/accordion.ts",
1910
+ "declarations": [
1911
+ {
1912
+ "kind": "class",
1913
+ "description": "",
1914
+ "name": "Accordion",
1915
+ "superclass": {
1916
+ "name": "FASTAccordion",
1917
+ "package": "@microsoft/fast-foundation"
1918
+ },
1919
+ "tagName": "%%prefix%%-accordion",
1920
+ "customElement": true
1921
+ },
1922
+ {
1923
+ "kind": "variable",
1924
+ "name": "foundationAccordionShadowOptions",
1925
+ "type": {
1926
+ "text": "ShadowRootInit"
1927
+ },
1928
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1929
+ },
1930
+ {
1931
+ "kind": "variable",
1932
+ "name": "defaultAccordionConfig",
1933
+ "type": {
1934
+ "text": "object"
1935
+ },
1936
+ "default": "{}"
1937
+ },
1938
+ {
1939
+ "kind": "variable",
1940
+ "name": "foundationAccordion",
1941
+ "description": "The Foundation Accordion",
1942
+ "privacy": "public"
1943
+ }
1944
+ ],
1945
+ "exports": [
1946
+ {
1947
+ "kind": "js",
1948
+ "name": "Accordion",
1949
+ "declaration": {
1950
+ "name": "Accordion",
1951
+ "module": "src/accordion/accordion.ts"
1952
+ }
1953
+ },
1954
+ {
1955
+ "kind": "js",
1956
+ "name": "foundationAccordionShadowOptions",
1957
+ "declaration": {
1958
+ "name": "foundationAccordionShadowOptions",
1959
+ "module": "src/accordion/accordion.ts"
1960
+ }
1961
+ },
1962
+ {
1963
+ "kind": "js",
1964
+ "name": "defaultAccordionConfig",
1965
+ "declaration": {
1966
+ "name": "defaultAccordionConfig",
1967
+ "module": "src/accordion/accordion.ts"
1968
+ }
1969
+ },
1970
+ {
1971
+ "kind": "js",
1972
+ "name": "foundationAccordion",
1973
+ "declaration": {
1974
+ "name": "foundationAccordion",
1975
+ "module": "src/accordion/accordion.ts"
1976
+ }
1977
+ }
1978
+ ]
1979
+ },
1980
+ {
1981
+ "kind": "javascript-module",
1982
+ "path": "src/accordion/index.ts",
1983
+ "declarations": [],
1984
+ "exports": [
1985
+ {
1986
+ "kind": "js",
1987
+ "name": "*",
1988
+ "declaration": {
1989
+ "name": "*",
1990
+ "package": "./accordion.template"
1991
+ }
1992
+ },
1993
+ {
1994
+ "kind": "js",
1995
+ "name": "*",
1996
+ "declaration": {
1997
+ "name": "*",
1998
+ "package": "./accordion.styles"
1999
+ }
2000
+ },
2001
+ {
2002
+ "kind": "js",
2003
+ "name": "*",
2004
+ "declaration": {
2005
+ "name": "*",
2006
+ "package": "./accordion"
2007
+ }
2008
+ }
2009
+ ]
2010
+ },
1757
2011
  {
1758
2012
  "kind": "javascript-module",
1759
2013
  "path": "src/anchor/anchor.styles.ts",
@@ -3866,265 +4120,11 @@
3866
4120
  },
3867
4121
  {
3868
4122
  "kind": "javascript-module",
3869
- "path": "src/_common/icons.ts",
3870
- "declarations": [
3871
- {
3872
- "kind": "function",
3873
- "name": "closeIcon",
3874
- "parameters": [
3875
- {
3876
- "name": "slot",
3877
- "default": "'start'"
3878
- }
3879
- ]
3880
- }
3881
- ],
3882
- "exports": [
3883
- {
3884
- "kind": "js",
3885
- "name": "closeIcon",
3886
- "declaration": {
3887
- "name": "closeIcon",
3888
- "module": "src/_common/icons.ts"
3889
- }
3890
- }
3891
- ]
3892
- },
3893
- {
3894
- "kind": "javascript-module",
3895
- "path": "src/_common/index.ts",
3896
- "declarations": [],
3897
- "exports": [
3898
- {
3899
- "kind": "js",
3900
- "name": "*",
3901
- "declaration": {
3902
- "name": "*",
3903
- "package": "./icons"
3904
- }
3905
- }
3906
- ]
3907
- },
3908
- {
3909
- "kind": "javascript-module",
3910
- "path": "src/_config/index.ts",
3911
- "declarations": [],
3912
- "exports": [
3913
- {
3914
- "kind": "js",
3915
- "name": "*",
3916
- "declaration": {
3917
- "name": "*",
3918
- "package": "./styles"
3919
- }
3920
- },
3921
- {
3922
- "kind": "js",
3923
- "name": "*",
3924
- "declaration": {
3925
- "name": "*",
3926
- "package": "./tokens"
3927
- }
3928
- },
3929
- {
3930
- "kind": "js",
3931
- "name": "*",
3932
- "declaration": {
3933
- "name": "*",
3934
- "package": "./values"
3935
- }
3936
- }
3937
- ]
3938
- },
3939
- {
3940
- "kind": "javascript-module",
3941
- "path": "src/accordion/accordion.styles.ts",
4123
+ "path": "src/avatar/avatar.styles.ts",
3942
4124
  "declarations": [
3943
4125
  {
3944
4126
  "kind": "function",
3945
- "name": "foundationAccordionStyles",
3946
- "return": {
3947
- "type": {
3948
- "text": "ElementStyles"
3949
- }
3950
- },
3951
- "parameters": [
3952
- {
3953
- "name": "context",
3954
- "type": {
3955
- "text": "ElementDefinitionContext"
3956
- }
3957
- },
3958
- {
3959
- "name": "definition",
3960
- "type": {
3961
- "text": "FoundationElementDefinition"
3962
- }
3963
- }
3964
- ]
3965
- }
3966
- ],
3967
- "exports": [
3968
- {
3969
- "kind": "js",
3970
- "name": "foundationAccordionStyles",
3971
- "declaration": {
3972
- "name": "foundationAccordionStyles",
3973
- "module": "src/accordion/accordion.styles.ts"
3974
- }
3975
- }
3976
- ]
3977
- },
3978
- {
3979
- "kind": "javascript-module",
3980
- "path": "src/accordion/accordion.template.ts",
3981
- "declarations": [
3982
- {
3983
- "kind": "function",
3984
- "name": "foundationAccordionTemplate",
3985
- "return": {
3986
- "type": {
3987
- "text": "ViewTemplate<Accordion>"
3988
- }
3989
- },
3990
- "parameters": [
3991
- {
3992
- "name": "context",
3993
- "type": {
3994
- "text": "ElementDefinitionContext"
3995
- }
3996
- },
3997
- {
3998
- "name": "definition",
3999
- "type": {
4000
- "text": "FoundationElementDefinition"
4001
- }
4002
- }
4003
- ]
4004
- }
4005
- ],
4006
- "exports": [
4007
- {
4008
- "kind": "js",
4009
- "name": "foundationAccordionTemplate",
4010
- "declaration": {
4011
- "name": "foundationAccordionTemplate",
4012
- "module": "src/accordion/accordion.template.ts"
4013
- }
4014
- }
4015
- ]
4016
- },
4017
- {
4018
- "kind": "javascript-module",
4019
- "path": "src/accordion/accordion.ts",
4020
- "declarations": [
4021
- {
4022
- "kind": "class",
4023
- "description": "",
4024
- "name": "Accordion",
4025
- "superclass": {
4026
- "name": "FASTAccordion",
4027
- "package": "@microsoft/fast-foundation"
4028
- },
4029
- "tagName": "%%prefix%%-accordion",
4030
- "customElement": true
4031
- },
4032
- {
4033
- "kind": "variable",
4034
- "name": "foundationAccordionShadowOptions",
4035
- "type": {
4036
- "text": "ShadowRootInit"
4037
- },
4038
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4039
- },
4040
- {
4041
- "kind": "variable",
4042
- "name": "defaultAccordionConfig",
4043
- "type": {
4044
- "text": "object"
4045
- },
4046
- "default": "{}"
4047
- },
4048
- {
4049
- "kind": "variable",
4050
- "name": "foundationAccordion",
4051
- "description": "The Foundation Accordion",
4052
- "privacy": "public"
4053
- }
4054
- ],
4055
- "exports": [
4056
- {
4057
- "kind": "js",
4058
- "name": "Accordion",
4059
- "declaration": {
4060
- "name": "Accordion",
4061
- "module": "src/accordion/accordion.ts"
4062
- }
4063
- },
4064
- {
4065
- "kind": "js",
4066
- "name": "foundationAccordionShadowOptions",
4067
- "declaration": {
4068
- "name": "foundationAccordionShadowOptions",
4069
- "module": "src/accordion/accordion.ts"
4070
- }
4071
- },
4072
- {
4073
- "kind": "js",
4074
- "name": "defaultAccordionConfig",
4075
- "declaration": {
4076
- "name": "defaultAccordionConfig",
4077
- "module": "src/accordion/accordion.ts"
4078
- }
4079
- },
4080
- {
4081
- "kind": "js",
4082
- "name": "foundationAccordion",
4083
- "declaration": {
4084
- "name": "foundationAccordion",
4085
- "module": "src/accordion/accordion.ts"
4086
- }
4087
- }
4088
- ]
4089
- },
4090
- {
4091
- "kind": "javascript-module",
4092
- "path": "src/accordion/index.ts",
4093
- "declarations": [],
4094
- "exports": [
4095
- {
4096
- "kind": "js",
4097
- "name": "*",
4098
- "declaration": {
4099
- "name": "*",
4100
- "package": "./accordion.template"
4101
- }
4102
- },
4103
- {
4104
- "kind": "js",
4105
- "name": "*",
4106
- "declaration": {
4107
- "name": "*",
4108
- "package": "./accordion.styles"
4109
- }
4110
- },
4111
- {
4112
- "kind": "js",
4113
- "name": "*",
4114
- "declaration": {
4115
- "name": "*",
4116
- "package": "./accordion"
4117
- }
4118
- }
4119
- ]
4120
- },
4121
- {
4122
- "kind": "javascript-module",
4123
- "path": "src/avatar/avatar.styles.ts",
4124
- "declarations": [
4125
- {
4126
- "kind": "function",
4127
- "name": "foundationAvatarStyles",
4127
+ "name": "foundationAvatarStyles",
4128
4128
  "return": {
4129
4129
  "type": {
4130
4130
  "text": "ElementStyles"
@@ -36320,7 +36320,7 @@
36320
36320
  },
36321
36321
  {
36322
36322
  "kind": "javascript-module",
36323
- "path": "src/text-area/index.ts",
36323
+ "path": "src/tabs/index.ts",
36324
36324
  "declarations": [],
36325
36325
  "exports": [
36326
36326
  {
@@ -36328,7 +36328,7 @@
36328
36328
  "name": "*",
36329
36329
  "declaration": {
36330
36330
  "name": "*",
36331
- "package": "./text-area.template"
36331
+ "package": "./tabs.template"
36332
36332
  }
36333
36333
  },
36334
36334
  {
@@ -36336,7 +36336,7 @@
36336
36336
  "name": "*",
36337
36337
  "declaration": {
36338
36338
  "name": "*",
36339
- "package": "./text-area.styles"
36339
+ "package": "./tabs.styles"
36340
36340
  }
36341
36341
  },
36342
36342
  {
@@ -36344,18 +36344,18 @@
36344
36344
  "name": "*",
36345
36345
  "declaration": {
36346
36346
  "name": "*",
36347
- "package": "./text-area"
36347
+ "package": "./tabs"
36348
36348
  }
36349
36349
  }
36350
36350
  ]
36351
36351
  },
36352
36352
  {
36353
36353
  "kind": "javascript-module",
36354
- "path": "src/text-area/text-area.styles.ts",
36354
+ "path": "src/tabs/tabs.styles.ts",
36355
36355
  "declarations": [
36356
36356
  {
36357
36357
  "kind": "function",
36358
- "name": "foundationTextAreaStyles",
36358
+ "name": "foundationTabsStyles",
36359
36359
  "return": {
36360
36360
  "type": {
36361
36361
  "text": "ElementStyles"
@@ -36380,24 +36380,24 @@
36380
36380
  "exports": [
36381
36381
  {
36382
36382
  "kind": "js",
36383
- "name": "foundationTextAreaStyles",
36383
+ "name": "foundationTabsStyles",
36384
36384
  "declaration": {
36385
- "name": "foundationTextAreaStyles",
36386
- "module": "src/text-area/text-area.styles.ts"
36385
+ "name": "foundationTabsStyles",
36386
+ "module": "src/tabs/tabs.styles.ts"
36387
36387
  }
36388
36388
  }
36389
36389
  ]
36390
36390
  },
36391
36391
  {
36392
36392
  "kind": "javascript-module",
36393
- "path": "src/text-area/text-area.template.ts",
36393
+ "path": "src/tabs/tabs.template.ts",
36394
36394
  "declarations": [
36395
36395
  {
36396
36396
  "kind": "function",
36397
- "name": "foundationTextAreaTemplate",
36397
+ "name": "foundationTabsTemplate",
36398
36398
  "return": {
36399
36399
  "type": {
36400
- "text": "ViewTemplate<TextArea>"
36400
+ "text": "ViewTemplate<Tabs>"
36401
36401
  }
36402
36402
  },
36403
36403
  "parameters": [
@@ -36419,253 +36419,282 @@
36419
36419
  "exports": [
36420
36420
  {
36421
36421
  "kind": "js",
36422
- "name": "foundationTextAreaTemplate",
36422
+ "name": "foundationTabsTemplate",
36423
36423
  "declaration": {
36424
- "name": "foundationTextAreaTemplate",
36425
- "module": "src/text-area/text-area.template.ts"
36424
+ "name": "foundationTabsTemplate",
36425
+ "module": "src/tabs/tabs.template.ts"
36426
36426
  }
36427
36427
  }
36428
36428
  ]
36429
36429
  },
36430
36430
  {
36431
36431
  "kind": "javascript-module",
36432
- "path": "src/text-area/text-area.ts",
36432
+ "path": "src/tabs/tabs.ts",
36433
36433
  "declarations": [
36434
36434
  {
36435
36435
  "kind": "class",
36436
36436
  "description": "",
36437
- "name": "TextArea",
36437
+ "name": "Tabs",
36438
36438
  "superclass": {
36439
- "name": "FASTTextArea",
36439
+ "name": "FASTTabs",
36440
36440
  "package": "@microsoft/fast-components"
36441
36441
  },
36442
- "tagName": "%%prefix%%-text-area",
36442
+ "tagName": "%%prefix%%-tabs",
36443
36443
  "customElement": true,
36444
36444
  "attributes": [
36445
36445
  {
36446
+ "name": "orientation",
36446
36447
  "type": {
36447
- "text": "boolean"
36448
+ "text": "TabsOrientation"
36448
36449
  },
36449
- "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.",
36450
- "fieldName": "readOnly",
36451
- "default": "20",
36450
+ "description": "The orientation",
36451
+ "fieldName": "orientation",
36452
36452
  "inheritedFrom": {
36453
- "name": "TextArea",
36454
- "module": "src/text-area/text-area.ts"
36453
+ "name": "Tabs",
36454
+ "module": "src/tabs/tabs.ts"
36455
36455
  }
36456
36456
  },
36457
36457
  {
36458
- "name": "resize",
36458
+ "name": "activeid",
36459
36459
  "type": {
36460
- "text": "TextAreaResize"
36460
+ "text": "string"
36461
36461
  },
36462
- "description": "The resize mode of the element.",
36463
- "fieldName": "resize",
36462
+ "description": "The id of the active tab",
36463
+ "fieldName": "activeid",
36464
36464
  "inheritedFrom": {
36465
- "name": "TextArea",
36466
- "module": "src/text-area/text-area.ts"
36465
+ "name": "Tabs",
36466
+ "module": "src/tabs/tabs.ts"
36467
36467
  }
36468
36468
  },
36469
36469
  {
36470
- "name": "form",
36471
36470
  "type": {
36472
- "text": "string"
36471
+ "text": "boolean"
36473
36472
  },
36474
- "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",
36475
- "fieldName": "formId",
36473
+ "default": "true",
36474
+ "description": "Whether or not to show the active indicator",
36475
+ "fieldName": "activeindicator",
36476
36476
  "inheritedFrom": {
36477
- "name": "TextArea",
36478
- "module": "src/text-area/text-area.ts"
36477
+ "name": "Tabs",
36478
+ "module": "src/tabs/tabs.ts"
36479
36479
  }
36480
- },
36480
+ }
36481
+ ],
36482
+ "members": [
36481
36483
  {
36482
- "name": "list",
36484
+ "kind": "field",
36485
+ "name": "orientation",
36483
36486
  "type": {
36484
- "text": "string"
36487
+ "text": "TabsOrientation"
36485
36488
  },
36486
- "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.",
36487
- "fieldName": "list",
36489
+ "privacy": "public",
36490
+ "description": "The orientation",
36488
36491
  "inheritedFrom": {
36489
- "name": "TextArea",
36490
- "module": "src/text-area/text-area.ts"
36492
+ "name": "Tabs",
36493
+ "module": "src/tabs/tabs.ts"
36491
36494
  }
36492
36495
  },
36493
36496
  {
36494
- "name": "name",
36497
+ "kind": "field",
36498
+ "name": "activeid",
36495
36499
  "type": {
36496
36500
  "text": "string"
36497
36501
  },
36498
- "description": "The name of the element.",
36499
- "fieldName": "name",
36502
+ "privacy": "public",
36503
+ "description": "The id of the active tab",
36500
36504
  "inheritedFrom": {
36501
- "name": "TextArea",
36502
- "module": "src/text-area/text-area.ts"
36505
+ "name": "Tabs",
36506
+ "module": "src/tabs/tabs.ts"
36503
36507
  }
36504
36508
  },
36505
36509
  {
36506
- "name": "placeholder",
36510
+ "kind": "field",
36511
+ "name": "activeindicator",
36507
36512
  "type": {
36508
- "text": "string"
36513
+ "text": "boolean"
36509
36514
  },
36510
- "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
36511
- "fieldName": "placeholder",
36515
+ "privacy": "public",
36516
+ "default": "true",
36517
+ "description": "Whether or not to show the active indicator",
36512
36518
  "inheritedFrom": {
36513
- "name": "TextArea",
36514
- "module": "src/text-area/text-area.ts"
36519
+ "name": "Tabs",
36520
+ "module": "src/tabs/tabs.ts"
36515
36521
  }
36516
- }
36517
- ],
36518
- "members": [
36522
+ },
36519
36523
  {
36520
36524
  "kind": "field",
36521
- "name": "readOnly",
36525
+ "name": "activetab",
36522
36526
  "type": {
36523
- "text": "boolean"
36527
+ "text": "HTMLElement"
36524
36528
  },
36525
36529
  "privacy": "public",
36526
- "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.",
36530
+ "description": "A reference to the active tab",
36527
36531
  "inheritedFrom": {
36528
- "name": "TextArea",
36529
- "module": "src/text-area/text-area.ts"
36532
+ "name": "Tabs",
36533
+ "module": "src/tabs/tabs.ts"
36530
36534
  }
36531
36535
  },
36532
36536
  {
36533
- "kind": "method",
36534
- "name": "readOnlyChanged",
36535
- "privacy": "private",
36536
- "return": {
36537
- "type": {
36538
- "text": "void"
36539
- }
36537
+ "kind": "field",
36538
+ "name": "prevActiveTabIndex",
36539
+ "type": {
36540
+ "text": "number"
36540
36541
  },
36542
+ "privacy": "private",
36543
+ "default": "0",
36541
36544
  "inheritedFrom": {
36542
- "name": "TextArea",
36543
- "module": "src/text-area/text-area.ts"
36545
+ "name": "Tabs",
36546
+ "module": "src/tabs/tabs.ts"
36544
36547
  }
36545
36548
  },
36546
36549
  {
36547
36550
  "kind": "field",
36548
- "name": "resize",
36551
+ "name": "activeTabIndex",
36549
36552
  "type": {
36550
- "text": "TextAreaResize"
36553
+ "text": "number"
36551
36554
  },
36552
- "privacy": "public",
36553
- "description": "The resize mode of the element.",
36555
+ "privacy": "private",
36556
+ "default": "0",
36554
36557
  "inheritedFrom": {
36555
- "name": "TextArea",
36556
- "module": "src/text-area/text-area.ts"
36558
+ "name": "Tabs",
36559
+ "module": "src/tabs/tabs.ts"
36557
36560
  }
36558
36561
  },
36559
36562
  {
36560
36563
  "kind": "field",
36561
- "name": "autofocus",
36564
+ "name": "ticking",
36562
36565
  "type": {
36563
36566
  "text": "boolean"
36564
36567
  },
36565
- "privacy": "public",
36566
- "description": "Indicates that this element should get focus after the page finishes loading.",
36568
+ "privacy": "private",
36569
+ "default": "false",
36567
36570
  "inheritedFrom": {
36568
- "name": "TextArea",
36569
- "module": "src/text-area/text-area.ts"
36571
+ "name": "Tabs",
36572
+ "module": "src/tabs/tabs.ts"
36570
36573
  }
36571
36574
  },
36572
36575
  {
36573
- "kind": "method",
36574
- "name": "autofocusChanged",
36575
- "privacy": "private",
36576
- "return": {
36577
- "type": {
36578
- "text": "void"
36579
- }
36576
+ "kind": "field",
36577
+ "name": "tabIds",
36578
+ "type": {
36579
+ "text": "Array<string>"
36580
36580
  },
36581
+ "privacy": "private",
36581
36582
  "inheritedFrom": {
36582
- "name": "TextArea",
36583
- "module": "src/text-area/text-area.ts"
36583
+ "name": "Tabs",
36584
+ "module": "src/tabs/tabs.ts"
36584
36585
  }
36585
36586
  },
36586
36587
  {
36587
36588
  "kind": "field",
36588
- "name": "formId",
36589
+ "name": "tabpanelIds",
36589
36590
  "type": {
36590
- "text": "string"
36591
+ "text": "Array<string>"
36591
36592
  },
36592
- "privacy": "public",
36593
- "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",
36593
+ "privacy": "private",
36594
36594
  "inheritedFrom": {
36595
- "name": "TextArea",
36596
- "module": "src/text-area/text-area.ts"
36595
+ "name": "Tabs",
36596
+ "module": "src/tabs/tabs.ts"
36597
36597
  }
36598
36598
  },
36599
36599
  {
36600
36600
  "kind": "field",
36601
- "name": "list",
36602
- "type": {
36603
- "text": "string"
36604
- },
36605
- "privacy": "public",
36606
- "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}.",
36601
+ "name": "change",
36602
+ "privacy": "private",
36607
36603
  "inheritedFrom": {
36608
- "name": "TextArea",
36609
- "module": "src/text-area/text-area.ts"
36604
+ "name": "Tabs",
36605
+ "module": "src/tabs/tabs.ts"
36606
+ }
36607
+ },
36608
+ {
36609
+ "kind": "field",
36610
+ "name": "isDisabledElement",
36611
+ "privacy": "private",
36612
+ "inheritedFrom": {
36613
+ "name": "Tabs",
36614
+ "module": "src/tabs/tabs.ts"
36615
+ }
36616
+ },
36617
+ {
36618
+ "kind": "field",
36619
+ "name": "isHiddenElement",
36620
+ "privacy": "private",
36621
+ "inheritedFrom": {
36622
+ "name": "Tabs",
36623
+ "module": "src/tabs/tabs.ts"
36624
+ }
36625
+ },
36626
+ {
36627
+ "kind": "field",
36628
+ "name": "isFocusableElement",
36629
+ "privacy": "private",
36630
+ "inheritedFrom": {
36631
+ "name": "Tabs",
36632
+ "module": "src/tabs/tabs.ts"
36610
36633
  }
36611
36634
  },
36612
36635
  {
36613
36636
  "kind": "method",
36614
- "name": "listChanged",
36637
+ "name": "getActiveIndex",
36615
36638
  "privacy": "private",
36616
36639
  "return": {
36617
36640
  "type": {
36618
- "text": "void"
36641
+ "text": "number"
36619
36642
  }
36620
36643
  },
36621
36644
  "inheritedFrom": {
36622
- "name": "TextArea",
36623
- "module": "src/text-area/text-area.ts"
36645
+ "name": "Tabs",
36646
+ "module": "src/tabs/tabs.ts"
36624
36647
  }
36625
36648
  },
36626
36649
  {
36627
36650
  "kind": "field",
36628
- "name": "maxlength",
36629
- "type": {
36630
- "text": "number"
36631
- },
36632
- "privacy": "public",
36633
- "description": "The maximum number of characters a user can enter.",
36651
+ "name": "setTabs",
36652
+ "privacy": "private",
36634
36653
  "inheritedFrom": {
36635
- "name": "TextArea",
36636
- "module": "src/text-area/text-area.ts"
36654
+ "name": "Tabs",
36655
+ "module": "src/tabs/tabs.ts"
36656
+ }
36657
+ },
36658
+ {
36659
+ "kind": "field",
36660
+ "name": "setTabPanels",
36661
+ "privacy": "private",
36662
+ "inheritedFrom": {
36663
+ "name": "Tabs",
36664
+ "module": "src/tabs/tabs.ts"
36637
36665
  }
36638
36666
  },
36639
36667
  {
36640
36668
  "kind": "method",
36641
- "name": "maxlengthChanged",
36669
+ "name": "getTabIds",
36642
36670
  "privacy": "private",
36643
36671
  "return": {
36644
36672
  "type": {
36645
- "text": "void"
36673
+ "text": "Array<string>"
36646
36674
  }
36647
36675
  },
36648
36676
  "inheritedFrom": {
36649
- "name": "TextArea",
36650
- "module": "src/text-area/text-area.ts"
36677
+ "name": "Tabs",
36678
+ "module": "src/tabs/tabs.ts"
36651
36679
  }
36652
36680
  },
36653
36681
  {
36654
- "kind": "field",
36655
- "name": "minlength",
36656
- "type": {
36657
- "text": "number"
36682
+ "kind": "method",
36683
+ "name": "getTabPanelIds",
36684
+ "privacy": "private",
36685
+ "return": {
36686
+ "type": {
36687
+ "text": "Array<string>"
36688
+ }
36658
36689
  },
36659
- "privacy": "public",
36660
- "description": "The minimum number of characters a user can enter.",
36661
36690
  "inheritedFrom": {
36662
- "name": "TextArea",
36663
- "module": "src/text-area/text-area.ts"
36691
+ "name": "Tabs",
36692
+ "module": "src/tabs/tabs.ts"
36664
36693
  }
36665
36694
  },
36666
36695
  {
36667
36696
  "kind": "method",
36668
- "name": "minlengthChanged",
36697
+ "name": "setComponent",
36669
36698
  "privacy": "private",
36670
36699
  "return": {
36671
36700
  "type": {
@@ -36673,79 +36702,54 @@
36673
36702
  }
36674
36703
  },
36675
36704
  "inheritedFrom": {
36676
- "name": "TextArea",
36677
- "module": "src/text-area/text-area.ts"
36705
+ "name": "Tabs",
36706
+ "module": "src/tabs/tabs.ts"
36678
36707
  }
36679
36708
  },
36680
36709
  {
36681
36710
  "kind": "field",
36682
- "name": "name",
36683
- "type": {
36684
- "text": "string"
36685
- },
36686
- "privacy": "public",
36687
- "description": "The name of the element.",
36711
+ "name": "handleTabClick",
36712
+ "privacy": "private",
36688
36713
  "inheritedFrom": {
36689
- "name": "TextArea",
36690
- "module": "src/text-area/text-area.ts"
36714
+ "name": "Tabs",
36715
+ "module": "src/tabs/tabs.ts"
36691
36716
  }
36692
36717
  },
36693
36718
  {
36694
- "kind": "field",
36695
- "name": "placeholder",
36696
- "type": {
36697
- "text": "string"
36719
+ "kind": "method",
36720
+ "name": "isHorizontal",
36721
+ "privacy": "private",
36722
+ "return": {
36723
+ "type": {
36724
+ "text": "boolean"
36725
+ }
36698
36726
  },
36699
- "privacy": "public",
36700
- "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
36701
36727
  "inheritedFrom": {
36702
- "name": "TextArea",
36703
- "module": "src/text-area/text-area.ts"
36728
+ "name": "Tabs",
36729
+ "module": "src/tabs/tabs.ts"
36704
36730
  }
36705
36731
  },
36706
36732
  {
36707
36733
  "kind": "field",
36708
- "name": "cols",
36709
- "type": {
36710
- "text": "number"
36711
- },
36712
- "privacy": "public",
36713
- "default": "20",
36714
- "description": "Sizes the element horizontally by a number of character columns.",
36715
- "inheritedFrom": {
36716
- "name": "TextArea",
36717
- "module": "src/text-area/text-area.ts"
36718
- }
36719
- },
36720
- {
36721
- "kind": "field",
36722
- "name": "rows",
36723
- "type": {
36724
- "text": "number"
36725
- },
36726
- "privacy": "public",
36727
- "description": "Sizes the element vertically by a number of character rows.",
36734
+ "name": "handleTabKeyDown",
36735
+ "privacy": "private",
36728
36736
  "inheritedFrom": {
36729
- "name": "TextArea",
36730
- "module": "src/text-area/text-area.ts"
36737
+ "name": "Tabs",
36738
+ "module": "src/tabs/tabs.ts"
36731
36739
  }
36732
36740
  },
36733
36741
  {
36734
- "kind": "field",
36735
- "name": "spellcheck",
36736
- "type": {
36737
- "text": "boolean"
36738
- },
36739
- "privacy": "public",
36740
- "description": "Sets if the element is eligible for spell checking\nbut the UA.",
36742
+ "kind": "method",
36743
+ "name": "handleActiveIndicatorPosition",
36744
+ "privacy": "private",
36741
36745
  "inheritedFrom": {
36742
- "name": "TextArea",
36743
- "module": "src/text-area/text-area.ts"
36746
+ "name": "Tabs",
36747
+ "module": "src/tabs/tabs.ts"
36744
36748
  }
36745
36749
  },
36746
36750
  {
36747
36751
  "kind": "method",
36748
- "name": "spellcheckChanged",
36752
+ "name": "animateActiveIndicator",
36749
36753
  "privacy": "private",
36750
36754
  "return": {
36751
36755
  "type": {
@@ -36753,46 +36757,72 @@
36753
36757
  }
36754
36758
  },
36755
36759
  "inheritedFrom": {
36756
- "name": "TextArea",
36757
- "module": "src/text-area/text-area.ts"
36760
+ "name": "Tabs",
36761
+ "module": "src/tabs/tabs.ts"
36758
36762
  }
36759
36763
  },
36760
36764
  {
36761
36765
  "kind": "method",
36762
- "name": "select",
36766
+ "name": "adjust",
36763
36767
  "privacy": "public",
36764
36768
  "return": {
36765
36769
  "type": {
36766
36770
  "text": "void"
36767
36771
  }
36768
36772
  },
36769
- "description": "Selects all the text in the text area",
36773
+ "parameters": [
36774
+ {
36775
+ "name": "adjustment",
36776
+ "type": {
36777
+ "text": "number"
36778
+ }
36779
+ }
36780
+ ],
36781
+ "description": "The adjust method for FASTTabs",
36770
36782
  "inheritedFrom": {
36771
- "name": "TextArea",
36772
- "module": "src/text-area/text-area.ts"
36783
+ "name": "Tabs",
36784
+ "module": "src/tabs/tabs.ts"
36785
+ }
36786
+ },
36787
+ {
36788
+ "kind": "field",
36789
+ "name": "adjustForward",
36790
+ "privacy": "private",
36791
+ "inheritedFrom": {
36792
+ "name": "Tabs",
36793
+ "module": "src/tabs/tabs.ts"
36794
+ }
36795
+ },
36796
+ {
36797
+ "kind": "field",
36798
+ "name": "adjustBackward",
36799
+ "privacy": "private",
36800
+ "inheritedFrom": {
36801
+ "name": "Tabs",
36802
+ "module": "src/tabs/tabs.ts"
36803
+ }
36804
+ },
36805
+ {
36806
+ "kind": "field",
36807
+ "name": "moveToTabByIndex",
36808
+ "privacy": "private",
36809
+ "inheritedFrom": {
36810
+ "name": "Tabs",
36811
+ "module": "src/tabs/tabs.ts"
36773
36812
  }
36774
36813
  },
36775
36814
  {
36776
36815
  "kind": "method",
36777
- "name": "validate",
36778
- "privacy": "public",
36816
+ "name": "focusTab",
36817
+ "privacy": "private",
36779
36818
  "return": {
36780
36819
  "type": {
36781
36820
  "text": "void"
36782
36821
  }
36783
36822
  },
36784
- "description": "{@inheritDoc (FormAssociated:interface).validate}",
36785
36823
  "inheritedFrom": {
36786
- "name": "TextArea",
36787
- "module": "src/text-area/text-area.ts"
36788
- }
36789
- },
36790
- {
36791
- "kind": "field",
36792
- "name": "proxy",
36793
- "inheritedFrom": {
36794
- "name": "TextArea",
36795
- "module": "src/text-area/text-area.ts"
36824
+ "name": "Tabs",
36825
+ "module": "src/tabs/tabs.ts"
36796
36826
  }
36797
36827
  },
36798
36828
  {
@@ -36804,8 +36834,8 @@
36804
36834
  "privacy": "private",
36805
36835
  "default": "void 0",
36806
36836
  "inheritedFrom": {
36807
- "name": "TextArea",
36808
- "module": "src/text-area/text-area.ts"
36837
+ "name": "FoundationElement",
36838
+ "module": "src/foundation-element/foundation-element.ts"
36809
36839
  }
36810
36840
  },
36811
36841
  {
@@ -36817,8 +36847,8 @@
36817
36847
  "privacy": "public",
36818
36848
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
36819
36849
  "inheritedFrom": {
36820
- "name": "TextArea",
36821
- "module": "src/text-area/text-area.ts"
36850
+ "name": "FoundationElement",
36851
+ "module": "src/foundation-element/foundation-element.ts"
36822
36852
  }
36823
36853
  },
36824
36854
  {
@@ -36830,8 +36860,8 @@
36830
36860
  "privacy": "public",
36831
36861
  "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.",
36832
36862
  "inheritedFrom": {
36833
- "name": "TextArea",
36834
- "module": "src/text-area/text-area.ts"
36863
+ "name": "FoundationElement",
36864
+ "module": "src/foundation-element/foundation-element.ts"
36835
36865
  }
36836
36866
  },
36837
36867
  {
@@ -36844,8 +36874,8 @@
36844
36874
  }
36845
36875
  },
36846
36876
  "inheritedFrom": {
36847
- "name": "TextArea",
36848
- "module": "src/text-area/text-area.ts"
36877
+ "name": "FoundationElement",
36878
+ "module": "src/foundation-element/foundation-element.ts"
36849
36879
  }
36850
36880
  },
36851
36881
  {
@@ -36857,8 +36887,8 @@
36857
36887
  "privacy": "public",
36858
36888
  "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.",
36859
36889
  "inheritedFrom": {
36860
- "name": "TextArea",
36861
- "module": "src/text-area/text-area.ts"
36890
+ "name": "FoundationElement",
36891
+ "module": "src/foundation-element/foundation-element.ts"
36862
36892
  }
36863
36893
  },
36864
36894
  {
@@ -36871,8 +36901,8 @@
36871
36901
  }
36872
36902
  },
36873
36903
  "inheritedFrom": {
36874
- "name": "TextArea",
36875
- "module": "src/text-area/text-area.ts"
36904
+ "name": "FoundationElement",
36905
+ "module": "src/foundation-element/foundation-element.ts"
36876
36906
  }
36877
36907
  },
36878
36908
  {
@@ -36902,25 +36932,25 @@
36902
36932
  ],
36903
36933
  "description": "Defines an element registry function with a set of element definition defaults.",
36904
36934
  "inheritedFrom": {
36905
- "name": "TextArea",
36906
- "module": "src/text-area/text-area.ts"
36935
+ "name": "FoundationElement",
36936
+ "module": "src/foundation-element/foundation-element.ts"
36907
36937
  }
36908
36938
  }
36909
36939
  ],
36910
36940
  "events": [
36911
36941
  {
36912
- "description": "Emits a custom 'change' event when the textarea emits a change event",
36942
+ "description": "Fires a custom 'change' event when a tab is clicked or during keyboard navigation",
36913
36943
  "name": "change",
36914
36944
  "inheritedFrom": {
36915
- "name": "TextArea",
36916
- "module": "src/text-area/text-area.ts"
36945
+ "name": "Tabs",
36946
+ "module": "src/tabs/tabs.ts"
36917
36947
  }
36918
36948
  }
36919
36949
  ]
36920
36950
  },
36921
36951
  {
36922
36952
  "kind": "variable",
36923
- "name": "foundationTextAreaShadowOptions",
36953
+ "name": "foundationTabsShadowOptions",
36924
36954
  "type": {
36925
36955
  "text": "ShadowRootInit"
36926
36956
  },
@@ -36928,7 +36958,7 @@
36928
36958
  },
36929
36959
  {
36930
36960
  "kind": "variable",
36931
- "name": "defaultTextAreaConfig",
36961
+ "name": "defaultTabsConfig",
36932
36962
  "type": {
36933
36963
  "text": "object"
36934
36964
  },
@@ -36936,49 +36966,49 @@
36936
36966
  },
36937
36967
  {
36938
36968
  "kind": "variable",
36939
- "name": "foundationTextArea",
36940
- "description": "The Foundation Text Area",
36969
+ "name": "foundationTabs",
36970
+ "description": "The Foundation Tabs",
36941
36971
  "privacy": "public"
36942
36972
  }
36943
36973
  ],
36944
36974
  "exports": [
36945
36975
  {
36946
36976
  "kind": "js",
36947
- "name": "TextArea",
36977
+ "name": "Tabs",
36948
36978
  "declaration": {
36949
- "name": "TextArea",
36950
- "module": "src/text-area/text-area.ts"
36979
+ "name": "Tabs",
36980
+ "module": "src/tabs/tabs.ts"
36951
36981
  }
36952
36982
  },
36953
36983
  {
36954
36984
  "kind": "js",
36955
- "name": "foundationTextAreaShadowOptions",
36985
+ "name": "foundationTabsShadowOptions",
36956
36986
  "declaration": {
36957
- "name": "foundationTextAreaShadowOptions",
36958
- "module": "src/text-area/text-area.ts"
36987
+ "name": "foundationTabsShadowOptions",
36988
+ "module": "src/tabs/tabs.ts"
36959
36989
  }
36960
36990
  },
36961
36991
  {
36962
36992
  "kind": "js",
36963
- "name": "defaultTextAreaConfig",
36993
+ "name": "defaultTabsConfig",
36964
36994
  "declaration": {
36965
- "name": "defaultTextAreaConfig",
36966
- "module": "src/text-area/text-area.ts"
36995
+ "name": "defaultTabsConfig",
36996
+ "module": "src/tabs/tabs.ts"
36967
36997
  }
36968
36998
  },
36969
36999
  {
36970
37000
  "kind": "js",
36971
- "name": "foundationTextArea",
37001
+ "name": "foundationTabs",
36972
37002
  "declaration": {
36973
- "name": "foundationTextArea",
36974
- "module": "src/text-area/text-area.ts"
37003
+ "name": "foundationTabs",
37004
+ "module": "src/tabs/tabs.ts"
36975
37005
  }
36976
37006
  }
36977
37007
  ]
36978
37008
  },
36979
37009
  {
36980
37010
  "kind": "javascript-module",
36981
- "path": "src/tabs/index.ts",
37011
+ "path": "src/text-area/index.ts",
36982
37012
  "declarations": [],
36983
37013
  "exports": [
36984
37014
  {
@@ -36986,7 +37016,7 @@
36986
37016
  "name": "*",
36987
37017
  "declaration": {
36988
37018
  "name": "*",
36989
- "package": "./tabs.template"
37019
+ "package": "./text-area.template"
36990
37020
  }
36991
37021
  },
36992
37022
  {
@@ -36994,7 +37024,7 @@
36994
37024
  "name": "*",
36995
37025
  "declaration": {
36996
37026
  "name": "*",
36997
- "package": "./tabs.styles"
37027
+ "package": "./text-area.styles"
36998
37028
  }
36999
37029
  },
37000
37030
  {
@@ -37002,18 +37032,18 @@
37002
37032
  "name": "*",
37003
37033
  "declaration": {
37004
37034
  "name": "*",
37005
- "package": "./tabs"
37035
+ "package": "./text-area"
37006
37036
  }
37007
37037
  }
37008
37038
  ]
37009
37039
  },
37010
37040
  {
37011
37041
  "kind": "javascript-module",
37012
- "path": "src/tabs/tabs.styles.ts",
37042
+ "path": "src/text-area/text-area.styles.ts",
37013
37043
  "declarations": [
37014
37044
  {
37015
37045
  "kind": "function",
37016
- "name": "foundationTabsStyles",
37046
+ "name": "foundationTextAreaStyles",
37017
37047
  "return": {
37018
37048
  "type": {
37019
37049
  "text": "ElementStyles"
@@ -37038,24 +37068,24 @@
37038
37068
  "exports": [
37039
37069
  {
37040
37070
  "kind": "js",
37041
- "name": "foundationTabsStyles",
37071
+ "name": "foundationTextAreaStyles",
37042
37072
  "declaration": {
37043
- "name": "foundationTabsStyles",
37044
- "module": "src/tabs/tabs.styles.ts"
37073
+ "name": "foundationTextAreaStyles",
37074
+ "module": "src/text-area/text-area.styles.ts"
37045
37075
  }
37046
37076
  }
37047
37077
  ]
37048
37078
  },
37049
37079
  {
37050
37080
  "kind": "javascript-module",
37051
- "path": "src/tabs/tabs.template.ts",
37081
+ "path": "src/text-area/text-area.template.ts",
37052
37082
  "declarations": [
37053
37083
  {
37054
37084
  "kind": "function",
37055
- "name": "foundationTabsTemplate",
37085
+ "name": "foundationTextAreaTemplate",
37056
37086
  "return": {
37057
37087
  "type": {
37058
- "text": "ViewTemplate<Tabs>"
37088
+ "text": "ViewTemplate<TextArea>"
37059
37089
  }
37060
37090
  },
37061
37091
  "parameters": [
@@ -37077,282 +37107,253 @@
37077
37107
  "exports": [
37078
37108
  {
37079
37109
  "kind": "js",
37080
- "name": "foundationTabsTemplate",
37110
+ "name": "foundationTextAreaTemplate",
37081
37111
  "declaration": {
37082
- "name": "foundationTabsTemplate",
37083
- "module": "src/tabs/tabs.template.ts"
37112
+ "name": "foundationTextAreaTemplate",
37113
+ "module": "src/text-area/text-area.template.ts"
37084
37114
  }
37085
37115
  }
37086
37116
  ]
37087
37117
  },
37088
37118
  {
37089
37119
  "kind": "javascript-module",
37090
- "path": "src/tabs/tabs.ts",
37120
+ "path": "src/text-area/text-area.ts",
37091
37121
  "declarations": [
37092
37122
  {
37093
37123
  "kind": "class",
37094
37124
  "description": "",
37095
- "name": "Tabs",
37125
+ "name": "TextArea",
37096
37126
  "superclass": {
37097
- "name": "FASTTabs",
37127
+ "name": "FASTTextArea",
37098
37128
  "package": "@microsoft/fast-components"
37099
37129
  },
37100
- "tagName": "%%prefix%%-tabs",
37130
+ "tagName": "%%prefix%%-text-area",
37101
37131
  "customElement": true,
37102
37132
  "attributes": [
37103
37133
  {
37104
- "name": "orientation",
37105
37134
  "type": {
37106
- "text": "TabsOrientation"
37135
+ "text": "boolean"
37107
37136
  },
37108
- "description": "The orientation",
37109
- "fieldName": "orientation",
37137
+ "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.",
37138
+ "fieldName": "readOnly",
37139
+ "default": "20",
37110
37140
  "inheritedFrom": {
37111
- "name": "Tabs",
37112
- "module": "src/tabs/tabs.ts"
37141
+ "name": "TextArea",
37142
+ "module": "src/text-area/text-area.ts"
37113
37143
  }
37114
37144
  },
37115
37145
  {
37116
- "name": "activeid",
37146
+ "name": "resize",
37117
37147
  "type": {
37118
- "text": "string"
37148
+ "text": "TextAreaResize"
37119
37149
  },
37120
- "description": "The id of the active tab",
37121
- "fieldName": "activeid",
37150
+ "description": "The resize mode of the element.",
37151
+ "fieldName": "resize",
37122
37152
  "inheritedFrom": {
37123
- "name": "Tabs",
37124
- "module": "src/tabs/tabs.ts"
37153
+ "name": "TextArea",
37154
+ "module": "src/text-area/text-area.ts"
37125
37155
  }
37126
37156
  },
37127
37157
  {
37158
+ "name": "form",
37128
37159
  "type": {
37129
- "text": "boolean"
37160
+ "text": "string"
37130
37161
  },
37131
- "default": "true",
37132
- "description": "Whether or not to show the active indicator",
37133
- "fieldName": "activeindicator",
37162
+ "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",
37163
+ "fieldName": "formId",
37134
37164
  "inheritedFrom": {
37135
- "name": "Tabs",
37136
- "module": "src/tabs/tabs.ts"
37165
+ "name": "TextArea",
37166
+ "module": "src/text-area/text-area.ts"
37137
37167
  }
37138
- }
37139
- ],
37140
- "members": [
37168
+ },
37141
37169
  {
37142
- "kind": "field",
37143
- "name": "orientation",
37170
+ "name": "list",
37144
37171
  "type": {
37145
- "text": "TabsOrientation"
37172
+ "text": "string"
37146
37173
  },
37147
- "privacy": "public",
37148
- "description": "The orientation",
37174
+ "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.",
37175
+ "fieldName": "list",
37149
37176
  "inheritedFrom": {
37150
- "name": "Tabs",
37151
- "module": "src/tabs/tabs.ts"
37177
+ "name": "TextArea",
37178
+ "module": "src/text-area/text-area.ts"
37152
37179
  }
37153
37180
  },
37154
37181
  {
37155
- "kind": "field",
37156
- "name": "activeid",
37182
+ "name": "name",
37157
37183
  "type": {
37158
37184
  "text": "string"
37159
37185
  },
37160
- "privacy": "public",
37161
- "description": "The id of the active tab",
37186
+ "description": "The name of the element.",
37187
+ "fieldName": "name",
37162
37188
  "inheritedFrom": {
37163
- "name": "Tabs",
37164
- "module": "src/tabs/tabs.ts"
37189
+ "name": "TextArea",
37190
+ "module": "src/text-area/text-area.ts"
37165
37191
  }
37166
37192
  },
37167
37193
  {
37168
- "kind": "field",
37169
- "name": "activeindicator",
37194
+ "name": "placeholder",
37170
37195
  "type": {
37171
- "text": "boolean"
37196
+ "text": "string"
37172
37197
  },
37173
- "privacy": "public",
37174
- "default": "true",
37175
- "description": "Whether or not to show the active indicator",
37198
+ "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
37199
+ "fieldName": "placeholder",
37176
37200
  "inheritedFrom": {
37177
- "name": "Tabs",
37178
- "module": "src/tabs/tabs.ts"
37201
+ "name": "TextArea",
37202
+ "module": "src/text-area/text-area.ts"
37179
37203
  }
37180
- },
37204
+ }
37205
+ ],
37206
+ "members": [
37181
37207
  {
37182
37208
  "kind": "field",
37183
- "name": "activetab",
37209
+ "name": "readOnly",
37184
37210
  "type": {
37185
- "text": "HTMLElement"
37211
+ "text": "boolean"
37186
37212
  },
37187
37213
  "privacy": "public",
37188
- "description": "A reference to the active tab",
37214
+ "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.",
37189
37215
  "inheritedFrom": {
37190
- "name": "Tabs",
37191
- "module": "src/tabs/tabs.ts"
37216
+ "name": "TextArea",
37217
+ "module": "src/text-area/text-area.ts"
37192
37218
  }
37193
37219
  },
37194
37220
  {
37195
- "kind": "field",
37196
- "name": "prevActiveTabIndex",
37197
- "type": {
37198
- "text": "number"
37199
- },
37221
+ "kind": "method",
37222
+ "name": "readOnlyChanged",
37200
37223
  "privacy": "private",
37201
- "default": "0",
37224
+ "return": {
37225
+ "type": {
37226
+ "text": "void"
37227
+ }
37228
+ },
37202
37229
  "inheritedFrom": {
37203
- "name": "Tabs",
37204
- "module": "src/tabs/tabs.ts"
37230
+ "name": "TextArea",
37231
+ "module": "src/text-area/text-area.ts"
37205
37232
  }
37206
37233
  },
37207
37234
  {
37208
37235
  "kind": "field",
37209
- "name": "activeTabIndex",
37236
+ "name": "resize",
37210
37237
  "type": {
37211
- "text": "number"
37238
+ "text": "TextAreaResize"
37212
37239
  },
37213
- "privacy": "private",
37214
- "default": "0",
37240
+ "privacy": "public",
37241
+ "description": "The resize mode of the element.",
37215
37242
  "inheritedFrom": {
37216
- "name": "Tabs",
37217
- "module": "src/tabs/tabs.ts"
37243
+ "name": "TextArea",
37244
+ "module": "src/text-area/text-area.ts"
37218
37245
  }
37219
37246
  },
37220
37247
  {
37221
37248
  "kind": "field",
37222
- "name": "ticking",
37249
+ "name": "autofocus",
37223
37250
  "type": {
37224
37251
  "text": "boolean"
37225
37252
  },
37226
- "privacy": "private",
37227
- "default": "false",
37253
+ "privacy": "public",
37254
+ "description": "Indicates that this element should get focus after the page finishes loading.",
37228
37255
  "inheritedFrom": {
37229
- "name": "Tabs",
37230
- "module": "src/tabs/tabs.ts"
37256
+ "name": "TextArea",
37257
+ "module": "src/text-area/text-area.ts"
37231
37258
  }
37232
37259
  },
37233
37260
  {
37234
- "kind": "field",
37235
- "name": "tabIds",
37236
- "type": {
37237
- "text": "Array<string>"
37238
- },
37261
+ "kind": "method",
37262
+ "name": "autofocusChanged",
37239
37263
  "privacy": "private",
37264
+ "return": {
37265
+ "type": {
37266
+ "text": "void"
37267
+ }
37268
+ },
37240
37269
  "inheritedFrom": {
37241
- "name": "Tabs",
37242
- "module": "src/tabs/tabs.ts"
37270
+ "name": "TextArea",
37271
+ "module": "src/text-area/text-area.ts"
37243
37272
  }
37244
37273
  },
37245
37274
  {
37246
37275
  "kind": "field",
37247
- "name": "tabpanelIds",
37276
+ "name": "formId",
37248
37277
  "type": {
37249
- "text": "Array<string>"
37278
+ "text": "string"
37250
37279
  },
37251
- "privacy": "private",
37252
- "inheritedFrom": {
37253
- "name": "Tabs",
37254
- "module": "src/tabs/tabs.ts"
37255
- }
37256
- },
37257
- {
37258
- "kind": "field",
37259
- "name": "change",
37260
- "privacy": "private",
37261
- "inheritedFrom": {
37262
- "name": "Tabs",
37263
- "module": "src/tabs/tabs.ts"
37264
- }
37265
- },
37266
- {
37267
- "kind": "field",
37268
- "name": "isDisabledElement",
37269
- "privacy": "private",
37270
- "inheritedFrom": {
37271
- "name": "Tabs",
37272
- "module": "src/tabs/tabs.ts"
37273
- }
37274
- },
37275
- {
37276
- "kind": "field",
37277
- "name": "isHiddenElement",
37278
- "privacy": "private",
37280
+ "privacy": "public",
37281
+ "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",
37279
37282
  "inheritedFrom": {
37280
- "name": "Tabs",
37281
- "module": "src/tabs/tabs.ts"
37283
+ "name": "TextArea",
37284
+ "module": "src/text-area/text-area.ts"
37282
37285
  }
37283
37286
  },
37284
37287
  {
37285
37288
  "kind": "field",
37286
- "name": "isFocusableElement",
37287
- "privacy": "private",
37289
+ "name": "list",
37290
+ "type": {
37291
+ "text": "string"
37292
+ },
37293
+ "privacy": "public",
37294
+ "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}.",
37288
37295
  "inheritedFrom": {
37289
- "name": "Tabs",
37290
- "module": "src/tabs/tabs.ts"
37296
+ "name": "TextArea",
37297
+ "module": "src/text-area/text-area.ts"
37291
37298
  }
37292
37299
  },
37293
37300
  {
37294
37301
  "kind": "method",
37295
- "name": "getActiveIndex",
37302
+ "name": "listChanged",
37296
37303
  "privacy": "private",
37297
37304
  "return": {
37298
37305
  "type": {
37299
- "text": "number"
37306
+ "text": "void"
37300
37307
  }
37301
37308
  },
37302
37309
  "inheritedFrom": {
37303
- "name": "Tabs",
37304
- "module": "src/tabs/tabs.ts"
37305
- }
37306
- },
37307
- {
37308
- "kind": "field",
37309
- "name": "setTabs",
37310
- "privacy": "private",
37311
- "inheritedFrom": {
37312
- "name": "Tabs",
37313
- "module": "src/tabs/tabs.ts"
37310
+ "name": "TextArea",
37311
+ "module": "src/text-area/text-area.ts"
37314
37312
  }
37315
37313
  },
37316
37314
  {
37317
37315
  "kind": "field",
37318
- "name": "setTabPanels",
37319
- "privacy": "private",
37316
+ "name": "maxlength",
37317
+ "type": {
37318
+ "text": "number"
37319
+ },
37320
+ "privacy": "public",
37321
+ "description": "The maximum number of characters a user can enter.",
37320
37322
  "inheritedFrom": {
37321
- "name": "Tabs",
37322
- "module": "src/tabs/tabs.ts"
37323
+ "name": "TextArea",
37324
+ "module": "src/text-area/text-area.ts"
37323
37325
  }
37324
37326
  },
37325
37327
  {
37326
37328
  "kind": "method",
37327
- "name": "getTabIds",
37329
+ "name": "maxlengthChanged",
37328
37330
  "privacy": "private",
37329
37331
  "return": {
37330
37332
  "type": {
37331
- "text": "Array<string>"
37333
+ "text": "void"
37332
37334
  }
37333
37335
  },
37334
37336
  "inheritedFrom": {
37335
- "name": "Tabs",
37336
- "module": "src/tabs/tabs.ts"
37337
+ "name": "TextArea",
37338
+ "module": "src/text-area/text-area.ts"
37337
37339
  }
37338
37340
  },
37339
37341
  {
37340
- "kind": "method",
37341
- "name": "getTabPanelIds",
37342
- "privacy": "private",
37343
- "return": {
37344
- "type": {
37345
- "text": "Array<string>"
37346
- }
37342
+ "kind": "field",
37343
+ "name": "minlength",
37344
+ "type": {
37345
+ "text": "number"
37347
37346
  },
37347
+ "privacy": "public",
37348
+ "description": "The minimum number of characters a user can enter.",
37348
37349
  "inheritedFrom": {
37349
- "name": "Tabs",
37350
- "module": "src/tabs/tabs.ts"
37350
+ "name": "TextArea",
37351
+ "module": "src/text-area/text-area.ts"
37351
37352
  }
37352
37353
  },
37353
37354
  {
37354
37355
  "kind": "method",
37355
- "name": "setComponent",
37356
+ "name": "minlengthChanged",
37356
37357
  "privacy": "private",
37357
37358
  "return": {
37358
37359
  "type": {
@@ -37360,54 +37361,79 @@
37360
37361
  }
37361
37362
  },
37362
37363
  "inheritedFrom": {
37363
- "name": "Tabs",
37364
- "module": "src/tabs/tabs.ts"
37364
+ "name": "TextArea",
37365
+ "module": "src/text-area/text-area.ts"
37365
37366
  }
37366
37367
  },
37367
37368
  {
37368
37369
  "kind": "field",
37369
- "name": "handleTabClick",
37370
- "privacy": "private",
37370
+ "name": "name",
37371
+ "type": {
37372
+ "text": "string"
37373
+ },
37374
+ "privacy": "public",
37375
+ "description": "The name of the element.",
37371
37376
  "inheritedFrom": {
37372
- "name": "Tabs",
37373
- "module": "src/tabs/tabs.ts"
37377
+ "name": "TextArea",
37378
+ "module": "src/text-area/text-area.ts"
37374
37379
  }
37375
37380
  },
37376
37381
  {
37377
- "kind": "method",
37378
- "name": "isHorizontal",
37379
- "privacy": "private",
37380
- "return": {
37381
- "type": {
37382
- "text": "boolean"
37383
- }
37382
+ "kind": "field",
37383
+ "name": "placeholder",
37384
+ "type": {
37385
+ "text": "string"
37384
37386
  },
37387
+ "privacy": "public",
37388
+ "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
37385
37389
  "inheritedFrom": {
37386
- "name": "Tabs",
37387
- "module": "src/tabs/tabs.ts"
37390
+ "name": "TextArea",
37391
+ "module": "src/text-area/text-area.ts"
37388
37392
  }
37389
37393
  },
37390
37394
  {
37391
37395
  "kind": "field",
37392
- "name": "handleTabKeyDown",
37393
- "privacy": "private",
37396
+ "name": "cols",
37397
+ "type": {
37398
+ "text": "number"
37399
+ },
37400
+ "privacy": "public",
37401
+ "default": "20",
37402
+ "description": "Sizes the element horizontally by a number of character columns.",
37394
37403
  "inheritedFrom": {
37395
- "name": "Tabs",
37396
- "module": "src/tabs/tabs.ts"
37404
+ "name": "TextArea",
37405
+ "module": "src/text-area/text-area.ts"
37397
37406
  }
37398
37407
  },
37399
37408
  {
37400
- "kind": "method",
37401
- "name": "handleActiveIndicatorPosition",
37402
- "privacy": "private",
37409
+ "kind": "field",
37410
+ "name": "rows",
37411
+ "type": {
37412
+ "text": "number"
37413
+ },
37414
+ "privacy": "public",
37415
+ "description": "Sizes the element vertically by a number of character rows.",
37403
37416
  "inheritedFrom": {
37404
- "name": "Tabs",
37405
- "module": "src/tabs/tabs.ts"
37417
+ "name": "TextArea",
37418
+ "module": "src/text-area/text-area.ts"
37419
+ }
37420
+ },
37421
+ {
37422
+ "kind": "field",
37423
+ "name": "spellcheck",
37424
+ "type": {
37425
+ "text": "boolean"
37426
+ },
37427
+ "privacy": "public",
37428
+ "description": "Sets if the element is eligible for spell checking\nbut the UA.",
37429
+ "inheritedFrom": {
37430
+ "name": "TextArea",
37431
+ "module": "src/text-area/text-area.ts"
37406
37432
  }
37407
37433
  },
37408
37434
  {
37409
37435
  "kind": "method",
37410
- "name": "animateActiveIndicator",
37436
+ "name": "spellcheckChanged",
37411
37437
  "privacy": "private",
37412
37438
  "return": {
37413
37439
  "type": {
@@ -37415,72 +37441,46 @@
37415
37441
  }
37416
37442
  },
37417
37443
  "inheritedFrom": {
37418
- "name": "Tabs",
37419
- "module": "src/tabs/tabs.ts"
37444
+ "name": "TextArea",
37445
+ "module": "src/text-area/text-area.ts"
37420
37446
  }
37421
37447
  },
37422
37448
  {
37423
37449
  "kind": "method",
37424
- "name": "adjust",
37450
+ "name": "select",
37425
37451
  "privacy": "public",
37426
37452
  "return": {
37427
37453
  "type": {
37428
37454
  "text": "void"
37429
37455
  }
37430
37456
  },
37431
- "parameters": [
37432
- {
37433
- "name": "adjustment",
37434
- "type": {
37435
- "text": "number"
37436
- }
37437
- }
37438
- ],
37439
- "description": "The adjust method for FASTTabs",
37440
- "inheritedFrom": {
37441
- "name": "Tabs",
37442
- "module": "src/tabs/tabs.ts"
37443
- }
37444
- },
37445
- {
37446
- "kind": "field",
37447
- "name": "adjustForward",
37448
- "privacy": "private",
37449
- "inheritedFrom": {
37450
- "name": "Tabs",
37451
- "module": "src/tabs/tabs.ts"
37452
- }
37453
- },
37454
- {
37455
- "kind": "field",
37456
- "name": "adjustBackward",
37457
- "privacy": "private",
37458
- "inheritedFrom": {
37459
- "name": "Tabs",
37460
- "module": "src/tabs/tabs.ts"
37461
- }
37462
- },
37463
- {
37464
- "kind": "field",
37465
- "name": "moveToTabByIndex",
37466
- "privacy": "private",
37457
+ "description": "Selects all the text in the text area",
37467
37458
  "inheritedFrom": {
37468
- "name": "Tabs",
37469
- "module": "src/tabs/tabs.ts"
37459
+ "name": "TextArea",
37460
+ "module": "src/text-area/text-area.ts"
37470
37461
  }
37471
37462
  },
37472
37463
  {
37473
37464
  "kind": "method",
37474
- "name": "focusTab",
37475
- "privacy": "private",
37465
+ "name": "validate",
37466
+ "privacy": "public",
37476
37467
  "return": {
37477
37468
  "type": {
37478
37469
  "text": "void"
37479
37470
  }
37480
37471
  },
37472
+ "description": "{@inheritDoc (FormAssociated:interface).validate}",
37481
37473
  "inheritedFrom": {
37482
- "name": "Tabs",
37483
- "module": "src/tabs/tabs.ts"
37474
+ "name": "TextArea",
37475
+ "module": "src/text-area/text-area.ts"
37476
+ }
37477
+ },
37478
+ {
37479
+ "kind": "field",
37480
+ "name": "proxy",
37481
+ "inheritedFrom": {
37482
+ "name": "TextArea",
37483
+ "module": "src/text-area/text-area.ts"
37484
37484
  }
37485
37485
  },
37486
37486
  {
@@ -37492,8 +37492,8 @@
37492
37492
  "privacy": "private",
37493
37493
  "default": "void 0",
37494
37494
  "inheritedFrom": {
37495
- "name": "FoundationElement",
37496
- "module": "src/foundation-element/foundation-element.ts"
37495
+ "name": "TextArea",
37496
+ "module": "src/text-area/text-area.ts"
37497
37497
  }
37498
37498
  },
37499
37499
  {
@@ -37505,8 +37505,8 @@
37505
37505
  "privacy": "public",
37506
37506
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
37507
37507
  "inheritedFrom": {
37508
- "name": "FoundationElement",
37509
- "module": "src/foundation-element/foundation-element.ts"
37508
+ "name": "TextArea",
37509
+ "module": "src/text-area/text-area.ts"
37510
37510
  }
37511
37511
  },
37512
37512
  {
@@ -37518,8 +37518,8 @@
37518
37518
  "privacy": "public",
37519
37519
  "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.",
37520
37520
  "inheritedFrom": {
37521
- "name": "FoundationElement",
37522
- "module": "src/foundation-element/foundation-element.ts"
37521
+ "name": "TextArea",
37522
+ "module": "src/text-area/text-area.ts"
37523
37523
  }
37524
37524
  },
37525
37525
  {
@@ -37532,8 +37532,8 @@
37532
37532
  }
37533
37533
  },
37534
37534
  "inheritedFrom": {
37535
- "name": "FoundationElement",
37536
- "module": "src/foundation-element/foundation-element.ts"
37535
+ "name": "TextArea",
37536
+ "module": "src/text-area/text-area.ts"
37537
37537
  }
37538
37538
  },
37539
37539
  {
@@ -37545,8 +37545,8 @@
37545
37545
  "privacy": "public",
37546
37546
  "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.",
37547
37547
  "inheritedFrom": {
37548
- "name": "FoundationElement",
37549
- "module": "src/foundation-element/foundation-element.ts"
37548
+ "name": "TextArea",
37549
+ "module": "src/text-area/text-area.ts"
37550
37550
  }
37551
37551
  },
37552
37552
  {
@@ -37559,8 +37559,8 @@
37559
37559
  }
37560
37560
  },
37561
37561
  "inheritedFrom": {
37562
- "name": "FoundationElement",
37563
- "module": "src/foundation-element/foundation-element.ts"
37562
+ "name": "TextArea",
37563
+ "module": "src/text-area/text-area.ts"
37564
37564
  }
37565
37565
  },
37566
37566
  {
@@ -37590,25 +37590,25 @@
37590
37590
  ],
37591
37591
  "description": "Defines an element registry function with a set of element definition defaults.",
37592
37592
  "inheritedFrom": {
37593
- "name": "FoundationElement",
37594
- "module": "src/foundation-element/foundation-element.ts"
37593
+ "name": "TextArea",
37594
+ "module": "src/text-area/text-area.ts"
37595
37595
  }
37596
37596
  }
37597
37597
  ],
37598
37598
  "events": [
37599
37599
  {
37600
- "description": "Fires a custom 'change' event when a tab is clicked or during keyboard navigation",
37600
+ "description": "Emits a custom 'change' event when the textarea emits a change event",
37601
37601
  "name": "change",
37602
37602
  "inheritedFrom": {
37603
- "name": "Tabs",
37604
- "module": "src/tabs/tabs.ts"
37603
+ "name": "TextArea",
37604
+ "module": "src/text-area/text-area.ts"
37605
37605
  }
37606
37606
  }
37607
37607
  ]
37608
37608
  },
37609
37609
  {
37610
37610
  "kind": "variable",
37611
- "name": "foundationTabsShadowOptions",
37611
+ "name": "foundationTextAreaShadowOptions",
37612
37612
  "type": {
37613
37613
  "text": "ShadowRootInit"
37614
37614
  },
@@ -37616,7 +37616,7 @@
37616
37616
  },
37617
37617
  {
37618
37618
  "kind": "variable",
37619
- "name": "defaultTabsConfig",
37619
+ "name": "defaultTextAreaConfig",
37620
37620
  "type": {
37621
37621
  "text": "object"
37622
37622
  },
@@ -37624,42 +37624,42 @@
37624
37624
  },
37625
37625
  {
37626
37626
  "kind": "variable",
37627
- "name": "foundationTabs",
37628
- "description": "The Foundation Tabs",
37627
+ "name": "foundationTextArea",
37628
+ "description": "The Foundation Text Area",
37629
37629
  "privacy": "public"
37630
37630
  }
37631
37631
  ],
37632
37632
  "exports": [
37633
37633
  {
37634
37634
  "kind": "js",
37635
- "name": "Tabs",
37635
+ "name": "TextArea",
37636
37636
  "declaration": {
37637
- "name": "Tabs",
37638
- "module": "src/tabs/tabs.ts"
37637
+ "name": "TextArea",
37638
+ "module": "src/text-area/text-area.ts"
37639
37639
  }
37640
37640
  },
37641
37641
  {
37642
37642
  "kind": "js",
37643
- "name": "foundationTabsShadowOptions",
37643
+ "name": "foundationTextAreaShadowOptions",
37644
37644
  "declaration": {
37645
- "name": "foundationTabsShadowOptions",
37646
- "module": "src/tabs/tabs.ts"
37645
+ "name": "foundationTextAreaShadowOptions",
37646
+ "module": "src/text-area/text-area.ts"
37647
37647
  }
37648
37648
  },
37649
37649
  {
37650
37650
  "kind": "js",
37651
- "name": "defaultTabsConfig",
37651
+ "name": "defaultTextAreaConfig",
37652
37652
  "declaration": {
37653
- "name": "defaultTabsConfig",
37654
- "module": "src/tabs/tabs.ts"
37653
+ "name": "defaultTextAreaConfig",
37654
+ "module": "src/text-area/text-area.ts"
37655
37655
  }
37656
37656
  },
37657
37657
  {
37658
37658
  "kind": "js",
37659
- "name": "foundationTabs",
37659
+ "name": "foundationTextArea",
37660
37660
  "declaration": {
37661
- "name": "foundationTabs",
37662
- "module": "src/tabs/tabs.ts"
37661
+ "name": "foundationTextArea",
37662
+ "module": "src/text-area/text-area.ts"
37663
37663
  }
37664
37664
  }
37665
37665
  ]