@fluentui/web-components 3.0.0-rc.25 → 3.0.0-rc.26
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 +11 -2
- package/custom-elements.json +706 -324
- package/dist/esm/accordion/accordion.d.ts +1 -1
- package/dist/esm/accordion/accordion.js +1 -1
- package/dist/esm/accordion-item/accordion-item.d.ts +2 -2
- package/dist/esm/accordion-item/accordion-item.js +2 -0
- package/dist/esm/accordion-item/accordion-item.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.d.ts +2 -2
- package/dist/esm/anchor-button/anchor-button.js +2 -0
- package/dist/esm/anchor-button/anchor-button.js.map +1 -1
- package/dist/esm/avatar/avatar.d.ts +2 -0
- package/dist/esm/avatar/avatar.js +3 -1
- package/dist/esm/avatar/avatar.js.map +1 -1
- package/dist/esm/badge/badge.d.ts +6 -1
- package/dist/esm/badge/badge.js +6 -1
- package/dist/esm/badge/badge.js.map +1 -1
- package/dist/esm/button/button.base.d.ts +0 -9
- package/dist/esm/button/button.base.js +0 -3
- package/dist/esm/button/button.base.js.map +1 -1
- package/dist/esm/checkbox/checkbox.base.d.ts +3 -9
- package/dist/esm/checkbox/checkbox.base.js +3 -3
- package/dist/esm/checkbox/checkbox.base.js.map +1 -1
- package/dist/esm/checkbox/checkbox.d.ts +2 -2
- package/dist/esm/checkbox/checkbox.js +2 -2
- package/dist/esm/compound-button/compound-button.d.ts +3 -0
- package/dist/esm/compound-button/compound-button.js +3 -0
- package/dist/esm/compound-button/compound-button.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.d.ts +3 -0
- package/dist/esm/counter-badge/counter-badge.js +3 -0
- package/dist/esm/counter-badge/counter-badge.js.map +1 -1
- package/dist/esm/dialog/dialog.d.ts +4 -0
- package/dist/esm/dialog/dialog.js +4 -0
- package/dist/esm/dialog/dialog.js.map +1 -1
- package/dist/esm/dialog-body/dialog-body.d.ts +9 -0
- package/dist/esm/dialog-body/dialog-body.js +9 -0
- package/dist/esm/dialog-body/dialog-body.js.map +1 -1
- package/dist/esm/drawer/drawer.d.ts +3 -4
- package/dist/esm/drawer/drawer.js +3 -4
- package/dist/esm/drawer/drawer.js.map +1 -1
- package/dist/esm/drawer/drawer.styles.css +15 -16
- package/dist/esm/drawer/drawer.styles.js +16 -17
- package/dist/esm/drawer/drawer.styles.js.map +1 -1
- package/dist/esm/dropdown/dropdown.base.d.ts +2 -0
- package/dist/esm/dropdown/dropdown.base.js +2 -0
- package/dist/esm/dropdown/dropdown.base.js.map +1 -1
- package/dist/esm/field/field.d.ts +7 -0
- package/dist/esm/field/field.js +7 -0
- package/dist/esm/field/field.js.map +1 -1
- package/dist/esm/image/image.d.ts +2 -0
- package/dist/esm/image/image.js +2 -0
- package/dist/esm/image/image.js.map +1 -1
- package/dist/esm/label/label.d.ts +3 -0
- package/dist/esm/label/label.js +3 -0
- package/dist/esm/label/label.js.map +1 -1
- package/dist/esm/menu-item/menu-item.d.ts +1 -1
- package/dist/esm/menu-item/menu-item.js +1 -1
- package/dist/esm/message-bar/message-bar.d.ts +2 -0
- package/dist/esm/message-bar/message-bar.js +2 -0
- package/dist/esm/message-bar/message-bar.js.map +1 -1
- package/dist/esm/option/option.d.ts +3 -0
- package/dist/esm/option/option.js +3 -0
- package/dist/esm/option/option.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.base.d.ts +3 -3
- package/dist/esm/progress-bar/progress-bar.d.ts +1 -0
- package/dist/esm/progress-bar/progress-bar.js +1 -0
- package/dist/esm/progress-bar/progress-bar.js.map +1 -1
- package/dist/esm/radio/radio.d.ts +3 -2
- package/dist/esm/radio/radio.js +3 -2
- package/dist/esm/radio/radio.js.map +1 -1
- package/dist/esm/radio-group/radio-group.base.d.ts +2 -0
- package/dist/esm/radio-group/radio-group.base.js +2 -0
- package/dist/esm/radio-group/radio-group.base.js.map +1 -1
- package/dist/esm/radio-group/radio-group.d.ts +1 -0
- package/dist/esm/radio-group/radio-group.js +1 -0
- package/dist/esm/radio-group/radio-group.js.map +1 -1
- package/dist/esm/slider/slider.d.ts +1 -1
- package/dist/esm/slider/slider.js +1 -1
- package/dist/esm/switch/switch.d.ts +1 -0
- package/dist/esm/switch/switch.js +1 -0
- package/dist/esm/switch/switch.js.map +1 -1
- package/dist/esm/tablist/tablist.d.ts +1 -0
- package/dist/esm/tablist/tablist.js +1 -0
- package/dist/esm/tablist/tablist.js.map +1 -1
- package/dist/esm/text/text.d.ts +2 -0
- package/dist/esm/text/text.js +2 -0
- package/dist/esm/text/text.js.map +1 -1
- package/dist/esm/text-input/text-input.base.d.ts +4 -9
- package/dist/esm/text-input/text-input.base.js +4 -3
- package/dist/esm/text-input/text-input.base.js.map +1 -1
- package/dist/esm/text-input/text-input.d.ts +2 -0
- package/dist/esm/text-input/text-input.js +2 -0
- package/dist/esm/text-input/text-input.js.map +1 -1
- package/dist/esm/text-input/text-input.template.html +0 -1
- package/dist/esm/text-input/text-input.template.js +0 -1
- package/dist/esm/text-input/text-input.template.js.map +1 -1
- package/dist/esm/textarea/textarea.base.d.ts +2 -2
- package/dist/esm/textarea/textarea.base.js +2 -2
- package/dist/esm/tooltip/tooltip.d.ts +2 -0
- package/dist/esm/tooltip/tooltip.js +2 -0
- package/dist/esm/tooltip/tooltip.js.map +1 -1
- package/dist/esm/tree-item/tree-item.base.d.ts +9 -0
- package/dist/esm/tree-item/tree-item.base.js +9 -0
- package/dist/esm/tree-item/tree-item.base.js.map +1 -1
- package/dist/esm/tree-item/tree-item.d.ts +15 -0
- package/dist/esm/tree-item/tree-item.js +15 -0
- package/dist/esm/tree-item/tree-item.js.map +1 -1
- package/dist/web-components-all.js +2 -11
- package/dist/web-components-all.min.js +8 -8
- package/dist/web-components.d.ts +109 -46
- package/dist/web-components.js +2 -11
- package/dist/web-components.min.js +6 -6
- package/package.json +3 -2
package/custom-elements.json
CHANGED
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
},
|
|
392
392
|
{
|
|
393
393
|
"kind": "javascript-module",
|
|
394
|
-
"path": "
|
|
394
|
+
"path": "./dist/esm/accordion-item/accordion-item.js",
|
|
395
395
|
"declarations": [
|
|
396
396
|
{
|
|
397
397
|
"kind": "class",
|
|
@@ -551,6 +551,8 @@
|
|
|
551
551
|
"name": "BaseAccordionItem",
|
|
552
552
|
"module": "/src/accordion-item/accordion-item.base.js"
|
|
553
553
|
},
|
|
554
|
+
"tagName": "fluent-accordion-item",
|
|
555
|
+
"customElement": true,
|
|
554
556
|
"slots": [
|
|
555
557
|
{
|
|
556
558
|
"description": "Content positioned before heading in the collapsed state",
|
|
@@ -618,7 +620,12 @@
|
|
|
618
620
|
"module": "src/accordion-item/accordion-item.base.ts"
|
|
619
621
|
}
|
|
620
622
|
}
|
|
621
|
-
]
|
|
623
|
+
],
|
|
624
|
+
"modulePath": "./dist/esm/accordion-item/accordion-item.js",
|
|
625
|
+
"definitionPath": "./dist/esm/accordion-item/define.js",
|
|
626
|
+
"cssProperties": [],
|
|
627
|
+
"cssStates": [],
|
|
628
|
+
"events": []
|
|
622
629
|
}
|
|
623
630
|
],
|
|
624
631
|
"exports": [
|
|
@@ -9353,6 +9360,9 @@
|
|
|
9353
9360
|
],
|
|
9354
9361
|
"events": [
|
|
9355
9362
|
{
|
|
9363
|
+
"type": {
|
|
9364
|
+
"text": "Event"
|
|
9365
|
+
},
|
|
9356
9366
|
"description": "Fires a custom 'change' event when the active item changes",
|
|
9357
9367
|
"name": "change"
|
|
9358
9368
|
}
|
|
@@ -9420,15 +9430,6 @@
|
|
|
9420
9430
|
}
|
|
9421
9431
|
],
|
|
9422
9432
|
"members": [
|
|
9423
|
-
{
|
|
9424
|
-
"kind": "field",
|
|
9425
|
-
"name": "autofocus",
|
|
9426
|
-
"type": {
|
|
9427
|
-
"text": "boolean"
|
|
9428
|
-
},
|
|
9429
|
-
"privacy": "public",
|
|
9430
|
-
"description": "Indicates the button should be focused when the page is loaded."
|
|
9431
|
-
},
|
|
9432
9433
|
{
|
|
9433
9434
|
"kind": "field",
|
|
9434
9435
|
"name": "defaultSlottedContent",
|
|
@@ -9628,14 +9629,6 @@
|
|
|
9628
9629
|
}
|
|
9629
9630
|
],
|
|
9630
9631
|
"attributes": [
|
|
9631
|
-
{
|
|
9632
|
-
"name": "autofocus",
|
|
9633
|
-
"type": {
|
|
9634
|
-
"text": "boolean"
|
|
9635
|
-
},
|
|
9636
|
-
"description": "Indicates the button should be focused when the page is loaded.",
|
|
9637
|
-
"fieldName": "autofocus"
|
|
9638
|
-
},
|
|
9639
9632
|
{
|
|
9640
9633
|
"name": "disabled",
|
|
9641
9634
|
"type": {
|
|
@@ -9807,19 +9800,6 @@
|
|
|
9807
9800
|
"default": "false",
|
|
9808
9801
|
"description": "Indicates that the button should only display as an icon with no text content."
|
|
9809
9802
|
},
|
|
9810
|
-
{
|
|
9811
|
-
"kind": "field",
|
|
9812
|
-
"name": "autofocus",
|
|
9813
|
-
"type": {
|
|
9814
|
-
"text": "boolean"
|
|
9815
|
-
},
|
|
9816
|
-
"privacy": "public",
|
|
9817
|
-
"description": "Indicates the button should be focused when the page is loaded.",
|
|
9818
|
-
"inheritedFrom": {
|
|
9819
|
-
"name": "BaseButton",
|
|
9820
|
-
"module": "src/button/button.base.ts"
|
|
9821
|
-
}
|
|
9822
|
-
},
|
|
9823
9803
|
{
|
|
9824
9804
|
"kind": "field",
|
|
9825
9805
|
"name": "defaultSlottedContent",
|
|
@@ -10137,18 +10117,6 @@
|
|
|
10137
10117
|
"description": "Indicates that the button should only display as an icon with no text content.",
|
|
10138
10118
|
"fieldName": "iconOnly"
|
|
10139
10119
|
},
|
|
10140
|
-
{
|
|
10141
|
-
"name": "autofocus",
|
|
10142
|
-
"type": {
|
|
10143
|
-
"text": "boolean"
|
|
10144
|
-
},
|
|
10145
|
-
"description": "Indicates the button should be focused when the page is loaded.",
|
|
10146
|
-
"fieldName": "autofocus",
|
|
10147
|
-
"inheritedFrom": {
|
|
10148
|
-
"name": "BaseButton",
|
|
10149
|
-
"module": "src/button/button.base.ts"
|
|
10150
|
-
}
|
|
10151
|
-
},
|
|
10152
10120
|
{
|
|
10153
10121
|
"name": "disabled",
|
|
10154
10122
|
"type": {
|
|
@@ -10681,7 +10649,7 @@
|
|
|
10681
10649
|
},
|
|
10682
10650
|
{
|
|
10683
10651
|
"kind": "javascript-module",
|
|
10684
|
-
"path": "
|
|
10652
|
+
"path": "./dist/esm/anchor-button/anchor-button.js",
|
|
10685
10653
|
"declarations": [
|
|
10686
10654
|
{
|
|
10687
10655
|
"kind": "class",
|
|
@@ -11127,6 +11095,8 @@
|
|
|
11127
11095
|
"name": "BaseAnchor",
|
|
11128
11096
|
"module": "/src/anchor-button/anchor-button.base.js"
|
|
11129
11097
|
},
|
|
11098
|
+
"tagName": "fluent-anchor-button",
|
|
11099
|
+
"customElement": true,
|
|
11130
11100
|
"slots": [
|
|
11131
11101
|
{
|
|
11132
11102
|
"description": "Content which can be provided before the anchor content",
|
|
@@ -11170,7 +11140,12 @@
|
|
|
11170
11140
|
"module": "src/anchor-button/anchor-button.base.ts"
|
|
11171
11141
|
}
|
|
11172
11142
|
}
|
|
11173
|
-
]
|
|
11143
|
+
],
|
|
11144
|
+
"modulePath": "./dist/esm/anchor-button/anchor-button.js",
|
|
11145
|
+
"definitionPath": "./dist/esm/anchor-button/define.js",
|
|
11146
|
+
"cssProperties": [],
|
|
11147
|
+
"cssStates": [],
|
|
11148
|
+
"events": []
|
|
11174
11149
|
}
|
|
11175
11150
|
],
|
|
11176
11151
|
"exports": [
|
|
@@ -11272,6 +11247,12 @@
|
|
|
11272
11247
|
"kind": "class",
|
|
11273
11248
|
"description": "An Avatar Custom HTML Element.\nBased on BaseAvatar and includes style and layout specific attributes",
|
|
11274
11249
|
"name": "Avatar",
|
|
11250
|
+
"slots": [
|
|
11251
|
+
{
|
|
11252
|
+
"description": "Optional badge content displayed with the avatar.",
|
|
11253
|
+
"name": "badge"
|
|
11254
|
+
}
|
|
11255
|
+
],
|
|
11275
11256
|
"members": [
|
|
11276
11257
|
{
|
|
11277
11258
|
"kind": "field",
|
|
@@ -11506,8 +11487,7 @@
|
|
|
11506
11487
|
"cssProperties": [],
|
|
11507
11488
|
"cssParts": [],
|
|
11508
11489
|
"cssStates": [],
|
|
11509
|
-
"events": []
|
|
11510
|
-
"slots": []
|
|
11490
|
+
"events": []
|
|
11511
11491
|
}
|
|
11512
11492
|
],
|
|
11513
11493
|
"exports": [
|
|
@@ -11529,6 +11509,20 @@
|
|
|
11529
11509
|
"kind": "class",
|
|
11530
11510
|
"description": "The base class used for constructing a fluent-badge custom element",
|
|
11531
11511
|
"name": "Badge",
|
|
11512
|
+
"slots": [
|
|
11513
|
+
{
|
|
11514
|
+
"description": "Content which can be provided inside the badge.",
|
|
11515
|
+
"name": ""
|
|
11516
|
+
},
|
|
11517
|
+
{
|
|
11518
|
+
"description": "Content which can be provided before the badge content.",
|
|
11519
|
+
"name": "start"
|
|
11520
|
+
},
|
|
11521
|
+
{
|
|
11522
|
+
"description": "Content which can be provided after the badge content.",
|
|
11523
|
+
"name": "end"
|
|
11524
|
+
}
|
|
11525
|
+
],
|
|
11532
11526
|
"members": [
|
|
11533
11527
|
{
|
|
11534
11528
|
"kind": "field",
|
|
@@ -11629,6 +11623,7 @@
|
|
|
11629
11623
|
"name": "FASTElement",
|
|
11630
11624
|
"package": "@microsoft/fast-element"
|
|
11631
11625
|
},
|
|
11626
|
+
"tagName": "fluent-badge",
|
|
11632
11627
|
"customElement": true,
|
|
11633
11628
|
"modulePath": "./dist/esm/badge/badge.js",
|
|
11634
11629
|
"definitionPath": "./dist/esm/badge/define.js"
|
|
@@ -11750,15 +11745,6 @@
|
|
|
11750
11745
|
"description": "The base class for a component with a toggleable checked state.",
|
|
11751
11746
|
"name": "BaseCheckbox",
|
|
11752
11747
|
"members": [
|
|
11753
|
-
{
|
|
11754
|
-
"kind": "field",
|
|
11755
|
-
"name": "autofocus",
|
|
11756
|
-
"type": {
|
|
11757
|
-
"text": "boolean"
|
|
11758
|
-
},
|
|
11759
|
-
"privacy": "public",
|
|
11760
|
-
"description": "Indicates that the element should get focus after the page finishes loading."
|
|
11761
|
-
},
|
|
11762
11748
|
{
|
|
11763
11749
|
"kind": "field",
|
|
11764
11750
|
"name": "checked",
|
|
@@ -11966,15 +11952,23 @@
|
|
|
11966
11952
|
"description": "Toggles the checked state of the control."
|
|
11967
11953
|
}
|
|
11968
11954
|
],
|
|
11969
|
-
"
|
|
11955
|
+
"events": [
|
|
11970
11956
|
{
|
|
11971
|
-
"name": "autofocus",
|
|
11972
11957
|
"type": {
|
|
11973
|
-
"text": "
|
|
11958
|
+
"text": "Event"
|
|
11974
11959
|
},
|
|
11975
|
-
"description": "
|
|
11976
|
-
"
|
|
11960
|
+
"description": "Fires a custom 'change' event when the checked state changes",
|
|
11961
|
+
"name": "change"
|
|
11977
11962
|
},
|
|
11963
|
+
{
|
|
11964
|
+
"type": {
|
|
11965
|
+
"text": "Event"
|
|
11966
|
+
},
|
|
11967
|
+
"description": "Fires a custom 'input' event when the checked state changes",
|
|
11968
|
+
"name": "input"
|
|
11969
|
+
}
|
|
11970
|
+
],
|
|
11971
|
+
"attributes": [
|
|
11978
11972
|
{
|
|
11979
11973
|
"name": "disabled",
|
|
11980
11974
|
"type": {
|
|
@@ -12130,19 +12124,6 @@
|
|
|
12130
12124
|
},
|
|
12131
12125
|
"default": "'checkbox'"
|
|
12132
12126
|
},
|
|
12133
|
-
{
|
|
12134
|
-
"kind": "field",
|
|
12135
|
-
"name": "autofocus",
|
|
12136
|
-
"type": {
|
|
12137
|
-
"text": "boolean"
|
|
12138
|
-
},
|
|
12139
|
-
"privacy": "public",
|
|
12140
|
-
"description": "Indicates that the element should get focus after the page finishes loading.",
|
|
12141
|
-
"inheritedFrom": {
|
|
12142
|
-
"name": "BaseCheckbox",
|
|
12143
|
-
"module": "src/checkbox/checkbox.base.ts"
|
|
12144
|
-
}
|
|
12145
|
-
},
|
|
12146
12127
|
{
|
|
12147
12128
|
"kind": "field",
|
|
12148
12129
|
"name": "checked",
|
|
@@ -12403,12 +12384,26 @@
|
|
|
12403
12384
|
],
|
|
12404
12385
|
"events": [
|
|
12405
12386
|
{
|
|
12387
|
+
"type": {
|
|
12388
|
+
"text": "Event"
|
|
12389
|
+
},
|
|
12406
12390
|
"description": "Emits a custom change event when the checked state changes",
|
|
12407
|
-
"name": "change"
|
|
12391
|
+
"name": "change",
|
|
12392
|
+
"inheritedFrom": {
|
|
12393
|
+
"name": "BaseCheckbox",
|
|
12394
|
+
"module": "src/checkbox/checkbox.base.ts"
|
|
12395
|
+
}
|
|
12408
12396
|
},
|
|
12409
12397
|
{
|
|
12398
|
+
"type": {
|
|
12399
|
+
"text": "Event"
|
|
12400
|
+
},
|
|
12410
12401
|
"description": "Emits a custom input event when the checked state changes",
|
|
12411
|
-
"name": "input"
|
|
12402
|
+
"name": "input",
|
|
12403
|
+
"inheritedFrom": {
|
|
12404
|
+
"name": "BaseCheckbox",
|
|
12405
|
+
"module": "src/checkbox/checkbox.base.ts"
|
|
12406
|
+
}
|
|
12412
12407
|
}
|
|
12413
12408
|
],
|
|
12414
12409
|
"attributes": [
|
|
@@ -12434,18 +12429,6 @@
|
|
|
12434
12429
|
"text": "'medium' | 'large' | undefined"
|
|
12435
12430
|
}
|
|
12436
12431
|
},
|
|
12437
|
-
{
|
|
12438
|
-
"name": "autofocus",
|
|
12439
|
-
"type": {
|
|
12440
|
-
"text": "boolean"
|
|
12441
|
-
},
|
|
12442
|
-
"description": "Indicates that the element should get focus after the page finishes loading.",
|
|
12443
|
-
"fieldName": "autofocus",
|
|
12444
|
-
"inheritedFrom": {
|
|
12445
|
-
"name": "BaseCheckbox",
|
|
12446
|
-
"module": "src/checkbox/checkbox.base.ts"
|
|
12447
|
-
}
|
|
12448
|
-
},
|
|
12449
12432
|
{
|
|
12450
12433
|
"name": "disabled",
|
|
12451
12434
|
"type": {
|
|
@@ -12552,38 +12535,42 @@
|
|
|
12552
12535
|
"kind": "class",
|
|
12553
12536
|
"description": "The base class used for constructing a fluent-compound-button custom element",
|
|
12554
12537
|
"name": "CompoundButton",
|
|
12555
|
-
"superclass": {
|
|
12556
|
-
"name": "Button",
|
|
12557
|
-
"module": "/src/button/button.js"
|
|
12558
|
-
},
|
|
12559
|
-
"tagName": "fluent-compound-button",
|
|
12560
|
-
"customElement": true,
|
|
12561
12538
|
"slots": [
|
|
12562
12539
|
{
|
|
12563
|
-
"description": "
|
|
12564
|
-
"name": "
|
|
12540
|
+
"description": "The default slot for the main content of the compound button",
|
|
12541
|
+
"name": "",
|
|
12565
12542
|
"inheritedFrom": {
|
|
12566
12543
|
"name": "BaseButton",
|
|
12567
12544
|
"module": "src/button/button.base.ts"
|
|
12568
12545
|
}
|
|
12569
12546
|
},
|
|
12570
12547
|
{
|
|
12571
|
-
"description": "
|
|
12572
|
-
"name": "
|
|
12548
|
+
"description": "The description of the compound button, shown below the main content",
|
|
12549
|
+
"name": "description"
|
|
12550
|
+
},
|
|
12551
|
+
{
|
|
12552
|
+
"description": "Content which can be provided before the button content",
|
|
12553
|
+
"name": "start",
|
|
12573
12554
|
"inheritedFrom": {
|
|
12574
12555
|
"name": "BaseButton",
|
|
12575
12556
|
"module": "src/button/button.base.ts"
|
|
12576
12557
|
}
|
|
12577
12558
|
},
|
|
12578
12559
|
{
|
|
12579
|
-
"description": "
|
|
12580
|
-
"name": "",
|
|
12560
|
+
"description": "Content which can be provided after the button content",
|
|
12561
|
+
"name": "end",
|
|
12581
12562
|
"inheritedFrom": {
|
|
12582
12563
|
"name": "BaseButton",
|
|
12583
12564
|
"module": "src/button/button.base.ts"
|
|
12584
12565
|
}
|
|
12585
12566
|
}
|
|
12586
12567
|
],
|
|
12568
|
+
"superclass": {
|
|
12569
|
+
"name": "Button",
|
|
12570
|
+
"module": "/src/button/button.js"
|
|
12571
|
+
},
|
|
12572
|
+
"tagName": "fluent-compound-button",
|
|
12573
|
+
"customElement": true,
|
|
12587
12574
|
"cssParts": [
|
|
12588
12575
|
{
|
|
12589
12576
|
"description": "The button content container",
|
|
@@ -12653,18 +12640,6 @@
|
|
|
12653
12640
|
"module": "src/button/button.ts"
|
|
12654
12641
|
}
|
|
12655
12642
|
},
|
|
12656
|
-
{
|
|
12657
|
-
"name": "autofocus",
|
|
12658
|
-
"type": {
|
|
12659
|
-
"text": "boolean"
|
|
12660
|
-
},
|
|
12661
|
-
"description": "Indicates the button should be focused when the page is loaded.",
|
|
12662
|
-
"fieldName": "autofocus",
|
|
12663
|
-
"inheritedFrom": {
|
|
12664
|
-
"name": "BaseButton",
|
|
12665
|
-
"module": "src/button/button.base.ts"
|
|
12666
|
-
}
|
|
12667
|
-
},
|
|
12668
12643
|
{
|
|
12669
12644
|
"name": "disabled",
|
|
12670
12645
|
"type": {
|
|
@@ -12868,19 +12843,6 @@
|
|
|
12868
12843
|
"module": "src/button/button.ts"
|
|
12869
12844
|
}
|
|
12870
12845
|
},
|
|
12871
|
-
{
|
|
12872
|
-
"kind": "field",
|
|
12873
|
-
"name": "autofocus",
|
|
12874
|
-
"type": {
|
|
12875
|
-
"text": "boolean"
|
|
12876
|
-
},
|
|
12877
|
-
"privacy": "public",
|
|
12878
|
-
"description": "Indicates the button should be focused when the page is loaded.",
|
|
12879
|
-
"inheritedFrom": {
|
|
12880
|
-
"name": "BaseButton",
|
|
12881
|
-
"module": "src/button/button.base.ts"
|
|
12882
|
-
}
|
|
12883
|
-
},
|
|
12884
12846
|
{
|
|
12885
12847
|
"kind": "field",
|
|
12886
12848
|
"name": "defaultSlottedContent",
|
|
@@ -13299,6 +13261,16 @@
|
|
|
13299
13261
|
"kind": "class",
|
|
13300
13262
|
"description": "A CounterBadge Custom HTML Element.\nBased on BaseCounterBadge and includes style and layout specific attributes.",
|
|
13301
13263
|
"name": "CounterBadge",
|
|
13264
|
+
"slots": [
|
|
13265
|
+
{
|
|
13266
|
+
"description": "Content which can be provided before the badge content.",
|
|
13267
|
+
"name": "start"
|
|
13268
|
+
},
|
|
13269
|
+
{
|
|
13270
|
+
"description": "Content which can be provided after the badge content.",
|
|
13271
|
+
"name": "end"
|
|
13272
|
+
}
|
|
13273
|
+
],
|
|
13302
13274
|
"members": [
|
|
13303
13275
|
{
|
|
13304
13276
|
"kind": "field",
|
|
@@ -13528,8 +13500,7 @@
|
|
|
13528
13500
|
"cssProperties": [],
|
|
13529
13501
|
"cssParts": [],
|
|
13530
13502
|
"cssStates": [],
|
|
13531
|
-
"events": []
|
|
13532
|
-
"slots": []
|
|
13503
|
+
"events": []
|
|
13533
13504
|
}
|
|
13534
13505
|
],
|
|
13535
13506
|
"exports": [
|
|
@@ -13551,6 +13522,12 @@
|
|
|
13551
13522
|
"kind": "class",
|
|
13552
13523
|
"description": "A Dialog Custom HTML Element.",
|
|
13553
13524
|
"name": "Dialog",
|
|
13525
|
+
"slots": [
|
|
13526
|
+
{
|
|
13527
|
+
"description": "The default slot. {@link (DialogBody:class)} element recommended.",
|
|
13528
|
+
"name": ""
|
|
13529
|
+
}
|
|
13530
|
+
],
|
|
13554
13531
|
"members": [
|
|
13555
13532
|
{
|
|
13556
13533
|
"kind": "field",
|
|
@@ -13660,6 +13637,22 @@
|
|
|
13660
13637
|
"description": "Handles click events on the dialog overlay for light-dismiss"
|
|
13661
13638
|
}
|
|
13662
13639
|
],
|
|
13640
|
+
"events": [
|
|
13641
|
+
{
|
|
13642
|
+
"type": {
|
|
13643
|
+
"text": "ToggleEvent"
|
|
13644
|
+
},
|
|
13645
|
+
"description": "Event emitted after the dialog's open state changes.",
|
|
13646
|
+
"name": "toggle"
|
|
13647
|
+
},
|
|
13648
|
+
{
|
|
13649
|
+
"type": {
|
|
13650
|
+
"text": "ToggleEvent"
|
|
13651
|
+
},
|
|
13652
|
+
"description": "Event emitted before the dialog's open state changes.",
|
|
13653
|
+
"name": "beforetoggle"
|
|
13654
|
+
}
|
|
13655
|
+
],
|
|
13663
13656
|
"attributes": [
|
|
13664
13657
|
{
|
|
13665
13658
|
"name": "aria-describedby",
|
|
@@ -13726,6 +13719,42 @@
|
|
|
13726
13719
|
"kind": "class",
|
|
13727
13720
|
"description": "Dialog Body component that extends the FASTElement class.",
|
|
13728
13721
|
"name": "DialogBody",
|
|
13722
|
+
"cssParts": [
|
|
13723
|
+
{
|
|
13724
|
+
"description": "The title container.",
|
|
13725
|
+
"name": "title"
|
|
13726
|
+
},
|
|
13727
|
+
{
|
|
13728
|
+
"description": "The content container.",
|
|
13729
|
+
"name": "content"
|
|
13730
|
+
},
|
|
13731
|
+
{
|
|
13732
|
+
"description": "The actions container.",
|
|
13733
|
+
"name": "actions"
|
|
13734
|
+
}
|
|
13735
|
+
],
|
|
13736
|
+
"slots": [
|
|
13737
|
+
{
|
|
13738
|
+
"description": "Content for the dialog title.",
|
|
13739
|
+
"name": "title"
|
|
13740
|
+
},
|
|
13741
|
+
{
|
|
13742
|
+
"description": "Content for actions shown near the title.",
|
|
13743
|
+
"name": "title-action"
|
|
13744
|
+
},
|
|
13745
|
+
{
|
|
13746
|
+
"description": "Content for the close action.",
|
|
13747
|
+
"name": "close"
|
|
13748
|
+
},
|
|
13749
|
+
{
|
|
13750
|
+
"description": "Content for footer actions.",
|
|
13751
|
+
"name": "action"
|
|
13752
|
+
},
|
|
13753
|
+
{
|
|
13754
|
+
"description": "Default dialog body content.",
|
|
13755
|
+
"name": ""
|
|
13756
|
+
}
|
|
13757
|
+
],
|
|
13729
13758
|
"superclass": {
|
|
13730
13759
|
"name": "FASTElement",
|
|
13731
13760
|
"package": "@microsoft/fast-element"
|
|
@@ -14016,6 +14045,12 @@
|
|
|
14016
14045
|
"kind": "class",
|
|
14017
14046
|
"description": "A Drawer component that allows content to be displayed in a side panel. It can be rendered as modal or non-modal.",
|
|
14018
14047
|
"name": "Drawer",
|
|
14048
|
+
"cssProperties": [
|
|
14049
|
+
{
|
|
14050
|
+
"description": "Sets the width of the drawer to a custom value (e.g., 300px).",
|
|
14051
|
+
"name": "--drawer-width"
|
|
14052
|
+
}
|
|
14053
|
+
],
|
|
14019
14054
|
"cssParts": [
|
|
14020
14055
|
{
|
|
14021
14056
|
"description": "The dialog element of the drawer.",
|
|
@@ -14161,10 +14196,16 @@
|
|
|
14161
14196
|
],
|
|
14162
14197
|
"events": [
|
|
14163
14198
|
{
|
|
14199
|
+
"type": {
|
|
14200
|
+
"text": "ToggleEvent"
|
|
14201
|
+
},
|
|
14164
14202
|
"description": "Event emitted after the dialog's open state changes.",
|
|
14165
14203
|
"name": "toggle"
|
|
14166
14204
|
},
|
|
14167
14205
|
{
|
|
14206
|
+
"type": {
|
|
14207
|
+
"text": "ToggleEvent"
|
|
14208
|
+
},
|
|
14168
14209
|
"description": "Event emitted before the dialog's open state changes.",
|
|
14169
14210
|
"name": "beforetoggle"
|
|
14170
14211
|
}
|
|
@@ -14645,11 +14686,25 @@
|
|
|
14645
14686
|
"kind": "class",
|
|
14646
14687
|
"description": "A DropdownOption Custom HTML Element.\nImplements the https://w3c.github.io/aria/#option | ARIA option role.",
|
|
14647
14688
|
"name": "DropdownOption",
|
|
14689
|
+
"cssParts": [
|
|
14690
|
+
{
|
|
14691
|
+
"description": "The wrapper for the option content.",
|
|
14692
|
+
"name": "content"
|
|
14693
|
+
},
|
|
14694
|
+
{
|
|
14695
|
+
"description": "The wrapper for the option description.",
|
|
14696
|
+
"name": "description"
|
|
14697
|
+
}
|
|
14698
|
+
],
|
|
14648
14699
|
"slots": [
|
|
14649
14700
|
{
|
|
14650
14701
|
"description": "The default slot for the option's content.",
|
|
14651
14702
|
"name": ""
|
|
14652
14703
|
},
|
|
14704
|
+
{
|
|
14705
|
+
"description": "Optional content shown at the start of the option.",
|
|
14706
|
+
"name": "start"
|
|
14707
|
+
},
|
|
14653
14708
|
{
|
|
14654
14709
|
"description": "The checked indicator.",
|
|
14655
14710
|
"name": "checked-indicator"
|
|
@@ -15658,6 +15713,15 @@
|
|
|
15658
15713
|
"default": "'presentation'"
|
|
15659
15714
|
}
|
|
15660
15715
|
],
|
|
15716
|
+
"events": [
|
|
15717
|
+
{
|
|
15718
|
+
"type": {
|
|
15719
|
+
"text": "Event"
|
|
15720
|
+
},
|
|
15721
|
+
"description": "Fires a custom 'change' event when the selected option changes",
|
|
15722
|
+
"name": "change"
|
|
15723
|
+
}
|
|
15724
|
+
],
|
|
15661
15725
|
"attributes": [
|
|
15662
15726
|
{
|
|
15663
15727
|
"name": "aria-labelledby",
|
|
@@ -16516,16 +16580,28 @@
|
|
|
16516
16580
|
},
|
|
16517
16581
|
"tagName": "fluent-dropdown",
|
|
16518
16582
|
"customElement": true,
|
|
16519
|
-
"
|
|
16520
|
-
|
|
16521
|
-
|
|
16522
|
-
|
|
16523
|
-
|
|
16524
|
-
|
|
16525
|
-
|
|
16526
|
-
|
|
16527
|
-
|
|
16528
|
-
|
|
16583
|
+
"events": [
|
|
16584
|
+
{
|
|
16585
|
+
"type": {
|
|
16586
|
+
"text": "Event"
|
|
16587
|
+
},
|
|
16588
|
+
"description": "Fires a custom 'change' event when the selected option changes",
|
|
16589
|
+
"name": "change",
|
|
16590
|
+
"inheritedFrom": {
|
|
16591
|
+
"name": "BaseDropdown",
|
|
16592
|
+
"module": "src/dropdown/dropdown.base.ts"
|
|
16593
|
+
}
|
|
16594
|
+
}
|
|
16595
|
+
],
|
|
16596
|
+
"modulePath": "./dist/esm/dropdown/dropdown.js",
|
|
16597
|
+
"definitionPath": "./dist/esm/dropdown/define.js",
|
|
16598
|
+
"cssProperties": [],
|
|
16599
|
+
"cssParts": [],
|
|
16600
|
+
"cssStates": []
|
|
16601
|
+
}
|
|
16602
|
+
],
|
|
16603
|
+
"exports": [
|
|
16604
|
+
{
|
|
16529
16605
|
"kind": "js",
|
|
16530
16606
|
"name": "Dropdown",
|
|
16531
16607
|
"declaration": {
|
|
@@ -16650,6 +16726,34 @@
|
|
|
16650
16726
|
"kind": "class",
|
|
16651
16727
|
"description": "A Field Custom HTML Element.\nBased on BaseField and includes style and layout specific attributes",
|
|
16652
16728
|
"name": "Field",
|
|
16729
|
+
"cssParts": [
|
|
16730
|
+
{
|
|
16731
|
+
"description": "The label slot container.",
|
|
16732
|
+
"name": "label"
|
|
16733
|
+
},
|
|
16734
|
+
{
|
|
16735
|
+
"description": "The input slot container.",
|
|
16736
|
+
"name": "input"
|
|
16737
|
+
},
|
|
16738
|
+
{
|
|
16739
|
+
"description": "The message slot container.",
|
|
16740
|
+
"name": "message"
|
|
16741
|
+
}
|
|
16742
|
+
],
|
|
16743
|
+
"slots": [
|
|
16744
|
+
{
|
|
16745
|
+
"description": "Label content associated with the control.",
|
|
16746
|
+
"name": "label"
|
|
16747
|
+
},
|
|
16748
|
+
{
|
|
16749
|
+
"description": "Input control content.",
|
|
16750
|
+
"name": "input"
|
|
16751
|
+
},
|
|
16752
|
+
{
|
|
16753
|
+
"description": "Validation and helper message content.",
|
|
16754
|
+
"name": "message"
|
|
16755
|
+
}
|
|
16756
|
+
],
|
|
16653
16757
|
"members": [
|
|
16654
16758
|
{
|
|
16655
16759
|
"kind": "field",
|
|
@@ -16787,10 +16891,8 @@
|
|
|
16787
16891
|
"modulePath": "./dist/esm/field/field.js",
|
|
16788
16892
|
"definitionPath": "./dist/esm/field/define.js",
|
|
16789
16893
|
"cssProperties": [],
|
|
16790
|
-
"cssParts": [],
|
|
16791
16894
|
"cssStates": [],
|
|
16792
|
-
"events": []
|
|
16793
|
-
"slots": []
|
|
16895
|
+
"events": []
|
|
16794
16896
|
}
|
|
16795
16897
|
],
|
|
16796
16898
|
"exports": [
|
|
@@ -16812,6 +16914,12 @@
|
|
|
16812
16914
|
"kind": "class",
|
|
16813
16915
|
"description": "The base class used for constucting a fluent image custom element",
|
|
16814
16916
|
"name": "Image",
|
|
16917
|
+
"slots": [
|
|
16918
|
+
{
|
|
16919
|
+
"description": "The default slot. Accepts any `<img>`, `<picture>`, `<video>`, or `<canvas>` element.",
|
|
16920
|
+
"name": ""
|
|
16921
|
+
}
|
|
16922
|
+
],
|
|
16815
16923
|
"members": [
|
|
16816
16924
|
{
|
|
16817
16925
|
"kind": "field",
|
|
@@ -16942,6 +17050,18 @@
|
|
|
16942
17050
|
"kind": "class",
|
|
16943
17051
|
"description": "The base class used for constructing a fluent-label custom element",
|
|
16944
17052
|
"name": "Label",
|
|
17053
|
+
"cssParts": [
|
|
17054
|
+
{
|
|
17055
|
+
"description": "The required-field asterisk indicator.",
|
|
17056
|
+
"name": "asterisk"
|
|
17057
|
+
}
|
|
17058
|
+
],
|
|
17059
|
+
"slots": [
|
|
17060
|
+
{
|
|
17061
|
+
"description": "The default slot. Accepts the content of the label.",
|
|
17062
|
+
"name": ""
|
|
17063
|
+
}
|
|
17064
|
+
],
|
|
16945
17065
|
"members": [
|
|
16946
17066
|
{
|
|
16947
17067
|
"kind": "field",
|
|
@@ -17538,18 +17658,6 @@
|
|
|
17538
17658
|
"module": "src/button/button.ts"
|
|
17539
17659
|
}
|
|
17540
17660
|
},
|
|
17541
|
-
{
|
|
17542
|
-
"name": "autofocus",
|
|
17543
|
-
"type": {
|
|
17544
|
-
"text": "boolean"
|
|
17545
|
-
},
|
|
17546
|
-
"description": "Indicates the button should be focused when the page is loaded.",
|
|
17547
|
-
"fieldName": "autofocus",
|
|
17548
|
-
"inheritedFrom": {
|
|
17549
|
-
"name": "BaseButton",
|
|
17550
|
-
"module": "src/button/button.base.ts"
|
|
17551
|
-
}
|
|
17552
|
-
},
|
|
17553
17661
|
{
|
|
17554
17662
|
"name": "disabled",
|
|
17555
17663
|
"type": {
|
|
@@ -17753,19 +17861,6 @@
|
|
|
17753
17861
|
"module": "src/button/button.ts"
|
|
17754
17862
|
}
|
|
17755
17863
|
},
|
|
17756
|
-
{
|
|
17757
|
-
"kind": "field",
|
|
17758
|
-
"name": "autofocus",
|
|
17759
|
-
"type": {
|
|
17760
|
-
"text": "boolean"
|
|
17761
|
-
},
|
|
17762
|
-
"privacy": "public",
|
|
17763
|
-
"description": "Indicates the button should be focused when the page is loaded.",
|
|
17764
|
-
"inheritedFrom": {
|
|
17765
|
-
"name": "BaseButton",
|
|
17766
|
-
"module": "src/button/button.base.ts"
|
|
17767
|
-
}
|
|
17768
|
-
},
|
|
17769
17864
|
{
|
|
17770
17865
|
"kind": "field",
|
|
17771
17866
|
"name": "defaultSlottedContent",
|
|
@@ -18213,6 +18308,9 @@
|
|
|
18213
18308
|
],
|
|
18214
18309
|
"events": [
|
|
18215
18310
|
{
|
|
18311
|
+
"type": {
|
|
18312
|
+
"text": "Event"
|
|
18313
|
+
},
|
|
18216
18314
|
"description": "Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked",
|
|
18217
18315
|
"name": "change"
|
|
18218
18316
|
}
|
|
@@ -19225,6 +19323,10 @@
|
|
|
19225
19323
|
"description": "Content that can be provided for the dismiss button",
|
|
19226
19324
|
"name": "dismiss"
|
|
19227
19325
|
},
|
|
19326
|
+
{
|
|
19327
|
+
"description": "Content that can be provided for the leading icon",
|
|
19328
|
+
"name": "icon"
|
|
19329
|
+
},
|
|
19228
19330
|
{
|
|
19229
19331
|
"description": "The default slot for the content",
|
|
19230
19332
|
"name": ""
|
|
@@ -19282,6 +19384,15 @@
|
|
|
19282
19384
|
"default": "'status'"
|
|
19283
19385
|
}
|
|
19284
19386
|
],
|
|
19387
|
+
"events": [
|
|
19388
|
+
{
|
|
19389
|
+
"type": {
|
|
19390
|
+
"text": "CustomEvent"
|
|
19391
|
+
},
|
|
19392
|
+
"description": "Fired when the message bar is dismissed.",
|
|
19393
|
+
"name": "dismiss"
|
|
19394
|
+
}
|
|
19395
|
+
],
|
|
19285
19396
|
"attributes": [
|
|
19286
19397
|
{
|
|
19287
19398
|
"name": "shape",
|
|
@@ -19382,6 +19493,24 @@
|
|
|
19382
19493
|
],
|
|
19383
19494
|
"description": "Handles changes to validation-state attribute custom states"
|
|
19384
19495
|
},
|
|
19496
|
+
{
|
|
19497
|
+
"kind": "field",
|
|
19498
|
+
"name": "value",
|
|
19499
|
+
"type": {
|
|
19500
|
+
"text": "number | undefined"
|
|
19501
|
+
},
|
|
19502
|
+
"privacy": "public",
|
|
19503
|
+
"description": "The value of the progress\nThe value of the progress\n\nHTML Attribute: `value`"
|
|
19504
|
+
},
|
|
19505
|
+
{
|
|
19506
|
+
"kind": "field",
|
|
19507
|
+
"name": "min",
|
|
19508
|
+
"type": {
|
|
19509
|
+
"text": "number | undefined"
|
|
19510
|
+
},
|
|
19511
|
+
"privacy": "public",
|
|
19512
|
+
"description": "The minimum value\nThe minimum value\n\nHTML Attribute: `min`"
|
|
19513
|
+
},
|
|
19385
19514
|
{
|
|
19386
19515
|
"kind": "method",
|
|
19387
19516
|
"name": "minChanged",
|
|
@@ -19409,6 +19538,15 @@
|
|
|
19409
19538
|
],
|
|
19410
19539
|
"description": "Updates the percent complete when the `min` property changes."
|
|
19411
19540
|
},
|
|
19541
|
+
{
|
|
19542
|
+
"kind": "field",
|
|
19543
|
+
"name": "max",
|
|
19544
|
+
"type": {
|
|
19545
|
+
"text": "number | undefined"
|
|
19546
|
+
},
|
|
19547
|
+
"privacy": "public",
|
|
19548
|
+
"description": "The maximum value\nThe maximum value\n\nHTML Attribute: `max`"
|
|
19549
|
+
},
|
|
19412
19550
|
{
|
|
19413
19551
|
"kind": "field",
|
|
19414
19552
|
"name": "role",
|
|
@@ -19430,6 +19568,30 @@
|
|
|
19430
19568
|
"parsedType": {
|
|
19431
19569
|
"text": "'success' | 'warning' | 'error' | null"
|
|
19432
19570
|
}
|
|
19571
|
+
},
|
|
19572
|
+
{
|
|
19573
|
+
"name": "value",
|
|
19574
|
+
"type": {
|
|
19575
|
+
"text": "number | undefined"
|
|
19576
|
+
},
|
|
19577
|
+
"description": "The value of the progress\nThe value of the progress\n\nHTML Attribute: `value`",
|
|
19578
|
+
"fieldName": "value"
|
|
19579
|
+
},
|
|
19580
|
+
{
|
|
19581
|
+
"name": "min",
|
|
19582
|
+
"type": {
|
|
19583
|
+
"text": "number | undefined"
|
|
19584
|
+
},
|
|
19585
|
+
"description": "The minimum value\nThe minimum value\n\nHTML Attribute: `min`",
|
|
19586
|
+
"fieldName": "min"
|
|
19587
|
+
},
|
|
19588
|
+
{
|
|
19589
|
+
"name": "max",
|
|
19590
|
+
"type": {
|
|
19591
|
+
"text": "number | undefined"
|
|
19592
|
+
},
|
|
19593
|
+
"description": "The maximum value\nThe maximum value\n\nHTML Attribute: `max`",
|
|
19594
|
+
"fieldName": "max"
|
|
19433
19595
|
}
|
|
19434
19596
|
],
|
|
19435
19597
|
"superclass": {
|
|
@@ -19460,6 +19622,12 @@
|
|
|
19460
19622
|
"kind": "class",
|
|
19461
19623
|
"description": "A Progress HTML Element.\nBased on BaseProgressBar and includes style and layout specific attributes",
|
|
19462
19624
|
"name": "ProgressBar",
|
|
19625
|
+
"cssParts": [
|
|
19626
|
+
{
|
|
19627
|
+
"description": "The internal progress indicator element.",
|
|
19628
|
+
"name": "indicator"
|
|
19629
|
+
}
|
|
19630
|
+
],
|
|
19463
19631
|
"members": [
|
|
19464
19632
|
{
|
|
19465
19633
|
"kind": "field",
|
|
@@ -19528,6 +19696,32 @@
|
|
|
19528
19696
|
"module": "src/progress-bar/progress-bar.base.ts"
|
|
19529
19697
|
}
|
|
19530
19698
|
},
|
|
19699
|
+
{
|
|
19700
|
+
"kind": "field",
|
|
19701
|
+
"name": "value",
|
|
19702
|
+
"type": {
|
|
19703
|
+
"text": "number | undefined"
|
|
19704
|
+
},
|
|
19705
|
+
"privacy": "public",
|
|
19706
|
+
"description": "The value of the progress\nThe value of the progress\n\nHTML Attribute: `value`",
|
|
19707
|
+
"inheritedFrom": {
|
|
19708
|
+
"name": "BaseProgressBar",
|
|
19709
|
+
"module": "src/progress-bar/progress-bar.base.ts"
|
|
19710
|
+
}
|
|
19711
|
+
},
|
|
19712
|
+
{
|
|
19713
|
+
"kind": "field",
|
|
19714
|
+
"name": "min",
|
|
19715
|
+
"type": {
|
|
19716
|
+
"text": "number | undefined"
|
|
19717
|
+
},
|
|
19718
|
+
"privacy": "public",
|
|
19719
|
+
"description": "The minimum value\nThe minimum value\n\nHTML Attribute: `min`",
|
|
19720
|
+
"inheritedFrom": {
|
|
19721
|
+
"name": "BaseProgressBar",
|
|
19722
|
+
"module": "src/progress-bar/progress-bar.base.ts"
|
|
19723
|
+
}
|
|
19724
|
+
},
|
|
19531
19725
|
{
|
|
19532
19726
|
"kind": "method",
|
|
19533
19727
|
"name": "minChanged",
|
|
@@ -19559,6 +19753,19 @@
|
|
|
19559
19753
|
"module": "src/progress-bar/progress-bar.base.ts"
|
|
19560
19754
|
}
|
|
19561
19755
|
},
|
|
19756
|
+
{
|
|
19757
|
+
"kind": "field",
|
|
19758
|
+
"name": "max",
|
|
19759
|
+
"type": {
|
|
19760
|
+
"text": "number | undefined"
|
|
19761
|
+
},
|
|
19762
|
+
"privacy": "public",
|
|
19763
|
+
"description": "The maximum value\nThe maximum value\n\nHTML Attribute: `max`",
|
|
19764
|
+
"inheritedFrom": {
|
|
19765
|
+
"name": "BaseProgressBar",
|
|
19766
|
+
"module": "src/progress-bar/progress-bar.base.ts"
|
|
19767
|
+
}
|
|
19768
|
+
},
|
|
19562
19769
|
{
|
|
19563
19770
|
"kind": "field",
|
|
19564
19771
|
"name": "role",
|
|
@@ -19610,6 +19817,42 @@
|
|
|
19610
19817
|
"name": "BaseProgressBar",
|
|
19611
19818
|
"module": "src/progress-bar/progress-bar.base.ts"
|
|
19612
19819
|
}
|
|
19820
|
+
},
|
|
19821
|
+
{
|
|
19822
|
+
"name": "value",
|
|
19823
|
+
"type": {
|
|
19824
|
+
"text": "number | undefined"
|
|
19825
|
+
},
|
|
19826
|
+
"description": "The value of the progress\nThe value of the progress\n\nHTML Attribute: `value`",
|
|
19827
|
+
"fieldName": "value",
|
|
19828
|
+
"inheritedFrom": {
|
|
19829
|
+
"name": "BaseProgressBar",
|
|
19830
|
+
"module": "src/progress-bar/progress-bar.base.ts"
|
|
19831
|
+
}
|
|
19832
|
+
},
|
|
19833
|
+
{
|
|
19834
|
+
"name": "min",
|
|
19835
|
+
"type": {
|
|
19836
|
+
"text": "number | undefined"
|
|
19837
|
+
},
|
|
19838
|
+
"description": "The minimum value\nThe minimum value\n\nHTML Attribute: `min`",
|
|
19839
|
+
"fieldName": "min",
|
|
19840
|
+
"inheritedFrom": {
|
|
19841
|
+
"name": "BaseProgressBar",
|
|
19842
|
+
"module": "src/progress-bar/progress-bar.base.ts"
|
|
19843
|
+
}
|
|
19844
|
+
},
|
|
19845
|
+
{
|
|
19846
|
+
"name": "max",
|
|
19847
|
+
"type": {
|
|
19848
|
+
"text": "number | undefined"
|
|
19849
|
+
},
|
|
19850
|
+
"description": "The maximum value\nThe maximum value\n\nHTML Attribute: `max`",
|
|
19851
|
+
"fieldName": "max",
|
|
19852
|
+
"inheritedFrom": {
|
|
19853
|
+
"name": "BaseProgressBar",
|
|
19854
|
+
"module": "src/progress-bar/progress-bar.base.ts"
|
|
19855
|
+
}
|
|
19613
19856
|
}
|
|
19614
19857
|
],
|
|
19615
19858
|
"superclass": {
|
|
@@ -19621,7 +19864,6 @@
|
|
|
19621
19864
|
"modulePath": "./dist/esm/progress-bar/progress-bar.js",
|
|
19622
19865
|
"definitionPath": "./dist/esm/progress-bar/define.js",
|
|
19623
19866
|
"cssProperties": [],
|
|
19624
|
-
"cssParts": [],
|
|
19625
19867
|
"cssStates": [],
|
|
19626
19868
|
"events": [],
|
|
19627
19869
|
"slots": []
|
|
@@ -19686,19 +19928,6 @@
|
|
|
19686
19928
|
},
|
|
19687
19929
|
"default": "'radio'"
|
|
19688
19930
|
},
|
|
19689
|
-
{
|
|
19690
|
-
"kind": "field",
|
|
19691
|
-
"name": "autofocus",
|
|
19692
|
-
"type": {
|
|
19693
|
-
"text": "boolean"
|
|
19694
|
-
},
|
|
19695
|
-
"privacy": "public",
|
|
19696
|
-
"description": "Indicates that the element should get focus after the page finishes loading.",
|
|
19697
|
-
"inheritedFrom": {
|
|
19698
|
-
"name": "BaseCheckbox",
|
|
19699
|
-
"module": "src/checkbox/checkbox.base.ts"
|
|
19700
|
-
}
|
|
19701
|
-
},
|
|
19702
19931
|
{
|
|
19703
19932
|
"kind": "field",
|
|
19704
19933
|
"name": "checked",
|
|
@@ -19959,12 +20188,33 @@
|
|
|
19959
20188
|
],
|
|
19960
20189
|
"events": [
|
|
19961
20190
|
{
|
|
20191
|
+
"type": {
|
|
20192
|
+
"text": "Event"
|
|
20193
|
+
},
|
|
19962
20194
|
"description": "Emits a custom change event when the checked state changes",
|
|
19963
|
-
"name": "change"
|
|
20195
|
+
"name": "change",
|
|
20196
|
+
"inheritedFrom": {
|
|
20197
|
+
"name": "BaseCheckbox",
|
|
20198
|
+
"module": "src/checkbox/checkbox.base.ts"
|
|
20199
|
+
}
|
|
19964
20200
|
},
|
|
19965
20201
|
{
|
|
20202
|
+
"type": {
|
|
20203
|
+
"text": "Event"
|
|
20204
|
+
},
|
|
19966
20205
|
"description": "Emits a custom input event when the checked state changes",
|
|
19967
|
-
"name": "input"
|
|
20206
|
+
"name": "input",
|
|
20207
|
+
"inheritedFrom": {
|
|
20208
|
+
"name": "BaseCheckbox",
|
|
20209
|
+
"module": "src/checkbox/checkbox.base.ts"
|
|
20210
|
+
}
|
|
20211
|
+
},
|
|
20212
|
+
{
|
|
20213
|
+
"type": {
|
|
20214
|
+
"text": "CustomEvent"
|
|
20215
|
+
},
|
|
20216
|
+
"description": "Emits a custom disabled event when the disabled state changes",
|
|
20217
|
+
"name": "disabled"
|
|
19968
20218
|
}
|
|
19969
20219
|
],
|
|
19970
20220
|
"superclass": {
|
|
@@ -19974,18 +20224,6 @@
|
|
|
19974
20224
|
"tagName": "fluent-radio",
|
|
19975
20225
|
"customElement": true,
|
|
19976
20226
|
"attributes": [
|
|
19977
|
-
{
|
|
19978
|
-
"name": "autofocus",
|
|
19979
|
-
"type": {
|
|
19980
|
-
"text": "boolean"
|
|
19981
|
-
},
|
|
19982
|
-
"description": "Indicates that the element should get focus after the page finishes loading.",
|
|
19983
|
-
"fieldName": "autofocus",
|
|
19984
|
-
"inheritedFrom": {
|
|
19985
|
-
"name": "BaseCheckbox",
|
|
19986
|
-
"module": "src/checkbox/checkbox.base.ts"
|
|
19987
|
-
}
|
|
19988
|
-
},
|
|
19989
20227
|
{
|
|
19990
20228
|
"name": "disabled",
|
|
19991
20229
|
"type": {
|
|
@@ -20381,6 +20619,15 @@
|
|
|
20381
20619
|
"name": "ariaOrientation"
|
|
20382
20620
|
}
|
|
20383
20621
|
],
|
|
20622
|
+
"events": [
|
|
20623
|
+
{
|
|
20624
|
+
"type": {
|
|
20625
|
+
"text": "Event"
|
|
20626
|
+
},
|
|
20627
|
+
"description": "Fires a custom 'change' event when the checked radio changes",
|
|
20628
|
+
"name": "change"
|
|
20629
|
+
}
|
|
20630
|
+
],
|
|
20384
20631
|
"attributes": [
|
|
20385
20632
|
{
|
|
20386
20633
|
"name": "disabled",
|
|
@@ -20857,6 +21104,19 @@
|
|
|
20857
21104
|
}
|
|
20858
21105
|
}
|
|
20859
21106
|
],
|
|
21107
|
+
"events": [
|
|
21108
|
+
{
|
|
21109
|
+
"type": {
|
|
21110
|
+
"text": "Event"
|
|
21111
|
+
},
|
|
21112
|
+
"description": "Fired when the selected radio changes.",
|
|
21113
|
+
"name": "change",
|
|
21114
|
+
"inheritedFrom": {
|
|
21115
|
+
"name": "BaseRadioGroup",
|
|
21116
|
+
"module": "src/radio-group/radio-group.base.ts"
|
|
21117
|
+
}
|
|
21118
|
+
}
|
|
21119
|
+
],
|
|
20860
21120
|
"superclass": {
|
|
20861
21121
|
"name": "BaseRadioGroup",
|
|
20862
21122
|
"module": "/src/radio-group/radio-group.base.js"
|
|
@@ -20932,8 +21192,7 @@
|
|
|
20932
21192
|
"definitionPath": "./dist/esm/radio-group/define.js",
|
|
20933
21193
|
"cssProperties": [],
|
|
20934
21194
|
"cssParts": [],
|
|
20935
|
-
"cssStates": []
|
|
20936
|
-
"events": []
|
|
21195
|
+
"cssStates": []
|
|
20937
21196
|
}
|
|
20938
21197
|
],
|
|
20939
21198
|
"exports": [
|
|
@@ -22071,6 +22330,9 @@
|
|
|
22071
22330
|
],
|
|
22072
22331
|
"events": [
|
|
22073
22332
|
{
|
|
22333
|
+
"type": {
|
|
22334
|
+
"text": "Event"
|
|
22335
|
+
},
|
|
22074
22336
|
"description": "Fires a custom 'change' event when the value changes.",
|
|
22075
22337
|
"name": "change"
|
|
22076
22338
|
}
|
|
@@ -22317,6 +22579,12 @@
|
|
|
22317
22579
|
"kind": "class",
|
|
22318
22580
|
"description": "A Switch Custom HTML Element.\nBased on BaseCheckbox and includes style and layout specific attributes",
|
|
22319
22581
|
"name": "Switch",
|
|
22582
|
+
"cssParts": [
|
|
22583
|
+
{
|
|
22584
|
+
"description": "The internal switch indicator element.",
|
|
22585
|
+
"name": "checked-indicator"
|
|
22586
|
+
}
|
|
22587
|
+
],
|
|
22320
22588
|
"members": [
|
|
22321
22589
|
{
|
|
22322
22590
|
"kind": "field",
|
|
@@ -22326,19 +22594,6 @@
|
|
|
22326
22594
|
},
|
|
22327
22595
|
"default": "'switch'"
|
|
22328
22596
|
},
|
|
22329
|
-
{
|
|
22330
|
-
"kind": "field",
|
|
22331
|
-
"name": "autofocus",
|
|
22332
|
-
"type": {
|
|
22333
|
-
"text": "boolean"
|
|
22334
|
-
},
|
|
22335
|
-
"privacy": "public",
|
|
22336
|
-
"description": "Indicates that the element should get focus after the page finishes loading.",
|
|
22337
|
-
"inheritedFrom": {
|
|
22338
|
-
"name": "BaseCheckbox",
|
|
22339
|
-
"module": "src/checkbox/checkbox.base.ts"
|
|
22340
|
-
}
|
|
22341
|
-
},
|
|
22342
22597
|
{
|
|
22343
22598
|
"kind": "field",
|
|
22344
22599
|
"name": "checked",
|
|
@@ -22629,18 +22884,6 @@
|
|
|
22629
22884
|
"tagName": "fluent-switch",
|
|
22630
22885
|
"customElement": true,
|
|
22631
22886
|
"attributes": [
|
|
22632
|
-
{
|
|
22633
|
-
"name": "autofocus",
|
|
22634
|
-
"type": {
|
|
22635
|
-
"text": "boolean"
|
|
22636
|
-
},
|
|
22637
|
-
"description": "Indicates that the element should get focus after the page finishes loading.",
|
|
22638
|
-
"fieldName": "autofocus",
|
|
22639
|
-
"inheritedFrom": {
|
|
22640
|
-
"name": "BaseCheckbox",
|
|
22641
|
-
"module": "src/checkbox/checkbox.base.ts"
|
|
22642
|
-
}
|
|
22643
|
-
},
|
|
22644
22887
|
{
|
|
22645
22888
|
"name": "disabled",
|
|
22646
22889
|
"type": {
|
|
@@ -22689,26 +22932,50 @@
|
|
|
22689
22932
|
"name": "BaseCheckbox",
|
|
22690
22933
|
"module": "src/checkbox/checkbox.base.ts"
|
|
22691
22934
|
}
|
|
22692
|
-
},
|
|
22935
|
+
},
|
|
22936
|
+
{
|
|
22937
|
+
"name": "name",
|
|
22938
|
+
"type": {
|
|
22939
|
+
"text": "string"
|
|
22940
|
+
},
|
|
22941
|
+
"description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
|
|
22942
|
+
"fieldName": "name",
|
|
22943
|
+
"inheritedFrom": {
|
|
22944
|
+
"name": "BaseCheckbox",
|
|
22945
|
+
"module": "src/checkbox/checkbox.base.ts"
|
|
22946
|
+
}
|
|
22947
|
+
},
|
|
22948
|
+
{
|
|
22949
|
+
"name": "required",
|
|
22950
|
+
"type": {
|
|
22951
|
+
"text": "boolean"
|
|
22952
|
+
},
|
|
22953
|
+
"description": "The element's required state.",
|
|
22954
|
+
"fieldName": "required",
|
|
22955
|
+
"inheritedFrom": {
|
|
22956
|
+
"name": "BaseCheckbox",
|
|
22957
|
+
"module": "src/checkbox/checkbox.base.ts"
|
|
22958
|
+
}
|
|
22959
|
+
}
|
|
22960
|
+
],
|
|
22961
|
+
"events": [
|
|
22693
22962
|
{
|
|
22694
|
-
"name": "name",
|
|
22695
22963
|
"type": {
|
|
22696
|
-
"text": "
|
|
22964
|
+
"text": "Event"
|
|
22697
22965
|
},
|
|
22698
|
-
"description": "
|
|
22699
|
-
"
|
|
22966
|
+
"description": "Fires a custom 'change' event when the checked state changes",
|
|
22967
|
+
"name": "change",
|
|
22700
22968
|
"inheritedFrom": {
|
|
22701
22969
|
"name": "BaseCheckbox",
|
|
22702
22970
|
"module": "src/checkbox/checkbox.base.ts"
|
|
22703
22971
|
}
|
|
22704
22972
|
},
|
|
22705
22973
|
{
|
|
22706
|
-
"name": "required",
|
|
22707
22974
|
"type": {
|
|
22708
|
-
"text": "
|
|
22975
|
+
"text": "Event"
|
|
22709
22976
|
},
|
|
22710
|
-
"description": "
|
|
22711
|
-
"
|
|
22977
|
+
"description": "Fires a custom 'input' event when the checked state changes",
|
|
22978
|
+
"name": "input",
|
|
22712
22979
|
"inheritedFrom": {
|
|
22713
22980
|
"name": "BaseCheckbox",
|
|
22714
22981
|
"module": "src/checkbox/checkbox.base.ts"
|
|
@@ -22718,9 +22985,7 @@
|
|
|
22718
22985
|
"modulePath": "./dist/esm/switch/switch.js",
|
|
22719
22986
|
"definitionPath": "./dist/esm/switch/define.js",
|
|
22720
22987
|
"cssProperties": [],
|
|
22721
|
-
"cssParts": [],
|
|
22722
22988
|
"cssStates": [],
|
|
22723
|
-
"events": [],
|
|
22724
22989
|
"slots": []
|
|
22725
22990
|
}
|
|
22726
22991
|
],
|
|
@@ -23248,6 +23513,15 @@
|
|
|
23248
23513
|
}
|
|
23249
23514
|
}
|
|
23250
23515
|
],
|
|
23516
|
+
"events": [
|
|
23517
|
+
{
|
|
23518
|
+
"type": {
|
|
23519
|
+
"text": "Event"
|
|
23520
|
+
},
|
|
23521
|
+
"description": "Fired when the active tab changes.",
|
|
23522
|
+
"name": "change"
|
|
23523
|
+
}
|
|
23524
|
+
],
|
|
23251
23525
|
"attributes": [
|
|
23252
23526
|
{
|
|
23253
23527
|
"name": "appearance",
|
|
@@ -23323,7 +23597,6 @@
|
|
|
23323
23597
|
"cssProperties": [],
|
|
23324
23598
|
"cssParts": [],
|
|
23325
23599
|
"cssStates": [],
|
|
23326
|
-
"events": [],
|
|
23327
23600
|
"slots": []
|
|
23328
23601
|
}
|
|
23329
23602
|
],
|
|
@@ -23831,10 +24104,16 @@
|
|
|
23831
24104
|
],
|
|
23832
24105
|
"events": [
|
|
23833
24106
|
{
|
|
24107
|
+
"type": {
|
|
24108
|
+
"text": "Event"
|
|
24109
|
+
},
|
|
23834
24110
|
"description": "Fires after the control loses focus, if the content has changed.",
|
|
23835
24111
|
"name": "change"
|
|
23836
24112
|
},
|
|
23837
24113
|
{
|
|
24114
|
+
"type": {
|
|
24115
|
+
"text": "Event"
|
|
24116
|
+
},
|
|
23838
24117
|
"description": "Fires when the `select()` method is called.",
|
|
23839
24118
|
"name": "select"
|
|
23840
24119
|
}
|
|
@@ -24886,6 +25165,9 @@
|
|
|
24886
25165
|
],
|
|
24887
25166
|
"events": [
|
|
24888
25167
|
{
|
|
25168
|
+
"type": {
|
|
25169
|
+
"text": "Event"
|
|
25170
|
+
},
|
|
24889
25171
|
"description": "Fires after the control loses focus, if the content has changed.",
|
|
24890
25172
|
"name": "change",
|
|
24891
25173
|
"inheritedFrom": {
|
|
@@ -24894,6 +25176,9 @@
|
|
|
24894
25176
|
}
|
|
24895
25177
|
},
|
|
24896
25178
|
{
|
|
25179
|
+
"type": {
|
|
25180
|
+
"text": "Event"
|
|
25181
|
+
},
|
|
24897
25182
|
"description": "Fires when the `select()` method is called.",
|
|
24898
25183
|
"name": "select",
|
|
24899
25184
|
"inheritedFrom": {
|
|
@@ -24965,15 +25250,6 @@
|
|
|
24965
25250
|
"privacy": "public",
|
|
24966
25251
|
"description": "Indicates the element's autocomplete state."
|
|
24967
25252
|
},
|
|
24968
|
-
{
|
|
24969
|
-
"kind": "field",
|
|
24970
|
-
"name": "autofocus",
|
|
24971
|
-
"type": {
|
|
24972
|
-
"text": "boolean"
|
|
24973
|
-
},
|
|
24974
|
-
"privacy": "public",
|
|
24975
|
-
"description": "Indicates that the element should get focus after the page finishes loading."
|
|
24976
|
-
},
|
|
24977
25253
|
{
|
|
24978
25254
|
"kind": "field",
|
|
24979
25255
|
"name": "currentValue",
|
|
@@ -25285,6 +25561,22 @@
|
|
|
25285
25561
|
"description": "Reports the validity of the element."
|
|
25286
25562
|
}
|
|
25287
25563
|
],
|
|
25564
|
+
"events": [
|
|
25565
|
+
{
|
|
25566
|
+
"type": {
|
|
25567
|
+
"text": "Event"
|
|
25568
|
+
},
|
|
25569
|
+
"description": "Fires a custom 'change' event when the value changes and the input loses focus",
|
|
25570
|
+
"name": "change"
|
|
25571
|
+
},
|
|
25572
|
+
{
|
|
25573
|
+
"type": {
|
|
25574
|
+
"text": "Event"
|
|
25575
|
+
},
|
|
25576
|
+
"description": "Fires when the `select()` method is called.",
|
|
25577
|
+
"name": "select"
|
|
25578
|
+
}
|
|
25579
|
+
],
|
|
25288
25580
|
"attributes": [
|
|
25289
25581
|
{
|
|
25290
25582
|
"name": "autocomplete",
|
|
@@ -25294,14 +25586,6 @@
|
|
|
25294
25586
|
"description": "Indicates the element's autocomplete state.",
|
|
25295
25587
|
"fieldName": "autocomplete"
|
|
25296
25588
|
},
|
|
25297
|
-
{
|
|
25298
|
-
"name": "autofocus",
|
|
25299
|
-
"type": {
|
|
25300
|
-
"text": "boolean"
|
|
25301
|
-
},
|
|
25302
|
-
"description": "Indicates that the element should get focus after the page finishes loading.",
|
|
25303
|
-
"fieldName": "autofocus"
|
|
25304
|
-
},
|
|
25305
25589
|
{
|
|
25306
25590
|
"name": "current-value",
|
|
25307
25591
|
"type": {
|
|
@@ -25508,19 +25792,6 @@
|
|
|
25508
25792
|
"module": "src/text-input/text-input.base.ts"
|
|
25509
25793
|
}
|
|
25510
25794
|
},
|
|
25511
|
-
{
|
|
25512
|
-
"kind": "field",
|
|
25513
|
-
"name": "autofocus",
|
|
25514
|
-
"type": {
|
|
25515
|
-
"text": "boolean"
|
|
25516
|
-
},
|
|
25517
|
-
"privacy": "public",
|
|
25518
|
-
"description": "Indicates that the element should get focus after the page finishes loading.",
|
|
25519
|
-
"inheritedFrom": {
|
|
25520
|
-
"name": "BaseTextInput",
|
|
25521
|
-
"module": "src/text-input/text-input.base.ts"
|
|
25522
|
-
}
|
|
25523
|
-
},
|
|
25524
25795
|
{
|
|
25525
25796
|
"kind": "field",
|
|
25526
25797
|
"name": "currentValue",
|
|
@@ -25948,6 +26219,30 @@
|
|
|
25948
26219
|
}
|
|
25949
26220
|
}
|
|
25950
26221
|
],
|
|
26222
|
+
"events": [
|
|
26223
|
+
{
|
|
26224
|
+
"type": {
|
|
26225
|
+
"text": "Event"
|
|
26226
|
+
},
|
|
26227
|
+
"description": "Fired when the input value is committed via a change event.",
|
|
26228
|
+
"name": "change",
|
|
26229
|
+
"inheritedFrom": {
|
|
26230
|
+
"name": "BaseTextInput",
|
|
26231
|
+
"module": "src/text-input/text-input.base.ts"
|
|
26232
|
+
}
|
|
26233
|
+
},
|
|
26234
|
+
{
|
|
26235
|
+
"type": {
|
|
26236
|
+
"text": "Event"
|
|
26237
|
+
},
|
|
26238
|
+
"description": "Fires when the `select()` method is called.",
|
|
26239
|
+
"name": "select",
|
|
26240
|
+
"inheritedFrom": {
|
|
26241
|
+
"name": "BaseTextInput",
|
|
26242
|
+
"module": "src/text-input/text-input.base.ts"
|
|
26243
|
+
}
|
|
26244
|
+
}
|
|
26245
|
+
],
|
|
25951
26246
|
"attributes": [
|
|
25952
26247
|
{
|
|
25953
26248
|
"name": "appearance",
|
|
@@ -25983,18 +26278,6 @@
|
|
|
25983
26278
|
"module": "src/text-input/text-input.base.ts"
|
|
25984
26279
|
}
|
|
25985
26280
|
},
|
|
25986
|
-
{
|
|
25987
|
-
"name": "autofocus",
|
|
25988
|
-
"type": {
|
|
25989
|
-
"text": "boolean"
|
|
25990
|
-
},
|
|
25991
|
-
"description": "Indicates that the element should get focus after the page finishes loading.",
|
|
25992
|
-
"fieldName": "autofocus",
|
|
25993
|
-
"inheritedFrom": {
|
|
25994
|
-
"name": "BaseTextInput",
|
|
25995
|
-
"module": "src/text-input/text-input.base.ts"
|
|
25996
|
-
}
|
|
25997
|
-
},
|
|
25998
26281
|
{
|
|
25999
26282
|
"name": "current-value",
|
|
26000
26283
|
"type": {
|
|
@@ -26264,8 +26547,7 @@
|
|
|
26264
26547
|
"modulePath": "./dist/esm/text-input/text-input.js",
|
|
26265
26548
|
"definitionPath": "./dist/esm/text-input/define.js",
|
|
26266
26549
|
"cssProperties": [],
|
|
26267
|
-
"cssStates": []
|
|
26268
|
-
"events": []
|
|
26550
|
+
"cssStates": []
|
|
26269
26551
|
}
|
|
26270
26552
|
],
|
|
26271
26553
|
"exports": [
|
|
@@ -26287,6 +26569,12 @@
|
|
|
26287
26569
|
"kind": "class",
|
|
26288
26570
|
"description": "The base class used for constructing a fluent-text custom element",
|
|
26289
26571
|
"name": "Text",
|
|
26572
|
+
"slots": [
|
|
26573
|
+
{
|
|
26574
|
+
"description": "The default slot for the text content of the component. Can be any valid HTML element, but is typically a semantic element such as a heading or paragraph.",
|
|
26575
|
+
"name": ""
|
|
26576
|
+
}
|
|
26577
|
+
],
|
|
26290
26578
|
"members": [
|
|
26291
26579
|
{
|
|
26292
26580
|
"kind": "field",
|
|
@@ -26622,19 +26910,6 @@
|
|
|
26622
26910
|
"module": "src/button/button.ts"
|
|
26623
26911
|
}
|
|
26624
26912
|
},
|
|
26625
|
-
{
|
|
26626
|
-
"kind": "field",
|
|
26627
|
-
"name": "autofocus",
|
|
26628
|
-
"type": {
|
|
26629
|
-
"text": "boolean"
|
|
26630
|
-
},
|
|
26631
|
-
"privacy": "public",
|
|
26632
|
-
"description": "Indicates the button should be focused when the page is loaded.",
|
|
26633
|
-
"inheritedFrom": {
|
|
26634
|
-
"name": "BaseButton",
|
|
26635
|
-
"module": "src/button/button.base.ts"
|
|
26636
|
-
}
|
|
26637
|
-
},
|
|
26638
26913
|
{
|
|
26639
26914
|
"kind": "field",
|
|
26640
26915
|
"name": "defaultSlottedContent",
|
|
@@ -26969,18 +27244,6 @@
|
|
|
26969
27244
|
"module": "src/button/button.ts"
|
|
26970
27245
|
}
|
|
26971
27246
|
},
|
|
26972
|
-
{
|
|
26973
|
-
"name": "autofocus",
|
|
26974
|
-
"type": {
|
|
26975
|
-
"text": "boolean"
|
|
26976
|
-
},
|
|
26977
|
-
"description": "Indicates the button should be focused when the page is loaded.",
|
|
26978
|
-
"fieldName": "autofocus",
|
|
26979
|
-
"inheritedFrom": {
|
|
26980
|
-
"name": "BaseButton",
|
|
26981
|
-
"module": "src/button/button.base.ts"
|
|
26982
|
-
}
|
|
26983
|
-
},
|
|
26984
27247
|
{
|
|
26985
27248
|
"name": "disabled",
|
|
26986
27249
|
"type": {
|
|
@@ -27189,6 +27452,12 @@
|
|
|
27189
27452
|
"kind": "class",
|
|
27190
27453
|
"description": "A Tooltip Custom HTML Element.\nBased on ARIA APG Tooltip Pattern https://www.w3.org/WAI/ARIA/apg/patterns/tooltip/ ",
|
|
27191
27454
|
"name": "Tooltip",
|
|
27455
|
+
"slots": [
|
|
27456
|
+
{
|
|
27457
|
+
"description": "The default slot. Accepts the content of the tooltip.",
|
|
27458
|
+
"name": ""
|
|
27459
|
+
}
|
|
27460
|
+
],
|
|
27192
27461
|
"members": [
|
|
27193
27462
|
{
|
|
27194
27463
|
"kind": "field",
|
|
@@ -27334,7 +27603,7 @@
|
|
|
27334
27603
|
"declarations": [
|
|
27335
27604
|
{
|
|
27336
27605
|
"kind": "class",
|
|
27337
|
-
"description": "",
|
|
27606
|
+
"description": "Base class for Tree Item Custom HTML Element.\nBased largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/li | `<li>` element.",
|
|
27338
27607
|
"name": "BaseTreeItem",
|
|
27339
27608
|
"members": [
|
|
27340
27609
|
{
|
|
@@ -27475,6 +27744,22 @@
|
|
|
27475
27744
|
"default": "'treeitem'"
|
|
27476
27745
|
}
|
|
27477
27746
|
],
|
|
27747
|
+
"events": [
|
|
27748
|
+
{
|
|
27749
|
+
"type": {
|
|
27750
|
+
"text": "ToggleEvent"
|
|
27751
|
+
},
|
|
27752
|
+
"description": "Fires when the expanded state changes",
|
|
27753
|
+
"name": "toggle"
|
|
27754
|
+
},
|
|
27755
|
+
{
|
|
27756
|
+
"type": {
|
|
27757
|
+
"text": "Event"
|
|
27758
|
+
},
|
|
27759
|
+
"description": "Fires when the selected state changes",
|
|
27760
|
+
"name": "change"
|
|
27761
|
+
}
|
|
27762
|
+
],
|
|
27478
27763
|
"attributes": [
|
|
27479
27764
|
{
|
|
27480
27765
|
"name": "expanded",
|
|
@@ -27539,6 +27824,50 @@
|
|
|
27539
27824
|
"kind": "class",
|
|
27540
27825
|
"description": "The Fluent Tree Item Element. Implements @microsoft/fast-foundation#BaseTreeItem.",
|
|
27541
27826
|
"name": "TreeItem",
|
|
27827
|
+
"cssParts": [
|
|
27828
|
+
{
|
|
27829
|
+
"description": "The container for item content and aside regions.",
|
|
27830
|
+
"name": "positioning-region"
|
|
27831
|
+
},
|
|
27832
|
+
{
|
|
27833
|
+
"description": "The item content region.",
|
|
27834
|
+
"name": "content"
|
|
27835
|
+
},
|
|
27836
|
+
{
|
|
27837
|
+
"description": "The expand/collapse indicator region.",
|
|
27838
|
+
"name": "chevron"
|
|
27839
|
+
},
|
|
27840
|
+
{
|
|
27841
|
+
"description": "The trailing aside region.",
|
|
27842
|
+
"name": "aside"
|
|
27843
|
+
},
|
|
27844
|
+
{
|
|
27845
|
+
"description": "The child items group region.",
|
|
27846
|
+
"name": "items"
|
|
27847
|
+
}
|
|
27848
|
+
],
|
|
27849
|
+
"slots": [
|
|
27850
|
+
{
|
|
27851
|
+
"description": "The default slot. Accepts the content of the tree item.",
|
|
27852
|
+
"name": ""
|
|
27853
|
+
},
|
|
27854
|
+
{
|
|
27855
|
+
"description": "Content shown before the item label.",
|
|
27856
|
+
"name": "start"
|
|
27857
|
+
},
|
|
27858
|
+
{
|
|
27859
|
+
"description": "Content shown after the item label.",
|
|
27860
|
+
"name": "end"
|
|
27861
|
+
},
|
|
27862
|
+
{
|
|
27863
|
+
"description": "Content shown at the far end of the row.",
|
|
27864
|
+
"name": "aside"
|
|
27865
|
+
},
|
|
27866
|
+
{
|
|
27867
|
+
"description": "Child tree items.",
|
|
27868
|
+
"name": "item"
|
|
27869
|
+
}
|
|
27870
|
+
],
|
|
27542
27871
|
"members": [
|
|
27543
27872
|
{
|
|
27544
27873
|
"kind": "field",
|
|
@@ -27756,6 +28085,30 @@
|
|
|
27756
28085
|
}
|
|
27757
28086
|
}
|
|
27758
28087
|
],
|
|
28088
|
+
"events": [
|
|
28089
|
+
{
|
|
28090
|
+
"type": {
|
|
28091
|
+
"text": "ToggleEvent"
|
|
28092
|
+
},
|
|
28093
|
+
"description": "Fired when expanded state toggles.",
|
|
28094
|
+
"name": "toggle",
|
|
28095
|
+
"inheritedFrom": {
|
|
28096
|
+
"name": "BaseTreeItem",
|
|
28097
|
+
"module": "src/tree-item/tree-item.base.ts"
|
|
28098
|
+
}
|
|
28099
|
+
},
|
|
28100
|
+
{
|
|
28101
|
+
"type": {
|
|
28102
|
+
"text": "Event"
|
|
28103
|
+
},
|
|
28104
|
+
"description": "Fired when selected state changes.",
|
|
28105
|
+
"name": "change",
|
|
28106
|
+
"inheritedFrom": {
|
|
28107
|
+
"name": "BaseTreeItem",
|
|
28108
|
+
"module": "src/tree-item/tree-item.base.ts"
|
|
28109
|
+
}
|
|
28110
|
+
}
|
|
28111
|
+
],
|
|
27759
28112
|
"attributes": [
|
|
27760
28113
|
{
|
|
27761
28114
|
"name": "size",
|
|
@@ -27839,10 +28192,7 @@
|
|
|
27839
28192
|
"modulePath": "./dist/esm/tree-item/tree-item.js",
|
|
27840
28193
|
"definitionPath": "./dist/esm/tree-item/define.js",
|
|
27841
28194
|
"cssProperties": [],
|
|
27842
|
-
"
|
|
27843
|
-
"cssStates": [],
|
|
27844
|
-
"events": [],
|
|
27845
|
-
"slots": []
|
|
28195
|
+
"cssStates": []
|
|
27846
28196
|
}
|
|
27847
28197
|
],
|
|
27848
28198
|
"exports": [
|
|
@@ -28186,7 +28536,7 @@
|
|
|
28186
28536
|
},
|
|
28187
28537
|
{
|
|
28188
28538
|
"kind": "javascript-module",
|
|
28189
|
-
"path": "src/
|
|
28539
|
+
"path": "src/anchor-button/anchor-button.definition-async.ts",
|
|
28190
28540
|
"declarations": [
|
|
28191
28541
|
{
|
|
28192
28542
|
"kind": "variable",
|
|
@@ -28195,7 +28545,7 @@
|
|
|
28195
28545
|
"text": "PartialFASTElementDefinition"
|
|
28196
28546
|
},
|
|
28197
28547
|
"default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
|
|
28198
|
-
"description": "The async definition configuration for the fluent-
|
|
28548
|
+
"description": "The async definition configuration for the fluent-anchor-button element.",
|
|
28199
28549
|
"privacy": "public"
|
|
28200
28550
|
}
|
|
28201
28551
|
],
|
|
@@ -28205,20 +28555,20 @@
|
|
|
28205
28555
|
"name": "definition",
|
|
28206
28556
|
"declaration": {
|
|
28207
28557
|
"name": "definition",
|
|
28208
|
-
"module": "src/
|
|
28558
|
+
"module": "src/anchor-button/anchor-button.definition-async.ts"
|
|
28209
28559
|
}
|
|
28210
28560
|
}
|
|
28211
28561
|
]
|
|
28212
28562
|
},
|
|
28213
28563
|
{
|
|
28214
28564
|
"kind": "javascript-module",
|
|
28215
|
-
"path": "src/
|
|
28565
|
+
"path": "src/anchor-button/define-async.ts",
|
|
28216
28566
|
"declarations": [],
|
|
28217
28567
|
"exports": []
|
|
28218
28568
|
},
|
|
28219
28569
|
{
|
|
28220
28570
|
"kind": "javascript-module",
|
|
28221
|
-
"path": "src/
|
|
28571
|
+
"path": "src/avatar/avatar.definition-async.ts",
|
|
28222
28572
|
"declarations": [
|
|
28223
28573
|
{
|
|
28224
28574
|
"kind": "variable",
|
|
@@ -28227,7 +28577,7 @@
|
|
|
28227
28577
|
"text": "PartialFASTElementDefinition"
|
|
28228
28578
|
},
|
|
28229
28579
|
"default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
|
|
28230
|
-
"description": "The async definition configuration for the fluent-
|
|
28580
|
+
"description": "The async definition configuration for the fluent-avatar element.",
|
|
28231
28581
|
"privacy": "public"
|
|
28232
28582
|
}
|
|
28233
28583
|
],
|
|
@@ -28237,20 +28587,20 @@
|
|
|
28237
28587
|
"name": "definition",
|
|
28238
28588
|
"declaration": {
|
|
28239
28589
|
"name": "definition",
|
|
28240
|
-
"module": "src/
|
|
28590
|
+
"module": "src/avatar/avatar.definition-async.ts"
|
|
28241
28591
|
}
|
|
28242
28592
|
}
|
|
28243
28593
|
]
|
|
28244
28594
|
},
|
|
28245
28595
|
{
|
|
28246
28596
|
"kind": "javascript-module",
|
|
28247
|
-
"path": "src/
|
|
28597
|
+
"path": "src/avatar/define-async.ts",
|
|
28248
28598
|
"declarations": [],
|
|
28249
28599
|
"exports": []
|
|
28250
28600
|
},
|
|
28251
28601
|
{
|
|
28252
28602
|
"kind": "javascript-module",
|
|
28253
|
-
"path": "src/
|
|
28603
|
+
"path": "src/badge/badge.definition-async.ts",
|
|
28254
28604
|
"declarations": [
|
|
28255
28605
|
{
|
|
28256
28606
|
"kind": "variable",
|
|
@@ -28259,7 +28609,7 @@
|
|
|
28259
28609
|
"text": "PartialFASTElementDefinition"
|
|
28260
28610
|
},
|
|
28261
28611
|
"default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
|
|
28262
|
-
"description": "The async definition configuration for the fluent-
|
|
28612
|
+
"description": "The async definition configuration for the fluent-badge element.",
|
|
28263
28613
|
"privacy": "public"
|
|
28264
28614
|
}
|
|
28265
28615
|
],
|
|
@@ -28269,14 +28619,14 @@
|
|
|
28269
28619
|
"name": "definition",
|
|
28270
28620
|
"declaration": {
|
|
28271
28621
|
"name": "definition",
|
|
28272
|
-
"module": "src/
|
|
28622
|
+
"module": "src/badge/badge.definition-async.ts"
|
|
28273
28623
|
}
|
|
28274
28624
|
}
|
|
28275
28625
|
]
|
|
28276
28626
|
},
|
|
28277
28627
|
{
|
|
28278
28628
|
"kind": "javascript-module",
|
|
28279
|
-
"path": "src/
|
|
28629
|
+
"path": "src/badge/define-async.ts",
|
|
28280
28630
|
"declarations": [],
|
|
28281
28631
|
"exports": []
|
|
28282
28632
|
},
|
|
@@ -28314,7 +28664,7 @@
|
|
|
28314
28664
|
},
|
|
28315
28665
|
{
|
|
28316
28666
|
"kind": "javascript-module",
|
|
28317
|
-
"path": "src/
|
|
28667
|
+
"path": "src/accordion-item/accordion-item.definition-async.ts",
|
|
28318
28668
|
"declarations": [
|
|
28319
28669
|
{
|
|
28320
28670
|
"kind": "variable",
|
|
@@ -28323,7 +28673,7 @@
|
|
|
28323
28673
|
"text": "PartialFASTElementDefinition"
|
|
28324
28674
|
},
|
|
28325
28675
|
"default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
|
|
28326
|
-
"description": "The async definition configuration for the fluent-
|
|
28676
|
+
"description": "The async definition configuration for the fluent-accordion-item element.",
|
|
28327
28677
|
"privacy": "public"
|
|
28328
28678
|
}
|
|
28329
28679
|
],
|
|
@@ -28333,14 +28683,14 @@
|
|
|
28333
28683
|
"name": "definition",
|
|
28334
28684
|
"declaration": {
|
|
28335
28685
|
"name": "definition",
|
|
28336
|
-
"module": "src/
|
|
28686
|
+
"module": "src/accordion-item/accordion-item.definition-async.ts"
|
|
28337
28687
|
}
|
|
28338
28688
|
}
|
|
28339
28689
|
]
|
|
28340
28690
|
},
|
|
28341
28691
|
{
|
|
28342
28692
|
"kind": "javascript-module",
|
|
28343
|
-
"path": "src/
|
|
28693
|
+
"path": "src/accordion-item/define-async.ts",
|
|
28344
28694
|
"declarations": [],
|
|
28345
28695
|
"exports": []
|
|
28346
28696
|
},
|
|
@@ -30015,6 +30365,22 @@
|
|
|
30015
30365
|
}
|
|
30016
30366
|
]
|
|
30017
30367
|
},
|
|
30368
|
+
{
|
|
30369
|
+
"kind": "javascript-module",
|
|
30370
|
+
"path": "./dist/esm/accordion-item/define.js",
|
|
30371
|
+
"deprecated": false,
|
|
30372
|
+
"declarations": [],
|
|
30373
|
+
"exports": [
|
|
30374
|
+
{
|
|
30375
|
+
"kind": "custom-element-definition",
|
|
30376
|
+
"name": "fluent-accordion-item",
|
|
30377
|
+
"declaration": {
|
|
30378
|
+
"name": "AccordionItem",
|
|
30379
|
+
"module": "./dist/esm/accordion-item/accordion-item.js"
|
|
30380
|
+
}
|
|
30381
|
+
}
|
|
30382
|
+
]
|
|
30383
|
+
},
|
|
30018
30384
|
{
|
|
30019
30385
|
"kind": "javascript-module",
|
|
30020
30386
|
"path": "./dist/esm/accordion/define.js",
|
|
@@ -30079,6 +30445,22 @@
|
|
|
30079
30445
|
}
|
|
30080
30446
|
]
|
|
30081
30447
|
},
|
|
30448
|
+
{
|
|
30449
|
+
"kind": "javascript-module",
|
|
30450
|
+
"path": "./dist/esm/anchor-button/define.js",
|
|
30451
|
+
"deprecated": false,
|
|
30452
|
+
"declarations": [],
|
|
30453
|
+
"exports": [
|
|
30454
|
+
{
|
|
30455
|
+
"kind": "custom-element-definition",
|
|
30456
|
+
"name": "fluent-anchor-button",
|
|
30457
|
+
"declaration": {
|
|
30458
|
+
"name": "AnchorButton",
|
|
30459
|
+
"module": "./dist/esm/anchor-button/anchor-button.js"
|
|
30460
|
+
}
|
|
30461
|
+
}
|
|
30462
|
+
]
|
|
30463
|
+
},
|
|
30082
30464
|
{
|
|
30083
30465
|
"kind": "javascript-module",
|
|
30084
30466
|
"path": "./dist/esm/avatar/define.js",
|
|
@@ -30119,7 +30501,7 @@
|
|
|
30119
30501
|
"exports": [
|
|
30120
30502
|
{
|
|
30121
30503
|
"kind": "custom-element-definition",
|
|
30122
|
-
"name": "
|
|
30504
|
+
"name": "fluent-badge",
|
|
30123
30505
|
"declaration": {
|
|
30124
30506
|
"name": "Badge",
|
|
30125
30507
|
"module": "./dist/esm/badge/badge.js"
|