@fluentui/web-components 3.0.0-beta.127 → 3.0.0-beta.129
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/CHANGELOG.md +20 -2
- package/custom-elements.json +576 -117
- package/dist/esm/menu/menu.js +3 -1
- package/dist/esm/menu/menu.js.map +1 -1
- package/dist/web-components.js +3 -1
- package/dist/web-components.min.js +44 -44
- package/package.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -1167,7 +1167,10 @@
|
|
|
1167
1167
|
"text": "AccordionItemSize | undefined"
|
|
1168
1168
|
},
|
|
1169
1169
|
"privacy": "public",
|
|
1170
|
-
"description": "Defines accordion header font size."
|
|
1170
|
+
"description": "Defines accordion header font size.",
|
|
1171
|
+
"parsedType": {
|
|
1172
|
+
"text": "'small' | 'medium' | 'large' | 'extra-large' | undefined"
|
|
1173
|
+
}
|
|
1171
1174
|
},
|
|
1172
1175
|
{
|
|
1173
1176
|
"kind": "field",
|
|
@@ -1176,7 +1179,10 @@
|
|
|
1176
1179
|
"text": "AccordionItemMarkerPosition | undefined"
|
|
1177
1180
|
},
|
|
1178
1181
|
"privacy": "public",
|
|
1179
|
-
"description": "Sets expand and collapsed icon position."
|
|
1182
|
+
"description": "Sets expand and collapsed icon position.",
|
|
1183
|
+
"parsedType": {
|
|
1184
|
+
"text": "'start' | 'end' | undefined"
|
|
1185
|
+
}
|
|
1180
1186
|
},
|
|
1181
1187
|
{
|
|
1182
1188
|
"kind": "field",
|
|
@@ -1251,7 +1257,10 @@
|
|
|
1251
1257
|
"text": "AccordionItemSize | undefined"
|
|
1252
1258
|
},
|
|
1253
1259
|
"description": "Defines accordion header font size.",
|
|
1254
|
-
"fieldName": "size"
|
|
1260
|
+
"fieldName": "size",
|
|
1261
|
+
"parsedType": {
|
|
1262
|
+
"text": "'small' | 'medium' | 'large' | 'extra-large' | undefined"
|
|
1263
|
+
}
|
|
1255
1264
|
},
|
|
1256
1265
|
{
|
|
1257
1266
|
"name": "marker-position",
|
|
@@ -1259,7 +1268,10 @@
|
|
|
1259
1268
|
"text": "AccordionItemMarkerPosition | undefined"
|
|
1260
1269
|
},
|
|
1261
1270
|
"description": "Sets expand and collapsed icon position.",
|
|
1262
|
-
"fieldName": "markerPosition"
|
|
1271
|
+
"fieldName": "markerPosition",
|
|
1272
|
+
"parsedType": {
|
|
1273
|
+
"text": "'start' | 'end' | undefined"
|
|
1274
|
+
}
|
|
1263
1275
|
},
|
|
1264
1276
|
{
|
|
1265
1277
|
"name": "block",
|
|
@@ -9742,7 +9754,10 @@
|
|
|
9742
9754
|
"text": "ButtonFormTarget | undefined"
|
|
9743
9755
|
},
|
|
9744
9756
|
"privacy": "public",
|
|
9745
|
-
"description": "The target frame or window to open the form submission in."
|
|
9757
|
+
"description": "The target frame or window to open the form submission in.",
|
|
9758
|
+
"parsedType": {
|
|
9759
|
+
"text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
|
|
9760
|
+
}
|
|
9746
9761
|
},
|
|
9747
9762
|
{
|
|
9748
9763
|
"kind": "field",
|
|
@@ -9908,7 +9923,10 @@
|
|
|
9908
9923
|
"text": "ButtonFormTarget | undefined"
|
|
9909
9924
|
},
|
|
9910
9925
|
"description": "The target frame or window to open the form submission in.",
|
|
9911
|
-
"fieldName": "formTarget"
|
|
9926
|
+
"fieldName": "formTarget",
|
|
9927
|
+
"parsedType": {
|
|
9928
|
+
"text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
|
|
9929
|
+
}
|
|
9912
9930
|
},
|
|
9913
9931
|
{
|
|
9914
9932
|
"name": "name",
|
|
@@ -9974,7 +9992,10 @@
|
|
|
9974
9992
|
"text": "ButtonAppearance | undefined"
|
|
9975
9993
|
},
|
|
9976
9994
|
"privacy": "public",
|
|
9977
|
-
"description": "Indicates the styled appearance of the button."
|
|
9995
|
+
"description": "Indicates the styled appearance of the button.",
|
|
9996
|
+
"parsedType": {
|
|
9997
|
+
"text": "'primary' | 'outline' | 'subtle' | 'transparent' | undefined"
|
|
9998
|
+
}
|
|
9978
9999
|
},
|
|
9979
10000
|
{
|
|
9980
10001
|
"kind": "field",
|
|
@@ -9983,7 +10004,10 @@
|
|
|
9983
10004
|
"text": "ButtonShape | undefined"
|
|
9984
10005
|
},
|
|
9985
10006
|
"privacy": "public",
|
|
9986
|
-
"description": "The shape of the button."
|
|
10007
|
+
"description": "The shape of the button.",
|
|
10008
|
+
"parsedType": {
|
|
10009
|
+
"text": "'circular' | 'rounded' | 'square' | undefined"
|
|
10010
|
+
}
|
|
9987
10011
|
},
|
|
9988
10012
|
{
|
|
9989
10013
|
"kind": "field",
|
|
@@ -9992,7 +10016,10 @@
|
|
|
9992
10016
|
"text": "ButtonSize | undefined"
|
|
9993
10017
|
},
|
|
9994
10018
|
"privacy": "public",
|
|
9995
|
-
"description": "The size of the button."
|
|
10019
|
+
"description": "The size of the button.",
|
|
10020
|
+
"parsedType": {
|
|
10021
|
+
"text": "'small' | 'medium' | 'large' | undefined"
|
|
10022
|
+
}
|
|
9996
10023
|
},
|
|
9997
10024
|
{
|
|
9998
10025
|
"kind": "field",
|
|
@@ -10170,6 +10197,9 @@
|
|
|
10170
10197
|
},
|
|
10171
10198
|
"privacy": "public",
|
|
10172
10199
|
"description": "The target frame or window to open the form submission in.",
|
|
10200
|
+
"parsedType": {
|
|
10201
|
+
"text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
|
|
10202
|
+
},
|
|
10173
10203
|
"inheritedFrom": {
|
|
10174
10204
|
"name": "BaseButton",
|
|
10175
10205
|
"module": "src/button/button.base.ts"
|
|
@@ -10305,7 +10335,10 @@
|
|
|
10305
10335
|
"text": "ButtonAppearance | undefined"
|
|
10306
10336
|
},
|
|
10307
10337
|
"description": "Indicates the styled appearance of the button.",
|
|
10308
|
-
"fieldName": "appearance"
|
|
10338
|
+
"fieldName": "appearance",
|
|
10339
|
+
"parsedType": {
|
|
10340
|
+
"text": "'primary' | 'outline' | 'subtle' | 'transparent' | undefined"
|
|
10341
|
+
}
|
|
10309
10342
|
},
|
|
10310
10343
|
{
|
|
10311
10344
|
"name": "shape",
|
|
@@ -10313,7 +10346,10 @@
|
|
|
10313
10346
|
"text": "ButtonShape | undefined"
|
|
10314
10347
|
},
|
|
10315
10348
|
"description": "The shape of the button.",
|
|
10316
|
-
"fieldName": "shape"
|
|
10349
|
+
"fieldName": "shape",
|
|
10350
|
+
"parsedType": {
|
|
10351
|
+
"text": "'circular' | 'rounded' | 'square' | undefined"
|
|
10352
|
+
}
|
|
10317
10353
|
},
|
|
10318
10354
|
{
|
|
10319
10355
|
"name": "size",
|
|
@@ -10321,7 +10357,10 @@
|
|
|
10321
10357
|
"text": "ButtonSize | undefined"
|
|
10322
10358
|
},
|
|
10323
10359
|
"description": "The size of the button.",
|
|
10324
|
-
"fieldName": "size"
|
|
10360
|
+
"fieldName": "size",
|
|
10361
|
+
"parsedType": {
|
|
10362
|
+
"text": "'small' | 'medium' | 'large' | undefined"
|
|
10363
|
+
}
|
|
10325
10364
|
},
|
|
10326
10365
|
{
|
|
10327
10366
|
"name": "icon-only",
|
|
@@ -10437,6 +10476,9 @@
|
|
|
10437
10476
|
},
|
|
10438
10477
|
"description": "The target frame or window to open the form submission in.",
|
|
10439
10478
|
"fieldName": "formTarget",
|
|
10479
|
+
"parsedType": {
|
|
10480
|
+
"text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
|
|
10481
|
+
},
|
|
10440
10482
|
"inheritedFrom": {
|
|
10441
10483
|
"name": "BaseButton",
|
|
10442
10484
|
"module": "src/button/button.base.ts"
|
|
@@ -10636,7 +10678,10 @@
|
|
|
10636
10678
|
"text": "AnchorTarget | undefined"
|
|
10637
10679
|
},
|
|
10638
10680
|
"privacy": "public",
|
|
10639
|
-
"description": "The target attribute."
|
|
10681
|
+
"description": "The target attribute.",
|
|
10682
|
+
"parsedType": {
|
|
10683
|
+
"text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
|
|
10684
|
+
}
|
|
10640
10685
|
},
|
|
10641
10686
|
{
|
|
10642
10687
|
"kind": "field",
|
|
@@ -10741,7 +10786,10 @@
|
|
|
10741
10786
|
"text": "AnchorTarget | undefined"
|
|
10742
10787
|
},
|
|
10743
10788
|
"description": "The target attribute.",
|
|
10744
|
-
"fieldName": "target"
|
|
10789
|
+
"fieldName": "target",
|
|
10790
|
+
"parsedType": {
|
|
10791
|
+
"text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
|
|
10792
|
+
}
|
|
10745
10793
|
},
|
|
10746
10794
|
{
|
|
10747
10795
|
"name": "type",
|
|
@@ -10788,7 +10836,10 @@
|
|
|
10788
10836
|
"text": "AnchorButtonAppearance | undefined | undefined"
|
|
10789
10837
|
},
|
|
10790
10838
|
"privacy": "public",
|
|
10791
|
-
"description": "The appearance the anchor button should have."
|
|
10839
|
+
"description": "The appearance the anchor button should have.",
|
|
10840
|
+
"parsedType": {
|
|
10841
|
+
"text": "'primary' | 'outline' | 'subtle' | 'transparent' | undefined | undefined"
|
|
10842
|
+
}
|
|
10792
10843
|
},
|
|
10793
10844
|
{
|
|
10794
10845
|
"kind": "method",
|
|
@@ -10819,7 +10870,10 @@
|
|
|
10819
10870
|
"text": "AnchorButtonShape | undefined | undefined"
|
|
10820
10871
|
},
|
|
10821
10872
|
"privacy": "public",
|
|
10822
|
-
"description": "The shape the anchor button should have."
|
|
10873
|
+
"description": "The shape the anchor button should have.",
|
|
10874
|
+
"parsedType": {
|
|
10875
|
+
"text": "'circular' | 'rounded' | 'square' | undefined | undefined"
|
|
10876
|
+
}
|
|
10823
10877
|
},
|
|
10824
10878
|
{
|
|
10825
10879
|
"kind": "method",
|
|
@@ -10850,7 +10904,10 @@
|
|
|
10850
10904
|
"text": "AnchorButtonSize | undefined"
|
|
10851
10905
|
},
|
|
10852
10906
|
"privacy": "public",
|
|
10853
|
-
"description": "The size the anchor button should have."
|
|
10907
|
+
"description": "The size the anchor button should have.",
|
|
10908
|
+
"parsedType": {
|
|
10909
|
+
"text": "'small' | 'medium' | 'large' | undefined"
|
|
10910
|
+
}
|
|
10854
10911
|
},
|
|
10855
10912
|
{
|
|
10856
10913
|
"kind": "method",
|
|
@@ -10992,6 +11049,9 @@
|
|
|
10992
11049
|
},
|
|
10993
11050
|
"privacy": "public",
|
|
10994
11051
|
"description": "The target attribute.",
|
|
11052
|
+
"parsedType": {
|
|
11053
|
+
"text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
|
|
11054
|
+
},
|
|
10995
11055
|
"inheritedFrom": {
|
|
10996
11056
|
"name": "BaseAnchor",
|
|
10997
11057
|
"module": "src/anchor-button/anchor-button.base.ts"
|
|
@@ -11068,7 +11128,10 @@
|
|
|
11068
11128
|
"text": "AnchorButtonAppearance | undefined | undefined"
|
|
11069
11129
|
},
|
|
11070
11130
|
"description": "The appearance the anchor button should have.",
|
|
11071
|
-
"fieldName": "appearance"
|
|
11131
|
+
"fieldName": "appearance",
|
|
11132
|
+
"parsedType": {
|
|
11133
|
+
"text": "'primary' | 'outline' | 'subtle' | 'transparent' | undefined | undefined"
|
|
11134
|
+
}
|
|
11072
11135
|
},
|
|
11073
11136
|
{
|
|
11074
11137
|
"name": "shape",
|
|
@@ -11076,7 +11139,10 @@
|
|
|
11076
11139
|
"text": "AnchorButtonShape | undefined | undefined"
|
|
11077
11140
|
},
|
|
11078
11141
|
"description": "The shape the anchor button should have.",
|
|
11079
|
-
"fieldName": "shape"
|
|
11142
|
+
"fieldName": "shape",
|
|
11143
|
+
"parsedType": {
|
|
11144
|
+
"text": "'circular' | 'rounded' | 'square' | undefined | undefined"
|
|
11145
|
+
}
|
|
11080
11146
|
},
|
|
11081
11147
|
{
|
|
11082
11148
|
"name": "size",
|
|
@@ -11084,7 +11150,10 @@
|
|
|
11084
11150
|
"text": "AnchorButtonSize | undefined"
|
|
11085
11151
|
},
|
|
11086
11152
|
"description": "The size the anchor button should have.",
|
|
11087
|
-
"fieldName": "size"
|
|
11153
|
+
"fieldName": "size",
|
|
11154
|
+
"parsedType": {
|
|
11155
|
+
"text": "'small' | 'medium' | 'large' | undefined"
|
|
11156
|
+
}
|
|
11088
11157
|
},
|
|
11089
11158
|
{
|
|
11090
11159
|
"name": "icon-only",
|
|
@@ -11174,6 +11243,9 @@
|
|
|
11174
11243
|
},
|
|
11175
11244
|
"description": "The target attribute.",
|
|
11176
11245
|
"fieldName": "target",
|
|
11246
|
+
"parsedType": {
|
|
11247
|
+
"text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
|
|
11248
|
+
},
|
|
11177
11249
|
"inheritedFrom": {
|
|
11178
11250
|
"name": "BaseAnchor",
|
|
11179
11251
|
"module": "src/anchor-button/anchor-button.base.ts"
|
|
@@ -11349,7 +11421,10 @@
|
|
|
11349
11421
|
"text": "AvatarActive | undefined | undefined"
|
|
11350
11422
|
},
|
|
11351
11423
|
"privacy": "public",
|
|
11352
|
-
"description": "Optional activity indicator\n* active: the avatar will be decorated according to activeAppearance\n* inactive: the avatar will be reduced in size and partially transparent\n* undefined: normal display"
|
|
11424
|
+
"description": "Optional activity indicator\n* active: the avatar will be decorated according to activeAppearance\n* inactive: the avatar will be reduced in size and partially transparent\n* undefined: normal display",
|
|
11425
|
+
"parsedType": {
|
|
11426
|
+
"text": "'active' | 'inactive' | undefined | undefined"
|
|
11427
|
+
}
|
|
11353
11428
|
},
|
|
11354
11429
|
{
|
|
11355
11430
|
"kind": "field",
|
|
@@ -11358,7 +11433,10 @@
|
|
|
11358
11433
|
"text": "AvatarShape | undefined | undefined"
|
|
11359
11434
|
},
|
|
11360
11435
|
"privacy": "public",
|
|
11361
|
-
"description": "The avatar can have a circular or square shape."
|
|
11436
|
+
"description": "The avatar can have a circular or square shape.",
|
|
11437
|
+
"parsedType": {
|
|
11438
|
+
"text": "'circular' | 'square' | undefined | undefined"
|
|
11439
|
+
}
|
|
11362
11440
|
},
|
|
11363
11441
|
{
|
|
11364
11442
|
"kind": "field",
|
|
@@ -11367,7 +11445,10 @@
|
|
|
11367
11445
|
"text": "AvatarAppearance | undefined | undefined"
|
|
11368
11446
|
},
|
|
11369
11447
|
"privacy": "public",
|
|
11370
|
-
"description": "The appearance when `active=\"active\"`"
|
|
11448
|
+
"description": "The appearance when `active=\"active\"`",
|
|
11449
|
+
"parsedType": {
|
|
11450
|
+
"text": "'ring' | 'shadow' | 'ring-shadow' | undefined | undefined"
|
|
11451
|
+
}
|
|
11371
11452
|
},
|
|
11372
11453
|
{
|
|
11373
11454
|
"kind": "field",
|
|
@@ -11376,7 +11457,10 @@
|
|
|
11376
11457
|
"text": "AvatarSize | undefined | undefined"
|
|
11377
11458
|
},
|
|
11378
11459
|
"privacy": "public",
|
|
11379
|
-
"description": "Size of the avatar in pixels.\n\nSize is restricted to a limited set of supported values recommended for most uses (see `AvatarSizeValue`) and\nbased on design guidelines for the Avatar control.\n\nIf a non-supported size is neeeded, set `size` to the next-smaller supported size, and set `width` and `height`\nto override the rendered size."
|
|
11460
|
+
"description": "Size of the avatar in pixels.\n\nSize is restricted to a limited set of supported values recommended for most uses (see `AvatarSizeValue`) and\nbased on design guidelines for the Avatar control.\n\nIf a non-supported size is neeeded, set `size` to the next-smaller supported size, and set `width` and `height`\nto override the rendered size.",
|
|
11461
|
+
"parsedType": {
|
|
11462
|
+
"text": "16 | 20 | 24 | 28 | 32 | 36 | 40 | 48 | 56 | 64 | 72 | 96 | 120 | 128 | undefined | undefined"
|
|
11463
|
+
}
|
|
11380
11464
|
},
|
|
11381
11465
|
{
|
|
11382
11466
|
"kind": "field",
|
|
@@ -11385,7 +11469,10 @@
|
|
|
11385
11469
|
"text": "AvatarColor | undefined | undefined"
|
|
11386
11470
|
},
|
|
11387
11471
|
"privacy": "public",
|
|
11388
|
-
"description": "The color when displaying either an icon or initials.\n* neutral (default): gray\n* brand: color from the brand palette\n* colorful: picks a color from a set of pre-defined colors, based on a hash of the name (or colorId if provided)\n* [AvatarNamedColor]: a specific color from the theme"
|
|
11472
|
+
"description": "The color when displaying either an icon or initials.\n* neutral (default): gray\n* brand: color from the brand palette\n* colorful: picks a color from a set of pre-defined colors, based on a hash of the name (or colorId if provided)\n* [AvatarNamedColor]: a specific color from the theme",
|
|
11473
|
+
"parsedType": {
|
|
11474
|
+
"text": "'dark-red' | 'cranberry' | 'red' | 'pumpkin' | 'peach' | 'marigold' | 'gold' | 'brass' | 'brown' | 'forest' | 'seafoam' | 'dark-green' | 'light-teal' | 'teal' | 'steel' | 'blue' | 'royal-blue' | 'cornflower' | 'navy' | 'lavender' | 'purple' | 'grape' | 'lilac' | 'pink' | 'magenta' | 'plum' | 'beige' | 'mink' | 'platinum' | 'anchor' | 'neutral' | 'brand' | 'colorful' | undefined | undefined"
|
|
11475
|
+
}
|
|
11389
11476
|
},
|
|
11390
11477
|
{
|
|
11391
11478
|
"kind": "field",
|
|
@@ -11394,7 +11481,10 @@
|
|
|
11394
11481
|
"text": "AvatarNamedColor | undefined | undefined"
|
|
11395
11482
|
},
|
|
11396
11483
|
"privacy": "public",
|
|
11397
|
-
"description": "Specify a string to be used instead of the name, to determine which color to use when color=\"colorful\".\nUse this when a name is not available, but there is another unique identifier that can be used instead."
|
|
11484
|
+
"description": "Specify a string to be used instead of the name, to determine which color to use when color=\"colorful\".\nUse this when a name is not available, but there is another unique identifier that can be used instead.",
|
|
11485
|
+
"parsedType": {
|
|
11486
|
+
"text": "'dark-red' | 'cranberry' | 'red' | 'pumpkin' | 'peach' | 'marigold' | 'gold' | 'brass' | 'brown' | 'forest' | 'seafoam' | 'dark-green' | 'light-teal' | 'teal' | 'steel' | 'blue' | 'royal-blue' | 'cornflower' | 'navy' | 'lavender' | 'purple' | 'grape' | 'lilac' | 'pink' | 'magenta' | 'plum' | 'beige' | 'mink' | 'platinum' | 'anchor' | undefined | undefined"
|
|
11487
|
+
}
|
|
11398
11488
|
},
|
|
11399
11489
|
{
|
|
11400
11490
|
"kind": "field",
|
|
@@ -11403,7 +11493,10 @@
|
|
|
11403
11493
|
"text": "AvatarColor | undefined"
|
|
11404
11494
|
},
|
|
11405
11495
|
"privacy": "private",
|
|
11406
|
-
"description": "Holds the current color state"
|
|
11496
|
+
"description": "Holds the current color state",
|
|
11497
|
+
"parsedType": {
|
|
11498
|
+
"text": "'dark-red' | 'cranberry' | 'red' | 'pumpkin' | 'peach' | 'marigold' | 'gold' | 'brass' | 'brown' | 'forest' | 'seafoam' | 'dark-green' | 'light-teal' | 'teal' | 'steel' | 'blue' | 'royal-blue' | 'cornflower' | 'navy' | 'lavender' | 'purple' | 'grape' | 'lilac' | 'pink' | 'magenta' | 'plum' | 'beige' | 'mink' | 'platinum' | 'anchor' | 'neutral' | 'brand' | 'colorful' | undefined"
|
|
11499
|
+
}
|
|
11407
11500
|
},
|
|
11408
11501
|
{
|
|
11409
11502
|
"kind": "field",
|
|
@@ -11458,7 +11551,10 @@
|
|
|
11458
11551
|
"text": "AvatarActive | undefined | undefined"
|
|
11459
11552
|
},
|
|
11460
11553
|
"description": "Optional activity indicator\n* active: the avatar will be decorated according to activeAppearance\n* inactive: the avatar will be reduced in size and partially transparent\n* undefined: normal display",
|
|
11461
|
-
"fieldName": "active"
|
|
11554
|
+
"fieldName": "active",
|
|
11555
|
+
"parsedType": {
|
|
11556
|
+
"text": "'active' | 'inactive' | undefined | undefined"
|
|
11557
|
+
}
|
|
11462
11558
|
},
|
|
11463
11559
|
{
|
|
11464
11560
|
"name": "shape",
|
|
@@ -11466,7 +11562,10 @@
|
|
|
11466
11562
|
"text": "AvatarShape | undefined | undefined"
|
|
11467
11563
|
},
|
|
11468
11564
|
"description": "The avatar can have a circular or square shape.",
|
|
11469
|
-
"fieldName": "shape"
|
|
11565
|
+
"fieldName": "shape",
|
|
11566
|
+
"parsedType": {
|
|
11567
|
+
"text": "'circular' | 'square' | undefined | undefined"
|
|
11568
|
+
}
|
|
11470
11569
|
},
|
|
11471
11570
|
{
|
|
11472
11571
|
"name": "appearance",
|
|
@@ -11474,7 +11573,10 @@
|
|
|
11474
11573
|
"text": "AvatarAppearance | undefined | undefined"
|
|
11475
11574
|
},
|
|
11476
11575
|
"description": "The appearance when `active=\"active\"`",
|
|
11477
|
-
"fieldName": "appearance"
|
|
11576
|
+
"fieldName": "appearance",
|
|
11577
|
+
"parsedType": {
|
|
11578
|
+
"text": "'ring' | 'shadow' | 'ring-shadow' | undefined | undefined"
|
|
11579
|
+
}
|
|
11478
11580
|
},
|
|
11479
11581
|
{
|
|
11480
11582
|
"name": "size",
|
|
@@ -11482,7 +11584,10 @@
|
|
|
11482
11584
|
"text": "AvatarSize | undefined | undefined"
|
|
11483
11585
|
},
|
|
11484
11586
|
"description": "Size of the avatar in pixels.\n\nSize is restricted to a limited set of supported values recommended for most uses (see `AvatarSizeValue`) and\nbased on design guidelines for the Avatar control.\n\nIf a non-supported size is neeeded, set `size` to the next-smaller supported size, and set `width` and `height`\nto override the rendered size.",
|
|
11485
|
-
"fieldName": "size"
|
|
11587
|
+
"fieldName": "size",
|
|
11588
|
+
"parsedType": {
|
|
11589
|
+
"text": "16 | 20 | 24 | 28 | 32 | 36 | 40 | 48 | 56 | 64 | 72 | 96 | 120 | 128 | undefined | undefined"
|
|
11590
|
+
}
|
|
11486
11591
|
},
|
|
11487
11592
|
{
|
|
11488
11593
|
"name": "color",
|
|
@@ -11490,7 +11595,10 @@
|
|
|
11490
11595
|
"text": "AvatarColor | undefined | undefined"
|
|
11491
11596
|
},
|
|
11492
11597
|
"description": "The color when displaying either an icon or initials.\n* neutral (default): gray\n* brand: color from the brand palette\n* colorful: picks a color from a set of pre-defined colors, based on a hash of the name (or colorId if provided)\n* [AvatarNamedColor]: a specific color from the theme",
|
|
11493
|
-
"fieldName": "color"
|
|
11598
|
+
"fieldName": "color",
|
|
11599
|
+
"parsedType": {
|
|
11600
|
+
"text": "'dark-red' | 'cranberry' | 'red' | 'pumpkin' | 'peach' | 'marigold' | 'gold' | 'brass' | 'brown' | 'forest' | 'seafoam' | 'dark-green' | 'light-teal' | 'teal' | 'steel' | 'blue' | 'royal-blue' | 'cornflower' | 'navy' | 'lavender' | 'purple' | 'grape' | 'lilac' | 'pink' | 'magenta' | 'plum' | 'beige' | 'mink' | 'platinum' | 'anchor' | 'neutral' | 'brand' | 'colorful' | undefined | undefined"
|
|
11601
|
+
}
|
|
11494
11602
|
},
|
|
11495
11603
|
{
|
|
11496
11604
|
"name": "color-id",
|
|
@@ -11498,7 +11606,10 @@
|
|
|
11498
11606
|
"text": "AvatarNamedColor | undefined | undefined"
|
|
11499
11607
|
},
|
|
11500
11608
|
"description": "Specify a string to be used instead of the name, to determine which color to use when color=\"colorful\".\nUse this when a name is not available, but there is another unique identifier that can be used instead.",
|
|
11501
|
-
"fieldName": "colorId"
|
|
11609
|
+
"fieldName": "colorId",
|
|
11610
|
+
"parsedType": {
|
|
11611
|
+
"text": "'dark-red' | 'cranberry' | 'red' | 'pumpkin' | 'peach' | 'marigold' | 'gold' | 'brass' | 'brown' | 'forest' | 'seafoam' | 'dark-green' | 'light-teal' | 'teal' | 'steel' | 'blue' | 'royal-blue' | 'cornflower' | 'navy' | 'lavender' | 'purple' | 'grape' | 'lilac' | 'pink' | 'magenta' | 'plum' | 'beige' | 'mink' | 'platinum' | 'anchor' | undefined | undefined"
|
|
11612
|
+
}
|
|
11502
11613
|
},
|
|
11503
11614
|
{
|
|
11504
11615
|
"name": "name",
|
|
@@ -11591,7 +11702,10 @@
|
|
|
11591
11702
|
"text": "BadgeShape | undefined"
|
|
11592
11703
|
},
|
|
11593
11704
|
"privacy": "public",
|
|
11594
|
-
"description": "The shape the badge should have."
|
|
11705
|
+
"description": "The shape the badge should have.",
|
|
11706
|
+
"parsedType": {
|
|
11707
|
+
"text": "'circular' | 'rounded' | 'square' | undefined"
|
|
11708
|
+
}
|
|
11595
11709
|
},
|
|
11596
11710
|
{
|
|
11597
11711
|
"kind": "field",
|
|
@@ -11600,7 +11714,10 @@
|
|
|
11600
11714
|
"text": "BadgeSize | undefined"
|
|
11601
11715
|
},
|
|
11602
11716
|
"privacy": "public",
|
|
11603
|
-
"description": "The size the badge should have."
|
|
11717
|
+
"description": "The size the badge should have.",
|
|
11718
|
+
"parsedType": {
|
|
11719
|
+
"text": "'small' | 'medium' | 'large' | 'extra-large' | 'tiny' | 'extra-small' | undefined"
|
|
11720
|
+
}
|
|
11604
11721
|
}
|
|
11605
11722
|
],
|
|
11606
11723
|
"attributes": [
|
|
@@ -11632,7 +11749,10 @@
|
|
|
11632
11749
|
"text": "BadgeShape | undefined"
|
|
11633
11750
|
},
|
|
11634
11751
|
"description": "The shape the badge should have.",
|
|
11635
|
-
"fieldName": "shape"
|
|
11752
|
+
"fieldName": "shape",
|
|
11753
|
+
"parsedType": {
|
|
11754
|
+
"text": "'circular' | 'rounded' | 'square' | undefined"
|
|
11755
|
+
}
|
|
11636
11756
|
},
|
|
11637
11757
|
{
|
|
11638
11758
|
"name": "size",
|
|
@@ -11640,7 +11760,10 @@
|
|
|
11640
11760
|
"text": "BadgeSize | undefined"
|
|
11641
11761
|
},
|
|
11642
11762
|
"description": "The size the badge should have.",
|
|
11643
|
-
"fieldName": "size"
|
|
11763
|
+
"fieldName": "size",
|
|
11764
|
+
"parsedType": {
|
|
11765
|
+
"text": "'small' | 'medium' | 'large' | 'extra-large' | 'tiny' | 'extra-small' | undefined"
|
|
11766
|
+
}
|
|
11644
11767
|
}
|
|
11645
11768
|
],
|
|
11646
11769
|
"superclass": {
|
|
@@ -12377,7 +12500,10 @@
|
|
|
12377
12500
|
"text": "CheckboxShape | undefined"
|
|
12378
12501
|
},
|
|
12379
12502
|
"privacy": "public",
|
|
12380
|
-
"description": "Indicates the shape of the checkbox."
|
|
12503
|
+
"description": "Indicates the shape of the checkbox.",
|
|
12504
|
+
"parsedType": {
|
|
12505
|
+
"text": "'circular' | 'square' | undefined"
|
|
12506
|
+
}
|
|
12381
12507
|
},
|
|
12382
12508
|
{
|
|
12383
12509
|
"kind": "field",
|
|
@@ -12386,7 +12512,10 @@
|
|
|
12386
12512
|
"text": "CheckboxSize | undefined"
|
|
12387
12513
|
},
|
|
12388
12514
|
"privacy": "public",
|
|
12389
|
-
"description": "Indicates the size of the control."
|
|
12515
|
+
"description": "Indicates the size of the control.",
|
|
12516
|
+
"parsedType": {
|
|
12517
|
+
"text": "'medium' | 'large' | undefined"
|
|
12518
|
+
}
|
|
12390
12519
|
},
|
|
12391
12520
|
{
|
|
12392
12521
|
"kind": "method",
|
|
@@ -12709,7 +12838,10 @@
|
|
|
12709
12838
|
"text": "CheckboxShape | undefined"
|
|
12710
12839
|
},
|
|
12711
12840
|
"description": "Indicates the shape of the checkbox.",
|
|
12712
|
-
"fieldName": "shape"
|
|
12841
|
+
"fieldName": "shape",
|
|
12842
|
+
"parsedType": {
|
|
12843
|
+
"text": "'circular' | 'square' | undefined"
|
|
12844
|
+
}
|
|
12713
12845
|
},
|
|
12714
12846
|
{
|
|
12715
12847
|
"name": "size",
|
|
@@ -12717,7 +12849,10 @@
|
|
|
12717
12849
|
"text": "CheckboxSize | undefined"
|
|
12718
12850
|
},
|
|
12719
12851
|
"description": "Indicates the size of the control.",
|
|
12720
|
-
"fieldName": "size"
|
|
12852
|
+
"fieldName": "size",
|
|
12853
|
+
"parsedType": {
|
|
12854
|
+
"text": "'medium' | 'large' | undefined"
|
|
12855
|
+
}
|
|
12721
12856
|
},
|
|
12722
12857
|
{
|
|
12723
12858
|
"name": "autofocus",
|
|
@@ -12887,6 +13022,9 @@
|
|
|
12887
13022
|
},
|
|
12888
13023
|
"description": "Indicates the styled appearance of the button.",
|
|
12889
13024
|
"fieldName": "appearance",
|
|
13025
|
+
"parsedType": {
|
|
13026
|
+
"text": "'primary' | 'outline' | 'subtle' | 'transparent' | undefined"
|
|
13027
|
+
},
|
|
12890
13028
|
"inheritedFrom": {
|
|
12891
13029
|
"name": "Button",
|
|
12892
13030
|
"module": "src/button/button.ts"
|
|
@@ -12899,6 +13037,9 @@
|
|
|
12899
13037
|
},
|
|
12900
13038
|
"description": "The shape of the button.",
|
|
12901
13039
|
"fieldName": "shape",
|
|
13040
|
+
"parsedType": {
|
|
13041
|
+
"text": "'circular' | 'rounded' | 'square' | undefined"
|
|
13042
|
+
},
|
|
12902
13043
|
"inheritedFrom": {
|
|
12903
13044
|
"name": "Button",
|
|
12904
13045
|
"module": "src/button/button.ts"
|
|
@@ -12911,6 +13052,9 @@
|
|
|
12911
13052
|
},
|
|
12912
13053
|
"description": "The size of the button.",
|
|
12913
13054
|
"fieldName": "size",
|
|
13055
|
+
"parsedType": {
|
|
13056
|
+
"text": "'small' | 'medium' | 'large' | undefined"
|
|
13057
|
+
},
|
|
12914
13058
|
"inheritedFrom": {
|
|
12915
13059
|
"name": "Button",
|
|
12916
13060
|
"module": "src/button/button.ts"
|
|
@@ -13034,6 +13178,9 @@
|
|
|
13034
13178
|
},
|
|
13035
13179
|
"description": "The target frame or window to open the form submission in.",
|
|
13036
13180
|
"fieldName": "formTarget",
|
|
13181
|
+
"parsedType": {
|
|
13182
|
+
"text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
|
|
13183
|
+
},
|
|
13037
13184
|
"inheritedFrom": {
|
|
13038
13185
|
"name": "BaseButton",
|
|
13039
13186
|
"module": "src/button/button.base.ts"
|
|
@@ -13088,6 +13235,9 @@
|
|
|
13088
13235
|
},
|
|
13089
13236
|
"privacy": "public",
|
|
13090
13237
|
"description": "Indicates the styled appearance of the button.",
|
|
13238
|
+
"parsedType": {
|
|
13239
|
+
"text": "'primary' | 'outline' | 'subtle' | 'transparent' | undefined"
|
|
13240
|
+
},
|
|
13091
13241
|
"inheritedFrom": {
|
|
13092
13242
|
"name": "Button",
|
|
13093
13243
|
"module": "src/button/button.ts"
|
|
@@ -13101,6 +13251,9 @@
|
|
|
13101
13251
|
},
|
|
13102
13252
|
"privacy": "public",
|
|
13103
13253
|
"description": "The shape of the button.",
|
|
13254
|
+
"parsedType": {
|
|
13255
|
+
"text": "'circular' | 'rounded' | 'square' | undefined"
|
|
13256
|
+
},
|
|
13104
13257
|
"inheritedFrom": {
|
|
13105
13258
|
"name": "Button",
|
|
13106
13259
|
"module": "src/button/button.ts"
|
|
@@ -13114,6 +13267,9 @@
|
|
|
13114
13267
|
},
|
|
13115
13268
|
"privacy": "public",
|
|
13116
13269
|
"description": "The size of the button.",
|
|
13270
|
+
"parsedType": {
|
|
13271
|
+
"text": "'small' | 'medium' | 'large' | undefined"
|
|
13272
|
+
},
|
|
13117
13273
|
"inheritedFrom": {
|
|
13118
13274
|
"name": "Button",
|
|
13119
13275
|
"module": "src/button/button.ts"
|
|
@@ -13299,6 +13455,9 @@
|
|
|
13299
13455
|
},
|
|
13300
13456
|
"privacy": "public",
|
|
13301
13457
|
"description": "The target frame or window to open the form submission in.",
|
|
13458
|
+
"parsedType": {
|
|
13459
|
+
"text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
|
|
13460
|
+
},
|
|
13302
13461
|
"inheritedFrom": {
|
|
13303
13462
|
"name": "BaseButton",
|
|
13304
13463
|
"module": "src/button/button.base.ts"
|
|
@@ -13461,7 +13620,10 @@
|
|
|
13461
13620
|
"text": "CounterBadgeAppearance | undefined"
|
|
13462
13621
|
},
|
|
13463
13622
|
"privacy": "public",
|
|
13464
|
-
"description": "The appearance the badge should have."
|
|
13623
|
+
"description": "The appearance the badge should have.",
|
|
13624
|
+
"parsedType": {
|
|
13625
|
+
"text": "'filled' | 'ghost' | undefined"
|
|
13626
|
+
}
|
|
13465
13627
|
},
|
|
13466
13628
|
{
|
|
13467
13629
|
"kind": "field",
|
|
@@ -13470,7 +13632,10 @@
|
|
|
13470
13632
|
"text": "CounterBadgeColor | undefined"
|
|
13471
13633
|
},
|
|
13472
13634
|
"privacy": "public",
|
|
13473
|
-
"description": "The color the badge should have."
|
|
13635
|
+
"description": "The color the badge should have.",
|
|
13636
|
+
"parsedType": {
|
|
13637
|
+
"text": "'subtle' | 'brand' | 'danger' | 'important' | 'informative' | 'severe' | 'success' | 'warning' | undefined"
|
|
13638
|
+
}
|
|
13474
13639
|
},
|
|
13475
13640
|
{
|
|
13476
13641
|
"kind": "field",
|
|
@@ -13479,7 +13644,10 @@
|
|
|
13479
13644
|
"text": "CounterBadgeShape | undefined"
|
|
13480
13645
|
},
|
|
13481
13646
|
"privacy": "public",
|
|
13482
|
-
"description": "The shape the badge should have."
|
|
13647
|
+
"description": "The shape the badge should have.",
|
|
13648
|
+
"parsedType": {
|
|
13649
|
+
"text": "'circular' | 'rounded' | undefined"
|
|
13650
|
+
}
|
|
13483
13651
|
},
|
|
13484
13652
|
{
|
|
13485
13653
|
"kind": "field",
|
|
@@ -13488,7 +13656,10 @@
|
|
|
13488
13656
|
"text": "CounterBadgeSize | undefined"
|
|
13489
13657
|
},
|
|
13490
13658
|
"privacy": "public",
|
|
13491
|
-
"description": "The size the badge should have."
|
|
13659
|
+
"description": "The size the badge should have.",
|
|
13660
|
+
"parsedType": {
|
|
13661
|
+
"text": "'small' | 'medium' | 'large' | 'extra-large' | 'tiny' | 'extra-small' | undefined"
|
|
13662
|
+
}
|
|
13492
13663
|
},
|
|
13493
13664
|
{
|
|
13494
13665
|
"kind": "field",
|
|
@@ -13548,7 +13719,10 @@
|
|
|
13548
13719
|
"text": "CounterBadgeAppearance | undefined"
|
|
13549
13720
|
},
|
|
13550
13721
|
"description": "The appearance the badge should have.",
|
|
13551
|
-
"fieldName": "appearance"
|
|
13722
|
+
"fieldName": "appearance",
|
|
13723
|
+
"parsedType": {
|
|
13724
|
+
"text": "'filled' | 'ghost' | undefined"
|
|
13725
|
+
}
|
|
13552
13726
|
},
|
|
13553
13727
|
{
|
|
13554
13728
|
"name": "color",
|
|
@@ -13556,7 +13730,10 @@
|
|
|
13556
13730
|
"text": "CounterBadgeColor | undefined"
|
|
13557
13731
|
},
|
|
13558
13732
|
"description": "The color the badge should have.",
|
|
13559
|
-
"fieldName": "color"
|
|
13733
|
+
"fieldName": "color",
|
|
13734
|
+
"parsedType": {
|
|
13735
|
+
"text": "'subtle' | 'brand' | 'danger' | 'important' | 'informative' | 'severe' | 'success' | 'warning' | undefined"
|
|
13736
|
+
}
|
|
13560
13737
|
},
|
|
13561
13738
|
{
|
|
13562
13739
|
"name": "shape",
|
|
@@ -13564,7 +13741,10 @@
|
|
|
13564
13741
|
"text": "CounterBadgeShape | undefined"
|
|
13565
13742
|
},
|
|
13566
13743
|
"description": "The shape the badge should have.",
|
|
13567
|
-
"fieldName": "shape"
|
|
13744
|
+
"fieldName": "shape",
|
|
13745
|
+
"parsedType": {
|
|
13746
|
+
"text": "'circular' | 'rounded' | undefined"
|
|
13747
|
+
}
|
|
13568
13748
|
},
|
|
13569
13749
|
{
|
|
13570
13750
|
"name": "size",
|
|
@@ -13572,7 +13752,10 @@
|
|
|
13572
13752
|
"text": "CounterBadgeSize | undefined"
|
|
13573
13753
|
},
|
|
13574
13754
|
"description": "The size the badge should have.",
|
|
13575
|
-
"fieldName": "size"
|
|
13755
|
+
"fieldName": "size",
|
|
13756
|
+
"parsedType": {
|
|
13757
|
+
"text": "'small' | 'medium' | 'large' | 'extra-large' | 'tiny' | 'extra-small' | undefined"
|
|
13758
|
+
}
|
|
13576
13759
|
},
|
|
13577
13760
|
{
|
|
13578
13761
|
"name": "count",
|
|
@@ -13849,7 +14032,10 @@
|
|
|
13849
14032
|
"text": "DividerOrientation | undefined"
|
|
13850
14033
|
},
|
|
13851
14034
|
"privacy": "public",
|
|
13852
|
-
"description": "The orientation of the divider."
|
|
14035
|
+
"description": "The orientation of the divider.",
|
|
14036
|
+
"parsedType": {
|
|
14037
|
+
"text": "'horizontal' | 'vertical' | undefined"
|
|
14038
|
+
}
|
|
13853
14039
|
}
|
|
13854
14040
|
],
|
|
13855
14041
|
"attributes": [
|
|
@@ -13870,7 +14056,10 @@
|
|
|
13870
14056
|
"text": "DividerOrientation | undefined"
|
|
13871
14057
|
},
|
|
13872
14058
|
"description": "The orientation of the divider.",
|
|
13873
|
-
"fieldName": "orientation"
|
|
14059
|
+
"fieldName": "orientation",
|
|
14060
|
+
"parsedType": {
|
|
14061
|
+
"text": "'horizontal' | 'vertical' | undefined"
|
|
14062
|
+
}
|
|
13874
14063
|
}
|
|
13875
14064
|
],
|
|
13876
14065
|
"superclass": {
|
|
@@ -13908,7 +14097,10 @@
|
|
|
13908
14097
|
"type": {
|
|
13909
14098
|
"text": "DividerAlignContent | undefined"
|
|
13910
14099
|
},
|
|
13911
|
-
"privacy": "public"
|
|
14100
|
+
"privacy": "public",
|
|
14101
|
+
"parsedType": {
|
|
14102
|
+
"text": "'start' | 'end' | 'center' | undefined"
|
|
14103
|
+
}
|
|
13912
14104
|
},
|
|
13913
14105
|
{
|
|
13914
14106
|
"kind": "field",
|
|
@@ -13916,7 +14108,10 @@
|
|
|
13916
14108
|
"type": {
|
|
13917
14109
|
"text": "DividerAppearance | undefined"
|
|
13918
14110
|
},
|
|
13919
|
-
"privacy": "public"
|
|
14111
|
+
"privacy": "public",
|
|
14112
|
+
"parsedType": {
|
|
14113
|
+
"text": "'subtle' | 'brand' | 'strong' | undefined"
|
|
14114
|
+
}
|
|
13920
14115
|
},
|
|
13921
14116
|
{
|
|
13922
14117
|
"kind": "field",
|
|
@@ -13950,6 +14145,9 @@
|
|
|
13950
14145
|
},
|
|
13951
14146
|
"privacy": "public",
|
|
13952
14147
|
"description": "The orientation of the divider.",
|
|
14148
|
+
"parsedType": {
|
|
14149
|
+
"text": "'horizontal' | 'vertical' | undefined"
|
|
14150
|
+
},
|
|
13953
14151
|
"inheritedFrom": {
|
|
13954
14152
|
"name": "BaseDivider",
|
|
13955
14153
|
"module": "src/divider/divider.base.ts"
|
|
@@ -13962,14 +14160,20 @@
|
|
|
13962
14160
|
"type": {
|
|
13963
14161
|
"text": "DividerAlignContent | undefined"
|
|
13964
14162
|
},
|
|
13965
|
-
"fieldName": "alignContent"
|
|
14163
|
+
"fieldName": "alignContent",
|
|
14164
|
+
"parsedType": {
|
|
14165
|
+
"text": "'start' | 'end' | 'center' | undefined"
|
|
14166
|
+
}
|
|
13966
14167
|
},
|
|
13967
14168
|
{
|
|
13968
14169
|
"name": "appearance",
|
|
13969
14170
|
"type": {
|
|
13970
14171
|
"text": "DividerAppearance | undefined"
|
|
13971
14172
|
},
|
|
13972
|
-
"fieldName": "appearance"
|
|
14173
|
+
"fieldName": "appearance",
|
|
14174
|
+
"parsedType": {
|
|
14175
|
+
"text": "'subtle' | 'brand' | 'strong' | undefined"
|
|
14176
|
+
}
|
|
13973
14177
|
},
|
|
13974
14178
|
{
|
|
13975
14179
|
"name": "inset",
|
|
@@ -14000,6 +14204,9 @@
|
|
|
14000
14204
|
},
|
|
14001
14205
|
"description": "The orientation of the divider.",
|
|
14002
14206
|
"fieldName": "orientation",
|
|
14207
|
+
"parsedType": {
|
|
14208
|
+
"text": "'horizontal' | 'vertical' | undefined"
|
|
14209
|
+
},
|
|
14003
14210
|
"inheritedFrom": {
|
|
14004
14211
|
"name": "BaseDivider",
|
|
14005
14212
|
"module": "src/divider/divider.base.ts"
|
|
@@ -15659,7 +15866,10 @@
|
|
|
15659
15866
|
"text": "DropdownSize | undefined"
|
|
15660
15867
|
},
|
|
15661
15868
|
"privacy": "public",
|
|
15662
|
-
"description": "The size of the dropdown."
|
|
15869
|
+
"description": "The size of the dropdown.",
|
|
15870
|
+
"parsedType": {
|
|
15871
|
+
"text": "'small' | 'medium' | 'large' | undefined"
|
|
15872
|
+
}
|
|
15663
15873
|
},
|
|
15664
15874
|
{
|
|
15665
15875
|
"kind": "field",
|
|
@@ -16214,7 +16424,10 @@
|
|
|
16214
16424
|
"text": "DropdownSize | undefined"
|
|
16215
16425
|
},
|
|
16216
16426
|
"description": "The size of the dropdown.",
|
|
16217
|
-
"fieldName": "size"
|
|
16427
|
+
"fieldName": "size",
|
|
16428
|
+
"parsedType": {
|
|
16429
|
+
"text": "'small' | 'medium' | 'large' | undefined"
|
|
16430
|
+
}
|
|
16218
16431
|
},
|
|
16219
16432
|
{
|
|
16220
16433
|
"name": "aria-labelledby",
|
|
@@ -16667,7 +16880,10 @@
|
|
|
16667
16880
|
"text": "ImageFit | undefined"
|
|
16668
16881
|
},
|
|
16669
16882
|
"privacy": "public",
|
|
16670
|
-
"description": "Image fit"
|
|
16883
|
+
"description": "Image fit",
|
|
16884
|
+
"parsedType": {
|
|
16885
|
+
"text": "'none' | 'center' | 'contain' | 'cover' | undefined"
|
|
16886
|
+
}
|
|
16671
16887
|
},
|
|
16672
16888
|
{
|
|
16673
16889
|
"kind": "field",
|
|
@@ -16676,7 +16892,10 @@
|
|
|
16676
16892
|
"text": "ImageShape | undefined"
|
|
16677
16893
|
},
|
|
16678
16894
|
"privacy": "public",
|
|
16679
|
-
"description": "Image shape"
|
|
16895
|
+
"description": "Image shape",
|
|
16896
|
+
"parsedType": {
|
|
16897
|
+
"text": "'circular' | 'rounded' | 'square' | undefined"
|
|
16898
|
+
}
|
|
16680
16899
|
}
|
|
16681
16900
|
],
|
|
16682
16901
|
"attributes": [
|
|
@@ -16710,7 +16929,10 @@
|
|
|
16710
16929
|
"text": "ImageFit | undefined"
|
|
16711
16930
|
},
|
|
16712
16931
|
"description": "Image fit",
|
|
16713
|
-
"fieldName": "fit"
|
|
16932
|
+
"fieldName": "fit",
|
|
16933
|
+
"parsedType": {
|
|
16934
|
+
"text": "'none' | 'center' | 'contain' | 'cover' | undefined"
|
|
16935
|
+
}
|
|
16714
16936
|
},
|
|
16715
16937
|
{
|
|
16716
16938
|
"name": "shape",
|
|
@@ -16718,7 +16940,10 @@
|
|
|
16718
16940
|
"text": "ImageShape | undefined"
|
|
16719
16941
|
},
|
|
16720
16942
|
"description": "Image shape",
|
|
16721
|
-
"fieldName": "shape"
|
|
16943
|
+
"fieldName": "shape",
|
|
16944
|
+
"parsedType": {
|
|
16945
|
+
"text": "'circular' | 'rounded' | 'square' | undefined"
|
|
16946
|
+
}
|
|
16722
16947
|
}
|
|
16723
16948
|
],
|
|
16724
16949
|
"superclass": {
|
|
@@ -16758,7 +16983,10 @@
|
|
|
16758
16983
|
"text": "LabelSize | undefined"
|
|
16759
16984
|
},
|
|
16760
16985
|
"privacy": "public",
|
|
16761
|
-
"description": "Specifies font size of a label"
|
|
16986
|
+
"description": "Specifies font size of a label",
|
|
16987
|
+
"parsedType": {
|
|
16988
|
+
"text": "'small' | 'medium' | 'large' | undefined"
|
|
16989
|
+
}
|
|
16762
16990
|
},
|
|
16763
16991
|
{
|
|
16764
16992
|
"kind": "field",
|
|
@@ -16767,7 +16995,10 @@
|
|
|
16767
16995
|
"text": "LabelWeight | undefined"
|
|
16768
16996
|
},
|
|
16769
16997
|
"privacy": "public",
|
|
16770
|
-
"description": "Specifies font weight of a label"
|
|
16998
|
+
"description": "Specifies font weight of a label",
|
|
16999
|
+
"parsedType": {
|
|
17000
|
+
"text": "'regular' | 'semibold' | undefined"
|
|
17001
|
+
}
|
|
16771
17002
|
},
|
|
16772
17003
|
{
|
|
16773
17004
|
"kind": "field",
|
|
@@ -16797,7 +17028,10 @@
|
|
|
16797
17028
|
"text": "LabelSize | undefined"
|
|
16798
17029
|
},
|
|
16799
17030
|
"description": "Specifies font size of a label",
|
|
16800
|
-
"fieldName": "size"
|
|
17031
|
+
"fieldName": "size",
|
|
17032
|
+
"parsedType": {
|
|
17033
|
+
"text": "'small' | 'medium' | 'large' | undefined"
|
|
17034
|
+
}
|
|
16801
17035
|
},
|
|
16802
17036
|
{
|
|
16803
17037
|
"name": "weight",
|
|
@@ -16805,7 +17039,10 @@
|
|
|
16805
17039
|
"text": "LabelWeight | undefined"
|
|
16806
17040
|
},
|
|
16807
17041
|
"description": "Specifies font weight of a label",
|
|
16808
|
-
"fieldName": "weight"
|
|
17042
|
+
"fieldName": "weight",
|
|
17043
|
+
"parsedType": {
|
|
17044
|
+
"text": "'regular' | 'semibold' | undefined"
|
|
17045
|
+
}
|
|
16809
17046
|
},
|
|
16810
17047
|
{
|
|
16811
17048
|
"name": "disabled",
|
|
@@ -16889,7 +17126,10 @@
|
|
|
16889
17126
|
"text": "LinkAppearance | undefined | undefined"
|
|
16890
17127
|
},
|
|
16891
17128
|
"privacy": "public",
|
|
16892
|
-
"description": "The appearance the link should have."
|
|
17129
|
+
"description": "The appearance the link should have.",
|
|
17130
|
+
"parsedType": {
|
|
17131
|
+
"text": "'subtle' | undefined | undefined"
|
|
17132
|
+
}
|
|
16893
17133
|
},
|
|
16894
17134
|
{
|
|
16895
17135
|
"kind": "field",
|
|
@@ -16987,6 +17227,9 @@
|
|
|
16987
17227
|
},
|
|
16988
17228
|
"privacy": "public",
|
|
16989
17229
|
"description": "The target attribute.",
|
|
17230
|
+
"parsedType": {
|
|
17231
|
+
"text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
|
|
17232
|
+
},
|
|
16990
17233
|
"inheritedFrom": {
|
|
16991
17234
|
"name": "BaseAnchor",
|
|
16992
17235
|
"module": "src/anchor-button/anchor-button.base.ts"
|
|
@@ -17063,7 +17306,10 @@
|
|
|
17063
17306
|
"text": "LinkAppearance | undefined | undefined"
|
|
17064
17307
|
},
|
|
17065
17308
|
"description": "The appearance the link should have.",
|
|
17066
|
-
"fieldName": "appearance"
|
|
17309
|
+
"fieldName": "appearance",
|
|
17310
|
+
"parsedType": {
|
|
17311
|
+
"text": "'subtle' | undefined | undefined"
|
|
17312
|
+
}
|
|
17067
17313
|
},
|
|
17068
17314
|
{
|
|
17069
17315
|
"name": "inline",
|
|
@@ -17153,6 +17399,9 @@
|
|
|
17153
17399
|
},
|
|
17154
17400
|
"description": "The target attribute.",
|
|
17155
17401
|
"fieldName": "target",
|
|
17402
|
+
"parsedType": {
|
|
17403
|
+
"text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
|
|
17404
|
+
},
|
|
17156
17405
|
"inheritedFrom": {
|
|
17157
17406
|
"name": "BaseAnchor",
|
|
17158
17407
|
"module": "src/anchor-button/anchor-button.base.ts"
|
|
@@ -17271,6 +17520,9 @@
|
|
|
17271
17520
|
},
|
|
17272
17521
|
"description": "Indicates the styled appearance of the button.",
|
|
17273
17522
|
"fieldName": "appearance",
|
|
17523
|
+
"parsedType": {
|
|
17524
|
+
"text": "'primary' | 'outline' | 'subtle' | 'transparent' | undefined"
|
|
17525
|
+
},
|
|
17274
17526
|
"inheritedFrom": {
|
|
17275
17527
|
"name": "Button",
|
|
17276
17528
|
"module": "src/button/button.ts"
|
|
@@ -17283,6 +17535,9 @@
|
|
|
17283
17535
|
},
|
|
17284
17536
|
"description": "The shape of the button.",
|
|
17285
17537
|
"fieldName": "shape",
|
|
17538
|
+
"parsedType": {
|
|
17539
|
+
"text": "'circular' | 'rounded' | 'square' | undefined"
|
|
17540
|
+
},
|
|
17286
17541
|
"inheritedFrom": {
|
|
17287
17542
|
"name": "Button",
|
|
17288
17543
|
"module": "src/button/button.ts"
|
|
@@ -17295,6 +17550,9 @@
|
|
|
17295
17550
|
},
|
|
17296
17551
|
"description": "The size of the button.",
|
|
17297
17552
|
"fieldName": "size",
|
|
17553
|
+
"parsedType": {
|
|
17554
|
+
"text": "'small' | 'medium' | 'large' | undefined"
|
|
17555
|
+
},
|
|
17298
17556
|
"inheritedFrom": {
|
|
17299
17557
|
"name": "Button",
|
|
17300
17558
|
"module": "src/button/button.ts"
|
|
@@ -17418,6 +17676,9 @@
|
|
|
17418
17676
|
},
|
|
17419
17677
|
"description": "The target frame or window to open the form submission in.",
|
|
17420
17678
|
"fieldName": "formTarget",
|
|
17679
|
+
"parsedType": {
|
|
17680
|
+
"text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
|
|
17681
|
+
},
|
|
17421
17682
|
"inheritedFrom": {
|
|
17422
17683
|
"name": "BaseButton",
|
|
17423
17684
|
"module": "src/button/button.base.ts"
|
|
@@ -17472,6 +17733,9 @@
|
|
|
17472
17733
|
},
|
|
17473
17734
|
"privacy": "public",
|
|
17474
17735
|
"description": "Indicates the styled appearance of the button.",
|
|
17736
|
+
"parsedType": {
|
|
17737
|
+
"text": "'primary' | 'outline' | 'subtle' | 'transparent' | undefined"
|
|
17738
|
+
},
|
|
17475
17739
|
"inheritedFrom": {
|
|
17476
17740
|
"name": "Button",
|
|
17477
17741
|
"module": "src/button/button.ts"
|
|
@@ -17485,6 +17749,9 @@
|
|
|
17485
17749
|
},
|
|
17486
17750
|
"privacy": "public",
|
|
17487
17751
|
"description": "The shape of the button.",
|
|
17752
|
+
"parsedType": {
|
|
17753
|
+
"text": "'circular' | 'rounded' | 'square' | undefined"
|
|
17754
|
+
},
|
|
17488
17755
|
"inheritedFrom": {
|
|
17489
17756
|
"name": "Button",
|
|
17490
17757
|
"module": "src/button/button.ts"
|
|
@@ -17498,6 +17765,9 @@
|
|
|
17498
17765
|
},
|
|
17499
17766
|
"privacy": "public",
|
|
17500
17767
|
"description": "The size of the button.",
|
|
17768
|
+
"parsedType": {
|
|
17769
|
+
"text": "'small' | 'medium' | 'large' | undefined"
|
|
17770
|
+
},
|
|
17501
17771
|
"inheritedFrom": {
|
|
17502
17772
|
"name": "Button",
|
|
17503
17773
|
"module": "src/button/button.ts"
|
|
@@ -17683,6 +17953,9 @@
|
|
|
17683
17953
|
},
|
|
17684
17954
|
"privacy": "public",
|
|
17685
17955
|
"description": "The target frame or window to open the form submission in.",
|
|
17956
|
+
"parsedType": {
|
|
17957
|
+
"text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
|
|
17958
|
+
},
|
|
17686
17959
|
"inheritedFrom": {
|
|
17687
17960
|
"name": "BaseButton",
|
|
17688
17961
|
"module": "src/button/button.base.ts"
|
|
@@ -18709,7 +18982,10 @@
|
|
|
18709
18982
|
"text": "MessageBarShape | undefined"
|
|
18710
18983
|
},
|
|
18711
18984
|
"privacy": "public",
|
|
18712
|
-
"description": "Sets the shape of the Message Bar."
|
|
18985
|
+
"description": "Sets the shape of the Message Bar.",
|
|
18986
|
+
"parsedType": {
|
|
18987
|
+
"text": "'rounded' | 'square' | undefined"
|
|
18988
|
+
}
|
|
18713
18989
|
},
|
|
18714
18990
|
{
|
|
18715
18991
|
"kind": "field",
|
|
@@ -18718,7 +18994,10 @@
|
|
|
18718
18994
|
"text": "MessageBarLayout | undefined"
|
|
18719
18995
|
},
|
|
18720
18996
|
"privacy": "public",
|
|
18721
|
-
"description": "Sets the layout of the control."
|
|
18997
|
+
"description": "Sets the layout of the control.",
|
|
18998
|
+
"parsedType": {
|
|
18999
|
+
"text": "'multiline' | 'singleline' | undefined"
|
|
19000
|
+
}
|
|
18722
19001
|
},
|
|
18723
19002
|
{
|
|
18724
19003
|
"kind": "field",
|
|
@@ -18727,7 +19006,10 @@
|
|
|
18727
19006
|
"text": "MessageBarIntent | undefined"
|
|
18728
19007
|
},
|
|
18729
19008
|
"privacy": "public",
|
|
18730
|
-
"description": "Sets the intent of the control."
|
|
19009
|
+
"description": "Sets the intent of the control.",
|
|
19010
|
+
"parsedType": {
|
|
19011
|
+
"text": "'success' | 'warning' | 'error' | 'info' | undefined"
|
|
19012
|
+
}
|
|
18731
19013
|
},
|
|
18732
19014
|
{
|
|
18733
19015
|
"kind": "field",
|
|
@@ -18750,7 +19032,10 @@
|
|
|
18750
19032
|
"text": "MessageBarShape | undefined"
|
|
18751
19033
|
},
|
|
18752
19034
|
"description": "Sets the shape of the Message Bar.",
|
|
18753
|
-
"fieldName": "shape"
|
|
19035
|
+
"fieldName": "shape",
|
|
19036
|
+
"parsedType": {
|
|
19037
|
+
"text": "'rounded' | 'square' | undefined"
|
|
19038
|
+
}
|
|
18754
19039
|
},
|
|
18755
19040
|
{
|
|
18756
19041
|
"name": "layout",
|
|
@@ -18758,7 +19043,10 @@
|
|
|
18758
19043
|
"text": "MessageBarLayout | undefined"
|
|
18759
19044
|
},
|
|
18760
19045
|
"description": "Sets the layout of the control.",
|
|
18761
|
-
"fieldName": "layout"
|
|
19046
|
+
"fieldName": "layout",
|
|
19047
|
+
"parsedType": {
|
|
19048
|
+
"text": "'multiline' | 'singleline' | undefined"
|
|
19049
|
+
}
|
|
18762
19050
|
},
|
|
18763
19051
|
{
|
|
18764
19052
|
"name": "intent",
|
|
@@ -18766,7 +19054,10 @@
|
|
|
18766
19054
|
"text": "MessageBarIntent | undefined"
|
|
18767
19055
|
},
|
|
18768
19056
|
"description": "Sets the intent of the control.",
|
|
18769
|
-
"fieldName": "intent"
|
|
19057
|
+
"fieldName": "intent",
|
|
19058
|
+
"parsedType": {
|
|
19059
|
+
"text": "'success' | 'warning' | 'error' | 'info' | undefined"
|
|
19060
|
+
}
|
|
18770
19061
|
}
|
|
18771
19062
|
],
|
|
18772
19063
|
"superclass": {
|
|
@@ -18807,7 +19098,10 @@
|
|
|
18807
19098
|
},
|
|
18808
19099
|
"privacy": "public",
|
|
18809
19100
|
"default": "null",
|
|
18810
|
-
"description": "The validation state of the progress bar"
|
|
19101
|
+
"description": "The validation state of the progress bar",
|
|
19102
|
+
"parsedType": {
|
|
19103
|
+
"text": "'success' | 'warning' | 'error' | null"
|
|
19104
|
+
}
|
|
18811
19105
|
},
|
|
18812
19106
|
{
|
|
18813
19107
|
"kind": "method",
|
|
@@ -18880,7 +19174,10 @@
|
|
|
18880
19174
|
},
|
|
18881
19175
|
"default": "null",
|
|
18882
19176
|
"description": "The validation state of the progress bar",
|
|
18883
|
-
"fieldName": "validationState"
|
|
19177
|
+
"fieldName": "validationState",
|
|
19178
|
+
"parsedType": {
|
|
19179
|
+
"text": "'success' | 'warning' | 'error' | null"
|
|
19180
|
+
}
|
|
18884
19181
|
}
|
|
18885
19182
|
],
|
|
18886
19183
|
"superclass": {
|
|
@@ -18919,7 +19216,10 @@
|
|
|
18919
19216
|
"text": "ProgressBarThickness | undefined"
|
|
18920
19217
|
},
|
|
18921
19218
|
"privacy": "public",
|
|
18922
|
-
"description": "The thickness of the progress bar"
|
|
19219
|
+
"description": "The thickness of the progress bar",
|
|
19220
|
+
"parsedType": {
|
|
19221
|
+
"text": "'medium' | 'large' | undefined"
|
|
19222
|
+
}
|
|
18923
19223
|
},
|
|
18924
19224
|
{
|
|
18925
19225
|
"kind": "field",
|
|
@@ -18928,7 +19228,10 @@
|
|
|
18928
19228
|
"text": "ProgressBarShape | undefined"
|
|
18929
19229
|
},
|
|
18930
19230
|
"privacy": "public",
|
|
18931
|
-
"description": "The shape of the progress bar"
|
|
19231
|
+
"description": "The shape of the progress bar",
|
|
19232
|
+
"parsedType": {
|
|
19233
|
+
"text": "'rounded' | 'square' | undefined"
|
|
19234
|
+
}
|
|
18932
19235
|
},
|
|
18933
19236
|
{
|
|
18934
19237
|
"kind": "field",
|
|
@@ -18939,6 +19242,9 @@
|
|
|
18939
19242
|
"privacy": "public",
|
|
18940
19243
|
"default": "null",
|
|
18941
19244
|
"description": "The validation state of the progress bar",
|
|
19245
|
+
"parsedType": {
|
|
19246
|
+
"text": "'success' | 'warning' | 'error' | null"
|
|
19247
|
+
},
|
|
18942
19248
|
"inheritedFrom": {
|
|
18943
19249
|
"name": "BaseProgressBar",
|
|
18944
19250
|
"module": "src/progress-bar/progress-bar.base.ts"
|
|
@@ -19030,7 +19336,10 @@
|
|
|
19030
19336
|
"text": "ProgressBarThickness | undefined"
|
|
19031
19337
|
},
|
|
19032
19338
|
"description": "The thickness of the progress bar",
|
|
19033
|
-
"fieldName": "thickness"
|
|
19339
|
+
"fieldName": "thickness",
|
|
19340
|
+
"parsedType": {
|
|
19341
|
+
"text": "'medium' | 'large' | undefined"
|
|
19342
|
+
}
|
|
19034
19343
|
},
|
|
19035
19344
|
{
|
|
19036
19345
|
"name": "shape",
|
|
@@ -19038,7 +19347,10 @@
|
|
|
19038
19347
|
"text": "ProgressBarShape | undefined"
|
|
19039
19348
|
},
|
|
19040
19349
|
"description": "The shape of the progress bar",
|
|
19041
|
-
"fieldName": "shape"
|
|
19350
|
+
"fieldName": "shape",
|
|
19351
|
+
"parsedType": {
|
|
19352
|
+
"text": "'rounded' | 'square' | undefined"
|
|
19353
|
+
}
|
|
19042
19354
|
},
|
|
19043
19355
|
{
|
|
19044
19356
|
"name": "validation-state",
|
|
@@ -19048,6 +19360,9 @@
|
|
|
19048
19360
|
"default": "null",
|
|
19049
19361
|
"description": "The validation state of the progress bar",
|
|
19050
19362
|
"fieldName": "validationState",
|
|
19363
|
+
"parsedType": {
|
|
19364
|
+
"text": "'success' | 'warning' | 'error' | null"
|
|
19365
|
+
},
|
|
19051
19366
|
"inheritedFrom": {
|
|
19052
19367
|
"name": "BaseProgressBar",
|
|
19053
19368
|
"module": "src/progress-bar/progress-bar.base.ts"
|
|
@@ -19640,7 +19955,10 @@
|
|
|
19640
19955
|
"text": "RadioGroupOrientation | undefined"
|
|
19641
19956
|
},
|
|
19642
19957
|
"privacy": "public",
|
|
19643
|
-
"description": "The orientation of the group."
|
|
19958
|
+
"description": "The orientation of the group.",
|
|
19959
|
+
"parsedType": {
|
|
19960
|
+
"text": "'horizontal' | 'vertical' | undefined"
|
|
19961
|
+
}
|
|
19644
19962
|
},
|
|
19645
19963
|
{
|
|
19646
19964
|
"kind": "field",
|
|
@@ -19879,7 +20197,10 @@
|
|
|
19879
20197
|
"text": "RadioGroupOrientation | undefined"
|
|
19880
20198
|
},
|
|
19881
20199
|
"description": "The orientation of the group.",
|
|
19882
|
-
"fieldName": "orientation"
|
|
20200
|
+
"fieldName": "orientation",
|
|
20201
|
+
"parsedType": {
|
|
20202
|
+
"text": "'horizontal' | 'vertical' | undefined"
|
|
20203
|
+
}
|
|
19883
20204
|
},
|
|
19884
20205
|
{
|
|
19885
20206
|
"name": "required",
|
|
@@ -20118,7 +20439,10 @@
|
|
|
20118
20439
|
},
|
|
20119
20440
|
"privacy": "public",
|
|
20120
20441
|
"description": "The color of the rating display icons.",
|
|
20121
|
-
"default": "`marigold`"
|
|
20442
|
+
"default": "`marigold`",
|
|
20443
|
+
"parsedType": {
|
|
20444
|
+
"text": "'marigold' | 'neutral' | 'brand' | undefined"
|
|
20445
|
+
}
|
|
20122
20446
|
},
|
|
20123
20447
|
{
|
|
20124
20448
|
"kind": "field",
|
|
@@ -20128,7 +20452,10 @@
|
|
|
20128
20452
|
},
|
|
20129
20453
|
"privacy": "public",
|
|
20130
20454
|
"description": "The size of the component.",
|
|
20131
|
-
"default": "'medium'"
|
|
20455
|
+
"default": "'medium'",
|
|
20456
|
+
"parsedType": {
|
|
20457
|
+
"text": "'small' | 'medium' | 'large' | undefined"
|
|
20458
|
+
}
|
|
20132
20459
|
},
|
|
20133
20460
|
{
|
|
20134
20461
|
"kind": "field",
|
|
@@ -20292,7 +20619,10 @@
|
|
|
20292
20619
|
},
|
|
20293
20620
|
"description": "The color of the rating display icons.",
|
|
20294
20621
|
"default": "`marigold`",
|
|
20295
|
-
"fieldName": "color"
|
|
20622
|
+
"fieldName": "color",
|
|
20623
|
+
"parsedType": {
|
|
20624
|
+
"text": "'marigold' | 'neutral' | 'brand' | undefined"
|
|
20625
|
+
}
|
|
20296
20626
|
},
|
|
20297
20627
|
{
|
|
20298
20628
|
"name": "size",
|
|
@@ -20301,7 +20631,10 @@
|
|
|
20301
20631
|
},
|
|
20302
20632
|
"description": "The size of the component.",
|
|
20303
20633
|
"default": "'medium'",
|
|
20304
|
-
"fieldName": "size"
|
|
20634
|
+
"fieldName": "size",
|
|
20635
|
+
"parsedType": {
|
|
20636
|
+
"text": "'small' | 'medium' | 'large' | undefined"
|
|
20637
|
+
}
|
|
20305
20638
|
},
|
|
20306
20639
|
{
|
|
20307
20640
|
"name": "compact",
|
|
@@ -20503,7 +20836,10 @@
|
|
|
20503
20836
|
"text": "SliderSize | undefined"
|
|
20504
20837
|
},
|
|
20505
20838
|
"privacy": "public",
|
|
20506
|
-
"description": "The size of the slider"
|
|
20839
|
+
"description": "The size of the slider",
|
|
20840
|
+
"parsedType": {
|
|
20841
|
+
"text": "'small' | 'medium' | undefined"
|
|
20842
|
+
}
|
|
20507
20843
|
},
|
|
20508
20844
|
{
|
|
20509
20845
|
"kind": "method",
|
|
@@ -20950,7 +21286,10 @@
|
|
|
20950
21286
|
"text": "SliderSize | undefined"
|
|
20951
21287
|
},
|
|
20952
21288
|
"description": "The size of the slider",
|
|
20953
|
-
"fieldName": "size"
|
|
21289
|
+
"fieldName": "size",
|
|
21290
|
+
"parsedType": {
|
|
21291
|
+
"text": "'small' | 'medium' | undefined"
|
|
21292
|
+
}
|
|
20954
21293
|
},
|
|
20955
21294
|
{
|
|
20956
21295
|
"name": "value",
|
|
@@ -21091,7 +21430,10 @@
|
|
|
21091
21430
|
"text": "SpinnerSize | undefined"
|
|
21092
21431
|
},
|
|
21093
21432
|
"privacy": "public",
|
|
21094
|
-
"description": "The size of the spinner"
|
|
21433
|
+
"description": "The size of the spinner",
|
|
21434
|
+
"parsedType": {
|
|
21435
|
+
"text": "'small' | 'medium' | 'large' | 'extra-large' | 'tiny' | 'extra-small' | 'huge' | undefined"
|
|
21436
|
+
}
|
|
21095
21437
|
},
|
|
21096
21438
|
{
|
|
21097
21439
|
"kind": "field",
|
|
@@ -21100,7 +21442,10 @@
|
|
|
21100
21442
|
"text": "SpinnerAppearance | undefined"
|
|
21101
21443
|
},
|
|
21102
21444
|
"privacy": "public",
|
|
21103
|
-
"description": "The appearance of the spinner"
|
|
21445
|
+
"description": "The appearance of the spinner",
|
|
21446
|
+
"parsedType": {
|
|
21447
|
+
"text": "'primary' | 'inverted' | undefined"
|
|
21448
|
+
}
|
|
21104
21449
|
},
|
|
21105
21450
|
{
|
|
21106
21451
|
"kind": "field",
|
|
@@ -21122,7 +21467,10 @@
|
|
|
21122
21467
|
"text": "SpinnerSize | undefined"
|
|
21123
21468
|
},
|
|
21124
21469
|
"description": "The size of the spinner",
|
|
21125
|
-
"fieldName": "size"
|
|
21470
|
+
"fieldName": "size",
|
|
21471
|
+
"parsedType": {
|
|
21472
|
+
"text": "'small' | 'medium' | 'large' | 'extra-large' | 'tiny' | 'extra-small' | 'huge' | undefined"
|
|
21473
|
+
}
|
|
21126
21474
|
},
|
|
21127
21475
|
{
|
|
21128
21476
|
"name": "appearance",
|
|
@@ -21130,7 +21478,10 @@
|
|
|
21130
21478
|
"text": "SpinnerAppearance | undefined"
|
|
21131
21479
|
},
|
|
21132
21480
|
"description": "The appearance of the spinner",
|
|
21133
|
-
"fieldName": "appearance"
|
|
21481
|
+
"fieldName": "appearance",
|
|
21482
|
+
"parsedType": {
|
|
21483
|
+
"text": "'primary' | 'inverted' | undefined"
|
|
21484
|
+
}
|
|
21134
21485
|
}
|
|
21135
21486
|
],
|
|
21136
21487
|
"superclass": {
|
|
@@ -22039,7 +22390,10 @@
|
|
|
22039
22390
|
"text": "TabsAppearance | undefined"
|
|
22040
22391
|
},
|
|
22041
22392
|
"privacy": "public",
|
|
22042
|
-
"description": "appearance\nThere are two modes of appearance: transparent and subtle."
|
|
22393
|
+
"description": "appearance\nThere are two modes of appearance: transparent and subtle.",
|
|
22394
|
+
"parsedType": {
|
|
22395
|
+
"text": "'subtle' | 'transparent' | undefined"
|
|
22396
|
+
}
|
|
22043
22397
|
},
|
|
22044
22398
|
{
|
|
22045
22399
|
"kind": "field",
|
|
@@ -22057,7 +22411,10 @@
|
|
|
22057
22411
|
"text": "TabsSize | undefined"
|
|
22058
22412
|
},
|
|
22059
22413
|
"privacy": "public",
|
|
22060
|
-
"description": "size\ndefaults to medium.\nUsed to set the size of all the tab controls, which effects text size and margins. Three sizes: small, medium and large."
|
|
22414
|
+
"description": "size\ndefaults to medium.\nUsed to set the size of all the tab controls, which effects text size and margins. Three sizes: small, medium and large.",
|
|
22415
|
+
"parsedType": {
|
|
22416
|
+
"text": "'small' | 'medium' | 'large' | undefined"
|
|
22417
|
+
}
|
|
22061
22418
|
},
|
|
22062
22419
|
{
|
|
22063
22420
|
"kind": "method",
|
|
@@ -22527,7 +22884,10 @@
|
|
|
22527
22884
|
"text": "TabsAppearance | undefined"
|
|
22528
22885
|
},
|
|
22529
22886
|
"description": "appearance\nThere are two modes of appearance: transparent and subtle.",
|
|
22530
|
-
"fieldName": "appearance"
|
|
22887
|
+
"fieldName": "appearance",
|
|
22888
|
+
"parsedType": {
|
|
22889
|
+
"text": "'subtle' | 'transparent' | undefined"
|
|
22890
|
+
}
|
|
22531
22891
|
},
|
|
22532
22892
|
{
|
|
22533
22893
|
"name": "disabled",
|
|
@@ -22543,7 +22903,10 @@
|
|
|
22543
22903
|
"text": "TabsSize | undefined"
|
|
22544
22904
|
},
|
|
22545
22905
|
"description": "size\ndefaults to medium.\nUsed to set the size of all the tab controls, which effects text size and margins. Three sizes: small, medium and large.",
|
|
22546
|
-
"fieldName": "size"
|
|
22906
|
+
"fieldName": "size",
|
|
22907
|
+
"parsedType": {
|
|
22908
|
+
"text": "'small' | 'medium' | 'large' | undefined"
|
|
22909
|
+
}
|
|
22547
22910
|
},
|
|
22548
22911
|
{
|
|
22549
22912
|
"name": "orientation",
|
|
@@ -22985,7 +23348,10 @@
|
|
|
22985
23348
|
"text": "TablistAppearance | undefined"
|
|
22986
23349
|
},
|
|
22987
23350
|
"privacy": "public",
|
|
22988
|
-
"description": "appearance\nThere are two modes of appearance: transparent and subtle."
|
|
23351
|
+
"description": "appearance\nThere are two modes of appearance: transparent and subtle.",
|
|
23352
|
+
"parsedType": {
|
|
23353
|
+
"text": "'subtle' | 'transparent' | undefined"
|
|
23354
|
+
}
|
|
22989
23355
|
},
|
|
22990
23356
|
{
|
|
22991
23357
|
"kind": "field",
|
|
@@ -22994,7 +23360,10 @@
|
|
|
22994
23360
|
"text": "TablistSize | undefined"
|
|
22995
23361
|
},
|
|
22996
23362
|
"privacy": "public",
|
|
22997
|
-
"description": "size\ndefaults to medium.\nUsed to set the size of all the tab controls, which effects text size and margins. Three sizes: small, medium and large."
|
|
23363
|
+
"description": "size\ndefaults to medium.\nUsed to set the size of all the tab controls, which effects text size and margins. Three sizes: small, medium and large.",
|
|
23364
|
+
"parsedType": {
|
|
23365
|
+
"text": "'small' | 'medium' | 'large' | undefined"
|
|
23366
|
+
}
|
|
22998
23367
|
},
|
|
22999
23368
|
{
|
|
23000
23369
|
"kind": "method",
|
|
@@ -23351,7 +23720,10 @@
|
|
|
23351
23720
|
"text": "TablistAppearance | undefined"
|
|
23352
23721
|
},
|
|
23353
23722
|
"description": "appearance\nThere are two modes of appearance: transparent and subtle.",
|
|
23354
|
-
"fieldName": "appearance"
|
|
23723
|
+
"fieldName": "appearance",
|
|
23724
|
+
"parsedType": {
|
|
23725
|
+
"text": "'subtle' | 'transparent' | undefined"
|
|
23726
|
+
}
|
|
23355
23727
|
},
|
|
23356
23728
|
{
|
|
23357
23729
|
"name": "size",
|
|
@@ -23359,7 +23731,10 @@
|
|
|
23359
23731
|
"text": "TablistSize | undefined"
|
|
23360
23732
|
},
|
|
23361
23733
|
"description": "size\ndefaults to medium.\nUsed to set the size of all the tab controls, which effects text size and margins. Three sizes: small, medium and large.",
|
|
23362
|
-
"fieldName": "size"
|
|
23734
|
+
"fieldName": "size",
|
|
23735
|
+
"parsedType": {
|
|
23736
|
+
"text": "'small' | 'medium' | 'large' | undefined"
|
|
23737
|
+
}
|
|
23363
23738
|
},
|
|
23364
23739
|
{
|
|
23365
23740
|
"name": "disabled",
|
|
@@ -23532,7 +23907,10 @@
|
|
|
23532
23907
|
"text": "TextAreaAutocomplete | undefined"
|
|
23533
23908
|
},
|
|
23534
23909
|
"privacy": "public",
|
|
23535
|
-
"description": "Indicates the element's autocomplete state."
|
|
23910
|
+
"description": "Indicates the element's autocomplete state.",
|
|
23911
|
+
"parsedType": {
|
|
23912
|
+
"text": "'on' | 'off' | undefined"
|
|
23913
|
+
}
|
|
23536
23914
|
},
|
|
23537
23915
|
{
|
|
23538
23916
|
"kind": "field",
|
|
@@ -23907,7 +24285,10 @@
|
|
|
23907
24285
|
"text": "TextAreaAutocomplete | undefined"
|
|
23908
24286
|
},
|
|
23909
24287
|
"description": "Indicates the element's autocomplete state.",
|
|
23910
|
-
"fieldName": "autocomplete"
|
|
24288
|
+
"fieldName": "autocomplete",
|
|
24289
|
+
"parsedType": {
|
|
24290
|
+
"text": "'on' | 'off' | undefined"
|
|
24291
|
+
}
|
|
23911
24292
|
},
|
|
23912
24293
|
{
|
|
23913
24294
|
"name": "auto-resize",
|
|
@@ -24090,7 +24471,10 @@
|
|
|
24090
24471
|
"text": "TextAreaSize | undefined"
|
|
24091
24472
|
},
|
|
24092
24473
|
"privacy": "public",
|
|
24093
|
-
"description": "Sets the size of the control."
|
|
24474
|
+
"description": "Sets the size of the control.",
|
|
24475
|
+
"parsedType": {
|
|
24476
|
+
"text": "'small' | 'medium' | 'large' | undefined"
|
|
24477
|
+
}
|
|
24094
24478
|
},
|
|
24095
24479
|
{
|
|
24096
24480
|
"kind": "field",
|
|
@@ -24187,6 +24571,9 @@
|
|
|
24187
24571
|
},
|
|
24188
24572
|
"privacy": "public",
|
|
24189
24573
|
"description": "Indicates the element's autocomplete state.",
|
|
24574
|
+
"parsedType": {
|
|
24575
|
+
"text": "'on' | 'off' | undefined"
|
|
24576
|
+
},
|
|
24190
24577
|
"inheritedFrom": {
|
|
24191
24578
|
"name": "BaseTextArea",
|
|
24192
24579
|
"module": "src/textarea/textarea.base.ts"
|
|
@@ -24727,7 +25114,10 @@
|
|
|
24727
25114
|
"text": "TextAreaSize | undefined"
|
|
24728
25115
|
},
|
|
24729
25116
|
"description": "Sets the size of the control.",
|
|
24730
|
-
"fieldName": "size"
|
|
25117
|
+
"fieldName": "size",
|
|
25118
|
+
"parsedType": {
|
|
25119
|
+
"text": "'small' | 'medium' | 'large' | undefined"
|
|
25120
|
+
}
|
|
24731
25121
|
},
|
|
24732
25122
|
{
|
|
24733
25123
|
"name": "autocomplete",
|
|
@@ -24736,6 +25126,9 @@
|
|
|
24736
25126
|
},
|
|
24737
25127
|
"description": "Indicates the element's autocomplete state.",
|
|
24738
25128
|
"fieldName": "autocomplete",
|
|
25129
|
+
"parsedType": {
|
|
25130
|
+
"text": "'on' | 'off' | undefined"
|
|
25131
|
+
},
|
|
24739
25132
|
"inheritedFrom": {
|
|
24740
25133
|
"name": "BaseTextArea",
|
|
24741
25134
|
"module": "src/textarea/textarea.base.ts"
|
|
@@ -25551,7 +25944,10 @@
|
|
|
25551
25944
|
"text": "TextInputAppearance | undefined"
|
|
25552
25945
|
},
|
|
25553
25946
|
"privacy": "public",
|
|
25554
|
-
"description": "Indicates the styled appearance of the element."
|
|
25947
|
+
"description": "Indicates the styled appearance of the element.",
|
|
25948
|
+
"parsedType": {
|
|
25949
|
+
"text": "'outline' | 'filled-darker' | 'filled-lighter' | 'underline' | undefined"
|
|
25950
|
+
}
|
|
25555
25951
|
},
|
|
25556
25952
|
{
|
|
25557
25953
|
"kind": "field",
|
|
@@ -25560,7 +25956,10 @@
|
|
|
25560
25956
|
"text": "TextInputControlSize | undefined"
|
|
25561
25957
|
},
|
|
25562
25958
|
"privacy": "public",
|
|
25563
|
-
"description": "Sets the size of the control."
|
|
25959
|
+
"description": "Sets the size of the control.",
|
|
25960
|
+
"parsedType": {
|
|
25961
|
+
"text": "'small' | 'medium' | 'large' | undefined"
|
|
25962
|
+
}
|
|
25564
25963
|
},
|
|
25565
25964
|
{
|
|
25566
25965
|
"kind": "field",
|
|
@@ -26022,7 +26421,10 @@
|
|
|
26022
26421
|
"text": "TextInputAppearance | undefined"
|
|
26023
26422
|
},
|
|
26024
26423
|
"description": "Indicates the styled appearance of the element.",
|
|
26025
|
-
"fieldName": "appearance"
|
|
26424
|
+
"fieldName": "appearance",
|
|
26425
|
+
"parsedType": {
|
|
26426
|
+
"text": "'outline' | 'filled-darker' | 'filled-lighter' | 'underline' | undefined"
|
|
26427
|
+
}
|
|
26026
26428
|
},
|
|
26027
26429
|
{
|
|
26028
26430
|
"name": "control-size",
|
|
@@ -26030,7 +26432,10 @@
|
|
|
26030
26432
|
"text": "TextInputControlSize | undefined"
|
|
26031
26433
|
},
|
|
26032
26434
|
"description": "Sets the size of the control.",
|
|
26033
|
-
"fieldName": "controlSize"
|
|
26435
|
+
"fieldName": "controlSize",
|
|
26436
|
+
"parsedType": {
|
|
26437
|
+
"text": "'small' | 'medium' | 'large' | undefined"
|
|
26438
|
+
}
|
|
26034
26439
|
},
|
|
26035
26440
|
{
|
|
26036
26441
|
"name": "autocomplete",
|
|
@@ -26416,7 +26821,10 @@
|
|
|
26416
26821
|
"text": "TextSize | undefined"
|
|
26417
26822
|
},
|
|
26418
26823
|
"description": "THe Text size",
|
|
26419
|
-
"privacy": "public"
|
|
26824
|
+
"privacy": "public",
|
|
26825
|
+
"parsedType": {
|
|
26826
|
+
"text": "'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | '1000' | undefined"
|
|
26827
|
+
}
|
|
26420
26828
|
},
|
|
26421
26829
|
{
|
|
26422
26830
|
"kind": "field",
|
|
@@ -26425,7 +26833,10 @@
|
|
|
26425
26833
|
"text": "TextFont | undefined"
|
|
26426
26834
|
},
|
|
26427
26835
|
"description": "THe Text font",
|
|
26428
|
-
"privacy": "public"
|
|
26836
|
+
"privacy": "public",
|
|
26837
|
+
"parsedType": {
|
|
26838
|
+
"text": "'base' | 'numeric' | 'monospace' | undefined"
|
|
26839
|
+
}
|
|
26429
26840
|
},
|
|
26430
26841
|
{
|
|
26431
26842
|
"kind": "field",
|
|
@@ -26434,7 +26845,10 @@
|
|
|
26434
26845
|
"text": "TextWeight | undefined"
|
|
26435
26846
|
},
|
|
26436
26847
|
"description": "The Text weight",
|
|
26437
|
-
"privacy": "public"
|
|
26848
|
+
"privacy": "public",
|
|
26849
|
+
"parsedType": {
|
|
26850
|
+
"text": "'medium' | 'regular' | 'semibold' | 'bold' | undefined"
|
|
26851
|
+
}
|
|
26438
26852
|
},
|
|
26439
26853
|
{
|
|
26440
26854
|
"kind": "field",
|
|
@@ -26443,7 +26857,10 @@
|
|
|
26443
26857
|
"text": "TextAlign | undefined"
|
|
26444
26858
|
},
|
|
26445
26859
|
"description": "The Text alignment",
|
|
26446
|
-
"privacy": "public"
|
|
26860
|
+
"privacy": "public",
|
|
26861
|
+
"parsedType": {
|
|
26862
|
+
"text": "'start' | 'end' | 'center' | 'justify' | undefined"
|
|
26863
|
+
}
|
|
26447
26864
|
}
|
|
26448
26865
|
],
|
|
26449
26866
|
"attributes": [
|
|
@@ -26507,7 +26924,10 @@
|
|
|
26507
26924
|
"text": "TextSize | undefined"
|
|
26508
26925
|
},
|
|
26509
26926
|
"description": "THe Text size",
|
|
26510
|
-
"fieldName": "size"
|
|
26927
|
+
"fieldName": "size",
|
|
26928
|
+
"parsedType": {
|
|
26929
|
+
"text": "'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | '1000' | undefined"
|
|
26930
|
+
}
|
|
26511
26931
|
},
|
|
26512
26932
|
{
|
|
26513
26933
|
"name": "font",
|
|
@@ -26515,7 +26935,10 @@
|
|
|
26515
26935
|
"text": "TextFont | undefined"
|
|
26516
26936
|
},
|
|
26517
26937
|
"description": "THe Text font",
|
|
26518
|
-
"fieldName": "font"
|
|
26938
|
+
"fieldName": "font",
|
|
26939
|
+
"parsedType": {
|
|
26940
|
+
"text": "'base' | 'numeric' | 'monospace' | undefined"
|
|
26941
|
+
}
|
|
26519
26942
|
},
|
|
26520
26943
|
{
|
|
26521
26944
|
"name": "weight",
|
|
@@ -26523,7 +26946,10 @@
|
|
|
26523
26946
|
"text": "TextWeight | undefined"
|
|
26524
26947
|
},
|
|
26525
26948
|
"description": "The Text weight",
|
|
26526
|
-
"fieldName": "weight"
|
|
26949
|
+
"fieldName": "weight",
|
|
26950
|
+
"parsedType": {
|
|
26951
|
+
"text": "'medium' | 'regular' | 'semibold' | 'bold' | undefined"
|
|
26952
|
+
}
|
|
26527
26953
|
},
|
|
26528
26954
|
{
|
|
26529
26955
|
"name": "align",
|
|
@@ -26531,7 +26957,10 @@
|
|
|
26531
26957
|
"text": "TextAlign | undefined"
|
|
26532
26958
|
},
|
|
26533
26959
|
"description": "The Text alignment",
|
|
26534
|
-
"fieldName": "align"
|
|
26960
|
+
"fieldName": "align",
|
|
26961
|
+
"parsedType": {
|
|
26962
|
+
"text": "'start' | 'end' | 'center' | 'justify' | undefined"
|
|
26963
|
+
}
|
|
26535
26964
|
}
|
|
26536
26965
|
],
|
|
26537
26966
|
"superclass": {
|
|
@@ -26605,6 +27034,9 @@
|
|
|
26605
27034
|
},
|
|
26606
27035
|
"privacy": "public",
|
|
26607
27036
|
"description": "Indicates the styled appearance of the button.",
|
|
27037
|
+
"parsedType": {
|
|
27038
|
+
"text": "'primary' | 'outline' | 'subtle' | 'transparent' | undefined"
|
|
27039
|
+
},
|
|
26608
27040
|
"inheritedFrom": {
|
|
26609
27041
|
"name": "Button",
|
|
26610
27042
|
"module": "src/button/button.ts"
|
|
@@ -26618,6 +27050,9 @@
|
|
|
26618
27050
|
},
|
|
26619
27051
|
"privacy": "public",
|
|
26620
27052
|
"description": "The shape of the button.",
|
|
27053
|
+
"parsedType": {
|
|
27054
|
+
"text": "'circular' | 'rounded' | 'square' | undefined"
|
|
27055
|
+
},
|
|
26621
27056
|
"inheritedFrom": {
|
|
26622
27057
|
"name": "Button",
|
|
26623
27058
|
"module": "src/button/button.ts"
|
|
@@ -26631,6 +27066,9 @@
|
|
|
26631
27066
|
},
|
|
26632
27067
|
"privacy": "public",
|
|
26633
27068
|
"description": "The size of the button.",
|
|
27069
|
+
"parsedType": {
|
|
27070
|
+
"text": "'small' | 'medium' | 'large' | undefined"
|
|
27071
|
+
},
|
|
26634
27072
|
"inheritedFrom": {
|
|
26635
27073
|
"name": "Button",
|
|
26636
27074
|
"module": "src/button/button.ts"
|
|
@@ -26816,6 +27254,9 @@
|
|
|
26816
27254
|
},
|
|
26817
27255
|
"privacy": "public",
|
|
26818
27256
|
"description": "The target frame or window to open the form submission in.",
|
|
27257
|
+
"parsedType": {
|
|
27258
|
+
"text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
|
|
27259
|
+
},
|
|
26819
27260
|
"inheritedFrom": {
|
|
26820
27261
|
"name": "BaseButton",
|
|
26821
27262
|
"module": "src/button/button.base.ts"
|
|
@@ -26953,6 +27394,9 @@
|
|
|
26953
27394
|
},
|
|
26954
27395
|
"description": "Indicates the styled appearance of the button.",
|
|
26955
27396
|
"fieldName": "appearance",
|
|
27397
|
+
"parsedType": {
|
|
27398
|
+
"text": "'primary' | 'outline' | 'subtle' | 'transparent' | undefined"
|
|
27399
|
+
},
|
|
26956
27400
|
"inheritedFrom": {
|
|
26957
27401
|
"name": "Button",
|
|
26958
27402
|
"module": "src/button/button.ts"
|
|
@@ -26965,6 +27409,9 @@
|
|
|
26965
27409
|
},
|
|
26966
27410
|
"description": "The shape of the button.",
|
|
26967
27411
|
"fieldName": "shape",
|
|
27412
|
+
"parsedType": {
|
|
27413
|
+
"text": "'circular' | 'rounded' | 'square' | undefined"
|
|
27414
|
+
},
|
|
26968
27415
|
"inheritedFrom": {
|
|
26969
27416
|
"name": "Button",
|
|
26970
27417
|
"module": "src/button/button.ts"
|
|
@@ -26977,6 +27424,9 @@
|
|
|
26977
27424
|
},
|
|
26978
27425
|
"description": "The size of the button.",
|
|
26979
27426
|
"fieldName": "size",
|
|
27427
|
+
"parsedType": {
|
|
27428
|
+
"text": "'small' | 'medium' | 'large' | undefined"
|
|
27429
|
+
},
|
|
26980
27430
|
"inheritedFrom": {
|
|
26981
27431
|
"name": "Button",
|
|
26982
27432
|
"module": "src/button/button.ts"
|
|
@@ -27100,6 +27550,9 @@
|
|
|
27100
27550
|
},
|
|
27101
27551
|
"description": "The target frame or window to open the form submission in.",
|
|
27102
27552
|
"fieldName": "formTarget",
|
|
27553
|
+
"parsedType": {
|
|
27554
|
+
"text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
|
|
27555
|
+
},
|
|
27103
27556
|
"inheritedFrom": {
|
|
27104
27557
|
"name": "BaseButton",
|
|
27105
27558
|
"module": "src/button/button.base.ts"
|
|
@@ -27245,7 +27698,10 @@
|
|
|
27245
27698
|
"text": "TooltipPositioningOption | undefined"
|
|
27246
27699
|
},
|
|
27247
27700
|
"privacy": "public",
|
|
27248
|
-
"description": "Set the positioning of the tooltip"
|
|
27701
|
+
"description": "Set the positioning of the tooltip",
|
|
27702
|
+
"parsedType": {
|
|
27703
|
+
"text": "'block-start span-inline-end' | 'block-start' | 'block-start span-inline-start' | 'block-end span-inline-end' | 'block-end' | 'block-end span-inline-start' | 'inline-start span-block-end' | 'inline-start' | 'inline-start span-block-start' | 'inline-end span-block-end' | 'inline-end' | 'inline-end span-block-start' | undefined"
|
|
27704
|
+
}
|
|
27249
27705
|
},
|
|
27250
27706
|
{
|
|
27251
27707
|
"kind": "field",
|
|
@@ -27323,7 +27779,10 @@
|
|
|
27323
27779
|
"text": "TooltipPositioningOption | undefined"
|
|
27324
27780
|
},
|
|
27325
27781
|
"description": "Set the positioning of the tooltip",
|
|
27326
|
-
"fieldName": "positioning"
|
|
27782
|
+
"fieldName": "positioning",
|
|
27783
|
+
"parsedType": {
|
|
27784
|
+
"text": "'block-start span-inline-end' | 'block-start' | 'block-start span-inline-start' | 'block-end span-inline-end' | 'block-end' | 'block-end span-inline-start' | 'inline-start span-block-end' | 'inline-start' | 'inline-start span-block-start' | 'inline-end span-block-end' | 'inline-end' | 'inline-end span-block-start' | undefined"
|
|
27785
|
+
}
|
|
27327
27786
|
},
|
|
27328
27787
|
{
|
|
27329
27788
|
"name": "anchor",
|