@genesislcap/foundation-zero 14.458.3 → 14.460.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.
- package/dist/custom-elements.json +505 -505
- package/dist/dts/react.d.ts +8 -8
- package/dist/react.cjs +5 -5
- package/dist/react.mjs +4 -4
- package/package.json +12 -12
|
@@ -40919,7 +40919,7 @@
|
|
|
40919
40919
|
},
|
|
40920
40920
|
{
|
|
40921
40921
|
"kind": "javascript-module",
|
|
40922
|
-
"path": "src/
|
|
40922
|
+
"path": "src/tabs/index.ts",
|
|
40923
40923
|
"declarations": [],
|
|
40924
40924
|
"exports": [
|
|
40925
40925
|
{
|
|
@@ -40927,7 +40927,7 @@
|
|
|
40927
40927
|
"name": "*",
|
|
40928
40928
|
"declaration": {
|
|
40929
40929
|
"name": "*",
|
|
40930
|
-
"package": "./
|
|
40930
|
+
"package": "./tabs"
|
|
40931
40931
|
}
|
|
40932
40932
|
},
|
|
40933
40933
|
{
|
|
@@ -40935,7 +40935,7 @@
|
|
|
40935
40935
|
"name": "*",
|
|
40936
40936
|
"declaration": {
|
|
40937
40937
|
"name": "*",
|
|
40938
|
-
"package": "./
|
|
40938
|
+
"package": "./tabs.styles"
|
|
40939
40939
|
}
|
|
40940
40940
|
},
|
|
40941
40941
|
{
|
|
@@ -40943,18 +40943,18 @@
|
|
|
40943
40943
|
"name": "*",
|
|
40944
40944
|
"declaration": {
|
|
40945
40945
|
"name": "*",
|
|
40946
|
-
"package": "./
|
|
40946
|
+
"package": "./tabs.template"
|
|
40947
40947
|
}
|
|
40948
40948
|
}
|
|
40949
40949
|
]
|
|
40950
40950
|
},
|
|
40951
40951
|
{
|
|
40952
40952
|
"kind": "javascript-module",
|
|
40953
|
-
"path": "src/
|
|
40953
|
+
"path": "src/tabs/tabs.styles.ts",
|
|
40954
40954
|
"declarations": [
|
|
40955
40955
|
{
|
|
40956
40956
|
"kind": "function",
|
|
40957
|
-
"name": "
|
|
40957
|
+
"name": "zeroTabsStyles",
|
|
40958
40958
|
"return": {
|
|
40959
40959
|
"type": {
|
|
40960
40960
|
"text": "ElementStyles"
|
|
@@ -40979,24 +40979,24 @@
|
|
|
40979
40979
|
"exports": [
|
|
40980
40980
|
{
|
|
40981
40981
|
"kind": "js",
|
|
40982
|
-
"name": "
|
|
40982
|
+
"name": "zeroTabsStyles",
|
|
40983
40983
|
"declaration": {
|
|
40984
|
-
"name": "
|
|
40985
|
-
"module": "src/
|
|
40984
|
+
"name": "zeroTabsStyles",
|
|
40985
|
+
"module": "src/tabs/tabs.styles.ts"
|
|
40986
40986
|
}
|
|
40987
40987
|
}
|
|
40988
40988
|
]
|
|
40989
40989
|
},
|
|
40990
40990
|
{
|
|
40991
40991
|
"kind": "javascript-module",
|
|
40992
|
-
"path": "src/
|
|
40992
|
+
"path": "src/tabs/tabs.template.ts",
|
|
40993
40993
|
"declarations": [
|
|
40994
40994
|
{
|
|
40995
40995
|
"kind": "function",
|
|
40996
|
-
"name": "
|
|
40996
|
+
"name": "zeroTabsTemplate",
|
|
40997
40997
|
"return": {
|
|
40998
40998
|
"type": {
|
|
40999
|
-
"text": "ViewTemplate<
|
|
40999
|
+
"text": "ViewTemplate<Tabs>"
|
|
41000
41000
|
}
|
|
41001
41001
|
},
|
|
41002
41002
|
"parameters": [
|
|
@@ -41018,380 +41018,437 @@
|
|
|
41018
41018
|
"exports": [
|
|
41019
41019
|
{
|
|
41020
41020
|
"kind": "js",
|
|
41021
|
-
"name": "
|
|
41021
|
+
"name": "zeroTabsTemplate",
|
|
41022
41022
|
"declaration": {
|
|
41023
|
-
"name": "
|
|
41024
|
-
"module": "src/
|
|
41023
|
+
"name": "zeroTabsTemplate",
|
|
41024
|
+
"module": "src/tabs/tabs.template.ts"
|
|
41025
41025
|
}
|
|
41026
41026
|
}
|
|
41027
41027
|
]
|
|
41028
41028
|
},
|
|
41029
41029
|
{
|
|
41030
41030
|
"kind": "javascript-module",
|
|
41031
|
-
"path": "src/
|
|
41031
|
+
"path": "src/tabs/tabs.ts",
|
|
41032
41032
|
"declarations": [
|
|
41033
41033
|
{
|
|
41034
41034
|
"kind": "class",
|
|
41035
41035
|
"description": "",
|
|
41036
|
-
"name": "
|
|
41036
|
+
"name": "Tabs",
|
|
41037
41037
|
"superclass": {
|
|
41038
|
-
"name": "
|
|
41038
|
+
"name": "FoundationTabs",
|
|
41039
41039
|
"package": "@genesislcap/foundation-ui"
|
|
41040
41040
|
},
|
|
41041
|
-
"tagName": "%%prefix%%-
|
|
41041
|
+
"tagName": "%%prefix%%-tabs",
|
|
41042
41042
|
"customElement": true,
|
|
41043
41043
|
"attributes": [
|
|
41044
41044
|
{
|
|
41045
41045
|
"type": {
|
|
41046
41046
|
"text": "boolean"
|
|
41047
41047
|
},
|
|
41048
|
-
"
|
|
41049
|
-
"
|
|
41050
|
-
"
|
|
41048
|
+
"default": "false",
|
|
41049
|
+
"description": "When true, the tab list becomes horizontally scrollable when its\ncontents exceed the width of the container.",
|
|
41050
|
+
"fieldName": "scrollable",
|
|
41051
41051
|
"inheritedFrom": {
|
|
41052
|
-
"name": "
|
|
41053
|
-
"module": "src/
|
|
41052
|
+
"name": "Tabs",
|
|
41053
|
+
"module": "src/tabs/tabs.ts"
|
|
41054
41054
|
}
|
|
41055
41055
|
},
|
|
41056
41056
|
{
|
|
41057
|
-
"name": "
|
|
41057
|
+
"name": "orientation",
|
|
41058
41058
|
"type": {
|
|
41059
|
-
"text": "
|
|
41059
|
+
"text": "TabsOrientation"
|
|
41060
41060
|
},
|
|
41061
|
-
"description": "The
|
|
41062
|
-
"fieldName": "
|
|
41061
|
+
"description": "The orientation",
|
|
41062
|
+
"fieldName": "orientation",
|
|
41063
41063
|
"inheritedFrom": {
|
|
41064
|
-
"name": "
|
|
41065
|
-
"module": "src/
|
|
41064
|
+
"name": "Tabs",
|
|
41065
|
+
"module": "src/tabs/tabs.ts"
|
|
41066
41066
|
}
|
|
41067
41067
|
},
|
|
41068
41068
|
{
|
|
41069
|
-
"name": "
|
|
41069
|
+
"name": "activeid",
|
|
41070
41070
|
"type": {
|
|
41071
41071
|
"text": "string"
|
|
41072
41072
|
},
|
|
41073
|
-
"description": "The
|
|
41074
|
-
"fieldName": "
|
|
41073
|
+
"description": "The id of the active tab",
|
|
41074
|
+
"fieldName": "activeid",
|
|
41075
41075
|
"inheritedFrom": {
|
|
41076
|
-
"name": "
|
|
41077
|
-
"module": "src/
|
|
41076
|
+
"name": "Tabs",
|
|
41077
|
+
"module": "src/tabs/tabs.ts"
|
|
41078
41078
|
}
|
|
41079
|
-
}
|
|
41079
|
+
}
|
|
41080
|
+
],
|
|
41081
|
+
"members": [
|
|
41080
41082
|
{
|
|
41081
|
-
"
|
|
41083
|
+
"kind": "field",
|
|
41084
|
+
"name": "scrollable",
|
|
41082
41085
|
"type": {
|
|
41083
|
-
"text": "
|
|
41086
|
+
"text": "boolean"
|
|
41084
41087
|
},
|
|
41085
|
-
"
|
|
41086
|
-
"
|
|
41088
|
+
"default": "false",
|
|
41089
|
+
"description": "When true, the tab list becomes horizontally scrollable when its\ncontents exceed the width of the container.",
|
|
41090
|
+
"privacy": "public",
|
|
41087
41091
|
"inheritedFrom": {
|
|
41088
|
-
"name": "
|
|
41089
|
-
"module": "src/
|
|
41092
|
+
"name": "Tabs",
|
|
41093
|
+
"module": "src/tabs/tabs.ts"
|
|
41090
41094
|
}
|
|
41091
41095
|
},
|
|
41092
41096
|
{
|
|
41093
|
-
"
|
|
41097
|
+
"kind": "field",
|
|
41098
|
+
"name": "currentTabIndex",
|
|
41094
41099
|
"type": {
|
|
41095
|
-
"text": "
|
|
41100
|
+
"text": "number | undefined"
|
|
41096
41101
|
},
|
|
41097
|
-
"description": "
|
|
41098
|
-
"
|
|
41102
|
+
"description": "A zero-index number representing the active tab",
|
|
41103
|
+
"readonly": true,
|
|
41099
41104
|
"inheritedFrom": {
|
|
41100
|
-
"name": "
|
|
41101
|
-
"module": "src/
|
|
41105
|
+
"name": "Tabs",
|
|
41106
|
+
"module": "src/tabs/tabs.ts"
|
|
41102
41107
|
}
|
|
41103
41108
|
},
|
|
41104
|
-
{
|
|
41105
|
-
"name": "placeholder",
|
|
41106
|
-
"type": {
|
|
41107
|
-
"text": "string"
|
|
41108
|
-
},
|
|
41109
|
-
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
41110
|
-
"fieldName": "placeholder",
|
|
41111
|
-
"inheritedFrom": {
|
|
41112
|
-
"name": "TextArea",
|
|
41113
|
-
"module": "src/text-area/text-area.ts"
|
|
41114
|
-
}
|
|
41115
|
-
}
|
|
41116
|
-
],
|
|
41117
|
-
"members": [
|
|
41118
41109
|
{
|
|
41119
41110
|
"kind": "field",
|
|
41120
|
-
"name": "
|
|
41111
|
+
"name": "orientation",
|
|
41121
41112
|
"type": {
|
|
41122
|
-
"text": "
|
|
41113
|
+
"text": "TabsOrientation"
|
|
41123
41114
|
},
|
|
41124
41115
|
"privacy": "public",
|
|
41125
|
-
"description": "
|
|
41116
|
+
"description": "The orientation",
|
|
41126
41117
|
"inheritedFrom": {
|
|
41127
|
-
"name": "
|
|
41128
|
-
"module": "src/
|
|
41118
|
+
"name": "Tabs",
|
|
41119
|
+
"module": "src/tabs/tabs.ts"
|
|
41129
41120
|
}
|
|
41130
41121
|
},
|
|
41131
41122
|
{
|
|
41132
|
-
"kind": "
|
|
41133
|
-
"name": "
|
|
41134
|
-
"
|
|
41135
|
-
|
|
41136
|
-
"type": {
|
|
41137
|
-
"text": "void"
|
|
41138
|
-
}
|
|
41123
|
+
"kind": "field",
|
|
41124
|
+
"name": "activeid",
|
|
41125
|
+
"type": {
|
|
41126
|
+
"text": "string"
|
|
41139
41127
|
},
|
|
41128
|
+
"privacy": "public",
|
|
41129
|
+
"description": "The id of the active tab",
|
|
41140
41130
|
"inheritedFrom": {
|
|
41141
|
-
"name": "
|
|
41142
|
-
"module": "src/
|
|
41131
|
+
"name": "Tabs",
|
|
41132
|
+
"module": "src/tabs/tabs.ts"
|
|
41143
41133
|
}
|
|
41144
41134
|
},
|
|
41145
41135
|
{
|
|
41146
41136
|
"kind": "field",
|
|
41147
|
-
"name": "
|
|
41137
|
+
"name": "activeindicator",
|
|
41148
41138
|
"type": {
|
|
41149
|
-
"text": "
|
|
41139
|
+
"text": "boolean"
|
|
41150
41140
|
},
|
|
41151
41141
|
"privacy": "public",
|
|
41152
|
-
"
|
|
41142
|
+
"default": "true",
|
|
41143
|
+
"description": "Whether or not to show the active indicator",
|
|
41153
41144
|
"inheritedFrom": {
|
|
41154
|
-
"name": "
|
|
41155
|
-
"module": "src/
|
|
41145
|
+
"name": "Tabs",
|
|
41146
|
+
"module": "src/tabs/tabs.ts"
|
|
41156
41147
|
}
|
|
41157
41148
|
},
|
|
41158
41149
|
{
|
|
41159
41150
|
"kind": "field",
|
|
41160
|
-
"name": "
|
|
41151
|
+
"name": "activetab",
|
|
41161
41152
|
"type": {
|
|
41162
|
-
"text": "
|
|
41153
|
+
"text": "HTMLElement"
|
|
41163
41154
|
},
|
|
41164
41155
|
"privacy": "public",
|
|
41165
|
-
"description": "
|
|
41156
|
+
"description": "A reference to the active tab",
|
|
41166
41157
|
"inheritedFrom": {
|
|
41167
|
-
"name": "
|
|
41168
|
-
"module": "src/
|
|
41158
|
+
"name": "Tabs",
|
|
41159
|
+
"module": "src/tabs/tabs.ts"
|
|
41169
41160
|
}
|
|
41170
41161
|
},
|
|
41171
41162
|
{
|
|
41172
|
-
"kind": "
|
|
41173
|
-
"name": "
|
|
41174
|
-
"
|
|
41175
|
-
|
|
41176
|
-
"type": {
|
|
41177
|
-
"text": "void"
|
|
41178
|
-
}
|
|
41163
|
+
"kind": "field",
|
|
41164
|
+
"name": "prevActiveTabIndex",
|
|
41165
|
+
"type": {
|
|
41166
|
+
"text": "number"
|
|
41179
41167
|
},
|
|
41168
|
+
"privacy": "private",
|
|
41169
|
+
"default": "0",
|
|
41180
41170
|
"inheritedFrom": {
|
|
41181
|
-
"name": "
|
|
41182
|
-
"module": "src/
|
|
41171
|
+
"name": "Tabs",
|
|
41172
|
+
"module": "src/tabs/tabs.ts"
|
|
41183
41173
|
}
|
|
41184
41174
|
},
|
|
41185
41175
|
{
|
|
41186
41176
|
"kind": "field",
|
|
41187
|
-
"name": "
|
|
41177
|
+
"name": "activeTabIndex",
|
|
41188
41178
|
"type": {
|
|
41189
|
-
"text": "
|
|
41179
|
+
"text": "number"
|
|
41190
41180
|
},
|
|
41191
|
-
"privacy": "
|
|
41192
|
-
"
|
|
41181
|
+
"privacy": "private",
|
|
41182
|
+
"default": "0",
|
|
41193
41183
|
"inheritedFrom": {
|
|
41194
|
-
"name": "
|
|
41195
|
-
"module": "src/
|
|
41184
|
+
"name": "Tabs",
|
|
41185
|
+
"module": "src/tabs/tabs.ts"
|
|
41196
41186
|
}
|
|
41197
41187
|
},
|
|
41198
41188
|
{
|
|
41199
41189
|
"kind": "field",
|
|
41200
|
-
"name": "
|
|
41190
|
+
"name": "ticking",
|
|
41201
41191
|
"type": {
|
|
41202
|
-
"text": "
|
|
41192
|
+
"text": "boolean"
|
|
41203
41193
|
},
|
|
41204
|
-
"privacy": "
|
|
41205
|
-
"
|
|
41194
|
+
"privacy": "private",
|
|
41195
|
+
"default": "false",
|
|
41206
41196
|
"inheritedFrom": {
|
|
41207
|
-
"name": "
|
|
41208
|
-
"module": "src/
|
|
41197
|
+
"name": "Tabs",
|
|
41198
|
+
"module": "src/tabs/tabs.ts"
|
|
41209
41199
|
}
|
|
41210
41200
|
},
|
|
41211
41201
|
{
|
|
41212
|
-
"kind": "
|
|
41213
|
-
"name": "
|
|
41214
|
-
"
|
|
41215
|
-
|
|
41216
|
-
"type": {
|
|
41217
|
-
"text": "void"
|
|
41218
|
-
}
|
|
41202
|
+
"kind": "field",
|
|
41203
|
+
"name": "tabIds",
|
|
41204
|
+
"type": {
|
|
41205
|
+
"text": "Array<string>"
|
|
41219
41206
|
},
|
|
41207
|
+
"privacy": "private",
|
|
41220
41208
|
"inheritedFrom": {
|
|
41221
|
-
"name": "
|
|
41222
|
-
"module": "src/
|
|
41209
|
+
"name": "Tabs",
|
|
41210
|
+
"module": "src/tabs/tabs.ts"
|
|
41223
41211
|
}
|
|
41224
41212
|
},
|
|
41225
41213
|
{
|
|
41226
41214
|
"kind": "field",
|
|
41227
|
-
"name": "
|
|
41215
|
+
"name": "tabpanelIds",
|
|
41228
41216
|
"type": {
|
|
41229
|
-
"text": "
|
|
41217
|
+
"text": "Array<string>"
|
|
41230
41218
|
},
|
|
41231
|
-
"privacy": "
|
|
41232
|
-
"description": "The maximum number of characters a user can enter.",
|
|
41219
|
+
"privacy": "private",
|
|
41233
41220
|
"inheritedFrom": {
|
|
41234
|
-
"name": "
|
|
41235
|
-
"module": "src/
|
|
41221
|
+
"name": "Tabs",
|
|
41222
|
+
"module": "src/tabs/tabs.ts"
|
|
41236
41223
|
}
|
|
41237
41224
|
},
|
|
41238
41225
|
{
|
|
41239
|
-
"kind": "
|
|
41240
|
-
"name": "
|
|
41226
|
+
"kind": "field",
|
|
41227
|
+
"name": "change",
|
|
41241
41228
|
"privacy": "private",
|
|
41242
|
-
"return": {
|
|
41243
|
-
"type": {
|
|
41244
|
-
"text": "void"
|
|
41245
|
-
}
|
|
41246
|
-
},
|
|
41247
41229
|
"inheritedFrom": {
|
|
41248
|
-
"name": "
|
|
41249
|
-
"module": "src/
|
|
41230
|
+
"name": "Tabs",
|
|
41231
|
+
"module": "src/tabs/tabs.ts"
|
|
41250
41232
|
}
|
|
41251
41233
|
},
|
|
41252
41234
|
{
|
|
41253
41235
|
"kind": "field",
|
|
41254
|
-
"name": "
|
|
41255
|
-
"
|
|
41256
|
-
"text": "number"
|
|
41257
|
-
},
|
|
41258
|
-
"privacy": "public",
|
|
41259
|
-
"description": "The minimum number of characters a user can enter.",
|
|
41236
|
+
"name": "isDisabledElement",
|
|
41237
|
+
"privacy": "private",
|
|
41260
41238
|
"inheritedFrom": {
|
|
41261
|
-
"name": "
|
|
41262
|
-
"module": "src/
|
|
41239
|
+
"name": "Tabs",
|
|
41240
|
+
"module": "src/tabs/tabs.ts"
|
|
41241
|
+
}
|
|
41242
|
+
},
|
|
41243
|
+
{
|
|
41244
|
+
"kind": "field",
|
|
41245
|
+
"name": "isHiddenElement",
|
|
41246
|
+
"privacy": "private",
|
|
41247
|
+
"inheritedFrom": {
|
|
41248
|
+
"name": "Tabs",
|
|
41249
|
+
"module": "src/tabs/tabs.ts"
|
|
41250
|
+
}
|
|
41251
|
+
},
|
|
41252
|
+
{
|
|
41253
|
+
"kind": "field",
|
|
41254
|
+
"name": "isFocusableElement",
|
|
41255
|
+
"privacy": "private",
|
|
41256
|
+
"inheritedFrom": {
|
|
41257
|
+
"name": "Tabs",
|
|
41258
|
+
"module": "src/tabs/tabs.ts"
|
|
41263
41259
|
}
|
|
41264
41260
|
},
|
|
41265
41261
|
{
|
|
41266
41262
|
"kind": "method",
|
|
41267
|
-
"name": "
|
|
41263
|
+
"name": "getActiveIndex",
|
|
41268
41264
|
"privacy": "private",
|
|
41269
41265
|
"return": {
|
|
41270
41266
|
"type": {
|
|
41271
|
-
"text": "
|
|
41267
|
+
"text": "number"
|
|
41272
41268
|
}
|
|
41273
41269
|
},
|
|
41274
41270
|
"inheritedFrom": {
|
|
41275
|
-
"name": "
|
|
41276
|
-
"module": "src/
|
|
41271
|
+
"name": "Tabs",
|
|
41272
|
+
"module": "src/tabs/tabs.ts"
|
|
41277
41273
|
}
|
|
41278
41274
|
},
|
|
41279
41275
|
{
|
|
41280
41276
|
"kind": "field",
|
|
41281
|
-
"name": "
|
|
41282
|
-
"
|
|
41283
|
-
"text": "string"
|
|
41284
|
-
},
|
|
41285
|
-
"privacy": "public",
|
|
41286
|
-
"description": "The name of the element.",
|
|
41277
|
+
"name": "setTabs",
|
|
41278
|
+
"privacy": "private",
|
|
41287
41279
|
"inheritedFrom": {
|
|
41288
|
-
"name": "
|
|
41289
|
-
"module": "src/
|
|
41280
|
+
"name": "Tabs",
|
|
41281
|
+
"module": "src/tabs/tabs.ts"
|
|
41290
41282
|
}
|
|
41291
41283
|
},
|
|
41292
41284
|
{
|
|
41293
41285
|
"kind": "field",
|
|
41294
|
-
"name": "
|
|
41295
|
-
"
|
|
41296
|
-
|
|
41286
|
+
"name": "setTabPanels",
|
|
41287
|
+
"privacy": "private",
|
|
41288
|
+
"inheritedFrom": {
|
|
41289
|
+
"name": "Tabs",
|
|
41290
|
+
"module": "src/tabs/tabs.ts"
|
|
41291
|
+
}
|
|
41292
|
+
},
|
|
41293
|
+
{
|
|
41294
|
+
"kind": "method",
|
|
41295
|
+
"name": "getTabIds",
|
|
41296
|
+
"privacy": "private",
|
|
41297
|
+
"return": {
|
|
41298
|
+
"type": {
|
|
41299
|
+
"text": "Array<string>"
|
|
41300
|
+
}
|
|
41297
41301
|
},
|
|
41298
|
-
"privacy": "public",
|
|
41299
|
-
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
41300
41302
|
"inheritedFrom": {
|
|
41301
|
-
"name": "
|
|
41302
|
-
"module": "src/
|
|
41303
|
+
"name": "Tabs",
|
|
41304
|
+
"module": "src/tabs/tabs.ts"
|
|
41303
41305
|
}
|
|
41304
41306
|
},
|
|
41305
41307
|
{
|
|
41306
|
-
"kind": "
|
|
41307
|
-
"name": "
|
|
41308
|
-
"
|
|
41309
|
-
|
|
41308
|
+
"kind": "method",
|
|
41309
|
+
"name": "getTabPanelIds",
|
|
41310
|
+
"privacy": "private",
|
|
41311
|
+
"return": {
|
|
41312
|
+
"type": {
|
|
41313
|
+
"text": "Array<string>"
|
|
41314
|
+
}
|
|
41310
41315
|
},
|
|
41311
|
-
"privacy": "public",
|
|
41312
|
-
"default": "20",
|
|
41313
|
-
"description": "Sizes the element horizontally by a number of character columns.",
|
|
41314
41316
|
"inheritedFrom": {
|
|
41315
|
-
"name": "
|
|
41316
|
-
"module": "src/
|
|
41317
|
+
"name": "Tabs",
|
|
41318
|
+
"module": "src/tabs/tabs.ts"
|
|
41317
41319
|
}
|
|
41318
41320
|
},
|
|
41319
41321
|
{
|
|
41320
|
-
"kind": "
|
|
41321
|
-
"name": "
|
|
41322
|
-
"
|
|
41323
|
-
|
|
41322
|
+
"kind": "method",
|
|
41323
|
+
"name": "setComponent",
|
|
41324
|
+
"privacy": "private",
|
|
41325
|
+
"return": {
|
|
41326
|
+
"type": {
|
|
41327
|
+
"text": "void"
|
|
41328
|
+
}
|
|
41324
41329
|
},
|
|
41325
|
-
"privacy": "public",
|
|
41326
|
-
"description": "Sizes the element vertically by a number of character rows.",
|
|
41327
41330
|
"inheritedFrom": {
|
|
41328
|
-
"name": "
|
|
41329
|
-
"module": "src/
|
|
41331
|
+
"name": "Tabs",
|
|
41332
|
+
"module": "src/tabs/tabs.ts"
|
|
41330
41333
|
}
|
|
41331
41334
|
},
|
|
41332
41335
|
{
|
|
41333
41336
|
"kind": "field",
|
|
41334
|
-
"name": "
|
|
41335
|
-
"
|
|
41336
|
-
"text": "boolean"
|
|
41337
|
-
},
|
|
41338
|
-
"privacy": "public",
|
|
41339
|
-
"description": "Sets if the element is eligible for spell checking\nbut the UA.",
|
|
41337
|
+
"name": "handleTabClick",
|
|
41338
|
+
"privacy": "private",
|
|
41340
41339
|
"inheritedFrom": {
|
|
41341
|
-
"name": "
|
|
41342
|
-
"module": "src/
|
|
41340
|
+
"name": "Tabs",
|
|
41341
|
+
"module": "src/tabs/tabs.ts"
|
|
41343
41342
|
}
|
|
41344
41343
|
},
|
|
41345
41344
|
{
|
|
41346
41345
|
"kind": "method",
|
|
41347
|
-
"name": "
|
|
41346
|
+
"name": "isHorizontal",
|
|
41348
41347
|
"privacy": "private",
|
|
41349
41348
|
"return": {
|
|
41350
41349
|
"type": {
|
|
41351
|
-
"text": "
|
|
41350
|
+
"text": "boolean"
|
|
41352
41351
|
}
|
|
41353
41352
|
},
|
|
41354
41353
|
"inheritedFrom": {
|
|
41355
|
-
"name": "
|
|
41356
|
-
"module": "src/
|
|
41354
|
+
"name": "Tabs",
|
|
41355
|
+
"module": "src/tabs/tabs.ts"
|
|
41356
|
+
}
|
|
41357
|
+
},
|
|
41358
|
+
{
|
|
41359
|
+
"kind": "field",
|
|
41360
|
+
"name": "handleTabKeyDown",
|
|
41361
|
+
"privacy": "private",
|
|
41362
|
+
"inheritedFrom": {
|
|
41363
|
+
"name": "Tabs",
|
|
41364
|
+
"module": "src/tabs/tabs.ts"
|
|
41357
41365
|
}
|
|
41358
41366
|
},
|
|
41359
41367
|
{
|
|
41360
41368
|
"kind": "method",
|
|
41361
|
-
"name": "
|
|
41362
|
-
"privacy": "
|
|
41369
|
+
"name": "handleActiveIndicatorPosition",
|
|
41370
|
+
"privacy": "private",
|
|
41371
|
+
"inheritedFrom": {
|
|
41372
|
+
"name": "Tabs",
|
|
41373
|
+
"module": "src/tabs/tabs.ts"
|
|
41374
|
+
}
|
|
41375
|
+
},
|
|
41376
|
+
{
|
|
41377
|
+
"kind": "method",
|
|
41378
|
+
"name": "animateActiveIndicator",
|
|
41379
|
+
"privacy": "private",
|
|
41363
41380
|
"return": {
|
|
41364
41381
|
"type": {
|
|
41365
41382
|
"text": "void"
|
|
41366
41383
|
}
|
|
41367
41384
|
},
|
|
41368
|
-
"description": "Selects all the text in the text area",
|
|
41369
41385
|
"inheritedFrom": {
|
|
41370
|
-
"name": "
|
|
41371
|
-
"module": "src/
|
|
41386
|
+
"name": "Tabs",
|
|
41387
|
+
"module": "src/tabs/tabs.ts"
|
|
41372
41388
|
}
|
|
41373
41389
|
},
|
|
41374
41390
|
{
|
|
41375
41391
|
"kind": "method",
|
|
41376
|
-
"name": "
|
|
41392
|
+
"name": "adjust",
|
|
41377
41393
|
"privacy": "public",
|
|
41378
41394
|
"return": {
|
|
41379
41395
|
"type": {
|
|
41380
41396
|
"text": "void"
|
|
41381
41397
|
}
|
|
41382
41398
|
},
|
|
41383
|
-
"
|
|
41399
|
+
"parameters": [
|
|
41400
|
+
{
|
|
41401
|
+
"name": "adjustment",
|
|
41402
|
+
"type": {
|
|
41403
|
+
"text": "number"
|
|
41404
|
+
}
|
|
41405
|
+
}
|
|
41406
|
+
],
|
|
41407
|
+
"description": "The adjust method for FASTTabs",
|
|
41384
41408
|
"inheritedFrom": {
|
|
41385
|
-
"name": "
|
|
41386
|
-
"module": "src/
|
|
41409
|
+
"name": "Tabs",
|
|
41410
|
+
"module": "src/tabs/tabs.ts"
|
|
41387
41411
|
}
|
|
41388
41412
|
},
|
|
41389
41413
|
{
|
|
41390
41414
|
"kind": "field",
|
|
41391
|
-
"name": "
|
|
41415
|
+
"name": "adjustForward",
|
|
41416
|
+
"privacy": "private",
|
|
41392
41417
|
"inheritedFrom": {
|
|
41393
|
-
"name": "
|
|
41394
|
-
"module": "src/
|
|
41418
|
+
"name": "Tabs",
|
|
41419
|
+
"module": "src/tabs/tabs.ts"
|
|
41420
|
+
}
|
|
41421
|
+
},
|
|
41422
|
+
{
|
|
41423
|
+
"kind": "field",
|
|
41424
|
+
"name": "adjustBackward",
|
|
41425
|
+
"privacy": "private",
|
|
41426
|
+
"inheritedFrom": {
|
|
41427
|
+
"name": "Tabs",
|
|
41428
|
+
"module": "src/tabs/tabs.ts"
|
|
41429
|
+
}
|
|
41430
|
+
},
|
|
41431
|
+
{
|
|
41432
|
+
"kind": "field",
|
|
41433
|
+
"name": "moveToTabByIndex",
|
|
41434
|
+
"privacy": "private",
|
|
41435
|
+
"inheritedFrom": {
|
|
41436
|
+
"name": "Tabs",
|
|
41437
|
+
"module": "src/tabs/tabs.ts"
|
|
41438
|
+
}
|
|
41439
|
+
},
|
|
41440
|
+
{
|
|
41441
|
+
"kind": "method",
|
|
41442
|
+
"name": "focusTab",
|
|
41443
|
+
"privacy": "private",
|
|
41444
|
+
"return": {
|
|
41445
|
+
"type": {
|
|
41446
|
+
"text": "void"
|
|
41447
|
+
}
|
|
41448
|
+
},
|
|
41449
|
+
"inheritedFrom": {
|
|
41450
|
+
"name": "Tabs",
|
|
41451
|
+
"module": "src/tabs/tabs.ts"
|
|
41395
41452
|
}
|
|
41396
41453
|
},
|
|
41397
41454
|
{
|
|
@@ -41403,8 +41460,8 @@
|
|
|
41403
41460
|
"privacy": "private",
|
|
41404
41461
|
"default": "void 0",
|
|
41405
41462
|
"inheritedFrom": {
|
|
41406
|
-
"name": "
|
|
41407
|
-
"module": "src/
|
|
41463
|
+
"name": "Tabs",
|
|
41464
|
+
"module": "src/tabs/tabs.ts"
|
|
41408
41465
|
}
|
|
41409
41466
|
},
|
|
41410
41467
|
{
|
|
@@ -41416,8 +41473,8 @@
|
|
|
41416
41473
|
"privacy": "public",
|
|
41417
41474
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
41418
41475
|
"inheritedFrom": {
|
|
41419
|
-
"name": "
|
|
41420
|
-
"module": "src/
|
|
41476
|
+
"name": "Tabs",
|
|
41477
|
+
"module": "src/tabs/tabs.ts"
|
|
41421
41478
|
}
|
|
41422
41479
|
},
|
|
41423
41480
|
{
|
|
@@ -41429,8 +41486,8 @@
|
|
|
41429
41486
|
"privacy": "public",
|
|
41430
41487
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
41431
41488
|
"inheritedFrom": {
|
|
41432
|
-
"name": "
|
|
41433
|
-
"module": "src/
|
|
41489
|
+
"name": "Tabs",
|
|
41490
|
+
"module": "src/tabs/tabs.ts"
|
|
41434
41491
|
}
|
|
41435
41492
|
},
|
|
41436
41493
|
{
|
|
@@ -41443,8 +41500,8 @@
|
|
|
41443
41500
|
}
|
|
41444
41501
|
},
|
|
41445
41502
|
"inheritedFrom": {
|
|
41446
|
-
"name": "
|
|
41447
|
-
"module": "src/
|
|
41503
|
+
"name": "Tabs",
|
|
41504
|
+
"module": "src/tabs/tabs.ts"
|
|
41448
41505
|
}
|
|
41449
41506
|
},
|
|
41450
41507
|
{
|
|
@@ -41456,8 +41513,8 @@
|
|
|
41456
41513
|
"privacy": "public",
|
|
41457
41514
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
41458
41515
|
"inheritedFrom": {
|
|
41459
|
-
"name": "
|
|
41460
|
-
"module": "src/
|
|
41516
|
+
"name": "Tabs",
|
|
41517
|
+
"module": "src/tabs/tabs.ts"
|
|
41461
41518
|
}
|
|
41462
41519
|
},
|
|
41463
41520
|
{
|
|
@@ -41470,8 +41527,8 @@
|
|
|
41470
41527
|
}
|
|
41471
41528
|
},
|
|
41472
41529
|
"inheritedFrom": {
|
|
41473
|
-
"name": "
|
|
41474
|
-
"module": "src/
|
|
41530
|
+
"name": "Tabs",
|
|
41531
|
+
"module": "src/tabs/tabs.ts"
|
|
41475
41532
|
}
|
|
41476
41533
|
},
|
|
41477
41534
|
{
|
|
@@ -41501,49 +41558,49 @@
|
|
|
41501
41558
|
],
|
|
41502
41559
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
41503
41560
|
"inheritedFrom": {
|
|
41504
|
-
"name": "
|
|
41505
|
-
"module": "src/
|
|
41561
|
+
"name": "Tabs",
|
|
41562
|
+
"module": "src/tabs/tabs.ts"
|
|
41506
41563
|
}
|
|
41507
41564
|
}
|
|
41508
41565
|
],
|
|
41509
41566
|
"events": [
|
|
41510
41567
|
{
|
|
41511
|
-
"description": "
|
|
41568
|
+
"description": "Fires a custom 'change' event when a tab is clicked or during keyboard navigation",
|
|
41512
41569
|
"name": "change",
|
|
41513
41570
|
"inheritedFrom": {
|
|
41514
|
-
"name": "
|
|
41515
|
-
"module": "src/
|
|
41571
|
+
"name": "Tabs",
|
|
41572
|
+
"module": "src/tabs/tabs.ts"
|
|
41516
41573
|
}
|
|
41517
41574
|
}
|
|
41518
41575
|
]
|
|
41519
41576
|
},
|
|
41520
41577
|
{
|
|
41521
41578
|
"kind": "variable",
|
|
41522
|
-
"name": "
|
|
41579
|
+
"name": "zeroTabs"
|
|
41523
41580
|
}
|
|
41524
41581
|
],
|
|
41525
41582
|
"exports": [
|
|
41526
41583
|
{
|
|
41527
41584
|
"kind": "js",
|
|
41528
|
-
"name": "
|
|
41585
|
+
"name": "Tabs",
|
|
41529
41586
|
"declaration": {
|
|
41530
|
-
"name": "
|
|
41531
|
-
"module": "src/
|
|
41587
|
+
"name": "Tabs",
|
|
41588
|
+
"module": "src/tabs/tabs.ts"
|
|
41532
41589
|
}
|
|
41533
41590
|
},
|
|
41534
41591
|
{
|
|
41535
41592
|
"kind": "js",
|
|
41536
|
-
"name": "
|
|
41593
|
+
"name": "zeroTabs",
|
|
41537
41594
|
"declaration": {
|
|
41538
|
-
"name": "
|
|
41539
|
-
"module": "src/
|
|
41595
|
+
"name": "zeroTabs",
|
|
41596
|
+
"module": "src/tabs/tabs.ts"
|
|
41540
41597
|
}
|
|
41541
41598
|
}
|
|
41542
41599
|
]
|
|
41543
41600
|
},
|
|
41544
41601
|
{
|
|
41545
41602
|
"kind": "javascript-module",
|
|
41546
|
-
"path": "src/
|
|
41603
|
+
"path": "src/text-area/index.ts",
|
|
41547
41604
|
"declarations": [],
|
|
41548
41605
|
"exports": [
|
|
41549
41606
|
{
|
|
@@ -41551,7 +41608,7 @@
|
|
|
41551
41608
|
"name": "*",
|
|
41552
41609
|
"declaration": {
|
|
41553
41610
|
"name": "*",
|
|
41554
|
-
"package": "./
|
|
41611
|
+
"package": "./text-area"
|
|
41555
41612
|
}
|
|
41556
41613
|
},
|
|
41557
41614
|
{
|
|
@@ -41559,7 +41616,7 @@
|
|
|
41559
41616
|
"name": "*",
|
|
41560
41617
|
"declaration": {
|
|
41561
41618
|
"name": "*",
|
|
41562
|
-
"package": "./
|
|
41619
|
+
"package": "./text-area.styles"
|
|
41563
41620
|
}
|
|
41564
41621
|
},
|
|
41565
41622
|
{
|
|
@@ -41567,18 +41624,18 @@
|
|
|
41567
41624
|
"name": "*",
|
|
41568
41625
|
"declaration": {
|
|
41569
41626
|
"name": "*",
|
|
41570
|
-
"package": "./
|
|
41627
|
+
"package": "./text-area.template"
|
|
41571
41628
|
}
|
|
41572
41629
|
}
|
|
41573
41630
|
]
|
|
41574
41631
|
},
|
|
41575
41632
|
{
|
|
41576
41633
|
"kind": "javascript-module",
|
|
41577
|
-
"path": "src/
|
|
41634
|
+
"path": "src/text-area/text-area.styles.ts",
|
|
41578
41635
|
"declarations": [
|
|
41579
41636
|
{
|
|
41580
41637
|
"kind": "function",
|
|
41581
|
-
"name": "
|
|
41638
|
+
"name": "zeroTextAreaStyles",
|
|
41582
41639
|
"return": {
|
|
41583
41640
|
"type": {
|
|
41584
41641
|
"text": "ElementStyles"
|
|
@@ -41603,24 +41660,24 @@
|
|
|
41603
41660
|
"exports": [
|
|
41604
41661
|
{
|
|
41605
41662
|
"kind": "js",
|
|
41606
|
-
"name": "
|
|
41663
|
+
"name": "zeroTextAreaStyles",
|
|
41607
41664
|
"declaration": {
|
|
41608
|
-
"name": "
|
|
41609
|
-
"module": "src/
|
|
41665
|
+
"name": "zeroTextAreaStyles",
|
|
41666
|
+
"module": "src/text-area/text-area.styles.ts"
|
|
41610
41667
|
}
|
|
41611
41668
|
}
|
|
41612
41669
|
]
|
|
41613
41670
|
},
|
|
41614
41671
|
{
|
|
41615
41672
|
"kind": "javascript-module",
|
|
41616
|
-
"path": "src/
|
|
41673
|
+
"path": "src/text-area/text-area.template.ts",
|
|
41617
41674
|
"declarations": [
|
|
41618
41675
|
{
|
|
41619
41676
|
"kind": "function",
|
|
41620
|
-
"name": "
|
|
41677
|
+
"name": "zeroTextAreaTemplate",
|
|
41621
41678
|
"return": {
|
|
41622
41679
|
"type": {
|
|
41623
|
-
"text": "ViewTemplate<
|
|
41680
|
+
"text": "ViewTemplate<TextArea>"
|
|
41624
41681
|
}
|
|
41625
41682
|
},
|
|
41626
41683
|
"parameters": [
|
|
@@ -41642,309 +41699,226 @@
|
|
|
41642
41699
|
"exports": [
|
|
41643
41700
|
{
|
|
41644
41701
|
"kind": "js",
|
|
41645
|
-
"name": "
|
|
41702
|
+
"name": "zeroTextAreaTemplate",
|
|
41646
41703
|
"declaration": {
|
|
41647
|
-
"name": "
|
|
41648
|
-
"module": "src/
|
|
41704
|
+
"name": "zeroTextAreaTemplate",
|
|
41705
|
+
"module": "src/text-area/text-area.template.ts"
|
|
41649
41706
|
}
|
|
41650
41707
|
}
|
|
41651
41708
|
]
|
|
41652
41709
|
},
|
|
41653
41710
|
{
|
|
41654
41711
|
"kind": "javascript-module",
|
|
41655
|
-
"path": "src/
|
|
41712
|
+
"path": "src/text-area/text-area.ts",
|
|
41656
41713
|
"declarations": [
|
|
41657
41714
|
{
|
|
41658
41715
|
"kind": "class",
|
|
41659
41716
|
"description": "",
|
|
41660
|
-
"name": "
|
|
41717
|
+
"name": "TextArea",
|
|
41661
41718
|
"superclass": {
|
|
41662
|
-
"name": "
|
|
41719
|
+
"name": "FoundationTextArea",
|
|
41663
41720
|
"package": "@genesislcap/foundation-ui"
|
|
41664
41721
|
},
|
|
41665
|
-
"tagName": "%%prefix%%-
|
|
41722
|
+
"tagName": "%%prefix%%-text-area",
|
|
41666
41723
|
"customElement": true,
|
|
41667
41724
|
"attributes": [
|
|
41668
41725
|
{
|
|
41669
41726
|
"type": {
|
|
41670
41727
|
"text": "boolean"
|
|
41671
41728
|
},
|
|
41672
|
-
"
|
|
41673
|
-
"
|
|
41674
|
-
"
|
|
41729
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
41730
|
+
"fieldName": "readOnly",
|
|
41731
|
+
"default": "20",
|
|
41675
41732
|
"inheritedFrom": {
|
|
41676
|
-
"name": "
|
|
41677
|
-
"module": "src/
|
|
41733
|
+
"name": "TextArea",
|
|
41734
|
+
"module": "src/text-area/text-area.ts"
|
|
41678
41735
|
}
|
|
41679
41736
|
},
|
|
41680
41737
|
{
|
|
41681
|
-
"name": "
|
|
41738
|
+
"name": "resize",
|
|
41682
41739
|
"type": {
|
|
41683
|
-
"text": "
|
|
41740
|
+
"text": "TextAreaResize"
|
|
41684
41741
|
},
|
|
41685
|
-
"description": "The
|
|
41686
|
-
"fieldName": "
|
|
41742
|
+
"description": "The resize mode of the element.",
|
|
41743
|
+
"fieldName": "resize",
|
|
41687
41744
|
"inheritedFrom": {
|
|
41688
|
-
"name": "
|
|
41689
|
-
"module": "src/
|
|
41745
|
+
"name": "TextArea",
|
|
41746
|
+
"module": "src/text-area/text-area.ts"
|
|
41690
41747
|
}
|
|
41691
41748
|
},
|
|
41692
41749
|
{
|
|
41693
|
-
"name": "
|
|
41750
|
+
"name": "form",
|
|
41694
41751
|
"type": {
|
|
41695
41752
|
"text": "string"
|
|
41696
41753
|
},
|
|
41697
|
-
"description": "The id of the
|
|
41698
|
-
"fieldName": "
|
|
41699
|
-
"inheritedFrom": {
|
|
41700
|
-
"name": "Tabs",
|
|
41701
|
-
"module": "src/tabs/tabs.ts"
|
|
41702
|
-
}
|
|
41703
|
-
}
|
|
41704
|
-
],
|
|
41705
|
-
"members": [
|
|
41706
|
-
{
|
|
41707
|
-
"kind": "field",
|
|
41708
|
-
"name": "scrollable",
|
|
41709
|
-
"type": {
|
|
41710
|
-
"text": "boolean"
|
|
41711
|
-
},
|
|
41712
|
-
"default": "false",
|
|
41713
|
-
"description": "When true, the tab list becomes horizontally scrollable when its\ncontents exceed the width of the container.",
|
|
41714
|
-
"privacy": "public",
|
|
41754
|
+
"description": "The https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id | id of the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form | form the element is associated to",
|
|
41755
|
+
"fieldName": "formId",
|
|
41715
41756
|
"inheritedFrom": {
|
|
41716
|
-
"name": "
|
|
41717
|
-
"module": "src/
|
|
41757
|
+
"name": "TextArea",
|
|
41758
|
+
"module": "src/text-area/text-area.ts"
|
|
41718
41759
|
}
|
|
41719
41760
|
},
|
|
41720
41761
|
{
|
|
41721
|
-
"
|
|
41722
|
-
"name": "currentTabIndex",
|
|
41762
|
+
"name": "list",
|
|
41723
41763
|
"type": {
|
|
41724
|
-
"text": "
|
|
41764
|
+
"text": "string"
|
|
41725
41765
|
},
|
|
41726
|
-
"description": "
|
|
41727
|
-
"
|
|
41766
|
+
"description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
|
|
41767
|
+
"fieldName": "list",
|
|
41728
41768
|
"inheritedFrom": {
|
|
41729
|
-
"name": "
|
|
41730
|
-
"module": "src/
|
|
41769
|
+
"name": "TextArea",
|
|
41770
|
+
"module": "src/text-area/text-area.ts"
|
|
41731
41771
|
}
|
|
41732
41772
|
},
|
|
41733
41773
|
{
|
|
41734
|
-
"
|
|
41735
|
-
"name": "orientation",
|
|
41774
|
+
"name": "name",
|
|
41736
41775
|
"type": {
|
|
41737
|
-
"text": "
|
|
41776
|
+
"text": "string"
|
|
41738
41777
|
},
|
|
41739
|
-
"
|
|
41740
|
-
"
|
|
41778
|
+
"description": "The name of the element.",
|
|
41779
|
+
"fieldName": "name",
|
|
41741
41780
|
"inheritedFrom": {
|
|
41742
|
-
"name": "
|
|
41743
|
-
"module": "src/
|
|
41781
|
+
"name": "TextArea",
|
|
41782
|
+
"module": "src/text-area/text-area.ts"
|
|
41744
41783
|
}
|
|
41745
41784
|
},
|
|
41746
41785
|
{
|
|
41747
|
-
"
|
|
41748
|
-
"name": "activeid",
|
|
41786
|
+
"name": "placeholder",
|
|
41749
41787
|
"type": {
|
|
41750
41788
|
"text": "string"
|
|
41751
41789
|
},
|
|
41752
|
-
"
|
|
41753
|
-
"
|
|
41790
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
41791
|
+
"fieldName": "placeholder",
|
|
41754
41792
|
"inheritedFrom": {
|
|
41755
|
-
"name": "
|
|
41756
|
-
"module": "src/
|
|
41793
|
+
"name": "TextArea",
|
|
41794
|
+
"module": "src/text-area/text-area.ts"
|
|
41757
41795
|
}
|
|
41758
|
-
}
|
|
41796
|
+
}
|
|
41797
|
+
],
|
|
41798
|
+
"members": [
|
|
41759
41799
|
{
|
|
41760
41800
|
"kind": "field",
|
|
41761
|
-
"name": "
|
|
41801
|
+
"name": "readOnly",
|
|
41762
41802
|
"type": {
|
|
41763
41803
|
"text": "boolean"
|
|
41764
41804
|
},
|
|
41765
41805
|
"privacy": "public",
|
|
41766
|
-
"
|
|
41767
|
-
"description": "Whether or not to show the active indicator",
|
|
41768
|
-
"inheritedFrom": {
|
|
41769
|
-
"name": "Tabs",
|
|
41770
|
-
"module": "src/tabs/tabs.ts"
|
|
41771
|
-
}
|
|
41772
|
-
},
|
|
41773
|
-
{
|
|
41774
|
-
"kind": "field",
|
|
41775
|
-
"name": "activetab",
|
|
41776
|
-
"type": {
|
|
41777
|
-
"text": "HTMLElement"
|
|
41778
|
-
},
|
|
41779
|
-
"privacy": "public",
|
|
41780
|
-
"description": "A reference to the active tab",
|
|
41781
|
-
"inheritedFrom": {
|
|
41782
|
-
"name": "Tabs",
|
|
41783
|
-
"module": "src/tabs/tabs.ts"
|
|
41784
|
-
}
|
|
41785
|
-
},
|
|
41786
|
-
{
|
|
41787
|
-
"kind": "field",
|
|
41788
|
-
"name": "prevActiveTabIndex",
|
|
41789
|
-
"type": {
|
|
41790
|
-
"text": "number"
|
|
41791
|
-
},
|
|
41792
|
-
"privacy": "private",
|
|
41793
|
-
"default": "0",
|
|
41806
|
+
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
41794
41807
|
"inheritedFrom": {
|
|
41795
|
-
"name": "
|
|
41796
|
-
"module": "src/
|
|
41808
|
+
"name": "TextArea",
|
|
41809
|
+
"module": "src/text-area/text-area.ts"
|
|
41797
41810
|
}
|
|
41798
41811
|
},
|
|
41799
41812
|
{
|
|
41800
|
-
"kind": "
|
|
41801
|
-
"name": "
|
|
41802
|
-
"type": {
|
|
41803
|
-
"text": "number"
|
|
41804
|
-
},
|
|
41813
|
+
"kind": "method",
|
|
41814
|
+
"name": "readOnlyChanged",
|
|
41805
41815
|
"privacy": "private",
|
|
41806
|
-
"
|
|
41807
|
-
|
|
41808
|
-
|
|
41809
|
-
|
|
41810
|
-
}
|
|
41811
|
-
},
|
|
41812
|
-
{
|
|
41813
|
-
"kind": "field",
|
|
41814
|
-
"name": "ticking",
|
|
41815
|
-
"type": {
|
|
41816
|
-
"text": "boolean"
|
|
41816
|
+
"return": {
|
|
41817
|
+
"type": {
|
|
41818
|
+
"text": "void"
|
|
41819
|
+
}
|
|
41817
41820
|
},
|
|
41818
|
-
"privacy": "private",
|
|
41819
|
-
"default": "false",
|
|
41820
41821
|
"inheritedFrom": {
|
|
41821
|
-
"name": "
|
|
41822
|
-
"module": "src/
|
|
41822
|
+
"name": "TextArea",
|
|
41823
|
+
"module": "src/text-area/text-area.ts"
|
|
41823
41824
|
}
|
|
41824
41825
|
},
|
|
41825
41826
|
{
|
|
41826
41827
|
"kind": "field",
|
|
41827
|
-
"name": "
|
|
41828
|
+
"name": "resize",
|
|
41828
41829
|
"type": {
|
|
41829
|
-
"text": "
|
|
41830
|
+
"text": "TextAreaResize"
|
|
41830
41831
|
},
|
|
41831
|
-
"privacy": "
|
|
41832
|
+
"privacy": "public",
|
|
41833
|
+
"description": "The resize mode of the element.",
|
|
41832
41834
|
"inheritedFrom": {
|
|
41833
|
-
"name": "
|
|
41834
|
-
"module": "src/
|
|
41835
|
+
"name": "TextArea",
|
|
41836
|
+
"module": "src/text-area/text-area.ts"
|
|
41835
41837
|
}
|
|
41836
41838
|
},
|
|
41837
41839
|
{
|
|
41838
41840
|
"kind": "field",
|
|
41839
|
-
"name": "
|
|
41841
|
+
"name": "autofocus",
|
|
41840
41842
|
"type": {
|
|
41841
|
-
"text": "
|
|
41843
|
+
"text": "boolean"
|
|
41842
41844
|
},
|
|
41843
|
-
"privacy": "
|
|
41844
|
-
"
|
|
41845
|
-
"name": "Tabs",
|
|
41846
|
-
"module": "src/tabs/tabs.ts"
|
|
41847
|
-
}
|
|
41848
|
-
},
|
|
41849
|
-
{
|
|
41850
|
-
"kind": "field",
|
|
41851
|
-
"name": "change",
|
|
41852
|
-
"privacy": "private",
|
|
41853
|
-
"inheritedFrom": {
|
|
41854
|
-
"name": "Tabs",
|
|
41855
|
-
"module": "src/tabs/tabs.ts"
|
|
41856
|
-
}
|
|
41857
|
-
},
|
|
41858
|
-
{
|
|
41859
|
-
"kind": "field",
|
|
41860
|
-
"name": "isDisabledElement",
|
|
41861
|
-
"privacy": "private",
|
|
41862
|
-
"inheritedFrom": {
|
|
41863
|
-
"name": "Tabs",
|
|
41864
|
-
"module": "src/tabs/tabs.ts"
|
|
41865
|
-
}
|
|
41866
|
-
},
|
|
41867
|
-
{
|
|
41868
|
-
"kind": "field",
|
|
41869
|
-
"name": "isHiddenElement",
|
|
41870
|
-
"privacy": "private",
|
|
41871
|
-
"inheritedFrom": {
|
|
41872
|
-
"name": "Tabs",
|
|
41873
|
-
"module": "src/tabs/tabs.ts"
|
|
41874
|
-
}
|
|
41875
|
-
},
|
|
41876
|
-
{
|
|
41877
|
-
"kind": "field",
|
|
41878
|
-
"name": "isFocusableElement",
|
|
41879
|
-
"privacy": "private",
|
|
41845
|
+
"privacy": "public",
|
|
41846
|
+
"description": "Indicates that this element should get focus after the page finishes loading.",
|
|
41880
41847
|
"inheritedFrom": {
|
|
41881
|
-
"name": "
|
|
41882
|
-
"module": "src/
|
|
41848
|
+
"name": "TextArea",
|
|
41849
|
+
"module": "src/text-area/text-area.ts"
|
|
41883
41850
|
}
|
|
41884
41851
|
},
|
|
41885
41852
|
{
|
|
41886
41853
|
"kind": "method",
|
|
41887
|
-
"name": "
|
|
41854
|
+
"name": "autofocusChanged",
|
|
41888
41855
|
"privacy": "private",
|
|
41889
41856
|
"return": {
|
|
41890
41857
|
"type": {
|
|
41891
|
-
"text": "
|
|
41858
|
+
"text": "void"
|
|
41892
41859
|
}
|
|
41893
41860
|
},
|
|
41894
41861
|
"inheritedFrom": {
|
|
41895
|
-
"name": "
|
|
41896
|
-
"module": "src/
|
|
41862
|
+
"name": "TextArea",
|
|
41863
|
+
"module": "src/text-area/text-area.ts"
|
|
41897
41864
|
}
|
|
41898
41865
|
},
|
|
41899
41866
|
{
|
|
41900
41867
|
"kind": "field",
|
|
41901
|
-
"name": "
|
|
41902
|
-
"
|
|
41868
|
+
"name": "formId",
|
|
41869
|
+
"type": {
|
|
41870
|
+
"text": "string"
|
|
41871
|
+
},
|
|
41872
|
+
"privacy": "public",
|
|
41873
|
+
"description": "The {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id | id} of the {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form | form} the element is associated to",
|
|
41903
41874
|
"inheritedFrom": {
|
|
41904
|
-
"name": "
|
|
41905
|
-
"module": "src/
|
|
41875
|
+
"name": "TextArea",
|
|
41876
|
+
"module": "src/text-area/text-area.ts"
|
|
41906
41877
|
}
|
|
41907
41878
|
},
|
|
41908
41879
|
{
|
|
41909
41880
|
"kind": "field",
|
|
41910
|
-
"name": "
|
|
41911
|
-
"
|
|
41881
|
+
"name": "list",
|
|
41882
|
+
"type": {
|
|
41883
|
+
"text": "string"
|
|
41884
|
+
},
|
|
41885
|
+
"privacy": "public",
|
|
41886
|
+
"description": "Allows associating a {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist} to the element by {@link https://developer.mozilla.org/en-US/docs/Web/API/Element/id}.",
|
|
41912
41887
|
"inheritedFrom": {
|
|
41913
|
-
"name": "
|
|
41914
|
-
"module": "src/
|
|
41888
|
+
"name": "TextArea",
|
|
41889
|
+
"module": "src/text-area/text-area.ts"
|
|
41915
41890
|
}
|
|
41916
41891
|
},
|
|
41917
41892
|
{
|
|
41918
41893
|
"kind": "method",
|
|
41919
|
-
"name": "
|
|
41894
|
+
"name": "listChanged",
|
|
41920
41895
|
"privacy": "private",
|
|
41921
41896
|
"return": {
|
|
41922
41897
|
"type": {
|
|
41923
|
-
"text": "
|
|
41898
|
+
"text": "void"
|
|
41924
41899
|
}
|
|
41925
41900
|
},
|
|
41926
41901
|
"inheritedFrom": {
|
|
41927
|
-
"name": "
|
|
41928
|
-
"module": "src/
|
|
41902
|
+
"name": "TextArea",
|
|
41903
|
+
"module": "src/text-area/text-area.ts"
|
|
41929
41904
|
}
|
|
41930
41905
|
},
|
|
41931
41906
|
{
|
|
41932
|
-
"kind": "
|
|
41933
|
-
"name": "
|
|
41934
|
-
"
|
|
41935
|
-
|
|
41936
|
-
"type": {
|
|
41937
|
-
"text": "Array<string>"
|
|
41938
|
-
}
|
|
41907
|
+
"kind": "field",
|
|
41908
|
+
"name": "maxlength",
|
|
41909
|
+
"type": {
|
|
41910
|
+
"text": "number"
|
|
41939
41911
|
},
|
|
41912
|
+
"privacy": "public",
|
|
41913
|
+
"description": "The maximum number of characters a user can enter.",
|
|
41940
41914
|
"inheritedFrom": {
|
|
41941
|
-
"name": "
|
|
41942
|
-
"module": "src/
|
|
41915
|
+
"name": "TextArea",
|
|
41916
|
+
"module": "src/text-area/text-area.ts"
|
|
41943
41917
|
}
|
|
41944
41918
|
},
|
|
41945
41919
|
{
|
|
41946
41920
|
"kind": "method",
|
|
41947
|
-
"name": "
|
|
41921
|
+
"name": "maxlengthChanged",
|
|
41948
41922
|
"privacy": "private",
|
|
41949
41923
|
"return": {
|
|
41950
41924
|
"type": {
|
|
@@ -41952,127 +41926,153 @@
|
|
|
41952
41926
|
}
|
|
41953
41927
|
},
|
|
41954
41928
|
"inheritedFrom": {
|
|
41955
|
-
"name": "
|
|
41956
|
-
"module": "src/
|
|
41929
|
+
"name": "TextArea",
|
|
41930
|
+
"module": "src/text-area/text-area.ts"
|
|
41957
41931
|
}
|
|
41958
41932
|
},
|
|
41959
41933
|
{
|
|
41960
41934
|
"kind": "field",
|
|
41961
|
-
"name": "
|
|
41962
|
-
"
|
|
41935
|
+
"name": "minlength",
|
|
41936
|
+
"type": {
|
|
41937
|
+
"text": "number"
|
|
41938
|
+
},
|
|
41939
|
+
"privacy": "public",
|
|
41940
|
+
"description": "The minimum number of characters a user can enter.",
|
|
41963
41941
|
"inheritedFrom": {
|
|
41964
|
-
"name": "
|
|
41965
|
-
"module": "src/
|
|
41942
|
+
"name": "TextArea",
|
|
41943
|
+
"module": "src/text-area/text-area.ts"
|
|
41966
41944
|
}
|
|
41967
41945
|
},
|
|
41968
41946
|
{
|
|
41969
41947
|
"kind": "method",
|
|
41970
|
-
"name": "
|
|
41948
|
+
"name": "minlengthChanged",
|
|
41971
41949
|
"privacy": "private",
|
|
41972
41950
|
"return": {
|
|
41973
41951
|
"type": {
|
|
41974
|
-
"text": "
|
|
41952
|
+
"text": "void"
|
|
41975
41953
|
}
|
|
41976
41954
|
},
|
|
41977
41955
|
"inheritedFrom": {
|
|
41978
|
-
"name": "
|
|
41979
|
-
"module": "src/
|
|
41956
|
+
"name": "TextArea",
|
|
41957
|
+
"module": "src/text-area/text-area.ts"
|
|
41980
41958
|
}
|
|
41981
41959
|
},
|
|
41982
41960
|
{
|
|
41983
41961
|
"kind": "field",
|
|
41984
|
-
"name": "
|
|
41985
|
-
"
|
|
41962
|
+
"name": "name",
|
|
41963
|
+
"type": {
|
|
41964
|
+
"text": "string"
|
|
41965
|
+
},
|
|
41966
|
+
"privacy": "public",
|
|
41967
|
+
"description": "The name of the element.",
|
|
41986
41968
|
"inheritedFrom": {
|
|
41987
|
-
"name": "
|
|
41988
|
-
"module": "src/
|
|
41969
|
+
"name": "TextArea",
|
|
41970
|
+
"module": "src/text-area/text-area.ts"
|
|
41989
41971
|
}
|
|
41990
41972
|
},
|
|
41991
41973
|
{
|
|
41992
|
-
"kind": "
|
|
41993
|
-
"name": "
|
|
41994
|
-
"
|
|
41974
|
+
"kind": "field",
|
|
41975
|
+
"name": "placeholder",
|
|
41976
|
+
"type": {
|
|
41977
|
+
"text": "string"
|
|
41978
|
+
},
|
|
41979
|
+
"privacy": "public",
|
|
41980
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
41995
41981
|
"inheritedFrom": {
|
|
41996
|
-
"name": "
|
|
41997
|
-
"module": "src/
|
|
41982
|
+
"name": "TextArea",
|
|
41983
|
+
"module": "src/text-area/text-area.ts"
|
|
41998
41984
|
}
|
|
41999
41985
|
},
|
|
42000
41986
|
{
|
|
42001
|
-
"kind": "
|
|
42002
|
-
"name": "
|
|
42003
|
-
"
|
|
42004
|
-
|
|
42005
|
-
"type": {
|
|
42006
|
-
"text": "void"
|
|
42007
|
-
}
|
|
41987
|
+
"kind": "field",
|
|
41988
|
+
"name": "cols",
|
|
41989
|
+
"type": {
|
|
41990
|
+
"text": "number"
|
|
42008
41991
|
},
|
|
41992
|
+
"privacy": "public",
|
|
41993
|
+
"default": "20",
|
|
41994
|
+
"description": "Sizes the element horizontally by a number of character columns.",
|
|
42009
41995
|
"inheritedFrom": {
|
|
42010
|
-
"name": "
|
|
42011
|
-
"module": "src/
|
|
41996
|
+
"name": "TextArea",
|
|
41997
|
+
"module": "src/text-area/text-area.ts"
|
|
42012
41998
|
}
|
|
42013
41999
|
},
|
|
42014
42000
|
{
|
|
42015
|
-
"kind": "
|
|
42016
|
-
"name": "
|
|
42017
|
-
"
|
|
42018
|
-
|
|
42019
|
-
"type": {
|
|
42020
|
-
"text": "void"
|
|
42021
|
-
}
|
|
42001
|
+
"kind": "field",
|
|
42002
|
+
"name": "rows",
|
|
42003
|
+
"type": {
|
|
42004
|
+
"text": "number"
|
|
42022
42005
|
},
|
|
42023
|
-
"
|
|
42024
|
-
|
|
42025
|
-
"name": "adjustment",
|
|
42026
|
-
"type": {
|
|
42027
|
-
"text": "number"
|
|
42028
|
-
}
|
|
42029
|
-
}
|
|
42030
|
-
],
|
|
42031
|
-
"description": "The adjust method for FASTTabs",
|
|
42006
|
+
"privacy": "public",
|
|
42007
|
+
"description": "Sizes the element vertically by a number of character rows.",
|
|
42032
42008
|
"inheritedFrom": {
|
|
42033
|
-
"name": "
|
|
42034
|
-
"module": "src/
|
|
42009
|
+
"name": "TextArea",
|
|
42010
|
+
"module": "src/text-area/text-area.ts"
|
|
42035
42011
|
}
|
|
42036
42012
|
},
|
|
42037
42013
|
{
|
|
42038
42014
|
"kind": "field",
|
|
42039
|
-
"name": "
|
|
42040
|
-
"
|
|
42015
|
+
"name": "spellcheck",
|
|
42016
|
+
"type": {
|
|
42017
|
+
"text": "boolean"
|
|
42018
|
+
},
|
|
42019
|
+
"privacy": "public",
|
|
42020
|
+
"description": "Sets if the element is eligible for spell checking\nbut the UA.",
|
|
42041
42021
|
"inheritedFrom": {
|
|
42042
|
-
"name": "
|
|
42043
|
-
"module": "src/
|
|
42022
|
+
"name": "TextArea",
|
|
42023
|
+
"module": "src/text-area/text-area.ts"
|
|
42044
42024
|
}
|
|
42045
42025
|
},
|
|
42046
42026
|
{
|
|
42047
|
-
"kind": "
|
|
42048
|
-
"name": "
|
|
42027
|
+
"kind": "method",
|
|
42028
|
+
"name": "spellcheckChanged",
|
|
42049
42029
|
"privacy": "private",
|
|
42030
|
+
"return": {
|
|
42031
|
+
"type": {
|
|
42032
|
+
"text": "void"
|
|
42033
|
+
}
|
|
42034
|
+
},
|
|
42050
42035
|
"inheritedFrom": {
|
|
42051
|
-
"name": "
|
|
42052
|
-
"module": "src/
|
|
42036
|
+
"name": "TextArea",
|
|
42037
|
+
"module": "src/text-area/text-area.ts"
|
|
42053
42038
|
}
|
|
42054
42039
|
},
|
|
42055
42040
|
{
|
|
42056
|
-
"kind": "
|
|
42057
|
-
"name": "
|
|
42058
|
-
"privacy": "
|
|
42041
|
+
"kind": "method",
|
|
42042
|
+
"name": "select",
|
|
42043
|
+
"privacy": "public",
|
|
42044
|
+
"return": {
|
|
42045
|
+
"type": {
|
|
42046
|
+
"text": "void"
|
|
42047
|
+
}
|
|
42048
|
+
},
|
|
42049
|
+
"description": "Selects all the text in the text area",
|
|
42059
42050
|
"inheritedFrom": {
|
|
42060
|
-
"name": "
|
|
42061
|
-
"module": "src/
|
|
42051
|
+
"name": "TextArea",
|
|
42052
|
+
"module": "src/text-area/text-area.ts"
|
|
42062
42053
|
}
|
|
42063
42054
|
},
|
|
42064
42055
|
{
|
|
42065
42056
|
"kind": "method",
|
|
42066
|
-
"name": "
|
|
42067
|
-
"privacy": "
|
|
42057
|
+
"name": "validate",
|
|
42058
|
+
"privacy": "public",
|
|
42068
42059
|
"return": {
|
|
42069
42060
|
"type": {
|
|
42070
42061
|
"text": "void"
|
|
42071
42062
|
}
|
|
42072
42063
|
},
|
|
42064
|
+
"description": "{@inheritDoc (FormAssociated:interface).validate}",
|
|
42073
42065
|
"inheritedFrom": {
|
|
42074
|
-
"name": "
|
|
42075
|
-
"module": "src/
|
|
42066
|
+
"name": "TextArea",
|
|
42067
|
+
"module": "src/text-area/text-area.ts"
|
|
42068
|
+
}
|
|
42069
|
+
},
|
|
42070
|
+
{
|
|
42071
|
+
"kind": "field",
|
|
42072
|
+
"name": "proxy",
|
|
42073
|
+
"inheritedFrom": {
|
|
42074
|
+
"name": "TextArea",
|
|
42075
|
+
"module": "src/text-area/text-area.ts"
|
|
42076
42076
|
}
|
|
42077
42077
|
},
|
|
42078
42078
|
{
|
|
@@ -42084,8 +42084,8 @@
|
|
|
42084
42084
|
"privacy": "private",
|
|
42085
42085
|
"default": "void 0",
|
|
42086
42086
|
"inheritedFrom": {
|
|
42087
|
-
"name": "
|
|
42088
|
-
"module": "src/
|
|
42087
|
+
"name": "TextArea",
|
|
42088
|
+
"module": "src/text-area/text-area.ts"
|
|
42089
42089
|
}
|
|
42090
42090
|
},
|
|
42091
42091
|
{
|
|
@@ -42097,8 +42097,8 @@
|
|
|
42097
42097
|
"privacy": "public",
|
|
42098
42098
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
42099
42099
|
"inheritedFrom": {
|
|
42100
|
-
"name": "
|
|
42101
|
-
"module": "src/
|
|
42100
|
+
"name": "TextArea",
|
|
42101
|
+
"module": "src/text-area/text-area.ts"
|
|
42102
42102
|
}
|
|
42103
42103
|
},
|
|
42104
42104
|
{
|
|
@@ -42110,8 +42110,8 @@
|
|
|
42110
42110
|
"privacy": "public",
|
|
42111
42111
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
42112
42112
|
"inheritedFrom": {
|
|
42113
|
-
"name": "
|
|
42114
|
-
"module": "src/
|
|
42113
|
+
"name": "TextArea",
|
|
42114
|
+
"module": "src/text-area/text-area.ts"
|
|
42115
42115
|
}
|
|
42116
42116
|
},
|
|
42117
42117
|
{
|
|
@@ -42124,8 +42124,8 @@
|
|
|
42124
42124
|
}
|
|
42125
42125
|
},
|
|
42126
42126
|
"inheritedFrom": {
|
|
42127
|
-
"name": "
|
|
42128
|
-
"module": "src/
|
|
42127
|
+
"name": "TextArea",
|
|
42128
|
+
"module": "src/text-area/text-area.ts"
|
|
42129
42129
|
}
|
|
42130
42130
|
},
|
|
42131
42131
|
{
|
|
@@ -42137,8 +42137,8 @@
|
|
|
42137
42137
|
"privacy": "public",
|
|
42138
42138
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
42139
42139
|
"inheritedFrom": {
|
|
42140
|
-
"name": "
|
|
42141
|
-
"module": "src/
|
|
42140
|
+
"name": "TextArea",
|
|
42141
|
+
"module": "src/text-area/text-area.ts"
|
|
42142
42142
|
}
|
|
42143
42143
|
},
|
|
42144
42144
|
{
|
|
@@ -42151,8 +42151,8 @@
|
|
|
42151
42151
|
}
|
|
42152
42152
|
},
|
|
42153
42153
|
"inheritedFrom": {
|
|
42154
|
-
"name": "
|
|
42155
|
-
"module": "src/
|
|
42154
|
+
"name": "TextArea",
|
|
42155
|
+
"module": "src/text-area/text-area.ts"
|
|
42156
42156
|
}
|
|
42157
42157
|
},
|
|
42158
42158
|
{
|
|
@@ -42182,42 +42182,42 @@
|
|
|
42182
42182
|
],
|
|
42183
42183
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
42184
42184
|
"inheritedFrom": {
|
|
42185
|
-
"name": "
|
|
42186
|
-
"module": "src/
|
|
42185
|
+
"name": "TextArea",
|
|
42186
|
+
"module": "src/text-area/text-area.ts"
|
|
42187
42187
|
}
|
|
42188
42188
|
}
|
|
42189
42189
|
],
|
|
42190
42190
|
"events": [
|
|
42191
42191
|
{
|
|
42192
|
-
"description": "
|
|
42192
|
+
"description": "Emits a custom 'change' event when the textarea emits a change event",
|
|
42193
42193
|
"name": "change",
|
|
42194
42194
|
"inheritedFrom": {
|
|
42195
|
-
"name": "
|
|
42196
|
-
"module": "src/
|
|
42195
|
+
"name": "TextArea",
|
|
42196
|
+
"module": "src/text-area/text-area.ts"
|
|
42197
42197
|
}
|
|
42198
42198
|
}
|
|
42199
42199
|
]
|
|
42200
42200
|
},
|
|
42201
42201
|
{
|
|
42202
42202
|
"kind": "variable",
|
|
42203
|
-
"name": "
|
|
42203
|
+
"name": "zeroTextArea"
|
|
42204
42204
|
}
|
|
42205
42205
|
],
|
|
42206
42206
|
"exports": [
|
|
42207
42207
|
{
|
|
42208
42208
|
"kind": "js",
|
|
42209
|
-
"name": "
|
|
42209
|
+
"name": "TextArea",
|
|
42210
42210
|
"declaration": {
|
|
42211
|
-
"name": "
|
|
42212
|
-
"module": "src/
|
|
42211
|
+
"name": "TextArea",
|
|
42212
|
+
"module": "src/text-area/text-area.ts"
|
|
42213
42213
|
}
|
|
42214
42214
|
},
|
|
42215
42215
|
{
|
|
42216
42216
|
"kind": "js",
|
|
42217
|
-
"name": "
|
|
42217
|
+
"name": "zeroTextArea",
|
|
42218
42218
|
"declaration": {
|
|
42219
|
-
"name": "
|
|
42220
|
-
"module": "src/
|
|
42219
|
+
"name": "zeroTextArea",
|
|
42220
|
+
"module": "src/text-area/text-area.ts"
|
|
42221
42221
|
}
|
|
42222
42222
|
}
|
|
42223
42223
|
]
|