@fluentui/web-components 3.0.0-beta.126 → 3.0.0-beta.128

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.
@@ -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"
@@ -10299,6 +10329,48 @@
10299
10329
  }
10300
10330
  ],
10301
10331
  "attributes": [
10332
+ {
10333
+ "name": "appearance",
10334
+ "type": {
10335
+ "text": "ButtonAppearance | undefined"
10336
+ },
10337
+ "description": "Indicates the styled appearance of the button.",
10338
+ "fieldName": "appearance",
10339
+ "parsedType": {
10340
+ "text": "'primary' | 'outline' | 'subtle' | 'transparent' | undefined"
10341
+ }
10342
+ },
10343
+ {
10344
+ "name": "shape",
10345
+ "type": {
10346
+ "text": "ButtonShape | undefined"
10347
+ },
10348
+ "description": "The shape of the button.",
10349
+ "fieldName": "shape",
10350
+ "parsedType": {
10351
+ "text": "'circular' | 'rounded' | 'square' | undefined"
10352
+ }
10353
+ },
10354
+ {
10355
+ "name": "size",
10356
+ "type": {
10357
+ "text": "ButtonSize | undefined"
10358
+ },
10359
+ "description": "The size of the button.",
10360
+ "fieldName": "size",
10361
+ "parsedType": {
10362
+ "text": "'small' | 'medium' | 'large' | undefined"
10363
+ }
10364
+ },
10365
+ {
10366
+ "name": "icon-only",
10367
+ "type": {
10368
+ "text": "boolean"
10369
+ },
10370
+ "default": "false",
10371
+ "description": "Indicates that the button should only display as an icon with no text content.",
10372
+ "fieldName": "iconOnly"
10373
+ },
10302
10374
  {
10303
10375
  "name": "autofocus",
10304
10376
  "type": {
@@ -10404,6 +10476,9 @@
10404
10476
  },
10405
10477
  "description": "The target frame or window to open the form submission in.",
10406
10478
  "fieldName": "formTarget",
10479
+ "parsedType": {
10480
+ "text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
10481
+ },
10407
10482
  "inheritedFrom": {
10408
10483
  "name": "BaseButton",
10409
10484
  "module": "src/button/button.base.ts"
@@ -10603,7 +10678,10 @@
10603
10678
  "text": "AnchorTarget | undefined"
10604
10679
  },
10605
10680
  "privacy": "public",
10606
- "description": "The target attribute."
10681
+ "description": "The target attribute.",
10682
+ "parsedType": {
10683
+ "text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
10684
+ }
10607
10685
  },
10608
10686
  {
10609
10687
  "kind": "field",
@@ -10708,7 +10786,10 @@
10708
10786
  "text": "AnchorTarget | undefined"
10709
10787
  },
10710
10788
  "description": "The target attribute.",
10711
- "fieldName": "target"
10789
+ "fieldName": "target",
10790
+ "parsedType": {
10791
+ "text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
10792
+ }
10712
10793
  },
10713
10794
  {
10714
10795
  "name": "type",
@@ -10755,7 +10836,10 @@
10755
10836
  "text": "AnchorButtonAppearance | undefined | undefined"
10756
10837
  },
10757
10838
  "privacy": "public",
10758
- "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
+ }
10759
10843
  },
10760
10844
  {
10761
10845
  "kind": "method",
@@ -10786,7 +10870,10 @@
10786
10870
  "text": "AnchorButtonShape | undefined | undefined"
10787
10871
  },
10788
10872
  "privacy": "public",
10789
- "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
+ }
10790
10877
  },
10791
10878
  {
10792
10879
  "kind": "method",
@@ -10817,7 +10904,10 @@
10817
10904
  "text": "AnchorButtonSize | undefined"
10818
10905
  },
10819
10906
  "privacy": "public",
10820
- "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
+ }
10821
10911
  },
10822
10912
  {
10823
10913
  "kind": "method",
@@ -10959,6 +11049,9 @@
10959
11049
  },
10960
11050
  "privacy": "public",
10961
11051
  "description": "The target attribute.",
11052
+ "parsedType": {
11053
+ "text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
11054
+ },
10962
11055
  "inheritedFrom": {
10963
11056
  "name": "BaseAnchor",
10964
11057
  "module": "src/anchor-button/anchor-button.base.ts"
@@ -11035,7 +11128,10 @@
11035
11128
  "text": "AnchorButtonAppearance | undefined | undefined"
11036
11129
  },
11037
11130
  "description": "The appearance the anchor button should have.",
11038
- "fieldName": "appearance"
11131
+ "fieldName": "appearance",
11132
+ "parsedType": {
11133
+ "text": "'primary' | 'outline' | 'subtle' | 'transparent' | undefined | undefined"
11134
+ }
11039
11135
  },
11040
11136
  {
11041
11137
  "name": "shape",
@@ -11043,7 +11139,10 @@
11043
11139
  "text": "AnchorButtonShape | undefined | undefined"
11044
11140
  },
11045
11141
  "description": "The shape the anchor button should have.",
11046
- "fieldName": "shape"
11142
+ "fieldName": "shape",
11143
+ "parsedType": {
11144
+ "text": "'circular' | 'rounded' | 'square' | undefined | undefined"
11145
+ }
11047
11146
  },
11048
11147
  {
11049
11148
  "name": "size",
@@ -11051,7 +11150,10 @@
11051
11150
  "text": "AnchorButtonSize | undefined"
11052
11151
  },
11053
11152
  "description": "The size the anchor button should have.",
11054
- "fieldName": "size"
11153
+ "fieldName": "size",
11154
+ "parsedType": {
11155
+ "text": "'small' | 'medium' | 'large' | undefined"
11156
+ }
11055
11157
  },
11056
11158
  {
11057
11159
  "name": "icon-only",
@@ -11141,6 +11243,9 @@
11141
11243
  },
11142
11244
  "description": "The target attribute.",
11143
11245
  "fieldName": "target",
11246
+ "parsedType": {
11247
+ "text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
11248
+ },
11144
11249
  "inheritedFrom": {
11145
11250
  "name": "BaseAnchor",
11146
11251
  "module": "src/anchor-button/anchor-button.base.ts"
@@ -11316,7 +11421,10 @@
11316
11421
  "text": "AvatarActive | undefined | undefined"
11317
11422
  },
11318
11423
  "privacy": "public",
11319
- "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
+ }
11320
11428
  },
11321
11429
  {
11322
11430
  "kind": "field",
@@ -11325,7 +11433,10 @@
11325
11433
  "text": "AvatarShape | undefined | undefined"
11326
11434
  },
11327
11435
  "privacy": "public",
11328
- "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
+ }
11329
11440
  },
11330
11441
  {
11331
11442
  "kind": "field",
@@ -11334,7 +11445,10 @@
11334
11445
  "text": "AvatarAppearance | undefined | undefined"
11335
11446
  },
11336
11447
  "privacy": "public",
11337
- "description": "The appearance when `active=\"active\"`"
11448
+ "description": "The appearance when `active=\"active\"`",
11449
+ "parsedType": {
11450
+ "text": "'ring' | 'shadow' | 'ring-shadow' | undefined | undefined"
11451
+ }
11338
11452
  },
11339
11453
  {
11340
11454
  "kind": "field",
@@ -11343,7 +11457,10 @@
11343
11457
  "text": "AvatarSize | undefined | undefined"
11344
11458
  },
11345
11459
  "privacy": "public",
11346
- "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
+ }
11347
11464
  },
11348
11465
  {
11349
11466
  "kind": "field",
@@ -11352,7 +11469,10 @@
11352
11469
  "text": "AvatarColor | undefined | undefined"
11353
11470
  },
11354
11471
  "privacy": "public",
11355
- "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
+ }
11356
11476
  },
11357
11477
  {
11358
11478
  "kind": "field",
@@ -11361,7 +11481,10 @@
11361
11481
  "text": "AvatarNamedColor | undefined | undefined"
11362
11482
  },
11363
11483
  "privacy": "public",
11364
- "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
+ }
11365
11488
  },
11366
11489
  {
11367
11490
  "kind": "field",
@@ -11370,7 +11493,10 @@
11370
11493
  "text": "AvatarColor | undefined"
11371
11494
  },
11372
11495
  "privacy": "private",
11373
- "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
+ }
11374
11500
  },
11375
11501
  {
11376
11502
  "kind": "field",
@@ -11419,6 +11545,72 @@
11419
11545
  }
11420
11546
  ],
11421
11547
  "attributes": [
11548
+ {
11549
+ "name": "active",
11550
+ "type": {
11551
+ "text": "AvatarActive | undefined | undefined"
11552
+ },
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",
11554
+ "fieldName": "active",
11555
+ "parsedType": {
11556
+ "text": "'active' | 'inactive' | undefined | undefined"
11557
+ }
11558
+ },
11559
+ {
11560
+ "name": "shape",
11561
+ "type": {
11562
+ "text": "AvatarShape | undefined | undefined"
11563
+ },
11564
+ "description": "The avatar can have a circular or square shape.",
11565
+ "fieldName": "shape",
11566
+ "parsedType": {
11567
+ "text": "'circular' | 'square' | undefined | undefined"
11568
+ }
11569
+ },
11570
+ {
11571
+ "name": "appearance",
11572
+ "type": {
11573
+ "text": "AvatarAppearance | undefined | undefined"
11574
+ },
11575
+ "description": "The appearance when `active=\"active\"`",
11576
+ "fieldName": "appearance",
11577
+ "parsedType": {
11578
+ "text": "'ring' | 'shadow' | 'ring-shadow' | undefined | undefined"
11579
+ }
11580
+ },
11581
+ {
11582
+ "name": "size",
11583
+ "type": {
11584
+ "text": "AvatarSize | undefined | undefined"
11585
+ },
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.",
11587
+ "fieldName": "size",
11588
+ "parsedType": {
11589
+ "text": "16 | 20 | 24 | 28 | 32 | 36 | 40 | 48 | 56 | 64 | 72 | 96 | 120 | 128 | undefined | undefined"
11590
+ }
11591
+ },
11592
+ {
11593
+ "name": "color",
11594
+ "type": {
11595
+ "text": "AvatarColor | undefined | undefined"
11596
+ },
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",
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
+ }
11602
+ },
11603
+ {
11604
+ "name": "color-id",
11605
+ "type": {
11606
+ "text": "AvatarNamedColor | undefined | undefined"
11607
+ },
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.",
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
+ }
11613
+ },
11422
11614
  {
11423
11615
  "name": "name",
11424
11616
  "type": {
@@ -11510,7 +11702,10 @@
11510
11702
  "text": "BadgeShape | undefined"
11511
11703
  },
11512
11704
  "privacy": "public",
11513
- "description": "The shape the badge should have."
11705
+ "description": "The shape the badge should have.",
11706
+ "parsedType": {
11707
+ "text": "'circular' | 'rounded' | 'square' | undefined"
11708
+ }
11514
11709
  },
11515
11710
  {
11516
11711
  "kind": "field",
@@ -11519,7 +11714,10 @@
11519
11714
  "text": "BadgeSize | undefined"
11520
11715
  },
11521
11716
  "privacy": "public",
11522
- "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
+ }
11523
11721
  }
11524
11722
  ],
11525
11723
  "attributes": [
@@ -11551,7 +11749,10 @@
11551
11749
  "text": "BadgeShape | undefined"
11552
11750
  },
11553
11751
  "description": "The shape the badge should have.",
11554
- "fieldName": "shape"
11752
+ "fieldName": "shape",
11753
+ "parsedType": {
11754
+ "text": "'circular' | 'rounded' | 'square' | undefined"
11755
+ }
11555
11756
  },
11556
11757
  {
11557
11758
  "name": "size",
@@ -11559,7 +11760,10 @@
11559
11760
  "text": "BadgeSize | undefined"
11560
11761
  },
11561
11762
  "description": "The size the badge should have.",
11562
- "fieldName": "size"
11763
+ "fieldName": "size",
11764
+ "parsedType": {
11765
+ "text": "'small' | 'medium' | 'large' | 'extra-large' | 'tiny' | 'extra-small' | undefined"
11766
+ }
11563
11767
  }
11564
11768
  ],
11565
11769
  "superclass": {
@@ -12269,7 +12473,16 @@
12269
12473
  "kind": "class",
12270
12474
  "description": "A Checkbox Custom HTML Element.\nImplements the https://w3c.github.io/aria/#checkbox | ARIA checkbox .",
12271
12475
  "name": "Checkbox",
12272
- "slots": [],
12476
+ "slots": [
12477
+ {
12478
+ "description": "The checked indicator",
12479
+ "name": "checked-indicator"
12480
+ },
12481
+ {
12482
+ "description": "The indeterminate indicator",
12483
+ "name": "indeterminate-indicator"
12484
+ }
12485
+ ],
12273
12486
  "members": [
12274
12487
  {
12275
12488
  "kind": "field",
@@ -12287,7 +12500,10 @@
12287
12500
  "text": "CheckboxShape | undefined"
12288
12501
  },
12289
12502
  "privacy": "public",
12290
- "description": "Indicates the shape of the checkbox."
12503
+ "description": "Indicates the shape of the checkbox.",
12504
+ "parsedType": {
12505
+ "text": "'circular' | 'square' | undefined"
12506
+ }
12291
12507
  },
12292
12508
  {
12293
12509
  "kind": "field",
@@ -12296,7 +12512,10 @@
12296
12512
  "text": "CheckboxSize | undefined"
12297
12513
  },
12298
12514
  "privacy": "public",
12299
- "description": "Indicates the size of the control."
12515
+ "description": "Indicates the size of the control.",
12516
+ "parsedType": {
12517
+ "text": "'medium' | 'large' | undefined"
12518
+ }
12300
12519
  },
12301
12520
  {
12302
12521
  "kind": "method",
@@ -12602,8 +12821,39 @@
12602
12821
  }
12603
12822
  }
12604
12823
  ],
12605
- "events": [],
12824
+ "events": [
12825
+ {
12826
+ "description": "Emits a custom change event when the checked state changes",
12827
+ "name": "change"
12828
+ },
12829
+ {
12830
+ "description": "Emits a custom input event when the checked state changes",
12831
+ "name": "input"
12832
+ }
12833
+ ],
12606
12834
  "attributes": [
12835
+ {
12836
+ "name": "shape",
12837
+ "type": {
12838
+ "text": "CheckboxShape | undefined"
12839
+ },
12840
+ "description": "Indicates the shape of the checkbox.",
12841
+ "fieldName": "shape",
12842
+ "parsedType": {
12843
+ "text": "'circular' | 'square' | undefined"
12844
+ }
12845
+ },
12846
+ {
12847
+ "name": "size",
12848
+ "type": {
12849
+ "text": "CheckboxSize | undefined"
12850
+ },
12851
+ "description": "Indicates the size of the control.",
12852
+ "fieldName": "size",
12853
+ "parsedType": {
12854
+ "text": "'medium' | 'large' | undefined"
12855
+ }
12856
+ },
12607
12857
  {
12608
12858
  "name": "autofocus",
12609
12859
  "type": {
@@ -12772,6 +13022,9 @@
12772
13022
  },
12773
13023
  "description": "Indicates the styled appearance of the button.",
12774
13024
  "fieldName": "appearance",
13025
+ "parsedType": {
13026
+ "text": "'primary' | 'outline' | 'subtle' | 'transparent' | undefined"
13027
+ },
12775
13028
  "inheritedFrom": {
12776
13029
  "name": "Button",
12777
13030
  "module": "src/button/button.ts"
@@ -12784,6 +13037,9 @@
12784
13037
  },
12785
13038
  "description": "The shape of the button.",
12786
13039
  "fieldName": "shape",
13040
+ "parsedType": {
13041
+ "text": "'circular' | 'rounded' | 'square' | undefined"
13042
+ },
12787
13043
  "inheritedFrom": {
12788
13044
  "name": "Button",
12789
13045
  "module": "src/button/button.ts"
@@ -12796,6 +13052,9 @@
12796
13052
  },
12797
13053
  "description": "The size of the button.",
12798
13054
  "fieldName": "size",
13055
+ "parsedType": {
13056
+ "text": "'small' | 'medium' | 'large' | undefined"
13057
+ },
12799
13058
  "inheritedFrom": {
12800
13059
  "name": "Button",
12801
13060
  "module": "src/button/button.ts"
@@ -12919,6 +13178,9 @@
12919
13178
  },
12920
13179
  "description": "The target frame or window to open the form submission in.",
12921
13180
  "fieldName": "formTarget",
13181
+ "parsedType": {
13182
+ "text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
13183
+ },
12922
13184
  "inheritedFrom": {
12923
13185
  "name": "BaseButton",
12924
13186
  "module": "src/button/button.base.ts"
@@ -12973,6 +13235,9 @@
12973
13235
  },
12974
13236
  "privacy": "public",
12975
13237
  "description": "Indicates the styled appearance of the button.",
13238
+ "parsedType": {
13239
+ "text": "'primary' | 'outline' | 'subtle' | 'transparent' | undefined"
13240
+ },
12976
13241
  "inheritedFrom": {
12977
13242
  "name": "Button",
12978
13243
  "module": "src/button/button.ts"
@@ -12986,6 +13251,9 @@
12986
13251
  },
12987
13252
  "privacy": "public",
12988
13253
  "description": "The shape of the button.",
13254
+ "parsedType": {
13255
+ "text": "'circular' | 'rounded' | 'square' | undefined"
13256
+ },
12989
13257
  "inheritedFrom": {
12990
13258
  "name": "Button",
12991
13259
  "module": "src/button/button.ts"
@@ -12999,6 +13267,9 @@
12999
13267
  },
13000
13268
  "privacy": "public",
13001
13269
  "description": "The size of the button.",
13270
+ "parsedType": {
13271
+ "text": "'small' | 'medium' | 'large' | undefined"
13272
+ },
13002
13273
  "inheritedFrom": {
13003
13274
  "name": "Button",
13004
13275
  "module": "src/button/button.ts"
@@ -13184,6 +13455,9 @@
13184
13455
  },
13185
13456
  "privacy": "public",
13186
13457
  "description": "The target frame or window to open the form submission in.",
13458
+ "parsedType": {
13459
+ "text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
13460
+ },
13187
13461
  "inheritedFrom": {
13188
13462
  "name": "BaseButton",
13189
13463
  "module": "src/button/button.base.ts"
@@ -13346,7 +13620,10 @@
13346
13620
  "text": "CounterBadgeAppearance | undefined"
13347
13621
  },
13348
13622
  "privacy": "public",
13349
- "description": "The appearance the badge should have."
13623
+ "description": "The appearance the badge should have.",
13624
+ "parsedType": {
13625
+ "text": "'filled' | 'ghost' | undefined"
13626
+ }
13350
13627
  },
13351
13628
  {
13352
13629
  "kind": "field",
@@ -13355,7 +13632,10 @@
13355
13632
  "text": "CounterBadgeColor | undefined"
13356
13633
  },
13357
13634
  "privacy": "public",
13358
- "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
+ }
13359
13639
  },
13360
13640
  {
13361
13641
  "kind": "field",
@@ -13364,7 +13644,10 @@
13364
13644
  "text": "CounterBadgeShape | undefined"
13365
13645
  },
13366
13646
  "privacy": "public",
13367
- "description": "The shape the badge should have."
13647
+ "description": "The shape the badge should have.",
13648
+ "parsedType": {
13649
+ "text": "'circular' | 'rounded' | undefined"
13650
+ }
13368
13651
  },
13369
13652
  {
13370
13653
  "kind": "field",
@@ -13373,7 +13656,10 @@
13373
13656
  "text": "CounterBadgeSize | undefined"
13374
13657
  },
13375
13658
  "privacy": "public",
13376
- "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
+ }
13377
13663
  },
13378
13664
  {
13379
13665
  "kind": "field",
@@ -13433,7 +13719,10 @@
13433
13719
  "text": "CounterBadgeAppearance | undefined"
13434
13720
  },
13435
13721
  "description": "The appearance the badge should have.",
13436
- "fieldName": "appearance"
13722
+ "fieldName": "appearance",
13723
+ "parsedType": {
13724
+ "text": "'filled' | 'ghost' | undefined"
13725
+ }
13437
13726
  },
13438
13727
  {
13439
13728
  "name": "color",
@@ -13441,7 +13730,10 @@
13441
13730
  "text": "CounterBadgeColor | undefined"
13442
13731
  },
13443
13732
  "description": "The color the badge should have.",
13444
- "fieldName": "color"
13733
+ "fieldName": "color",
13734
+ "parsedType": {
13735
+ "text": "'subtle' | 'brand' | 'danger' | 'important' | 'informative' | 'severe' | 'success' | 'warning' | undefined"
13736
+ }
13445
13737
  },
13446
13738
  {
13447
13739
  "name": "shape",
@@ -13449,7 +13741,10 @@
13449
13741
  "text": "CounterBadgeShape | undefined"
13450
13742
  },
13451
13743
  "description": "The shape the badge should have.",
13452
- "fieldName": "shape"
13744
+ "fieldName": "shape",
13745
+ "parsedType": {
13746
+ "text": "'circular' | 'rounded' | undefined"
13747
+ }
13453
13748
  },
13454
13749
  {
13455
13750
  "name": "size",
@@ -13457,7 +13752,10 @@
13457
13752
  "text": "CounterBadgeSize | undefined"
13458
13753
  },
13459
13754
  "description": "The size the badge should have.",
13460
- "fieldName": "size"
13755
+ "fieldName": "size",
13756
+ "parsedType": {
13757
+ "text": "'small' | 'medium' | 'large' | 'extra-large' | 'tiny' | 'extra-small' | undefined"
13758
+ }
13461
13759
  },
13462
13760
  {
13463
13761
  "name": "count",
@@ -13734,8 +14032,11 @@
13734
14032
  "text": "DividerOrientation | undefined"
13735
14033
  },
13736
14034
  "privacy": "public",
13737
- "description": "The orientation of the divider."
13738
- }
14035
+ "description": "The orientation of the divider.",
14036
+ "parsedType": {
14037
+ "text": "'horizontal' | 'vertical' | undefined"
14038
+ }
14039
+ }
13739
14040
  ],
13740
14041
  "attributes": [
13741
14042
  {
@@ -13755,7 +14056,10 @@
13755
14056
  "text": "DividerOrientation | undefined"
13756
14057
  },
13757
14058
  "description": "The orientation of the divider.",
13758
- "fieldName": "orientation"
14059
+ "fieldName": "orientation",
14060
+ "parsedType": {
14061
+ "text": "'horizontal' | 'vertical' | undefined"
14062
+ }
13759
14063
  }
13760
14064
  ],
13761
14065
  "superclass": {
@@ -13793,7 +14097,10 @@
13793
14097
  "type": {
13794
14098
  "text": "DividerAlignContent | undefined"
13795
14099
  },
13796
- "privacy": "public"
14100
+ "privacy": "public",
14101
+ "parsedType": {
14102
+ "text": "'start' | 'end' | 'center' | undefined"
14103
+ }
13797
14104
  },
13798
14105
  {
13799
14106
  "kind": "field",
@@ -13801,7 +14108,10 @@
13801
14108
  "type": {
13802
14109
  "text": "DividerAppearance | undefined"
13803
14110
  },
13804
- "privacy": "public"
14111
+ "privacy": "public",
14112
+ "parsedType": {
14113
+ "text": "'subtle' | 'brand' | 'strong' | undefined"
14114
+ }
13805
14115
  },
13806
14116
  {
13807
14117
  "kind": "field",
@@ -13835,6 +14145,9 @@
13835
14145
  },
13836
14146
  "privacy": "public",
13837
14147
  "description": "The orientation of the divider.",
14148
+ "parsedType": {
14149
+ "text": "'horizontal' | 'vertical' | undefined"
14150
+ },
13838
14151
  "inheritedFrom": {
13839
14152
  "name": "BaseDivider",
13840
14153
  "module": "src/divider/divider.base.ts"
@@ -13842,6 +14155,33 @@
13842
14155
  }
13843
14156
  ],
13844
14157
  "attributes": [
14158
+ {
14159
+ "name": "align-content",
14160
+ "type": {
14161
+ "text": "DividerAlignContent | undefined"
14162
+ },
14163
+ "fieldName": "alignContent",
14164
+ "parsedType": {
14165
+ "text": "'start' | 'end' | 'center' | undefined"
14166
+ }
14167
+ },
14168
+ {
14169
+ "name": "appearance",
14170
+ "type": {
14171
+ "text": "DividerAppearance | undefined"
14172
+ },
14173
+ "fieldName": "appearance",
14174
+ "parsedType": {
14175
+ "text": "'subtle' | 'brand' | 'strong' | undefined"
14176
+ }
14177
+ },
14178
+ {
14179
+ "name": "inset",
14180
+ "type": {
14181
+ "text": "boolean | undefined"
14182
+ },
14183
+ "fieldName": "inset"
14184
+ },
13845
14185
  {
13846
14186
  "name": "role",
13847
14187
  "type": {
@@ -13864,6 +14204,9 @@
13864
14204
  },
13865
14205
  "description": "The orientation of the divider.",
13866
14206
  "fieldName": "orientation",
14207
+ "parsedType": {
14208
+ "text": "'horizontal' | 'vertical' | undefined"
14209
+ },
13867
14210
  "inheritedFrom": {
13868
14211
  "name": "BaseDivider",
13869
14212
  "module": "src/divider/divider.base.ts"
@@ -15523,7 +15866,10 @@
15523
15866
  "text": "DropdownSize | undefined"
15524
15867
  },
15525
15868
  "privacy": "public",
15526
- "description": "The size of the dropdown."
15869
+ "description": "The size of the dropdown.",
15870
+ "parsedType": {
15871
+ "text": "'small' | 'medium' | 'large' | undefined"
15872
+ }
15527
15873
  },
15528
15874
  {
15529
15875
  "kind": "field",
@@ -16061,6 +16407,28 @@
16061
16407
  }
16062
16408
  ],
16063
16409
  "attributes": [
16410
+ {
16411
+ "name": "appearance",
16412
+ "type": {
16413
+ "text": "DropdownAppearance"
16414
+ },
16415
+ "description": "The appearance of the dropdown.",
16416
+ "fieldName": "appearance",
16417
+ "parsedType": {
16418
+ "text": "string"
16419
+ }
16420
+ },
16421
+ {
16422
+ "name": "size",
16423
+ "type": {
16424
+ "text": "DropdownSize | undefined"
16425
+ },
16426
+ "description": "The size of the dropdown.",
16427
+ "fieldName": "size",
16428
+ "parsedType": {
16429
+ "text": "'small' | 'medium' | 'large' | undefined"
16430
+ }
16431
+ },
16064
16432
  {
16065
16433
  "name": "aria-labelledby",
16066
16434
  "type": {
@@ -16430,7 +16798,19 @@
16430
16798
  }
16431
16799
  }
16432
16800
  ],
16433
- "attributes": [],
16801
+ "attributes": [
16802
+ {
16803
+ "name": "label-position",
16804
+ "type": {
16805
+ "text": "LabelPosition"
16806
+ },
16807
+ "description": "The position of the label relative to the input.",
16808
+ "fieldName": "labelPosition",
16809
+ "parsedType": {
16810
+ "text": "'above' | 'after' | 'before'"
16811
+ }
16812
+ }
16813
+ ],
16434
16814
  "superclass": {
16435
16815
  "name": "BaseField",
16436
16816
  "module": "/src/field/field.base.js"
@@ -16500,7 +16880,10 @@
16500
16880
  "text": "ImageFit | undefined"
16501
16881
  },
16502
16882
  "privacy": "public",
16503
- "description": "Image fit"
16883
+ "description": "Image fit",
16884
+ "parsedType": {
16885
+ "text": "'none' | 'center' | 'contain' | 'cover' | undefined"
16886
+ }
16504
16887
  },
16505
16888
  {
16506
16889
  "kind": "field",
@@ -16509,7 +16892,10 @@
16509
16892
  "text": "ImageShape | undefined"
16510
16893
  },
16511
16894
  "privacy": "public",
16512
- "description": "Image shape"
16895
+ "description": "Image shape",
16896
+ "parsedType": {
16897
+ "text": "'circular' | 'rounded' | 'square' | undefined"
16898
+ }
16513
16899
  }
16514
16900
  ],
16515
16901
  "attributes": [
@@ -16543,7 +16929,10 @@
16543
16929
  "text": "ImageFit | undefined"
16544
16930
  },
16545
16931
  "description": "Image fit",
16546
- "fieldName": "fit"
16932
+ "fieldName": "fit",
16933
+ "parsedType": {
16934
+ "text": "'none' | 'center' | 'contain' | 'cover' | undefined"
16935
+ }
16547
16936
  },
16548
16937
  {
16549
16938
  "name": "shape",
@@ -16551,7 +16940,10 @@
16551
16940
  "text": "ImageShape | undefined"
16552
16941
  },
16553
16942
  "description": "Image shape",
16554
- "fieldName": "shape"
16943
+ "fieldName": "shape",
16944
+ "parsedType": {
16945
+ "text": "'circular' | 'rounded' | 'square' | undefined"
16946
+ }
16555
16947
  }
16556
16948
  ],
16557
16949
  "superclass": {
@@ -16591,7 +16983,10 @@
16591
16983
  "text": "LabelSize | undefined"
16592
16984
  },
16593
16985
  "privacy": "public",
16594
- "description": "Specifies font size of a label"
16986
+ "description": "Specifies font size of a label",
16987
+ "parsedType": {
16988
+ "text": "'small' | 'medium' | 'large' | undefined"
16989
+ }
16595
16990
  },
16596
16991
  {
16597
16992
  "kind": "field",
@@ -16600,7 +16995,10 @@
16600
16995
  "text": "LabelWeight | undefined"
16601
16996
  },
16602
16997
  "privacy": "public",
16603
- "description": "Specifies font weight of a label"
16998
+ "description": "Specifies font weight of a label",
16999
+ "parsedType": {
17000
+ "text": "'regular' | 'semibold' | undefined"
17001
+ }
16604
17002
  },
16605
17003
  {
16606
17004
  "kind": "field",
@@ -16630,7 +17028,10 @@
16630
17028
  "text": "LabelSize | undefined"
16631
17029
  },
16632
17030
  "description": "Specifies font size of a label",
16633
- "fieldName": "size"
17031
+ "fieldName": "size",
17032
+ "parsedType": {
17033
+ "text": "'small' | 'medium' | 'large' | undefined"
17034
+ }
16634
17035
  },
16635
17036
  {
16636
17037
  "name": "weight",
@@ -16638,7 +17039,10 @@
16638
17039
  "text": "LabelWeight | undefined"
16639
17040
  },
16640
17041
  "description": "Specifies font weight of a label",
16641
- "fieldName": "weight"
17042
+ "fieldName": "weight",
17043
+ "parsedType": {
17044
+ "text": "'regular' | 'semibold' | undefined"
17045
+ }
16642
17046
  },
16643
17047
  {
16644
17048
  "name": "disabled",
@@ -16722,7 +17126,10 @@
16722
17126
  "text": "LinkAppearance | undefined | undefined"
16723
17127
  },
16724
17128
  "privacy": "public",
16725
- "description": "The appearance the link should have."
17129
+ "description": "The appearance the link should have.",
17130
+ "parsedType": {
17131
+ "text": "'subtle' | undefined | undefined"
17132
+ }
16726
17133
  },
16727
17134
  {
16728
17135
  "kind": "field",
@@ -16820,6 +17227,9 @@
16820
17227
  },
16821
17228
  "privacy": "public",
16822
17229
  "description": "The target attribute.",
17230
+ "parsedType": {
17231
+ "text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
17232
+ },
16823
17233
  "inheritedFrom": {
16824
17234
  "name": "BaseAnchor",
16825
17235
  "module": "src/anchor-button/anchor-button.base.ts"
@@ -16890,6 +17300,26 @@
16890
17300
  }
16891
17301
  ],
16892
17302
  "attributes": [
17303
+ {
17304
+ "name": "appearance",
17305
+ "type": {
17306
+ "text": "LinkAppearance | undefined | undefined"
17307
+ },
17308
+ "description": "The appearance the link should have.",
17309
+ "fieldName": "appearance",
17310
+ "parsedType": {
17311
+ "text": "'subtle' | undefined | undefined"
17312
+ }
17313
+ },
17314
+ {
17315
+ "name": "inline",
17316
+ "type": {
17317
+ "text": "boolean"
17318
+ },
17319
+ "default": "false",
17320
+ "description": "The link is inline with text\nIn chromium browsers, if the link is contained within a semantic\ntext element (`h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `p`) or `fluent-text`,\n`:host-context()` ensures inline links are styled appropriately.",
17321
+ "fieldName": "inline"
17322
+ },
16893
17323
  {
16894
17324
  "name": "download",
16895
17325
  "type": {
@@ -16969,6 +17399,9 @@
16969
17399
  },
16970
17400
  "description": "The target attribute.",
16971
17401
  "fieldName": "target",
17402
+ "parsedType": {
17403
+ "text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
17404
+ },
16972
17405
  "inheritedFrom": {
16973
17406
  "name": "BaseAnchor",
16974
17407
  "module": "src/anchor-button/anchor-button.base.ts"
@@ -17087,6 +17520,9 @@
17087
17520
  },
17088
17521
  "description": "Indicates the styled appearance of the button.",
17089
17522
  "fieldName": "appearance",
17523
+ "parsedType": {
17524
+ "text": "'primary' | 'outline' | 'subtle' | 'transparent' | undefined"
17525
+ },
17090
17526
  "inheritedFrom": {
17091
17527
  "name": "Button",
17092
17528
  "module": "src/button/button.ts"
@@ -17099,6 +17535,9 @@
17099
17535
  },
17100
17536
  "description": "The shape of the button.",
17101
17537
  "fieldName": "shape",
17538
+ "parsedType": {
17539
+ "text": "'circular' | 'rounded' | 'square' | undefined"
17540
+ },
17102
17541
  "inheritedFrom": {
17103
17542
  "name": "Button",
17104
17543
  "module": "src/button/button.ts"
@@ -17111,6 +17550,9 @@
17111
17550
  },
17112
17551
  "description": "The size of the button.",
17113
17552
  "fieldName": "size",
17553
+ "parsedType": {
17554
+ "text": "'small' | 'medium' | 'large' | undefined"
17555
+ },
17114
17556
  "inheritedFrom": {
17115
17557
  "name": "Button",
17116
17558
  "module": "src/button/button.ts"
@@ -17234,6 +17676,9 @@
17234
17676
  },
17235
17677
  "description": "The target frame or window to open the form submission in.",
17236
17678
  "fieldName": "formTarget",
17679
+ "parsedType": {
17680
+ "text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
17681
+ },
17237
17682
  "inheritedFrom": {
17238
17683
  "name": "BaseButton",
17239
17684
  "module": "src/button/button.base.ts"
@@ -17288,6 +17733,9 @@
17288
17733
  },
17289
17734
  "privacy": "public",
17290
17735
  "description": "Indicates the styled appearance of the button.",
17736
+ "parsedType": {
17737
+ "text": "'primary' | 'outline' | 'subtle' | 'transparent' | undefined"
17738
+ },
17291
17739
  "inheritedFrom": {
17292
17740
  "name": "Button",
17293
17741
  "module": "src/button/button.ts"
@@ -17301,6 +17749,9 @@
17301
17749
  },
17302
17750
  "privacy": "public",
17303
17751
  "description": "The shape of the button.",
17752
+ "parsedType": {
17753
+ "text": "'circular' | 'rounded' | 'square' | undefined"
17754
+ },
17304
17755
  "inheritedFrom": {
17305
17756
  "name": "Button",
17306
17757
  "module": "src/button/button.ts"
@@ -17314,6 +17765,9 @@
17314
17765
  },
17315
17766
  "privacy": "public",
17316
17767
  "description": "The size of the button.",
17768
+ "parsedType": {
17769
+ "text": "'small' | 'medium' | 'large' | undefined"
17770
+ },
17317
17771
  "inheritedFrom": {
17318
17772
  "name": "Button",
17319
17773
  "module": "src/button/button.ts"
@@ -17499,6 +17953,9 @@
17499
17953
  },
17500
17954
  "privacy": "public",
17501
17955
  "description": "The target frame or window to open the form submission in.",
17956
+ "parsedType": {
17957
+ "text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
17958
+ },
17502
17959
  "inheritedFrom": {
17503
17960
  "name": "BaseButton",
17504
17961
  "module": "src/button/button.base.ts"
@@ -18525,7 +18982,10 @@
18525
18982
  "text": "MessageBarShape | undefined"
18526
18983
  },
18527
18984
  "privacy": "public",
18528
- "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
+ }
18529
18989
  },
18530
18990
  {
18531
18991
  "kind": "field",
@@ -18534,7 +18994,10 @@
18534
18994
  "text": "MessageBarLayout | undefined"
18535
18995
  },
18536
18996
  "privacy": "public",
18537
- "description": "Sets the layout of the control."
18997
+ "description": "Sets the layout of the control.",
18998
+ "parsedType": {
18999
+ "text": "'multiline' | 'singleline' | undefined"
19000
+ }
18538
19001
  },
18539
19002
  {
18540
19003
  "kind": "field",
@@ -18543,7 +19006,10 @@
18543
19006
  "text": "MessageBarIntent | undefined"
18544
19007
  },
18545
19008
  "privacy": "public",
18546
- "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
+ }
18547
19013
  },
18548
19014
  {
18549
19015
  "kind": "field",
@@ -18566,7 +19032,10 @@
18566
19032
  "text": "MessageBarShape | undefined"
18567
19033
  },
18568
19034
  "description": "Sets the shape of the Message Bar.",
18569
- "fieldName": "shape"
19035
+ "fieldName": "shape",
19036
+ "parsedType": {
19037
+ "text": "'rounded' | 'square' | undefined"
19038
+ }
18570
19039
  },
18571
19040
  {
18572
19041
  "name": "layout",
@@ -18574,7 +19043,10 @@
18574
19043
  "text": "MessageBarLayout | undefined"
18575
19044
  },
18576
19045
  "description": "Sets the layout of the control.",
18577
- "fieldName": "layout"
19046
+ "fieldName": "layout",
19047
+ "parsedType": {
19048
+ "text": "'multiline' | 'singleline' | undefined"
19049
+ }
18578
19050
  },
18579
19051
  {
18580
19052
  "name": "intent",
@@ -18582,7 +19054,10 @@
18582
19054
  "text": "MessageBarIntent | undefined"
18583
19055
  },
18584
19056
  "description": "Sets the intent of the control.",
18585
- "fieldName": "intent"
19057
+ "fieldName": "intent",
19058
+ "parsedType": {
19059
+ "text": "'success' | 'warning' | 'error' | 'info' | undefined"
19060
+ }
18586
19061
  }
18587
19062
  ],
18588
19063
  "superclass": {
@@ -18623,7 +19098,10 @@
18623
19098
  },
18624
19099
  "privacy": "public",
18625
19100
  "default": "null",
18626
- "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
+ }
18627
19105
  },
18628
19106
  {
18629
19107
  "kind": "method",
@@ -18696,7 +19174,10 @@
18696
19174
  },
18697
19175
  "default": "null",
18698
19176
  "description": "The validation state of the progress bar",
18699
- "fieldName": "validationState"
19177
+ "fieldName": "validationState",
19178
+ "parsedType": {
19179
+ "text": "'success' | 'warning' | 'error' | null"
19180
+ }
18700
19181
  }
18701
19182
  ],
18702
19183
  "superclass": {
@@ -18735,7 +19216,10 @@
18735
19216
  "text": "ProgressBarThickness | undefined"
18736
19217
  },
18737
19218
  "privacy": "public",
18738
- "description": "The thickness of the progress bar"
19219
+ "description": "The thickness of the progress bar",
19220
+ "parsedType": {
19221
+ "text": "'medium' | 'large' | undefined"
19222
+ }
18739
19223
  },
18740
19224
  {
18741
19225
  "kind": "field",
@@ -18744,7 +19228,10 @@
18744
19228
  "text": "ProgressBarShape | undefined"
18745
19229
  },
18746
19230
  "privacy": "public",
18747
- "description": "The shape of the progress bar"
19231
+ "description": "The shape of the progress bar",
19232
+ "parsedType": {
19233
+ "text": "'rounded' | 'square' | undefined"
19234
+ }
18748
19235
  },
18749
19236
  {
18750
19237
  "kind": "field",
@@ -18755,6 +19242,9 @@
18755
19242
  "privacy": "public",
18756
19243
  "default": "null",
18757
19244
  "description": "The validation state of the progress bar",
19245
+ "parsedType": {
19246
+ "text": "'success' | 'warning' | 'error' | null"
19247
+ },
18758
19248
  "inheritedFrom": {
18759
19249
  "name": "BaseProgressBar",
18760
19250
  "module": "src/progress-bar/progress-bar.base.ts"
@@ -18840,6 +19330,28 @@
18840
19330
  }
18841
19331
  ],
18842
19332
  "attributes": [
19333
+ {
19334
+ "name": "thickness",
19335
+ "type": {
19336
+ "text": "ProgressBarThickness | undefined"
19337
+ },
19338
+ "description": "The thickness of the progress bar",
19339
+ "fieldName": "thickness",
19340
+ "parsedType": {
19341
+ "text": "'medium' | 'large' | undefined"
19342
+ }
19343
+ },
19344
+ {
19345
+ "name": "shape",
19346
+ "type": {
19347
+ "text": "ProgressBarShape | undefined"
19348
+ },
19349
+ "description": "The shape of the progress bar",
19350
+ "fieldName": "shape",
19351
+ "parsedType": {
19352
+ "text": "'rounded' | 'square' | undefined"
19353
+ }
19354
+ },
18843
19355
  {
18844
19356
  "name": "validation-state",
18845
19357
  "type": {
@@ -18848,6 +19360,9 @@
18848
19360
  "default": "null",
18849
19361
  "description": "The validation state of the progress bar",
18850
19362
  "fieldName": "validationState",
19363
+ "parsedType": {
19364
+ "text": "'success' | 'warning' | 'error' | null"
19365
+ },
18851
19366
  "inheritedFrom": {
18852
19367
  "name": "BaseProgressBar",
18853
19368
  "module": "src/progress-bar/progress-bar.base.ts"
@@ -18888,7 +19403,12 @@
18888
19403
  "kind": "class",
18889
19404
  "description": "A Radio Custom HTML Element.\nImplements the https://w3c.github.io/aria/#radio | ARIA `radio` role.",
18890
19405
  "name": "Radio",
18891
- "slots": [],
19406
+ "slots": [
19407
+ {
19408
+ "description": "The checked indicator slot",
19409
+ "name": "checked-indicator"
19410
+ }
19411
+ ],
18892
19412
  "members": [
18893
19413
  {
18894
19414
  "kind": "method",
@@ -19194,7 +19714,16 @@
19194
19714
  }
19195
19715
  }
19196
19716
  ],
19197
- "events": [],
19717
+ "events": [
19718
+ {
19719
+ "description": "Emits a custom change event when the checked state changes",
19720
+ "name": "change"
19721
+ },
19722
+ {
19723
+ "description": "Emits a custom input event when the checked state changes",
19724
+ "name": "input"
19725
+ }
19726
+ ],
19198
19727
  "superclass": {
19199
19728
  "name": "BaseCheckbox",
19200
19729
  "module": "/src/checkbox/checkbox.base.js"
@@ -19426,7 +19955,10 @@
19426
19955
  "text": "RadioGroupOrientation | undefined"
19427
19956
  },
19428
19957
  "privacy": "public",
19429
- "description": "The orientation of the group."
19958
+ "description": "The orientation of the group.",
19959
+ "parsedType": {
19960
+ "text": "'horizontal' | 'vertical' | undefined"
19961
+ }
19430
19962
  },
19431
19963
  {
19432
19964
  "kind": "field",
@@ -19665,7 +20197,10 @@
19665
20197
  "text": "RadioGroupOrientation | undefined"
19666
20198
  },
19667
20199
  "description": "The orientation of the group.",
19668
- "fieldName": "orientation"
20200
+ "fieldName": "orientation",
20201
+ "parsedType": {
20202
+ "text": "'horizontal' | 'vertical' | undefined"
20203
+ }
19669
20204
  },
19670
20205
  {
19671
20206
  "name": "required",
@@ -19904,7 +20439,10 @@
19904
20439
  },
19905
20440
  "privacy": "public",
19906
20441
  "description": "The color of the rating display icons.",
19907
- "default": "`marigold`"
20442
+ "default": "`marigold`",
20443
+ "parsedType": {
20444
+ "text": "'marigold' | 'neutral' | 'brand' | undefined"
20445
+ }
19908
20446
  },
19909
20447
  {
19910
20448
  "kind": "field",
@@ -19914,7 +20452,10 @@
19914
20452
  },
19915
20453
  "privacy": "public",
19916
20454
  "description": "The size of the component.",
19917
- "default": "'medium'"
20455
+ "default": "'medium'",
20456
+ "parsedType": {
20457
+ "text": "'small' | 'medium' | 'large' | undefined"
20458
+ }
19918
20459
  },
19919
20460
  {
19920
20461
  "kind": "field",
@@ -20071,6 +20612,39 @@
20071
20612
  }
20072
20613
  ],
20073
20614
  "attributes": [
20615
+ {
20616
+ "name": "color",
20617
+ "type": {
20618
+ "text": "RatingDisplayColor | undefined"
20619
+ },
20620
+ "description": "The color of the rating display icons.",
20621
+ "default": "`marigold`",
20622
+ "fieldName": "color",
20623
+ "parsedType": {
20624
+ "text": "'marigold' | 'neutral' | 'brand' | undefined"
20625
+ }
20626
+ },
20627
+ {
20628
+ "name": "size",
20629
+ "type": {
20630
+ "text": "RatingDisplaySize | undefined"
20631
+ },
20632
+ "description": "The size of the component.",
20633
+ "default": "'medium'",
20634
+ "fieldName": "size",
20635
+ "parsedType": {
20636
+ "text": "'small' | 'medium' | 'large' | undefined"
20637
+ }
20638
+ },
20639
+ {
20640
+ "name": "compact",
20641
+ "type": {
20642
+ "text": "boolean"
20643
+ },
20644
+ "default": "false",
20645
+ "description": "Renders a single filled icon with a label next to it.",
20646
+ "fieldName": "compact"
20647
+ },
20074
20648
  {
20075
20649
  "name": "count",
20076
20650
  "type": {
@@ -20262,7 +20836,10 @@
20262
20836
  "text": "SliderSize | undefined"
20263
20837
  },
20264
20838
  "privacy": "public",
20265
- "description": "The size of the slider"
20839
+ "description": "The size of the slider",
20840
+ "parsedType": {
20841
+ "text": "'small' | 'medium' | undefined"
20842
+ }
20266
20843
  },
20267
20844
  {
20268
20845
  "kind": "method",
@@ -20709,7 +21286,10 @@
20709
21286
  "text": "SliderSize | undefined"
20710
21287
  },
20711
21288
  "description": "The size of the slider",
20712
- "fieldName": "size"
21289
+ "fieldName": "size",
21290
+ "parsedType": {
21291
+ "text": "'small' | 'medium' | undefined"
21292
+ }
20713
21293
  },
20714
21294
  {
20715
21295
  "name": "value",
@@ -20850,7 +21430,10 @@
20850
21430
  "text": "SpinnerSize | undefined"
20851
21431
  },
20852
21432
  "privacy": "public",
20853
- "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
+ }
20854
21437
  },
20855
21438
  {
20856
21439
  "kind": "field",
@@ -20859,7 +21442,10 @@
20859
21442
  "text": "SpinnerAppearance | undefined"
20860
21443
  },
20861
21444
  "privacy": "public",
20862
- "description": "The appearance of the spinner"
21445
+ "description": "The appearance of the spinner",
21446
+ "parsedType": {
21447
+ "text": "'primary' | 'inverted' | undefined"
21448
+ }
20863
21449
  },
20864
21450
  {
20865
21451
  "kind": "field",
@@ -20874,7 +21460,30 @@
20874
21460
  }
20875
21461
  }
20876
21462
  ],
20877
- "attributes": [],
21463
+ "attributes": [
21464
+ {
21465
+ "name": "size",
21466
+ "type": {
21467
+ "text": "SpinnerSize | undefined"
21468
+ },
21469
+ "description": "The size of the spinner",
21470
+ "fieldName": "size",
21471
+ "parsedType": {
21472
+ "text": "'small' | 'medium' | 'large' | 'extra-large' | 'tiny' | 'extra-small' | 'huge' | undefined"
21473
+ }
21474
+ },
21475
+ {
21476
+ "name": "appearance",
21477
+ "type": {
21478
+ "text": "SpinnerAppearance | undefined"
21479
+ },
21480
+ "description": "The appearance of the spinner",
21481
+ "fieldName": "appearance",
21482
+ "parsedType": {
21483
+ "text": "'primary' | 'inverted' | undefined"
21484
+ }
21485
+ }
21486
+ ],
20878
21487
  "superclass": {
20879
21488
  "name": "BaseSpinner",
20880
21489
  "module": "/src/spinner/spinner.base.js"
@@ -21781,7 +22390,10 @@
21781
22390
  "text": "TabsAppearance | undefined"
21782
22391
  },
21783
22392
  "privacy": "public",
21784
- "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
+ }
21785
22397
  },
21786
22398
  {
21787
22399
  "kind": "field",
@@ -21799,7 +22411,10 @@
21799
22411
  "text": "TabsSize | undefined"
21800
22412
  },
21801
22413
  "privacy": "public",
21802
- "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
+ }
21803
22418
  },
21804
22419
  {
21805
22420
  "kind": "method",
@@ -22263,6 +22878,36 @@
22263
22878
  }
22264
22879
  ],
22265
22880
  "attributes": [
22881
+ {
22882
+ "name": "appearance",
22883
+ "type": {
22884
+ "text": "TabsAppearance | undefined"
22885
+ },
22886
+ "description": "appearance\nThere are two modes of appearance: transparent and subtle.",
22887
+ "fieldName": "appearance",
22888
+ "parsedType": {
22889
+ "text": "'subtle' | 'transparent' | undefined"
22890
+ }
22891
+ },
22892
+ {
22893
+ "name": "disabled",
22894
+ "type": {
22895
+ "text": "boolean | undefined"
22896
+ },
22897
+ "description": "disabled\nUsed for disabling all click and keyboard events for the tabs, child tab elements and tab panel elements. UI styling of content and tabs will appear as \"grayed out.\"",
22898
+ "fieldName": "disabled"
22899
+ },
22900
+ {
22901
+ "name": "size",
22902
+ "type": {
22903
+ "text": "TabsSize | undefined"
22904
+ },
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.",
22906
+ "fieldName": "size",
22907
+ "parsedType": {
22908
+ "text": "'small' | 'medium' | 'large' | undefined"
22909
+ }
22910
+ },
22266
22911
  {
22267
22912
  "name": "orientation",
22268
22913
  "type": {
@@ -22703,7 +23348,10 @@
22703
23348
  "text": "TablistAppearance | undefined"
22704
23349
  },
22705
23350
  "privacy": "public",
22706
- "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
+ }
22707
23355
  },
22708
23356
  {
22709
23357
  "kind": "field",
@@ -22712,7 +23360,10 @@
22712
23360
  "text": "TablistSize | undefined"
22713
23361
  },
22714
23362
  "privacy": "public",
22715
- "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
+ }
22716
23367
  },
22717
23368
  {
22718
23369
  "kind": "method",
@@ -23063,6 +23714,28 @@
23063
23714
  }
23064
23715
  ],
23065
23716
  "attributes": [
23717
+ {
23718
+ "name": "appearance",
23719
+ "type": {
23720
+ "text": "TablistAppearance | undefined"
23721
+ },
23722
+ "description": "appearance\nThere are two modes of appearance: transparent and subtle.",
23723
+ "fieldName": "appearance",
23724
+ "parsedType": {
23725
+ "text": "'subtle' | 'transparent' | undefined"
23726
+ }
23727
+ },
23728
+ {
23729
+ "name": "size",
23730
+ "type": {
23731
+ "text": "TablistSize | undefined"
23732
+ },
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.",
23734
+ "fieldName": "size",
23735
+ "parsedType": {
23736
+ "text": "'small' | 'medium' | 'large' | undefined"
23737
+ }
23738
+ },
23066
23739
  {
23067
23740
  "name": "disabled",
23068
23741
  "type": {
@@ -23234,7 +23907,10 @@
23234
23907
  "text": "TextAreaAutocomplete | undefined"
23235
23908
  },
23236
23909
  "privacy": "public",
23237
- "description": "Indicates the element's autocomplete state."
23910
+ "description": "Indicates the element's autocomplete state.",
23911
+ "parsedType": {
23912
+ "text": "'on' | 'off' | undefined"
23913
+ }
23238
23914
  },
23239
23915
  {
23240
23916
  "kind": "field",
@@ -23609,7 +24285,10 @@
23609
24285
  "text": "TextAreaAutocomplete | undefined"
23610
24286
  },
23611
24287
  "description": "Indicates the element's autocomplete state.",
23612
- "fieldName": "autocomplete"
24288
+ "fieldName": "autocomplete",
24289
+ "parsedType": {
24290
+ "text": "'on' | 'off' | undefined"
24291
+ }
23613
24292
  },
23614
24293
  {
23615
24294
  "name": "auto-resize",
@@ -23792,7 +24471,10 @@
23792
24471
  "text": "TextAreaSize | undefined"
23793
24472
  },
23794
24473
  "privacy": "public",
23795
- "description": "Sets the size of the control."
24474
+ "description": "Sets the size of the control.",
24475
+ "parsedType": {
24476
+ "text": "'small' | 'medium' | 'large' | undefined"
24477
+ }
23796
24478
  },
23797
24479
  {
23798
24480
  "kind": "field",
@@ -23889,6 +24571,9 @@
23889
24571
  },
23890
24572
  "privacy": "public",
23891
24573
  "description": "Indicates the element's autocomplete state.",
24574
+ "parsedType": {
24575
+ "text": "'on' | 'off' | undefined"
24576
+ },
23892
24577
  "inheritedFrom": {
23893
24578
  "name": "BaseTextArea",
23894
24579
  "module": "src/textarea/textarea.base.ts"
@@ -24403,6 +25088,37 @@
24403
25088
  }
24404
25089
  ],
24405
25090
  "attributes": [
25091
+ {
25092
+ "name": "appearance",
25093
+ "type": {
25094
+ "text": "TextAreaAppearance"
25095
+ },
25096
+ "description": "Indicates the visual appearance of the element.",
25097
+ "fieldName": "appearance",
25098
+ "parsedType": {
25099
+ "text": "'outline' | 'filled-darker' | 'filled-lighter'"
25100
+ }
25101
+ },
25102
+ {
25103
+ "name": "block",
25104
+ "type": {
25105
+ "text": "boolean"
25106
+ },
25107
+ "default": "false",
25108
+ "description": "Indicates whether the textarea should be a block-level element.",
25109
+ "fieldName": "block"
25110
+ },
25111
+ {
25112
+ "name": "size",
25113
+ "type": {
25114
+ "text": "TextAreaSize | undefined"
25115
+ },
25116
+ "description": "Sets the size of the control.",
25117
+ "fieldName": "size",
25118
+ "parsedType": {
25119
+ "text": "'small' | 'medium' | 'large' | undefined"
25120
+ }
25121
+ },
24406
25122
  {
24407
25123
  "name": "autocomplete",
24408
25124
  "type": {
@@ -24410,6 +25126,9 @@
24410
25126
  },
24411
25127
  "description": "Indicates the element's autocomplete state.",
24412
25128
  "fieldName": "autocomplete",
25129
+ "parsedType": {
25130
+ "text": "'on' | 'off' | undefined"
25131
+ },
24413
25132
  "inheritedFrom": {
24414
25133
  "name": "BaseTextArea",
24415
25134
  "module": "src/textarea/textarea.base.ts"
@@ -25225,7 +25944,10 @@
25225
25944
  "text": "TextInputAppearance | undefined"
25226
25945
  },
25227
25946
  "privacy": "public",
25228
- "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
+ }
25229
25951
  },
25230
25952
  {
25231
25953
  "kind": "field",
@@ -25234,7 +25956,10 @@
25234
25956
  "text": "TextInputControlSize | undefined"
25235
25957
  },
25236
25958
  "privacy": "public",
25237
- "description": "Sets the size of the control."
25959
+ "description": "Sets the size of the control.",
25960
+ "parsedType": {
25961
+ "text": "'small' | 'medium' | 'large' | undefined"
25962
+ }
25238
25963
  },
25239
25964
  {
25240
25965
  "kind": "field",
@@ -25690,6 +26415,28 @@
25690
26415
  }
25691
26416
  ],
25692
26417
  "attributes": [
26418
+ {
26419
+ "name": "appearance",
26420
+ "type": {
26421
+ "text": "TextInputAppearance | undefined"
26422
+ },
26423
+ "description": "Indicates the styled appearance of the element.",
26424
+ "fieldName": "appearance",
26425
+ "parsedType": {
26426
+ "text": "'outline' | 'filled-darker' | 'filled-lighter' | 'underline' | undefined"
26427
+ }
26428
+ },
26429
+ {
26430
+ "name": "control-size",
26431
+ "type": {
26432
+ "text": "TextInputControlSize | undefined"
26433
+ },
26434
+ "description": "Sets the size of the control.",
26435
+ "fieldName": "controlSize",
26436
+ "parsedType": {
26437
+ "text": "'small' | 'medium' | 'large' | undefined"
26438
+ }
26439
+ },
25693
26440
  {
25694
26441
  "name": "autocomplete",
25695
26442
  "type": {
@@ -26074,7 +26821,10 @@
26074
26821
  "text": "TextSize | undefined"
26075
26822
  },
26076
26823
  "description": "THe Text size",
26077
- "privacy": "public"
26824
+ "privacy": "public",
26825
+ "parsedType": {
26826
+ "text": "'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | '1000' | undefined"
26827
+ }
26078
26828
  },
26079
26829
  {
26080
26830
  "kind": "field",
@@ -26083,7 +26833,10 @@
26083
26833
  "text": "TextFont | undefined"
26084
26834
  },
26085
26835
  "description": "THe Text font",
26086
- "privacy": "public"
26836
+ "privacy": "public",
26837
+ "parsedType": {
26838
+ "text": "'base' | 'numeric' | 'monospace' | undefined"
26839
+ }
26087
26840
  },
26088
26841
  {
26089
26842
  "kind": "field",
@@ -26092,7 +26845,10 @@
26092
26845
  "text": "TextWeight | undefined"
26093
26846
  },
26094
26847
  "description": "The Text weight",
26095
- "privacy": "public"
26848
+ "privacy": "public",
26849
+ "parsedType": {
26850
+ "text": "'medium' | 'regular' | 'semibold' | 'bold' | undefined"
26851
+ }
26096
26852
  },
26097
26853
  {
26098
26854
  "kind": "field",
@@ -26101,7 +26857,10 @@
26101
26857
  "text": "TextAlign | undefined"
26102
26858
  },
26103
26859
  "description": "The Text alignment",
26104
- "privacy": "public"
26860
+ "privacy": "public",
26861
+ "parsedType": {
26862
+ "text": "'start' | 'end' | 'center' | 'justify' | undefined"
26863
+ }
26105
26864
  }
26106
26865
  ],
26107
26866
  "attributes": [
@@ -26165,7 +26924,10 @@
26165
26924
  "text": "TextSize | undefined"
26166
26925
  },
26167
26926
  "description": "THe Text size",
26168
- "fieldName": "size"
26927
+ "fieldName": "size",
26928
+ "parsedType": {
26929
+ "text": "'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' | '1000' | undefined"
26930
+ }
26169
26931
  },
26170
26932
  {
26171
26933
  "name": "font",
@@ -26173,7 +26935,10 @@
26173
26935
  "text": "TextFont | undefined"
26174
26936
  },
26175
26937
  "description": "THe Text font",
26176
- "fieldName": "font"
26938
+ "fieldName": "font",
26939
+ "parsedType": {
26940
+ "text": "'base' | 'numeric' | 'monospace' | undefined"
26941
+ }
26177
26942
  },
26178
26943
  {
26179
26944
  "name": "weight",
@@ -26181,7 +26946,10 @@
26181
26946
  "text": "TextWeight | undefined"
26182
26947
  },
26183
26948
  "description": "The Text weight",
26184
- "fieldName": "weight"
26949
+ "fieldName": "weight",
26950
+ "parsedType": {
26951
+ "text": "'medium' | 'regular' | 'semibold' | 'bold' | undefined"
26952
+ }
26185
26953
  },
26186
26954
  {
26187
26955
  "name": "align",
@@ -26189,7 +26957,10 @@
26189
26957
  "text": "TextAlign | undefined"
26190
26958
  },
26191
26959
  "description": "The Text alignment",
26192
- "fieldName": "align"
26960
+ "fieldName": "align",
26961
+ "parsedType": {
26962
+ "text": "'start' | 'end' | 'center' | 'justify' | undefined"
26963
+ }
26193
26964
  }
26194
26965
  ],
26195
26966
  "superclass": {
@@ -26263,6 +27034,9 @@
26263
27034
  },
26264
27035
  "privacy": "public",
26265
27036
  "description": "Indicates the styled appearance of the button.",
27037
+ "parsedType": {
27038
+ "text": "'primary' | 'outline' | 'subtle' | 'transparent' | undefined"
27039
+ },
26266
27040
  "inheritedFrom": {
26267
27041
  "name": "Button",
26268
27042
  "module": "src/button/button.ts"
@@ -26276,6 +27050,9 @@
26276
27050
  },
26277
27051
  "privacy": "public",
26278
27052
  "description": "The shape of the button.",
27053
+ "parsedType": {
27054
+ "text": "'circular' | 'rounded' | 'square' | undefined"
27055
+ },
26279
27056
  "inheritedFrom": {
26280
27057
  "name": "Button",
26281
27058
  "module": "src/button/button.ts"
@@ -26289,6 +27066,9 @@
26289
27066
  },
26290
27067
  "privacy": "public",
26291
27068
  "description": "The size of the button.",
27069
+ "parsedType": {
27070
+ "text": "'small' | 'medium' | 'large' | undefined"
27071
+ },
26292
27072
  "inheritedFrom": {
26293
27073
  "name": "Button",
26294
27074
  "module": "src/button/button.ts"
@@ -26474,6 +27254,9 @@
26474
27254
  },
26475
27255
  "privacy": "public",
26476
27256
  "description": "The target frame or window to open the form submission in.",
27257
+ "parsedType": {
27258
+ "text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
27259
+ },
26477
27260
  "inheritedFrom": {
26478
27261
  "name": "BaseButton",
26479
27262
  "module": "src/button/button.base.ts"
@@ -26588,6 +27371,22 @@
26588
27371
  }
26589
27372
  ],
26590
27373
  "attributes": [
27374
+ {
27375
+ "name": "pressed",
27376
+ "type": {
27377
+ "text": "boolean"
27378
+ },
27379
+ "description": "Indicates the pressed state of the control.",
27380
+ "fieldName": "pressed"
27381
+ },
27382
+ {
27383
+ "name": "mixed",
27384
+ "type": {
27385
+ "text": "boolean | undefined"
27386
+ },
27387
+ "description": "Indicates the mixed state of the control. This property takes precedence over `pressed`.",
27388
+ "fieldName": "mixed"
27389
+ },
26591
27390
  {
26592
27391
  "name": "appearance",
26593
27392
  "type": {
@@ -26595,6 +27394,9 @@
26595
27394
  },
26596
27395
  "description": "Indicates the styled appearance of the button.",
26597
27396
  "fieldName": "appearance",
27397
+ "parsedType": {
27398
+ "text": "'primary' | 'outline' | 'subtle' | 'transparent' | undefined"
27399
+ },
26598
27400
  "inheritedFrom": {
26599
27401
  "name": "Button",
26600
27402
  "module": "src/button/button.ts"
@@ -26607,6 +27409,9 @@
26607
27409
  },
26608
27410
  "description": "The shape of the button.",
26609
27411
  "fieldName": "shape",
27412
+ "parsedType": {
27413
+ "text": "'circular' | 'rounded' | 'square' | undefined"
27414
+ },
26610
27415
  "inheritedFrom": {
26611
27416
  "name": "Button",
26612
27417
  "module": "src/button/button.ts"
@@ -26619,6 +27424,9 @@
26619
27424
  },
26620
27425
  "description": "The size of the button.",
26621
27426
  "fieldName": "size",
27427
+ "parsedType": {
27428
+ "text": "'small' | 'medium' | 'large' | undefined"
27429
+ },
26622
27430
  "inheritedFrom": {
26623
27431
  "name": "Button",
26624
27432
  "module": "src/button/button.ts"
@@ -26742,6 +27550,9 @@
26742
27550
  },
26743
27551
  "description": "The target frame or window to open the form submission in.",
26744
27552
  "fieldName": "formTarget",
27553
+ "parsedType": {
27554
+ "text": "'_blank' | '_self' | '_parent' | '_top' | undefined"
27555
+ },
26745
27556
  "inheritedFrom": {
26746
27557
  "name": "BaseButton",
26747
27558
  "module": "src/button/button.base.ts"
@@ -26887,7 +27698,10 @@
26887
27698
  "text": "TooltipPositioningOption | undefined"
26888
27699
  },
26889
27700
  "privacy": "public",
26890
- "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
+ }
26891
27705
  },
26892
27706
  {
26893
27707
  "kind": "field",
@@ -26965,7 +27779,10 @@
26965
27779
  "text": "TooltipPositioningOption | undefined"
26966
27780
  },
26967
27781
  "description": "Set the positioning of the tooltip",
26968
- "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
+ }
26969
27786
  },
26970
27787
  {
26971
27788
  "name": "anchor",
@@ -27444,6 +28261,28 @@
27444
28261
  }
27445
28262
  ],
27446
28263
  "attributes": [
28264
+ {
28265
+ "name": "size",
28266
+ "type": {
28267
+ "text": "TreeItemSize"
28268
+ },
28269
+ "description": "The size of the tree item element",
28270
+ "fieldName": "size",
28271
+ "parsedType": {
28272
+ "text": "'small' | 'medium'"
28273
+ }
28274
+ },
28275
+ {
28276
+ "name": "appearance",
28277
+ "type": {
28278
+ "text": "TreeItemAppearance"
28279
+ },
28280
+ "description": "The size of the tree item element",
28281
+ "fieldName": "appearance",
28282
+ "parsedType": {
28283
+ "text": "'subtle' | 'transparent' | 'subtle-alpha'"
28284
+ }
28285
+ },
27447
28286
  {
27448
28287
  "name": "expanded",
27449
28288
  "type": {
@@ -27756,7 +28595,30 @@
27756
28595
  }
27757
28596
  }
27758
28597
  ],
27759
- "attributes": [],
28598
+ "attributes": [
28599
+ {
28600
+ "name": "size",
28601
+ "type": {
28602
+ "text": "TreeItemSize"
28603
+ },
28604
+ "description": "The size of the tree item element",
28605
+ "fieldName": "size",
28606
+ "parsedType": {
28607
+ "text": "'small' | 'medium'"
28608
+ }
28609
+ },
28610
+ {
28611
+ "name": "appearance",
28612
+ "type": {
28613
+ "text": "TreeItemAppearance"
28614
+ },
28615
+ "description": "The appearance variants of the tree item element",
28616
+ "fieldName": "appearance",
28617
+ "parsedType": {
28618
+ "text": "'subtle' | 'transparent' | 'subtle-alpha'"
28619
+ }
28620
+ }
28621
+ ],
27760
28622
  "superclass": {
27761
28623
  "name": "BaseTree",
27762
28624
  "module": "/src/tree/tree.base.js"