@fluentui/web-components 3.0.0-beta.10 → 3.0.0-beta.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -2
- package/dist/dts/button/button.d.ts +173 -90
- package/dist/dts/button/button.definition.d.ts +3 -1
- package/dist/dts/button/button.options.d.ts +16 -1
- package/dist/dts/button/button.styles.d.ts +5 -0
- package/dist/dts/button/button.template.d.ts +7 -1
- package/dist/dts/form-associated/form-associated.d.ts +0 -74
- package/dist/dts/index.d.ts +3 -0
- package/dist/dts/toggle-button/toggle-button.d.ts +29 -26
- package/dist/dts/toggle-button/toggle-button.styles.d.ts +7 -0
- package/dist/dts/utils/behaviors/match-media-stylesheet-behavior.d.ts +124 -0
- package/dist/dts/utils/display.d.ts +17 -0
- package/dist/dts/utils/index.d.ts +2 -0
- package/dist/esm/accordion/accordion.styles.js +1 -1
- package/dist/esm/accordion/accordion.styles.js.map +1 -1
- package/dist/esm/accordion-item/accordion-item.styles.js +1 -1
- package/dist/esm/accordion-item/accordion-item.styles.js.map +1 -1
- package/dist/esm/anchor-button/anchor-button.styles.js +254 -3
- package/dist/esm/anchor-button/anchor-button.styles.js.map +1 -1
- package/dist/esm/avatar/avatar.styles.js +1 -1
- package/dist/esm/avatar/avatar.styles.js.map +1 -1
- package/dist/esm/button/button.definition.js +3 -4
- package/dist/esm/button/button.definition.js.map +1 -1
- package/dist/esm/button/button.js +233 -126
- package/dist/esm/button/button.js.map +1 -1
- package/dist/esm/button/button.options.js +10 -0
- package/dist/esm/button/button.options.js.map +1 -1
- package/dist/esm/button/button.styles.js +52 -55
- package/dist/esm/button/button.styles.js.map +1 -1
- package/dist/esm/button/button.template.js +13 -39
- package/dist/esm/button/button.template.js.map +1 -1
- package/dist/esm/checkbox/checkbox.styles.js +1 -1
- package/dist/esm/checkbox/checkbox.styles.js.map +1 -1
- package/dist/esm/compound-button/compound-button.definition.js +0 -3
- package/dist/esm/compound-button/compound-button.definition.js.map +1 -1
- package/dist/esm/compound-button/compound-button.styles.js +7 -7
- package/dist/esm/compound-button/compound-button.template.js +3 -39
- package/dist/esm/compound-button/compound-button.template.js.map +1 -1
- package/dist/esm/dialog/dialog.styles.js +1 -1
- package/dist/esm/dialog/dialog.styles.js.map +1 -1
- package/dist/esm/divider/divider.styles.js +1 -1
- package/dist/esm/divider/divider.styles.js.map +1 -1
- package/dist/esm/form-associated/form-associated.js.map +1 -1
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/label/label.styles.js +1 -1
- package/dist/esm/label/label.styles.js.map +1 -1
- package/dist/esm/menu-button/menu-button.definition.js +0 -3
- package/dist/esm/menu-button/menu-button.definition.js.map +1 -1
- package/dist/esm/menu-button/menu-button.template.js +5 -1
- package/dist/esm/menu-button/menu-button.template.js.map +1 -1
- package/dist/esm/menu-item/menu-item.styles.js +1 -1
- package/dist/esm/menu-item/menu-item.styles.js.map +1 -1
- package/dist/esm/menu-list/menu-list.styles.js +1 -1
- package/dist/esm/menu-list/menu-list.styles.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.styles.js +1 -1
- package/dist/esm/progress-bar/progress-bar.styles.js.map +1 -1
- package/dist/esm/radio/radio.styles.js +1 -1
- package/dist/esm/radio/radio.styles.js.map +1 -1
- package/dist/esm/radio-group/radio-group.styles.js +1 -1
- package/dist/esm/radio-group/radio-group.styles.js.map +1 -1
- package/dist/esm/slider/slider.styles.js +1 -1
- package/dist/esm/slider/slider.styles.js.map +1 -1
- package/dist/esm/spinner/spinner.styles.js +1 -1
- package/dist/esm/spinner/spinner.styles.js.map +1 -1
- package/dist/esm/styles/partials/badge.partials.js +1 -1
- package/dist/esm/styles/partials/badge.partials.js.map +1 -1
- package/dist/esm/switch/switch.styles.js +1 -1
- package/dist/esm/switch/switch.styles.js.map +1 -1
- package/dist/esm/tab/tab.styles.js +1 -1
- package/dist/esm/tab/tab.styles.js.map +1 -1
- package/dist/esm/tab-panel/tab-panel.styles.js +1 -1
- package/dist/esm/tab-panel/tab-panel.styles.js.map +1 -1
- package/dist/esm/tabs/tabs.styles.js +1 -1
- package/dist/esm/tabs/tabs.styles.js.map +1 -1
- package/dist/esm/text/text.styles.js +1 -1
- package/dist/esm/text/text.styles.js.map +1 -1
- package/dist/esm/text-input/text-input.styles.js +1 -1
- package/dist/esm/text-input/text-input.styles.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.definition.js +0 -3
- package/dist/esm/toggle-button/toggle-button.definition.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.js +42 -85
- package/dist/esm/toggle-button/toggle-button.js.map +1 -1
- package/dist/esm/toggle-button/toggle-button.styles.js +31 -26
- package/dist/esm/toggle-button/toggle-button.styles.js.map +1 -1
- package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.js +142 -0
- package/dist/esm/utils/behaviors/match-media-stylesheet-behavior.js.map +1 -0
- package/dist/esm/utils/display.js +15 -0
- package/dist/esm/utils/display.js.map +1 -0
- package/dist/esm/utils/index.js +2 -0
- package/dist/esm/utils/index.js.map +1 -1
- package/dist/fluent-web-components.api.json +1213 -771
- package/dist/storybook/{284.0946b1fb.iframe.bundle.js → 289.703b1698.iframe.bundle.js} +2 -2
- package/dist/storybook/{284.0946b1fb.iframe.bundle.js.LICENSE.txt → 289.703b1698.iframe.bundle.js.LICENSE.txt} +1 -1
- package/dist/storybook/iframe.html +1 -1
- package/dist/storybook/main.d55b693e.iframe.bundle.js +2 -0
- package/dist/storybook/project.json +1 -1
- package/dist/web-components.d.ts +407 -219
- package/dist/web-components.js +807 -671
- package/dist/web-components.min.js +140 -139
- package/docs/api-report.md +107 -77
- package/package.json +4 -3
- package/playwright.config.ts +2 -3
- package/tensile.config.js +0 -2
- package/dist/dts/button/button.form-associated.d.ts +0 -14
- package/dist/esm/button/button.form-associated.js +0 -14
- package/dist/esm/button/button.form-associated.js.map +0 -1
- package/dist/storybook/main.b9de79ac.iframe.bundle.js +0 -2
- /package/dist/storybook/{main.b9de79ac.iframe.bundle.js.LICENSE.txt → main.d55b693e.iframe.bundle.js.LICENSE.txt} +0 -0
|
@@ -3630,7 +3630,7 @@
|
|
|
3630
3630
|
{
|
|
3631
3631
|
"kind": "Class",
|
|
3632
3632
|
"canonicalReference": "@fluentui/web-components!Button:class",
|
|
3633
|
-
"docComment": "/**\n * A Button Custom HTML Element. Based largely on the {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button |
|
|
3633
|
+
"docComment": "/**\n * A Button Custom HTML Element. Based largely on the {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | `<button>`} element.\n *\n * @slot start - Content which can be provided before the button content @slot end - Content which can be provided after the button content @slot - The default slot for button content @csspart content - The button content container\n *\n * @public\n */\n",
|
|
3634
3634
|
"excerptTokens": [
|
|
3635
3635
|
{
|
|
3636
3636
|
"kind": "Content",
|
|
@@ -3638,8 +3638,8 @@
|
|
|
3638
3638
|
},
|
|
3639
3639
|
{
|
|
3640
3640
|
"kind": "Reference",
|
|
3641
|
-
"text": "
|
|
3642
|
-
"canonicalReference": "@
|
|
3641
|
+
"text": "FASTElement",
|
|
3642
|
+
"canonicalReference": "@microsoft/fast-element!FASTElement:interface"
|
|
3643
3643
|
},
|
|
3644
3644
|
{
|
|
3645
3645
|
"kind": "Content",
|
|
@@ -3650,10 +3650,25 @@
|
|
|
3650
3650
|
"name": "Button",
|
|
3651
3651
|
"preserveMemberOrder": false,
|
|
3652
3652
|
"members": [
|
|
3653
|
+
{
|
|
3654
|
+
"kind": "Constructor",
|
|
3655
|
+
"canonicalReference": "@fluentui/web-components!Button:constructor(1)",
|
|
3656
|
+
"docComment": "/**\n * Constructs a new instance of the `Button` class\n */\n",
|
|
3657
|
+
"excerptTokens": [
|
|
3658
|
+
{
|
|
3659
|
+
"kind": "Content",
|
|
3660
|
+
"text": "constructor();"
|
|
3661
|
+
}
|
|
3662
|
+
],
|
|
3663
|
+
"releaseTag": "Public",
|
|
3664
|
+
"isProtected": false,
|
|
3665
|
+
"overloadIndex": 1,
|
|
3666
|
+
"parameters": []
|
|
3667
|
+
},
|
|
3653
3668
|
{
|
|
3654
3669
|
"kind": "Property",
|
|
3655
3670
|
"canonicalReference": "@fluentui/web-components!Button#appearance:member",
|
|
3656
|
-
"docComment": "/**\n *
|
|
3671
|
+
"docComment": "/**\n * Indicates the styled appearance of the button.\n *\n * @remarks\n *\n * HTML Attribute: `appearance`\n *\n * @public\n */\n",
|
|
3657
3672
|
"excerptTokens": [
|
|
3658
3673
|
{
|
|
3659
3674
|
"kind": "Content",
|
|
@@ -3664,10 +3679,6 @@
|
|
|
3664
3679
|
"text": "ButtonAppearance",
|
|
3665
3680
|
"canonicalReference": "@fluentui/web-components!ButtonAppearance:type"
|
|
3666
3681
|
},
|
|
3667
|
-
{
|
|
3668
|
-
"kind": "Content",
|
|
3669
|
-
"text": " | undefined"
|
|
3670
|
-
},
|
|
3671
3682
|
{
|
|
3672
3683
|
"kind": "Content",
|
|
3673
3684
|
"text": ";"
|
|
@@ -3679,7 +3690,7 @@
|
|
|
3679
3690
|
"name": "appearance",
|
|
3680
3691
|
"propertyTypeTokenRange": {
|
|
3681
3692
|
"startIndex": 1,
|
|
3682
|
-
"endIndex":
|
|
3693
|
+
"endIndex": 2
|
|
3683
3694
|
},
|
|
3684
3695
|
"isStatic": false,
|
|
3685
3696
|
"isProtected": false
|
|
@@ -3687,7 +3698,7 @@
|
|
|
3687
3698
|
{
|
|
3688
3699
|
"kind": "Property",
|
|
3689
3700
|
"canonicalReference": "@fluentui/web-components!Button#autofocus:member",
|
|
3690
|
-
"docComment": "/**\n *
|
|
3701
|
+
"docComment": "/**\n * Indicates the button should be focused when the page is loaded.\n *\n * @remarks\n *\n * HTML Attribute: `autofocus`\n *\n * @see\n *\n * The {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#autofocus | `autofocus`} attribute\n *\n * @public\n */\n",
|
|
3691
3702
|
"excerptTokens": [
|
|
3692
3703
|
{
|
|
3693
3704
|
"kind": "Content",
|
|
@@ -3714,39 +3725,39 @@
|
|
|
3714
3725
|
"isProtected": false
|
|
3715
3726
|
},
|
|
3716
3727
|
{
|
|
3717
|
-
"kind": "
|
|
3718
|
-
"canonicalReference": "@fluentui/web-components!Button#
|
|
3728
|
+
"kind": "Method",
|
|
3729
|
+
"canonicalReference": "@fluentui/web-components!Button#connectedCallback:member(1)",
|
|
3719
3730
|
"docComment": "",
|
|
3720
3731
|
"excerptTokens": [
|
|
3721
3732
|
{
|
|
3722
3733
|
"kind": "Content",
|
|
3723
|
-
"text": "
|
|
3734
|
+
"text": "connectedCallback(): "
|
|
3724
3735
|
},
|
|
3725
3736
|
{
|
|
3726
|
-
"kind": "
|
|
3727
|
-
"text": "
|
|
3728
|
-
"canonicalReference": "!HTMLButtonElement:interface"
|
|
3737
|
+
"kind": "Content",
|
|
3738
|
+
"text": "void"
|
|
3729
3739
|
},
|
|
3730
3740
|
{
|
|
3731
3741
|
"kind": "Content",
|
|
3732
3742
|
"text": ";"
|
|
3733
3743
|
}
|
|
3734
3744
|
],
|
|
3735
|
-
"
|
|
3736
|
-
"
|
|
3737
|
-
"releaseTag": "Public",
|
|
3738
|
-
"name": "control",
|
|
3739
|
-
"propertyTypeTokenRange": {
|
|
3745
|
+
"isStatic": false,
|
|
3746
|
+
"returnTypeTokenRange": {
|
|
3740
3747
|
"startIndex": 1,
|
|
3741
3748
|
"endIndex": 2
|
|
3742
3749
|
},
|
|
3743
|
-
"
|
|
3744
|
-
"isProtected": false
|
|
3750
|
+
"releaseTag": "Public",
|
|
3751
|
+
"isProtected": false,
|
|
3752
|
+
"overloadIndex": 1,
|
|
3753
|
+
"parameters": [],
|
|
3754
|
+
"isOptional": false,
|
|
3755
|
+
"name": "connectedCallback"
|
|
3745
3756
|
},
|
|
3746
3757
|
{
|
|
3747
3758
|
"kind": "Property",
|
|
3748
3759
|
"canonicalReference": "@fluentui/web-components!Button#defaultSlottedContent:member",
|
|
3749
|
-
"docComment": "/**\n * Default slotted content
|
|
3760
|
+
"docComment": "/**\n * Default slotted content.\n *\n * @public\n */\n",
|
|
3750
3761
|
"excerptTokens": [
|
|
3751
3762
|
{
|
|
3752
3763
|
"kind": "Content",
|
|
@@ -3779,12 +3790,12 @@
|
|
|
3779
3790
|
},
|
|
3780
3791
|
{
|
|
3781
3792
|
"kind": "Property",
|
|
3782
|
-
"canonicalReference": "@fluentui/web-components!Button#
|
|
3783
|
-
"docComment": "/**\n *
|
|
3793
|
+
"canonicalReference": "@fluentui/web-components!Button#disabled:member",
|
|
3794
|
+
"docComment": "/**\n * Sets the element's disabled state.\n *\n * @remarks\n *\n * HTML Attribute: `disabled`\n *\n * @see\n *\n * The {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#disabled | `disabled`} attribute\n *\n * @public\n */\n",
|
|
3784
3795
|
"excerptTokens": [
|
|
3785
3796
|
{
|
|
3786
3797
|
"kind": "Content",
|
|
3787
|
-
"text": "
|
|
3798
|
+
"text": "disabled?: "
|
|
3788
3799
|
},
|
|
3789
3800
|
{
|
|
3790
3801
|
"kind": "Content",
|
|
@@ -3798,7 +3809,7 @@
|
|
|
3798
3809
|
"isReadonly": false,
|
|
3799
3810
|
"isOptional": true,
|
|
3800
3811
|
"releaseTag": "Public",
|
|
3801
|
-
"name": "
|
|
3812
|
+
"name": "disabled",
|
|
3802
3813
|
"propertyTypeTokenRange": {
|
|
3803
3814
|
"startIndex": 1,
|
|
3804
3815
|
"endIndex": 2
|
|
@@ -3807,106 +3818,76 @@
|
|
|
3807
3818
|
"isProtected": false
|
|
3808
3819
|
},
|
|
3809
3820
|
{
|
|
3810
|
-
"kind": "
|
|
3811
|
-
"canonicalReference": "@fluentui/web-components!Button#
|
|
3812
|
-
"docComment": "",
|
|
3821
|
+
"kind": "Property",
|
|
3822
|
+
"canonicalReference": "@fluentui/web-components!Button#disabledFocusable:member",
|
|
3823
|
+
"docComment": "/**\n * Indicates that the button is focusable while disabled.\n *\n * @remarks\n *\n * HTML Attribute: `disabled-focusable`\n *\n * @public\n */\n",
|
|
3813
3824
|
"excerptTokens": [
|
|
3814
3825
|
{
|
|
3815
3826
|
"kind": "Content",
|
|
3816
|
-
"text": "
|
|
3817
|
-
},
|
|
3818
|
-
{
|
|
3819
|
-
"kind": "Content",
|
|
3820
|
-
"text": "boolean"
|
|
3821
|
-
},
|
|
3822
|
-
{
|
|
3823
|
-
"kind": "Content",
|
|
3824
|
-
"text": ", next: "
|
|
3827
|
+
"text": "disabledFocusable: "
|
|
3825
3828
|
},
|
|
3826
3829
|
{
|
|
3827
3830
|
"kind": "Content",
|
|
3828
3831
|
"text": "boolean"
|
|
3829
3832
|
},
|
|
3830
|
-
{
|
|
3831
|
-
"kind": "Content",
|
|
3832
|
-
"text": "): "
|
|
3833
|
-
},
|
|
3834
|
-
{
|
|
3835
|
-
"kind": "Content",
|
|
3836
|
-
"text": "void"
|
|
3837
|
-
},
|
|
3838
3833
|
{
|
|
3839
3834
|
"kind": "Content",
|
|
3840
3835
|
"text": ";"
|
|
3841
3836
|
}
|
|
3842
3837
|
],
|
|
3843
|
-
"
|
|
3844
|
-
"returnTypeTokenRange": {
|
|
3845
|
-
"startIndex": 5,
|
|
3846
|
-
"endIndex": 6
|
|
3847
|
-
},
|
|
3848
|
-
"releaseTag": "Public",
|
|
3849
|
-
"isProtected": true,
|
|
3850
|
-
"overloadIndex": 1,
|
|
3851
|
-
"parameters": [
|
|
3852
|
-
{
|
|
3853
|
-
"parameterName": "prev",
|
|
3854
|
-
"parameterTypeTokenRange": {
|
|
3855
|
-
"startIndex": 1,
|
|
3856
|
-
"endIndex": 2
|
|
3857
|
-
},
|
|
3858
|
-
"isOptional": false
|
|
3859
|
-
},
|
|
3860
|
-
{
|
|
3861
|
-
"parameterName": "next",
|
|
3862
|
-
"parameterTypeTokenRange": {
|
|
3863
|
-
"startIndex": 3,
|
|
3864
|
-
"endIndex": 4
|
|
3865
|
-
},
|
|
3866
|
-
"isOptional": false
|
|
3867
|
-
}
|
|
3868
|
-
],
|
|
3838
|
+
"isReadonly": false,
|
|
3869
3839
|
"isOptional": false,
|
|
3870
|
-
"
|
|
3840
|
+
"releaseTag": "Public",
|
|
3841
|
+
"name": "disabledFocusable",
|
|
3842
|
+
"propertyTypeTokenRange": {
|
|
3843
|
+
"startIndex": 1,
|
|
3844
|
+
"endIndex": 2
|
|
3845
|
+
},
|
|
3846
|
+
"isStatic": false,
|
|
3847
|
+
"isProtected": false
|
|
3871
3848
|
},
|
|
3872
3849
|
{
|
|
3873
|
-
"kind": "
|
|
3874
|
-
"canonicalReference": "@fluentui/web-components!Button#
|
|
3875
|
-
"docComment": "",
|
|
3850
|
+
"kind": "Property",
|
|
3851
|
+
"canonicalReference": "@fluentui/web-components!Button#form:member",
|
|
3852
|
+
"docComment": "/**\n * The associated form element.\n *\n * @public\n */\n",
|
|
3876
3853
|
"excerptTokens": [
|
|
3877
3854
|
{
|
|
3878
3855
|
"kind": "Content",
|
|
3879
|
-
"text": "
|
|
3856
|
+
"text": "get form(): "
|
|
3857
|
+
},
|
|
3858
|
+
{
|
|
3859
|
+
"kind": "Reference",
|
|
3860
|
+
"text": "HTMLFormElement",
|
|
3861
|
+
"canonicalReference": "!HTMLFormElement:interface"
|
|
3880
3862
|
},
|
|
3881
3863
|
{
|
|
3882
3864
|
"kind": "Content",
|
|
3883
|
-
"text": "
|
|
3865
|
+
"text": " | null"
|
|
3884
3866
|
},
|
|
3885
3867
|
{
|
|
3886
3868
|
"kind": "Content",
|
|
3887
3869
|
"text": ";"
|
|
3888
3870
|
}
|
|
3889
3871
|
],
|
|
3890
|
-
"
|
|
3891
|
-
"
|
|
3872
|
+
"isReadonly": true,
|
|
3873
|
+
"isOptional": false,
|
|
3874
|
+
"releaseTag": "Public",
|
|
3875
|
+
"name": "form",
|
|
3876
|
+
"propertyTypeTokenRange": {
|
|
3892
3877
|
"startIndex": 1,
|
|
3893
|
-
"endIndex":
|
|
3878
|
+
"endIndex": 3
|
|
3894
3879
|
},
|
|
3895
|
-
"
|
|
3896
|
-
"isProtected": false
|
|
3897
|
-
"overloadIndex": 1,
|
|
3898
|
-
"parameters": [],
|
|
3899
|
-
"isOptional": false,
|
|
3900
|
-
"name": "disconnectedCallback"
|
|
3880
|
+
"isStatic": false,
|
|
3881
|
+
"isProtected": false
|
|
3901
3882
|
},
|
|
3902
3883
|
{
|
|
3903
3884
|
"kind": "Property",
|
|
3904
|
-
"canonicalReference": "@fluentui/web-components!Button#
|
|
3905
|
-
"docComment": "/**\n *
|
|
3885
|
+
"canonicalReference": "@fluentui/web-components!Button#formAction:member",
|
|
3886
|
+
"docComment": "/**\n * The URL that processes the form submission.\n *\n * @remarks\n *\n * HTML Attribute: `formaction`\n *\n * @see\n *\n * The {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#formaction | `formaction`} attribute\n *\n * @public\n */\n",
|
|
3906
3887
|
"excerptTokens": [
|
|
3907
3888
|
{
|
|
3908
3889
|
"kind": "Content",
|
|
3909
|
-
"text": "
|
|
3890
|
+
"text": "formAction?: "
|
|
3910
3891
|
},
|
|
3911
3892
|
{
|
|
3912
3893
|
"kind": "Content",
|
|
@@ -3918,9 +3899,9 @@
|
|
|
3918
3899
|
}
|
|
3919
3900
|
],
|
|
3920
3901
|
"isReadonly": false,
|
|
3921
|
-
"isOptional":
|
|
3902
|
+
"isOptional": true,
|
|
3922
3903
|
"releaseTag": "Public",
|
|
3923
|
-
"name": "
|
|
3904
|
+
"name": "formAction",
|
|
3924
3905
|
"propertyTypeTokenRange": {
|
|
3925
3906
|
"startIndex": 1,
|
|
3926
3907
|
"endIndex": 2
|
|
@@ -3929,43 +3910,46 @@
|
|
|
3929
3910
|
"isProtected": false
|
|
3930
3911
|
},
|
|
3931
3912
|
{
|
|
3932
|
-
"kind": "
|
|
3933
|
-
"canonicalReference": "@fluentui/web-components!Button
|
|
3934
|
-
"docComment": "",
|
|
3913
|
+
"kind": "Property",
|
|
3914
|
+
"canonicalReference": "@fluentui/web-components!Button.formAssociated:member",
|
|
3915
|
+
"docComment": "/**\n * The form-associated flag.\n *\n * @see\n *\n * {@link https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-face-example | Form-associated custom elements}\n *\n * @public\n */\n",
|
|
3935
3916
|
"excerptTokens": [
|
|
3936
3917
|
{
|
|
3937
3918
|
"kind": "Content",
|
|
3938
|
-
"text": "
|
|
3919
|
+
"text": "static readonly formAssociated = "
|
|
3939
3920
|
},
|
|
3940
3921
|
{
|
|
3941
3922
|
"kind": "Content",
|
|
3942
|
-
"text": "
|
|
3923
|
+
"text": "true"
|
|
3943
3924
|
},
|
|
3944
3925
|
{
|
|
3945
3926
|
"kind": "Content",
|
|
3946
3927
|
"text": ";"
|
|
3947
3928
|
}
|
|
3948
3929
|
],
|
|
3949
|
-
"
|
|
3950
|
-
"
|
|
3930
|
+
"isReadonly": true,
|
|
3931
|
+
"isOptional": false,
|
|
3932
|
+
"releaseTag": "Public",
|
|
3933
|
+
"name": "formAssociated",
|
|
3934
|
+
"propertyTypeTokenRange": {
|
|
3935
|
+
"startIndex": 0,
|
|
3936
|
+
"endIndex": 0
|
|
3937
|
+
},
|
|
3938
|
+
"initializerTokenRange": {
|
|
3951
3939
|
"startIndex": 1,
|
|
3952
3940
|
"endIndex": 2
|
|
3953
3941
|
},
|
|
3954
|
-
"
|
|
3955
|
-
"isProtected":
|
|
3956
|
-
"overloadIndex": 1,
|
|
3957
|
-
"parameters": [],
|
|
3958
|
-
"isOptional": false,
|
|
3959
|
-
"name": "formactionChanged"
|
|
3942
|
+
"isStatic": true,
|
|
3943
|
+
"isProtected": false
|
|
3960
3944
|
},
|
|
3961
3945
|
{
|
|
3962
3946
|
"kind": "Property",
|
|
3963
|
-
"canonicalReference": "@fluentui/web-components!Button#
|
|
3964
|
-
"docComment": "/**\n *
|
|
3947
|
+
"canonicalReference": "@fluentui/web-components!Button#formAttribute:member",
|
|
3948
|
+
"docComment": "/**\n * The id of a form to associate the element to.\n *\n * @remarks\n *\n * HTML Attribute: `form`\n *\n * @see\n *\n * The {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#form | `form`} attribute\n *\n * @public\n */\n",
|
|
3965
3949
|
"excerptTokens": [
|
|
3966
3950
|
{
|
|
3967
3951
|
"kind": "Content",
|
|
3968
|
-
"text": "
|
|
3952
|
+
"text": "formAttribute?: "
|
|
3969
3953
|
},
|
|
3970
3954
|
{
|
|
3971
3955
|
"kind": "Content",
|
|
@@ -3977,9 +3961,9 @@
|
|
|
3977
3961
|
}
|
|
3978
3962
|
],
|
|
3979
3963
|
"isReadonly": false,
|
|
3980
|
-
"isOptional":
|
|
3964
|
+
"isOptional": true,
|
|
3981
3965
|
"releaseTag": "Public",
|
|
3982
|
-
"name": "
|
|
3966
|
+
"name": "formAttribute",
|
|
3983
3967
|
"propertyTypeTokenRange": {
|
|
3984
3968
|
"startIndex": 1,
|
|
3985
3969
|
"endIndex": 2
|
|
@@ -3988,43 +3972,42 @@
|
|
|
3988
3972
|
"isProtected": false
|
|
3989
3973
|
},
|
|
3990
3974
|
{
|
|
3991
|
-
"kind": "
|
|
3992
|
-
"canonicalReference": "@fluentui/web-components!Button#
|
|
3993
|
-
"docComment": "",
|
|
3975
|
+
"kind": "Property",
|
|
3976
|
+
"canonicalReference": "@fluentui/web-components!Button#formEnctype:member",
|
|
3977
|
+
"docComment": "/**\n * The encoding type for the form submission.\n *\n * @remarks\n *\n * HTML Attribute: `formenctype`\n *\n * @see\n *\n * The {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#formenctype | `formenctype`} attribute\n *\n * @public\n */\n",
|
|
3994
3978
|
"excerptTokens": [
|
|
3995
3979
|
{
|
|
3996
3980
|
"kind": "Content",
|
|
3997
|
-
"text": "
|
|
3981
|
+
"text": "formEnctype?: "
|
|
3998
3982
|
},
|
|
3999
3983
|
{
|
|
4000
3984
|
"kind": "Content",
|
|
4001
|
-
"text": "
|
|
3985
|
+
"text": "string"
|
|
4002
3986
|
},
|
|
4003
3987
|
{
|
|
4004
3988
|
"kind": "Content",
|
|
4005
3989
|
"text": ";"
|
|
4006
3990
|
}
|
|
4007
3991
|
],
|
|
4008
|
-
"
|
|
4009
|
-
"
|
|
3992
|
+
"isReadonly": false,
|
|
3993
|
+
"isOptional": true,
|
|
3994
|
+
"releaseTag": "Public",
|
|
3995
|
+
"name": "formEnctype",
|
|
3996
|
+
"propertyTypeTokenRange": {
|
|
4010
3997
|
"startIndex": 1,
|
|
4011
3998
|
"endIndex": 2
|
|
4012
3999
|
},
|
|
4013
|
-
"
|
|
4014
|
-
"isProtected":
|
|
4015
|
-
"overloadIndex": 1,
|
|
4016
|
-
"parameters": [],
|
|
4017
|
-
"isOptional": false,
|
|
4018
|
-
"name": "formenctypeChanged"
|
|
4000
|
+
"isStatic": false,
|
|
4001
|
+
"isProtected": false
|
|
4019
4002
|
},
|
|
4020
4003
|
{
|
|
4021
4004
|
"kind": "Property",
|
|
4022
|
-
"canonicalReference": "@fluentui/web-components!Button#
|
|
4023
|
-
"docComment": "/**\n * The
|
|
4005
|
+
"canonicalReference": "@fluentui/web-components!Button#formMethod:member",
|
|
4006
|
+
"docComment": "/**\n * The HTTP method that the browser uses to submit the form.\n *\n * @remarks\n *\n * HTML Attribute: `formmethod`\n *\n * @see\n *\n * The {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#formmethod | `formmethod`} attribute\n *\n * @public\n */\n",
|
|
4024
4007
|
"excerptTokens": [
|
|
4025
4008
|
{
|
|
4026
4009
|
"kind": "Content",
|
|
4027
|
-
"text": "
|
|
4010
|
+
"text": "formMethod?: "
|
|
4028
4011
|
},
|
|
4029
4012
|
{
|
|
4030
4013
|
"kind": "Content",
|
|
@@ -4036,9 +4019,9 @@
|
|
|
4036
4019
|
}
|
|
4037
4020
|
],
|
|
4038
4021
|
"isReadonly": false,
|
|
4039
|
-
"isOptional":
|
|
4022
|
+
"isOptional": true,
|
|
4040
4023
|
"releaseTag": "Public",
|
|
4041
|
-
"name": "
|
|
4024
|
+
"name": "formMethod",
|
|
4042
4025
|
"propertyTypeTokenRange": {
|
|
4043
4026
|
"startIndex": 1,
|
|
4044
4027
|
"endIndex": 2
|
|
@@ -4048,16 +4031,16 @@
|
|
|
4048
4031
|
},
|
|
4049
4032
|
{
|
|
4050
4033
|
"kind": "Property",
|
|
4051
|
-
"canonicalReference": "@fluentui/web-components!Button#
|
|
4052
|
-
"docComment": "/**\n *
|
|
4034
|
+
"canonicalReference": "@fluentui/web-components!Button#formNoValidate:member",
|
|
4035
|
+
"docComment": "/**\n * Indicates that the form will not be validated when submitted.\n *\n * @remarks\n *\n * HTML Attribute: `formnovalidate`\n *\n * @see\n *\n * The {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#formnovalidate | `formnovalidate`} attribute\n *\n * @public\n */\n",
|
|
4053
4036
|
"excerptTokens": [
|
|
4054
4037
|
{
|
|
4055
4038
|
"kind": "Content",
|
|
4056
|
-
"text": "
|
|
4039
|
+
"text": "formNoValidate?: "
|
|
4057
4040
|
},
|
|
4058
4041
|
{
|
|
4059
4042
|
"kind": "Content",
|
|
4060
|
-
"text": "
|
|
4043
|
+
"text": "boolean"
|
|
4061
4044
|
},
|
|
4062
4045
|
{
|
|
4063
4046
|
"kind": "Content",
|
|
@@ -4065,9 +4048,9 @@
|
|
|
4065
4048
|
}
|
|
4066
4049
|
],
|
|
4067
4050
|
"isReadonly": false,
|
|
4068
|
-
"isOptional":
|
|
4051
|
+
"isOptional": true,
|
|
4069
4052
|
"releaseTag": "Public",
|
|
4070
|
-
"name": "
|
|
4053
|
+
"name": "formNoValidate",
|
|
4071
4054
|
"propertyTypeTokenRange": {
|
|
4072
4055
|
"startIndex": 1,
|
|
4073
4056
|
"endIndex": 2
|
|
@@ -4076,43 +4059,43 @@
|
|
|
4076
4059
|
"isProtected": false
|
|
4077
4060
|
},
|
|
4078
4061
|
{
|
|
4079
|
-
"kind": "
|
|
4080
|
-
"canonicalReference": "@fluentui/web-components!Button#
|
|
4081
|
-
"docComment": "",
|
|
4062
|
+
"kind": "Property",
|
|
4063
|
+
"canonicalReference": "@fluentui/web-components!Button#formTarget:member",
|
|
4064
|
+
"docComment": "/**\n * The target frame or window to open the form submission in.\n *\n * @remarks\n *\n * HTML Attribute: `formtarget`\n *\n * @see\n *\n * The {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#formtarget | `formtarget`} attribute\n *\n * @public\n */\n",
|
|
4082
4065
|
"excerptTokens": [
|
|
4083
4066
|
{
|
|
4084
4067
|
"kind": "Content",
|
|
4085
|
-
"text": "
|
|
4068
|
+
"text": "formTarget?: "
|
|
4086
4069
|
},
|
|
4087
4070
|
{
|
|
4088
|
-
"kind": "
|
|
4089
|
-
"text": "
|
|
4071
|
+
"kind": "Reference",
|
|
4072
|
+
"text": "ButtonFormTarget",
|
|
4073
|
+
"canonicalReference": "@fluentui/web-components!ButtonFormTarget:type"
|
|
4090
4074
|
},
|
|
4091
4075
|
{
|
|
4092
4076
|
"kind": "Content",
|
|
4093
4077
|
"text": ";"
|
|
4094
4078
|
}
|
|
4095
4079
|
],
|
|
4096
|
-
"
|
|
4097
|
-
"
|
|
4080
|
+
"isReadonly": false,
|
|
4081
|
+
"isOptional": true,
|
|
4082
|
+
"releaseTag": "Public",
|
|
4083
|
+
"name": "formTarget",
|
|
4084
|
+
"propertyTypeTokenRange": {
|
|
4098
4085
|
"startIndex": 1,
|
|
4099
4086
|
"endIndex": 2
|
|
4100
4087
|
},
|
|
4101
|
-
"
|
|
4102
|
-
"isProtected":
|
|
4103
|
-
"overloadIndex": 1,
|
|
4104
|
-
"parameters": [],
|
|
4105
|
-
"isOptional": false,
|
|
4106
|
-
"name": "formmethodChanged"
|
|
4088
|
+
"isStatic": false,
|
|
4089
|
+
"isProtected": false
|
|
4107
4090
|
},
|
|
4108
4091
|
{
|
|
4109
4092
|
"kind": "Property",
|
|
4110
|
-
"canonicalReference": "@fluentui/web-components!Button#
|
|
4111
|
-
"docComment": "/**\n *
|
|
4093
|
+
"canonicalReference": "@fluentui/web-components!Button#iconOnly:member",
|
|
4094
|
+
"docComment": "/**\n * Indicates that the button should only display as an icon with no text content.\n *\n * @remarks\n *\n * HTML Attribute: `icon-only`\n *\n * @public\n */\n",
|
|
4112
4095
|
"excerptTokens": [
|
|
4113
4096
|
{
|
|
4114
4097
|
"kind": "Content",
|
|
4115
|
-
"text": "
|
|
4098
|
+
"text": "iconOnly: "
|
|
4116
4099
|
},
|
|
4117
4100
|
{
|
|
4118
4101
|
"kind": "Content",
|
|
@@ -4126,7 +4109,7 @@
|
|
|
4126
4109
|
"isReadonly": false,
|
|
4127
4110
|
"isOptional": false,
|
|
4128
4111
|
"releaseTag": "Public",
|
|
4129
|
-
"name": "
|
|
4112
|
+
"name": "iconOnly",
|
|
4130
4113
|
"propertyTypeTokenRange": {
|
|
4131
4114
|
"startIndex": 1,
|
|
4132
4115
|
"endIndex": 2
|
|
@@ -4136,16 +4119,25 @@
|
|
|
4136
4119
|
},
|
|
4137
4120
|
{
|
|
4138
4121
|
"kind": "Method",
|
|
4139
|
-
"canonicalReference": "@fluentui/web-components!Button#
|
|
4140
|
-
"docComment": "",
|
|
4122
|
+
"canonicalReference": "@fluentui/web-components!Button#keypressHandler:member(1)",
|
|
4123
|
+
"docComment": "/**\n * Handles keypress events for the button.\n *\n * @param e - the keyboard event\n *\n * @returns - the return value of the click handler\n *\n * @public\n */\n",
|
|
4141
4124
|
"excerptTokens": [
|
|
4142
4125
|
{
|
|
4143
4126
|
"kind": "Content",
|
|
4144
|
-
"text": "
|
|
4127
|
+
"text": "keypressHandler(e: "
|
|
4128
|
+
},
|
|
4129
|
+
{
|
|
4130
|
+
"kind": "Reference",
|
|
4131
|
+
"text": "KeyboardEvent",
|
|
4132
|
+
"canonicalReference": "!KeyboardEvent:interface"
|
|
4133
|
+
},
|
|
4134
|
+
{
|
|
4135
|
+
"kind": "Content",
|
|
4136
|
+
"text": "): "
|
|
4145
4137
|
},
|
|
4146
4138
|
{
|
|
4147
4139
|
"kind": "Content",
|
|
4148
|
-
"text": "void"
|
|
4140
|
+
"text": "boolean | void"
|
|
4149
4141
|
},
|
|
4150
4142
|
{
|
|
4151
4143
|
"kind": "Content",
|
|
@@ -4154,108 +4146,161 @@
|
|
|
4154
4146
|
],
|
|
4155
4147
|
"isStatic": false,
|
|
4156
4148
|
"returnTypeTokenRange": {
|
|
4157
|
-
"startIndex":
|
|
4158
|
-
"endIndex":
|
|
4149
|
+
"startIndex": 3,
|
|
4150
|
+
"endIndex": 4
|
|
4159
4151
|
},
|
|
4160
4152
|
"releaseTag": "Public",
|
|
4161
|
-
"isProtected":
|
|
4153
|
+
"isProtected": false,
|
|
4162
4154
|
"overloadIndex": 1,
|
|
4163
|
-
"parameters": [
|
|
4155
|
+
"parameters": [
|
|
4156
|
+
{
|
|
4157
|
+
"parameterName": "e",
|
|
4158
|
+
"parameterTypeTokenRange": {
|
|
4159
|
+
"startIndex": 1,
|
|
4160
|
+
"endIndex": 2
|
|
4161
|
+
},
|
|
4162
|
+
"isOptional": false
|
|
4163
|
+
}
|
|
4164
|
+
],
|
|
4164
4165
|
"isOptional": false,
|
|
4165
|
-
"name": "
|
|
4166
|
+
"name": "keypressHandler"
|
|
4166
4167
|
},
|
|
4167
4168
|
{
|
|
4168
4169
|
"kind": "Property",
|
|
4169
|
-
"canonicalReference": "@fluentui/web-components!Button#
|
|
4170
|
-
"docComment": "/**\n *
|
|
4170
|
+
"canonicalReference": "@fluentui/web-components!Button#labels:member",
|
|
4171
|
+
"docComment": "/**\n * A reference to all associated label elements.\n *\n * @public\n */\n",
|
|
4171
4172
|
"excerptTokens": [
|
|
4172
4173
|
{
|
|
4173
4174
|
"kind": "Content",
|
|
4174
|
-
"text": "
|
|
4175
|
+
"text": "get labels(): "
|
|
4176
|
+
},
|
|
4177
|
+
{
|
|
4178
|
+
"kind": "Reference",
|
|
4179
|
+
"text": "ReadonlyArray",
|
|
4180
|
+
"canonicalReference": "!ReadonlyArray:interface"
|
|
4181
|
+
},
|
|
4182
|
+
{
|
|
4183
|
+
"kind": "Content",
|
|
4184
|
+
"text": "<"
|
|
4185
|
+
},
|
|
4186
|
+
{
|
|
4187
|
+
"kind": "Reference",
|
|
4188
|
+
"text": "Node",
|
|
4189
|
+
"canonicalReference": "!Node:interface"
|
|
4175
4190
|
},
|
|
4176
4191
|
{
|
|
4177
4192
|
"kind": "Content",
|
|
4178
|
-
"text": "
|
|
4193
|
+
"text": ">"
|
|
4179
4194
|
},
|
|
4180
4195
|
{
|
|
4181
4196
|
"kind": "Content",
|
|
4182
4197
|
"text": ";"
|
|
4183
4198
|
}
|
|
4184
4199
|
],
|
|
4185
|
-
"isReadonly":
|
|
4200
|
+
"isReadonly": true,
|
|
4186
4201
|
"isOptional": false,
|
|
4187
4202
|
"releaseTag": "Public",
|
|
4188
|
-
"name": "
|
|
4203
|
+
"name": "labels",
|
|
4189
4204
|
"propertyTypeTokenRange": {
|
|
4190
4205
|
"startIndex": 1,
|
|
4191
|
-
"endIndex":
|
|
4206
|
+
"endIndex": 5
|
|
4192
4207
|
},
|
|
4193
4208
|
"isStatic": false,
|
|
4194
4209
|
"isProtected": false
|
|
4195
4210
|
},
|
|
4196
4211
|
{
|
|
4197
|
-
"kind": "
|
|
4198
|
-
"canonicalReference": "@fluentui/web-components!Button#
|
|
4199
|
-
"docComment": "",
|
|
4212
|
+
"kind": "Property",
|
|
4213
|
+
"canonicalReference": "@fluentui/web-components!Button#name:member",
|
|
4214
|
+
"docComment": "/**\n * The name of the element. This element's value will be surfaced during form submission under the provided name.\n *\n * @remarks\n *\n * HTML Attribute: `name`\n *\n * @see\n *\n * The {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#name | `name`} attribute\n *\n * @public\n */\n",
|
|
4200
4215
|
"excerptTokens": [
|
|
4201
4216
|
{
|
|
4202
4217
|
"kind": "Content",
|
|
4203
|
-
"text": "
|
|
4218
|
+
"text": "name?: "
|
|
4204
4219
|
},
|
|
4205
4220
|
{
|
|
4206
4221
|
"kind": "Content",
|
|
4207
|
-
"text": "
|
|
4222
|
+
"text": "string"
|
|
4208
4223
|
},
|
|
4209
4224
|
{
|
|
4210
4225
|
"kind": "Content",
|
|
4211
4226
|
"text": ";"
|
|
4212
4227
|
}
|
|
4213
4228
|
],
|
|
4214
|
-
"
|
|
4215
|
-
"
|
|
4229
|
+
"isReadonly": false,
|
|
4230
|
+
"isOptional": true,
|
|
4231
|
+
"releaseTag": "Public",
|
|
4232
|
+
"name": "name",
|
|
4233
|
+
"propertyTypeTokenRange": {
|
|
4216
4234
|
"startIndex": 1,
|
|
4217
4235
|
"endIndex": 2
|
|
4218
4236
|
},
|
|
4219
|
-
"
|
|
4220
|
-
"isProtected":
|
|
4221
|
-
"overloadIndex": 1,
|
|
4222
|
-
"parameters": [],
|
|
4223
|
-
"isOptional": false,
|
|
4224
|
-
"name": "formtargetChanged"
|
|
4237
|
+
"isStatic": false,
|
|
4238
|
+
"isProtected": false
|
|
4225
4239
|
},
|
|
4226
4240
|
{
|
|
4227
|
-
"kind": "
|
|
4228
|
-
"canonicalReference": "@fluentui/web-components!Button#
|
|
4229
|
-
"docComment": "/**\n *
|
|
4241
|
+
"kind": "Method",
|
|
4242
|
+
"canonicalReference": "@fluentui/web-components!Button#press:member(1)",
|
|
4243
|
+
"docComment": "/**\n * Presses the button.\n *\n * @public\n */\n",
|
|
4230
4244
|
"excerptTokens": [
|
|
4231
4245
|
{
|
|
4232
4246
|
"kind": "Content",
|
|
4233
|
-
"text": "
|
|
4247
|
+
"text": "protected press(): "
|
|
4234
4248
|
},
|
|
4235
4249
|
{
|
|
4236
4250
|
"kind": "Content",
|
|
4237
|
-
"text": "
|
|
4251
|
+
"text": "void"
|
|
4238
4252
|
},
|
|
4239
4253
|
{
|
|
4240
4254
|
"kind": "Content",
|
|
4241
4255
|
"text": ";"
|
|
4242
4256
|
}
|
|
4243
4257
|
],
|
|
4244
|
-
"
|
|
4245
|
-
"
|
|
4246
|
-
"releaseTag": "Public",
|
|
4247
|
-
"name": "iconOnly",
|
|
4248
|
-
"propertyTypeTokenRange": {
|
|
4258
|
+
"isStatic": false,
|
|
4259
|
+
"returnTypeTokenRange": {
|
|
4249
4260
|
"startIndex": 1,
|
|
4250
4261
|
"endIndex": 2
|
|
4251
4262
|
},
|
|
4263
|
+
"releaseTag": "Public",
|
|
4264
|
+
"isProtected": true,
|
|
4265
|
+
"overloadIndex": 1,
|
|
4266
|
+
"parameters": [],
|
|
4267
|
+
"isOptional": false,
|
|
4268
|
+
"name": "press"
|
|
4269
|
+
},
|
|
4270
|
+
{
|
|
4271
|
+
"kind": "Method",
|
|
4272
|
+
"canonicalReference": "@fluentui/web-components!Button#resetForm:member(1)",
|
|
4273
|
+
"docComment": "/**\n * Resets the associated form.\n *\n * @public\n */\n",
|
|
4274
|
+
"excerptTokens": [
|
|
4275
|
+
{
|
|
4276
|
+
"kind": "Content",
|
|
4277
|
+
"text": "resetForm(): "
|
|
4278
|
+
},
|
|
4279
|
+
{
|
|
4280
|
+
"kind": "Content",
|
|
4281
|
+
"text": "void"
|
|
4282
|
+
},
|
|
4283
|
+
{
|
|
4284
|
+
"kind": "Content",
|
|
4285
|
+
"text": ";"
|
|
4286
|
+
}
|
|
4287
|
+
],
|
|
4252
4288
|
"isStatic": false,
|
|
4253
|
-
"
|
|
4289
|
+
"returnTypeTokenRange": {
|
|
4290
|
+
"startIndex": 1,
|
|
4291
|
+
"endIndex": 2
|
|
4292
|
+
},
|
|
4293
|
+
"releaseTag": "Public",
|
|
4294
|
+
"isProtected": false,
|
|
4295
|
+
"overloadIndex": 1,
|
|
4296
|
+
"parameters": [],
|
|
4297
|
+
"isOptional": false,
|
|
4298
|
+
"name": "resetForm"
|
|
4254
4299
|
},
|
|
4255
4300
|
{
|
|
4256
4301
|
"kind": "Property",
|
|
4257
4302
|
"canonicalReference": "@fluentui/web-components!Button#shape:member",
|
|
4258
|
-
"docComment": "/**\n * The shape the button
|
|
4303
|
+
"docComment": "/**\n * The shape of the button.\n *\n * @remarks\n *\n * HTML Attribute: `shape`\n *\n * @public\n */\n",
|
|
4259
4304
|
"excerptTokens": [
|
|
4260
4305
|
{
|
|
4261
4306
|
"kind": "Content",
|
|
@@ -4266,10 +4311,6 @@
|
|
|
4266
4311
|
"text": "ButtonShape",
|
|
4267
4312
|
"canonicalReference": "@fluentui/web-components!ButtonShape:type"
|
|
4268
4313
|
},
|
|
4269
|
-
{
|
|
4270
|
-
"kind": "Content",
|
|
4271
|
-
"text": " | undefined"
|
|
4272
|
-
},
|
|
4273
4314
|
{
|
|
4274
4315
|
"kind": "Content",
|
|
4275
4316
|
"text": ";"
|
|
@@ -4281,7 +4322,7 @@
|
|
|
4281
4322
|
"name": "shape",
|
|
4282
4323
|
"propertyTypeTokenRange": {
|
|
4283
4324
|
"startIndex": 1,
|
|
4284
|
-
"endIndex":
|
|
4325
|
+
"endIndex": 2
|
|
4285
4326
|
},
|
|
4286
4327
|
"isStatic": false,
|
|
4287
4328
|
"isProtected": false
|
|
@@ -4289,7 +4330,7 @@
|
|
|
4289
4330
|
{
|
|
4290
4331
|
"kind": "Property",
|
|
4291
4332
|
"canonicalReference": "@fluentui/web-components!Button#size:member",
|
|
4292
|
-
"docComment": "/**\n * The size the button
|
|
4333
|
+
"docComment": "/**\n * The size of the button.\n *\n * @remarks\n *\n * HTML Attribute: `size`\n *\n * @public\n */\n",
|
|
4293
4334
|
"excerptTokens": [
|
|
4294
4335
|
{
|
|
4295
4336
|
"kind": "Content",
|
|
@@ -4319,7 +4360,7 @@
|
|
|
4319
4360
|
{
|
|
4320
4361
|
"kind": "Property",
|
|
4321
4362
|
"canonicalReference": "@fluentui/web-components!Button#type:member",
|
|
4322
|
-
"docComment": "/**\n * The button type.\n *\n * @remarks\n *\n * HTML Attribute: type\n *\n * @public\n */\n",
|
|
4363
|
+
"docComment": "/**\n * The button type.\n *\n * @remarks\n *\n * HTML Attribute: `type`\n *\n * @see\n *\n * The {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#type | `type`} attribute\n *\n * @public\n */\n",
|
|
4323
4364
|
"excerptTokens": [
|
|
4324
4365
|
{
|
|
4325
4366
|
"kind": "Content",
|
|
@@ -4347,103 +4388,33 @@
|
|
|
4347
4388
|
"isProtected": false
|
|
4348
4389
|
},
|
|
4349
4390
|
{
|
|
4350
|
-
"kind": "
|
|
4351
|
-
"canonicalReference": "@fluentui/web-components!Button#
|
|
4352
|
-
"docComment": "",
|
|
4391
|
+
"kind": "Property",
|
|
4392
|
+
"canonicalReference": "@fluentui/web-components!Button#value:member",
|
|
4393
|
+
"docComment": "/**\n * The value attribute.\n *\n * @remarks\n *\n * HTML Attribute: `value`\n *\n * @see\n *\n * The {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#value | `value`} attribute\n *\n * @public\n */\n",
|
|
4353
4394
|
"excerptTokens": [
|
|
4354
4395
|
{
|
|
4355
4396
|
"kind": "Content",
|
|
4356
|
-
"text": "
|
|
4357
|
-
},
|
|
4358
|
-
{
|
|
4359
|
-
"kind": "Reference",
|
|
4360
|
-
"text": "ButtonType",
|
|
4361
|
-
"canonicalReference": "@fluentui/web-components!ButtonType:type"
|
|
4362
|
-
},
|
|
4363
|
-
{
|
|
4364
|
-
"kind": "Content",
|
|
4365
|
-
"text": " | undefined"
|
|
4366
|
-
},
|
|
4367
|
-
{
|
|
4368
|
-
"kind": "Content",
|
|
4369
|
-
"text": ", next: "
|
|
4370
|
-
},
|
|
4371
|
-
{
|
|
4372
|
-
"kind": "Reference",
|
|
4373
|
-
"text": "ButtonType",
|
|
4374
|
-
"canonicalReference": "@fluentui/web-components!ButtonType:type"
|
|
4375
|
-
},
|
|
4376
|
-
{
|
|
4377
|
-
"kind": "Content",
|
|
4378
|
-
"text": "): "
|
|
4397
|
+
"text": "value?: "
|
|
4379
4398
|
},
|
|
4380
4399
|
{
|
|
4381
4400
|
"kind": "Content",
|
|
4382
|
-
"text": "
|
|
4401
|
+
"text": "string"
|
|
4383
4402
|
},
|
|
4384
4403
|
{
|
|
4385
4404
|
"kind": "Content",
|
|
4386
4405
|
"text": ";"
|
|
4387
4406
|
}
|
|
4388
4407
|
],
|
|
4389
|
-
"
|
|
4390
|
-
"
|
|
4391
|
-
"startIndex": 6,
|
|
4392
|
-
"endIndex": 7
|
|
4393
|
-
},
|
|
4408
|
+
"isReadonly": false,
|
|
4409
|
+
"isOptional": true,
|
|
4394
4410
|
"releaseTag": "Public",
|
|
4395
|
-
"
|
|
4396
|
-
"
|
|
4397
|
-
"parameters": [
|
|
4398
|
-
{
|
|
4399
|
-
"parameterName": "previous",
|
|
4400
|
-
"parameterTypeTokenRange": {
|
|
4401
|
-
"startIndex": 1,
|
|
4402
|
-
"endIndex": 3
|
|
4403
|
-
},
|
|
4404
|
-
"isOptional": false
|
|
4405
|
-
},
|
|
4406
|
-
{
|
|
4407
|
-
"parameterName": "next",
|
|
4408
|
-
"parameterTypeTokenRange": {
|
|
4409
|
-
"startIndex": 4,
|
|
4410
|
-
"endIndex": 5
|
|
4411
|
-
},
|
|
4412
|
-
"isOptional": false
|
|
4413
|
-
}
|
|
4414
|
-
],
|
|
4415
|
-
"isOptional": false,
|
|
4416
|
-
"name": "typeChanged"
|
|
4417
|
-
},
|
|
4418
|
-
{
|
|
4419
|
-
"kind": "Method",
|
|
4420
|
-
"canonicalReference": "@fluentui/web-components!Button#validate:member(1)",
|
|
4421
|
-
"docComment": "/**\n * {@inheritDoc (FormAssociated:interface).validate}\n */\n",
|
|
4422
|
-
"excerptTokens": [
|
|
4423
|
-
{
|
|
4424
|
-
"kind": "Content",
|
|
4425
|
-
"text": "validate(): "
|
|
4426
|
-
},
|
|
4427
|
-
{
|
|
4428
|
-
"kind": "Content",
|
|
4429
|
-
"text": "void"
|
|
4430
|
-
},
|
|
4431
|
-
{
|
|
4432
|
-
"kind": "Content",
|
|
4433
|
-
"text": ";"
|
|
4434
|
-
}
|
|
4435
|
-
],
|
|
4436
|
-
"isStatic": false,
|
|
4437
|
-
"returnTypeTokenRange": {
|
|
4411
|
+
"name": "value",
|
|
4412
|
+
"propertyTypeTokenRange": {
|
|
4438
4413
|
"startIndex": 1,
|
|
4439
4414
|
"endIndex": 2
|
|
4440
4415
|
},
|
|
4441
|
-
"
|
|
4442
|
-
"isProtected": false
|
|
4443
|
-
"overloadIndex": 1,
|
|
4444
|
-
"parameters": [],
|
|
4445
|
-
"isOptional": false,
|
|
4446
|
-
"name": "validate"
|
|
4416
|
+
"isStatic": false,
|
|
4417
|
+
"isProtected": false
|
|
4447
4418
|
}
|
|
4448
4419
|
],
|
|
4449
4420
|
"extendsTokenRange": {
|
|
@@ -4516,7 +4487,7 @@
|
|
|
4516
4487
|
{
|
|
4517
4488
|
"kind": "Variable",
|
|
4518
4489
|
"canonicalReference": "@fluentui/web-components!ButtonDefinition:var",
|
|
4519
|
-
"docComment": "/**\n * @remarks\n *\n * HTML Element:
|
|
4490
|
+
"docComment": "/**\n * The definition for the Fluent Button component.\n *\n * @remarks\n *\n * HTML Element: `<fluent-button>`\n *\n * @public\n */\n",
|
|
4520
4491
|
"excerptTokens": [
|
|
4521
4492
|
{
|
|
4522
4493
|
"kind": "Content",
|
|
@@ -4553,10 +4524,71 @@
|
|
|
4553
4524
|
"endIndex": 6
|
|
4554
4525
|
}
|
|
4555
4526
|
},
|
|
4527
|
+
{
|
|
4528
|
+
"kind": "TypeAlias",
|
|
4529
|
+
"canonicalReference": "@fluentui/web-components!ButtonFormTarget:type",
|
|
4530
|
+
"docComment": "/**\n * Types for the `formtarget` attribute values.\n *\n * @public\n */\n",
|
|
4531
|
+
"excerptTokens": [
|
|
4532
|
+
{
|
|
4533
|
+
"kind": "Content",
|
|
4534
|
+
"text": "export declare type ButtonFormTarget = "
|
|
4535
|
+
},
|
|
4536
|
+
{
|
|
4537
|
+
"kind": "Reference",
|
|
4538
|
+
"text": "ValuesOf",
|
|
4539
|
+
"canonicalReference": "@fluentui/web-components!~ValuesOf:type"
|
|
4540
|
+
},
|
|
4541
|
+
{
|
|
4542
|
+
"kind": "Content",
|
|
4543
|
+
"text": "<typeof "
|
|
4544
|
+
},
|
|
4545
|
+
{
|
|
4546
|
+
"kind": "Reference",
|
|
4547
|
+
"text": "ButtonFormTarget",
|
|
4548
|
+
"canonicalReference": "@fluentui/web-components!ButtonFormTarget:var"
|
|
4549
|
+
},
|
|
4550
|
+
{
|
|
4551
|
+
"kind": "Content",
|
|
4552
|
+
"text": ">"
|
|
4553
|
+
},
|
|
4554
|
+
{
|
|
4555
|
+
"kind": "Content",
|
|
4556
|
+
"text": ";"
|
|
4557
|
+
}
|
|
4558
|
+
],
|
|
4559
|
+
"releaseTag": "Public",
|
|
4560
|
+
"name": "ButtonFormTarget",
|
|
4561
|
+
"typeTokenRange": {
|
|
4562
|
+
"startIndex": 1,
|
|
4563
|
+
"endIndex": 5
|
|
4564
|
+
}
|
|
4565
|
+
},
|
|
4566
|
+
{
|
|
4567
|
+
"kind": "Variable",
|
|
4568
|
+
"canonicalReference": "@fluentui/web-components!ButtonFormTarget:var",
|
|
4569
|
+
"docComment": "/**\n * Button `formtarget` attribute values.\n *\n * @public\n */\n",
|
|
4570
|
+
"excerptTokens": [
|
|
4571
|
+
{
|
|
4572
|
+
"kind": "Content",
|
|
4573
|
+
"text": "ButtonFormTarget: "
|
|
4574
|
+
},
|
|
4575
|
+
{
|
|
4576
|
+
"kind": "Content",
|
|
4577
|
+
"text": "{\n readonly blank: \"_blank\";\n readonly self: \"_self\";\n readonly parent: \"_parent\";\n readonly top: \"_top\";\n}"
|
|
4578
|
+
}
|
|
4579
|
+
],
|
|
4580
|
+
"isReadonly": true,
|
|
4581
|
+
"releaseTag": "Public",
|
|
4582
|
+
"name": "ButtonFormTarget",
|
|
4583
|
+
"variableTypeTokenRange": {
|
|
4584
|
+
"startIndex": 1,
|
|
4585
|
+
"endIndex": 2
|
|
4586
|
+
}
|
|
4587
|
+
},
|
|
4556
4588
|
{
|
|
4557
4589
|
"kind": "TypeAlias",
|
|
4558
4590
|
"canonicalReference": "@fluentui/web-components!ButtonOptions:type",
|
|
4559
|
-
"docComment": "/**\n * Button configuration options
|
|
4591
|
+
"docComment": "/**\n * Button configuration options.\n *\n * @public\n */\n",
|
|
4560
4592
|
"excerptTokens": [
|
|
4561
4593
|
{
|
|
4562
4594
|
"kind": "Content",
|
|
@@ -4717,7 +4749,7 @@
|
|
|
4717
4749
|
{
|
|
4718
4750
|
"kind": "Variable",
|
|
4719
4751
|
"canonicalReference": "@fluentui/web-components!ButtonTemplate:var",
|
|
4720
|
-
"docComment": "",
|
|
4752
|
+
"docComment": "/**\n * The template for the Button component.\n *\n * @public\n */\n",
|
|
4721
4753
|
"excerptTokens": [
|
|
4722
4754
|
{
|
|
4723
4755
|
"kind": "Content",
|
|
@@ -14058,6 +14090,31 @@
|
|
|
14058
14090
|
"endIndex": 5
|
|
14059
14091
|
}
|
|
14060
14092
|
},
|
|
14093
|
+
{
|
|
14094
|
+
"kind": "TypeAlias",
|
|
14095
|
+
"canonicalReference": "@fluentui/web-components!CSSDisplayPropertyValue:type",
|
|
14096
|
+
"docComment": "/**\n * Define all possible CSS display values.\n *\n * @public\n */\n",
|
|
14097
|
+
"excerptTokens": [
|
|
14098
|
+
{
|
|
14099
|
+
"kind": "Content",
|
|
14100
|
+
"text": "export declare type CSSDisplayPropertyValue = "
|
|
14101
|
+
},
|
|
14102
|
+
{
|
|
14103
|
+
"kind": "Content",
|
|
14104
|
+
"text": "'block' | 'contents' | 'flex' | 'grid' | 'inherit' | 'initial' | 'inline' | 'inline-block' | 'inline-flex' | 'inline-grid' | 'inline-table' | 'list-item' | 'none' | 'run-in' | 'table' | 'table-caption' | 'table-cell' | 'table-column' | 'table-column-group' | 'table-footer-group' | 'table-header-group' | 'table-row' | 'table-row-group'"
|
|
14105
|
+
},
|
|
14106
|
+
{
|
|
14107
|
+
"kind": "Content",
|
|
14108
|
+
"text": ";"
|
|
14109
|
+
}
|
|
14110
|
+
],
|
|
14111
|
+
"releaseTag": "Public",
|
|
14112
|
+
"name": "CSSDisplayPropertyValue",
|
|
14113
|
+
"typeTokenRange": {
|
|
14114
|
+
"startIndex": 1,
|
|
14115
|
+
"endIndex": 2
|
|
14116
|
+
}
|
|
14117
|
+
},
|
|
14061
14118
|
{
|
|
14062
14119
|
"kind": "Variable",
|
|
14063
14120
|
"canonicalReference": "@fluentui/web-components!curveAccelerateMax:var",
|
|
@@ -14292,24 +14349,60 @@
|
|
|
14292
14349
|
"endIndex": 0
|
|
14293
14350
|
}
|
|
14294
14351
|
},
|
|
14352
|
+
{
|
|
14353
|
+
"kind": "Variable",
|
|
14354
|
+
"canonicalReference": "@fluentui/web-components!darkModeStylesheetBehavior:var",
|
|
14355
|
+
"docComment": "/**\n * This can be used to construct a behavior to apply a prefers color scheme: dark only stylesheet.\n *\n * @public\n */\n",
|
|
14356
|
+
"excerptTokens": [
|
|
14357
|
+
{
|
|
14358
|
+
"kind": "Content",
|
|
14359
|
+
"text": "darkModeStylesheetBehavior: "
|
|
14360
|
+
},
|
|
14361
|
+
{
|
|
14362
|
+
"kind": "Content",
|
|
14363
|
+
"text": "(styles: "
|
|
14364
|
+
},
|
|
14365
|
+
{
|
|
14366
|
+
"kind": "Reference",
|
|
14367
|
+
"text": "ElementStyles",
|
|
14368
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
14369
|
+
},
|
|
14370
|
+
{
|
|
14371
|
+
"kind": "Content",
|
|
14372
|
+
"text": ") => "
|
|
14373
|
+
},
|
|
14374
|
+
{
|
|
14375
|
+
"kind": "Reference",
|
|
14376
|
+
"text": "MatchMediaStyleSheetBehavior",
|
|
14377
|
+
"canonicalReference": "@fluentui/web-components!MatchMediaStyleSheetBehavior:class"
|
|
14378
|
+
}
|
|
14379
|
+
],
|
|
14380
|
+
"isReadonly": true,
|
|
14381
|
+
"releaseTag": "Public",
|
|
14382
|
+
"name": "darkModeStylesheetBehavior",
|
|
14383
|
+
"variableTypeTokenRange": {
|
|
14384
|
+
"startIndex": 1,
|
|
14385
|
+
"endIndex": 5
|
|
14386
|
+
}
|
|
14387
|
+
},
|
|
14295
14388
|
{
|
|
14296
14389
|
"kind": "Class",
|
|
14297
|
-
"canonicalReference": "@fluentui/web-components!
|
|
14298
|
-
"docComment": "/**\n * Includes ARIA states and properties relating to the ARIA
|
|
14390
|
+
"canonicalReference": "@fluentui/web-components!DelegatesARIALink:class",
|
|
14391
|
+
"docComment": "/**\n * Includes ARIA states and properties relating to the ARIA link role\n *\n * @public\n */\n",
|
|
14299
14392
|
"excerptTokens": [
|
|
14300
14393
|
{
|
|
14301
14394
|
"kind": "Content",
|
|
14302
|
-
"text": "export declare class
|
|
14395
|
+
"text": "export declare class DelegatesARIALink "
|
|
14303
14396
|
}
|
|
14304
14397
|
],
|
|
14305
14398
|
"releaseTag": "Public",
|
|
14306
|
-
"name": "
|
|
14399
|
+
"name": "DelegatesARIALink",
|
|
14307
14400
|
"preserveMemberOrder": false,
|
|
14308
14401
|
"members": [
|
|
14309
14402
|
{
|
|
14310
14403
|
"kind": "Property",
|
|
14311
|
-
"canonicalReference": "@fluentui/web-components!
|
|
14312
|
-
"docComment": "/**\n * See {@link https://www.w3.org/WAI/PF/aria/roles#
|
|
14404
|
+
"canonicalReference": "@fluentui/web-components!DelegatesARIALink#ariaExpanded:member",
|
|
14405
|
+
"docComment": "/**\n * See {@link https://www.w3.org/WAI/PF/aria/roles#link} for more information\n *\n * @remarks\n *\n * HTML Attribute: aria-expanded\n *\n * @public\n */\n",
|
|
14313
14406
|
"excerptTokens": [
|
|
14314
14407
|
{
|
|
14315
14408
|
"kind": "Content",
|
|
@@ -14334,90 +14427,15 @@
|
|
|
14334
14427
|
},
|
|
14335
14428
|
"isStatic": false,
|
|
14336
14429
|
"isProtected": false
|
|
14337
|
-
}
|
|
14338
|
-
|
|
14339
|
-
|
|
14340
|
-
|
|
14341
|
-
|
|
14342
|
-
|
|
14343
|
-
|
|
14344
|
-
|
|
14345
|
-
|
|
14346
|
-
},
|
|
14347
|
-
{
|
|
14348
|
-
"kind": "Content",
|
|
14349
|
-
"text": "'true' | 'false' | 'mixed' | string | null"
|
|
14350
|
-
},
|
|
14351
|
-
{
|
|
14352
|
-
"kind": "Content",
|
|
14353
|
-
"text": ";"
|
|
14354
|
-
}
|
|
14355
|
-
],
|
|
14356
|
-
"isReadonly": false,
|
|
14357
|
-
"isOptional": false,
|
|
14358
|
-
"releaseTag": "Public",
|
|
14359
|
-
"name": "ariaPressed",
|
|
14360
|
-
"propertyTypeTokenRange": {
|
|
14361
|
-
"startIndex": 1,
|
|
14362
|
-
"endIndex": 2
|
|
14363
|
-
},
|
|
14364
|
-
"isStatic": false,
|
|
14365
|
-
"isProtected": false
|
|
14366
|
-
}
|
|
14367
|
-
],
|
|
14368
|
-
"implementsTokenRanges": []
|
|
14369
|
-
},
|
|
14370
|
-
{
|
|
14371
|
-
"kind": "Class",
|
|
14372
|
-
"canonicalReference": "@fluentui/web-components!DelegatesARIALink:class",
|
|
14373
|
-
"docComment": "/**\n * Includes ARIA states and properties relating to the ARIA link role\n *\n * @public\n */\n",
|
|
14374
|
-
"excerptTokens": [
|
|
14375
|
-
{
|
|
14376
|
-
"kind": "Content",
|
|
14377
|
-
"text": "export declare class DelegatesARIALink "
|
|
14378
|
-
}
|
|
14379
|
-
],
|
|
14380
|
-
"releaseTag": "Public",
|
|
14381
|
-
"name": "DelegatesARIALink",
|
|
14382
|
-
"preserveMemberOrder": false,
|
|
14383
|
-
"members": [
|
|
14384
|
-
{
|
|
14385
|
-
"kind": "Property",
|
|
14386
|
-
"canonicalReference": "@fluentui/web-components!DelegatesARIALink#ariaExpanded:member",
|
|
14387
|
-
"docComment": "/**\n * See {@link https://www.w3.org/WAI/PF/aria/roles#link} for more information\n *\n * @remarks\n *\n * HTML Attribute: aria-expanded\n *\n * @public\n */\n",
|
|
14388
|
-
"excerptTokens": [
|
|
14389
|
-
{
|
|
14390
|
-
"kind": "Content",
|
|
14391
|
-
"text": "ariaExpanded: "
|
|
14392
|
-
},
|
|
14393
|
-
{
|
|
14394
|
-
"kind": "Content",
|
|
14395
|
-
"text": "'true' | 'false' | string | null"
|
|
14396
|
-
},
|
|
14397
|
-
{
|
|
14398
|
-
"kind": "Content",
|
|
14399
|
-
"text": ";"
|
|
14400
|
-
}
|
|
14401
|
-
],
|
|
14402
|
-
"isReadonly": false,
|
|
14403
|
-
"isOptional": false,
|
|
14404
|
-
"releaseTag": "Public",
|
|
14405
|
-
"name": "ariaExpanded",
|
|
14406
|
-
"propertyTypeTokenRange": {
|
|
14407
|
-
"startIndex": 1,
|
|
14408
|
-
"endIndex": 2
|
|
14409
|
-
},
|
|
14410
|
-
"isStatic": false,
|
|
14411
|
-
"isProtected": false
|
|
14412
|
-
}
|
|
14413
|
-
],
|
|
14414
|
-
"implementsTokenRanges": []
|
|
14415
|
-
},
|
|
14416
|
-
{
|
|
14417
|
-
"kind": "Class",
|
|
14418
|
-
"canonicalReference": "@fluentui/web-components!DelegatesARIATextbox:class",
|
|
14419
|
-
"docComment": "/**\n * Includes ARIA states and properties relating to the ARIA textbox role\n *\n * @public\n */\n",
|
|
14420
|
-
"excerptTokens": [
|
|
14430
|
+
}
|
|
14431
|
+
],
|
|
14432
|
+
"implementsTokenRanges": []
|
|
14433
|
+
},
|
|
14434
|
+
{
|
|
14435
|
+
"kind": "Class",
|
|
14436
|
+
"canonicalReference": "@fluentui/web-components!DelegatesARIATextbox:class",
|
|
14437
|
+
"docComment": "/**\n * Includes ARIA states and properties relating to the ARIA textbox role\n *\n * @public\n */\n",
|
|
14438
|
+
"excerptTokens": [
|
|
14421
14439
|
{
|
|
14422
14440
|
"kind": "Content",
|
|
14423
14441
|
"text": "export declare class DelegatesARIATextbox "
|
|
@@ -15272,6 +15290,51 @@
|
|
|
15272
15290
|
"endIndex": 5
|
|
15273
15291
|
}
|
|
15274
15292
|
},
|
|
15293
|
+
{
|
|
15294
|
+
"kind": "Function",
|
|
15295
|
+
"canonicalReference": "@fluentui/web-components!display:function(1)",
|
|
15296
|
+
"docComment": "/**\n * Applies a CSS display property. Also adds CSS rules to not display the element when the [hidden] attribute is applied to the element.\n *\n * @param display - The CSS display property value\n *\n * @public\n */\n",
|
|
15297
|
+
"excerptTokens": [
|
|
15298
|
+
{
|
|
15299
|
+
"kind": "Content",
|
|
15300
|
+
"text": "export declare function display(displayValue: "
|
|
15301
|
+
},
|
|
15302
|
+
{
|
|
15303
|
+
"kind": "Reference",
|
|
15304
|
+
"text": "CSSDisplayPropertyValue",
|
|
15305
|
+
"canonicalReference": "@fluentui/web-components!CSSDisplayPropertyValue:type"
|
|
15306
|
+
},
|
|
15307
|
+
{
|
|
15308
|
+
"kind": "Content",
|
|
15309
|
+
"text": "): "
|
|
15310
|
+
},
|
|
15311
|
+
{
|
|
15312
|
+
"kind": "Content",
|
|
15313
|
+
"text": "string"
|
|
15314
|
+
},
|
|
15315
|
+
{
|
|
15316
|
+
"kind": "Content",
|
|
15317
|
+
"text": ";"
|
|
15318
|
+
}
|
|
15319
|
+
],
|
|
15320
|
+
"returnTypeTokenRange": {
|
|
15321
|
+
"startIndex": 3,
|
|
15322
|
+
"endIndex": 4
|
|
15323
|
+
},
|
|
15324
|
+
"releaseTag": "Public",
|
|
15325
|
+
"overloadIndex": 1,
|
|
15326
|
+
"parameters": [
|
|
15327
|
+
{
|
|
15328
|
+
"parameterName": "displayValue",
|
|
15329
|
+
"parameterTypeTokenRange": {
|
|
15330
|
+
"startIndex": 1,
|
|
15331
|
+
"endIndex": 2
|
|
15332
|
+
},
|
|
15333
|
+
"isOptional": false
|
|
15334
|
+
}
|
|
15335
|
+
],
|
|
15336
|
+
"name": "display"
|
|
15337
|
+
},
|
|
15275
15338
|
{
|
|
15276
15339
|
"kind": "Class",
|
|
15277
15340
|
"canonicalReference": "@fluentui/web-components!Divider:class",
|
|
@@ -16458,6 +16521,104 @@
|
|
|
16458
16521
|
"endIndex": 0
|
|
16459
16522
|
}
|
|
16460
16523
|
},
|
|
16524
|
+
{
|
|
16525
|
+
"kind": "Variable",
|
|
16526
|
+
"canonicalReference": "@fluentui/web-components!forcedColorsStylesheetBehavior:var",
|
|
16527
|
+
"docComment": "/**\n * This can be used to construct a behavior to apply a forced-colors only stylesheet.\n *\n * @public\n */\n",
|
|
16528
|
+
"excerptTokens": [
|
|
16529
|
+
{
|
|
16530
|
+
"kind": "Content",
|
|
16531
|
+
"text": "forcedColorsStylesheetBehavior: "
|
|
16532
|
+
},
|
|
16533
|
+
{
|
|
16534
|
+
"kind": "Content",
|
|
16535
|
+
"text": "(styles: "
|
|
16536
|
+
},
|
|
16537
|
+
{
|
|
16538
|
+
"kind": "Reference",
|
|
16539
|
+
"text": "ElementStyles",
|
|
16540
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
16541
|
+
},
|
|
16542
|
+
{
|
|
16543
|
+
"kind": "Content",
|
|
16544
|
+
"text": ") => "
|
|
16545
|
+
},
|
|
16546
|
+
{
|
|
16547
|
+
"kind": "Reference",
|
|
16548
|
+
"text": "MatchMediaStyleSheetBehavior",
|
|
16549
|
+
"canonicalReference": "@fluentui/web-components!MatchMediaStyleSheetBehavior:class"
|
|
16550
|
+
}
|
|
16551
|
+
],
|
|
16552
|
+
"isReadonly": true,
|
|
16553
|
+
"releaseTag": "Public",
|
|
16554
|
+
"name": "forcedColorsStylesheetBehavior",
|
|
16555
|
+
"variableTypeTokenRange": {
|
|
16556
|
+
"startIndex": 1,
|
|
16557
|
+
"endIndex": 5
|
|
16558
|
+
}
|
|
16559
|
+
},
|
|
16560
|
+
{
|
|
16561
|
+
"kind": "Variable",
|
|
16562
|
+
"canonicalReference": "@fluentui/web-components!getDirection:var",
|
|
16563
|
+
"docComment": "/**\n * Determines the current localization direction of an element.\n *\n * @param rootNode - the HTMLElement to begin the query from, usually \"this\" when used in a component controller\n *\n * @returns the localization direction of the element\n *\n * @public\n */\n",
|
|
16564
|
+
"excerptTokens": [
|
|
16565
|
+
{
|
|
16566
|
+
"kind": "Content",
|
|
16567
|
+
"text": "getDirection: "
|
|
16568
|
+
},
|
|
16569
|
+
{
|
|
16570
|
+
"kind": "Content",
|
|
16571
|
+
"text": "(rootNode: "
|
|
16572
|
+
},
|
|
16573
|
+
{
|
|
16574
|
+
"kind": "Reference",
|
|
16575
|
+
"text": "HTMLElement",
|
|
16576
|
+
"canonicalReference": "!HTMLElement:interface"
|
|
16577
|
+
},
|
|
16578
|
+
{
|
|
16579
|
+
"kind": "Content",
|
|
16580
|
+
"text": ") => "
|
|
16581
|
+
},
|
|
16582
|
+
{
|
|
16583
|
+
"kind": "Reference",
|
|
16584
|
+
"text": "Direction",
|
|
16585
|
+
"canonicalReference": "@microsoft/fast-web-utilities!Direction:enum"
|
|
16586
|
+
}
|
|
16587
|
+
],
|
|
16588
|
+
"isReadonly": true,
|
|
16589
|
+
"releaseTag": "Public",
|
|
16590
|
+
"name": "getDirection",
|
|
16591
|
+
"variableTypeTokenRange": {
|
|
16592
|
+
"startIndex": 1,
|
|
16593
|
+
"endIndex": 5
|
|
16594
|
+
}
|
|
16595
|
+
},
|
|
16596
|
+
{
|
|
16597
|
+
"kind": "Variable",
|
|
16598
|
+
"canonicalReference": "@fluentui/web-components!hidden:var",
|
|
16599
|
+
"docComment": "/**\n * A CSS fragment to set `display: none;` when the host is hidden using the [hidden] attribute.\n *\n * @public\n */\n",
|
|
16600
|
+
"excerptTokens": [
|
|
16601
|
+
{
|
|
16602
|
+
"kind": "Content",
|
|
16603
|
+
"text": "hidden = "
|
|
16604
|
+
},
|
|
16605
|
+
{
|
|
16606
|
+
"kind": "Content",
|
|
16607
|
+
"text": "\":host([hidden]){display:none}\""
|
|
16608
|
+
}
|
|
16609
|
+
],
|
|
16610
|
+
"initializerTokenRange": {
|
|
16611
|
+
"startIndex": 1,
|
|
16612
|
+
"endIndex": 2
|
|
16613
|
+
},
|
|
16614
|
+
"isReadonly": true,
|
|
16615
|
+
"releaseTag": "Public",
|
|
16616
|
+
"name": "hidden",
|
|
16617
|
+
"variableTypeTokenRange": {
|
|
16618
|
+
"startIndex": 0,
|
|
16619
|
+
"endIndex": 0
|
|
16620
|
+
}
|
|
16621
|
+
},
|
|
16461
16622
|
{
|
|
16462
16623
|
"kind": "Class",
|
|
16463
16624
|
"canonicalReference": "@fluentui/web-components!Image_2:class",
|
|
@@ -17111,6 +17272,42 @@
|
|
|
17111
17272
|
"endIndex": 5
|
|
17112
17273
|
}
|
|
17113
17274
|
},
|
|
17275
|
+
{
|
|
17276
|
+
"kind": "Variable",
|
|
17277
|
+
"canonicalReference": "@fluentui/web-components!lightModeStylesheetBehavior:var",
|
|
17278
|
+
"docComment": "/**\n * This can be used to construct a behavior to apply a prefers color scheme: light only stylesheet.\n *\n * @public\n */\n",
|
|
17279
|
+
"excerptTokens": [
|
|
17280
|
+
{
|
|
17281
|
+
"kind": "Content",
|
|
17282
|
+
"text": "lightModeStylesheetBehavior: "
|
|
17283
|
+
},
|
|
17284
|
+
{
|
|
17285
|
+
"kind": "Content",
|
|
17286
|
+
"text": "(styles: "
|
|
17287
|
+
},
|
|
17288
|
+
{
|
|
17289
|
+
"kind": "Reference",
|
|
17290
|
+
"text": "ElementStyles",
|
|
17291
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
17292
|
+
},
|
|
17293
|
+
{
|
|
17294
|
+
"kind": "Content",
|
|
17295
|
+
"text": ") => "
|
|
17296
|
+
},
|
|
17297
|
+
{
|
|
17298
|
+
"kind": "Reference",
|
|
17299
|
+
"text": "MatchMediaStyleSheetBehavior",
|
|
17300
|
+
"canonicalReference": "@fluentui/web-components!MatchMediaStyleSheetBehavior:class"
|
|
17301
|
+
}
|
|
17302
|
+
],
|
|
17303
|
+
"isReadonly": true,
|
|
17304
|
+
"releaseTag": "Public",
|
|
17305
|
+
"name": "lightModeStylesheetBehavior",
|
|
17306
|
+
"variableTypeTokenRange": {
|
|
17307
|
+
"startIndex": 1,
|
|
17308
|
+
"endIndex": 5
|
|
17309
|
+
}
|
|
17310
|
+
},
|
|
17114
17311
|
{
|
|
17115
17312
|
"kind": "Variable",
|
|
17116
17313
|
"canonicalReference": "@fluentui/web-components!lineHeightBase100:var",
|
|
@@ -17373,17 +17570,17 @@
|
|
|
17373
17570
|
},
|
|
17374
17571
|
{
|
|
17375
17572
|
"kind": "Class",
|
|
17376
|
-
"canonicalReference": "@fluentui/web-components!
|
|
17377
|
-
"docComment": "/**\n *
|
|
17573
|
+
"canonicalReference": "@fluentui/web-components!MatchMediaBehavior:class",
|
|
17574
|
+
"docComment": "/**\n * An abstract behavior to react to media queries. Implementations should implement the `constructListener` method to perform some action based on media query changes.\n *\n * @public\n */\n",
|
|
17378
17575
|
"excerptTokens": [
|
|
17379
17576
|
{
|
|
17380
17577
|
"kind": "Content",
|
|
17381
|
-
"text": "export declare class
|
|
17578
|
+
"text": "export declare abstract class MatchMediaBehavior implements "
|
|
17382
17579
|
},
|
|
17383
17580
|
{
|
|
17384
17581
|
"kind": "Reference",
|
|
17385
|
-
"text": "
|
|
17386
|
-
"canonicalReference": "@microsoft/fast-element!
|
|
17582
|
+
"text": "HostBehavior",
|
|
17583
|
+
"canonicalReference": "@microsoft/fast-element!HostBehavior:interface"
|
|
17387
17584
|
},
|
|
17388
17585
|
{
|
|
17389
17586
|
"kind": "Content",
|
|
@@ -17391,56 +17588,589 @@
|
|
|
17391
17588
|
}
|
|
17392
17589
|
],
|
|
17393
17590
|
"releaseTag": "Public",
|
|
17394
|
-
"name": "
|
|
17591
|
+
"name": "MatchMediaBehavior",
|
|
17395
17592
|
"preserveMemberOrder": false,
|
|
17396
17593
|
"members": [
|
|
17397
17594
|
{
|
|
17398
|
-
"kind": "
|
|
17399
|
-
"canonicalReference": "@fluentui/web-components!
|
|
17400
|
-
"docComment": "/**\n *
|
|
17595
|
+
"kind": "Constructor",
|
|
17596
|
+
"canonicalReference": "@fluentui/web-components!MatchMediaBehavior:constructor(1)",
|
|
17597
|
+
"docComment": "/**\n * Constructs a new instance of the `MatchMediaBehavior` class\n *\n * @param query - The media query to operate from.\n */\n",
|
|
17401
17598
|
"excerptTokens": [
|
|
17402
17599
|
{
|
|
17403
17600
|
"kind": "Content",
|
|
17404
|
-
"text": "
|
|
17601
|
+
"text": "constructor(query: "
|
|
17405
17602
|
},
|
|
17406
17603
|
{
|
|
17407
|
-
"kind": "
|
|
17408
|
-
"text": "
|
|
17604
|
+
"kind": "Reference",
|
|
17605
|
+
"text": "MediaQueryList",
|
|
17606
|
+
"canonicalReference": "!MediaQueryList:interface"
|
|
17409
17607
|
},
|
|
17410
17608
|
{
|
|
17411
17609
|
"kind": "Content",
|
|
17412
|
-
"text": ";"
|
|
17610
|
+
"text": ");"
|
|
17413
17611
|
}
|
|
17414
17612
|
],
|
|
17415
|
-
"isReadonly": false,
|
|
17416
|
-
"isOptional": true,
|
|
17417
17613
|
"releaseTag": "Public",
|
|
17418
|
-
"
|
|
17419
|
-
"
|
|
17420
|
-
|
|
17421
|
-
|
|
17422
|
-
|
|
17423
|
-
|
|
17424
|
-
|
|
17614
|
+
"isProtected": false,
|
|
17615
|
+
"overloadIndex": 1,
|
|
17616
|
+
"parameters": [
|
|
17617
|
+
{
|
|
17618
|
+
"parameterName": "query",
|
|
17619
|
+
"parameterTypeTokenRange": {
|
|
17620
|
+
"startIndex": 1,
|
|
17621
|
+
"endIndex": 2
|
|
17622
|
+
},
|
|
17623
|
+
"isOptional": false
|
|
17624
|
+
}
|
|
17625
|
+
]
|
|
17425
17626
|
},
|
|
17426
17627
|
{
|
|
17427
|
-
"kind": "
|
|
17428
|
-
"canonicalReference": "@fluentui/web-components!
|
|
17429
|
-
"docComment": "/**\n *
|
|
17628
|
+
"kind": "Method",
|
|
17629
|
+
"canonicalReference": "@fluentui/web-components!MatchMediaBehavior#connectedCallback:member(1)",
|
|
17630
|
+
"docComment": "/**\n * Binds the behavior to the element.\n *\n * @param controller - The host controller orchestrating this behavior.\n */\n",
|
|
17430
17631
|
"excerptTokens": [
|
|
17431
17632
|
{
|
|
17432
17633
|
"kind": "Content",
|
|
17433
|
-
"text": "
|
|
17634
|
+
"text": "connectedCallback(controller: "
|
|
17635
|
+
},
|
|
17636
|
+
{
|
|
17637
|
+
"kind": "Reference",
|
|
17638
|
+
"text": "HostController",
|
|
17639
|
+
"canonicalReference": "@microsoft/fast-element!HostController:interface"
|
|
17434
17640
|
},
|
|
17435
17641
|
{
|
|
17436
17642
|
"kind": "Content",
|
|
17437
|
-
"text": "
|
|
17643
|
+
"text": "): "
|
|
17438
17644
|
},
|
|
17439
17645
|
{
|
|
17440
17646
|
"kind": "Content",
|
|
17441
|
-
"text": "
|
|
17442
|
-
}
|
|
17443
|
-
|
|
17647
|
+
"text": "void"
|
|
17648
|
+
},
|
|
17649
|
+
{
|
|
17650
|
+
"kind": "Content",
|
|
17651
|
+
"text": ";"
|
|
17652
|
+
}
|
|
17653
|
+
],
|
|
17654
|
+
"isStatic": false,
|
|
17655
|
+
"returnTypeTokenRange": {
|
|
17656
|
+
"startIndex": 3,
|
|
17657
|
+
"endIndex": 4
|
|
17658
|
+
},
|
|
17659
|
+
"releaseTag": "Public",
|
|
17660
|
+
"isProtected": false,
|
|
17661
|
+
"overloadIndex": 1,
|
|
17662
|
+
"parameters": [
|
|
17663
|
+
{
|
|
17664
|
+
"parameterName": "controller",
|
|
17665
|
+
"parameterTypeTokenRange": {
|
|
17666
|
+
"startIndex": 1,
|
|
17667
|
+
"endIndex": 2
|
|
17668
|
+
},
|
|
17669
|
+
"isOptional": false
|
|
17670
|
+
}
|
|
17671
|
+
],
|
|
17672
|
+
"isOptional": false,
|
|
17673
|
+
"name": "connectedCallback"
|
|
17674
|
+
},
|
|
17675
|
+
{
|
|
17676
|
+
"kind": "Method",
|
|
17677
|
+
"canonicalReference": "@fluentui/web-components!MatchMediaBehavior#constructListener:member(1)",
|
|
17678
|
+
"docComment": "/**\n * Constructs a function that will be invoked with the MediaQueryList context\n *\n * @param controller - The host controller orchestrating this behavior.\n */\n",
|
|
17679
|
+
"excerptTokens": [
|
|
17680
|
+
{
|
|
17681
|
+
"kind": "Content",
|
|
17682
|
+
"text": "protected abstract constructListener(controller: "
|
|
17683
|
+
},
|
|
17684
|
+
{
|
|
17685
|
+
"kind": "Reference",
|
|
17686
|
+
"text": "HostController",
|
|
17687
|
+
"canonicalReference": "@microsoft/fast-element!HostController:interface"
|
|
17688
|
+
},
|
|
17689
|
+
{
|
|
17690
|
+
"kind": "Content",
|
|
17691
|
+
"text": "): "
|
|
17692
|
+
},
|
|
17693
|
+
{
|
|
17694
|
+
"kind": "Reference",
|
|
17695
|
+
"text": "MediaQueryListListener",
|
|
17696
|
+
"canonicalReference": "@fluentui/web-components!MediaQueryListListener:type"
|
|
17697
|
+
},
|
|
17698
|
+
{
|
|
17699
|
+
"kind": "Content",
|
|
17700
|
+
"text": ";"
|
|
17701
|
+
}
|
|
17702
|
+
],
|
|
17703
|
+
"isStatic": false,
|
|
17704
|
+
"returnTypeTokenRange": {
|
|
17705
|
+
"startIndex": 3,
|
|
17706
|
+
"endIndex": 4
|
|
17707
|
+
},
|
|
17708
|
+
"releaseTag": "Public",
|
|
17709
|
+
"isProtected": true,
|
|
17710
|
+
"overloadIndex": 1,
|
|
17711
|
+
"parameters": [
|
|
17712
|
+
{
|
|
17713
|
+
"parameterName": "controller",
|
|
17714
|
+
"parameterTypeTokenRange": {
|
|
17715
|
+
"startIndex": 1,
|
|
17716
|
+
"endIndex": 2
|
|
17717
|
+
},
|
|
17718
|
+
"isOptional": false
|
|
17719
|
+
}
|
|
17720
|
+
],
|
|
17721
|
+
"isOptional": false,
|
|
17722
|
+
"name": "constructListener"
|
|
17723
|
+
},
|
|
17724
|
+
{
|
|
17725
|
+
"kind": "Method",
|
|
17726
|
+
"canonicalReference": "@fluentui/web-components!MatchMediaBehavior#disconnectedCallback:member(1)",
|
|
17727
|
+
"docComment": "/**\n * Unbinds the behavior from the element.\n *\n * @param controller - The host controller orchestrating this behavior.\n */\n",
|
|
17728
|
+
"excerptTokens": [
|
|
17729
|
+
{
|
|
17730
|
+
"kind": "Content",
|
|
17731
|
+
"text": "disconnectedCallback(controller: "
|
|
17732
|
+
},
|
|
17733
|
+
{
|
|
17734
|
+
"kind": "Reference",
|
|
17735
|
+
"text": "HostController",
|
|
17736
|
+
"canonicalReference": "@microsoft/fast-element!HostController:interface"
|
|
17737
|
+
},
|
|
17738
|
+
{
|
|
17739
|
+
"kind": "Content",
|
|
17740
|
+
"text": "): "
|
|
17741
|
+
},
|
|
17742
|
+
{
|
|
17743
|
+
"kind": "Content",
|
|
17744
|
+
"text": "void"
|
|
17745
|
+
},
|
|
17746
|
+
{
|
|
17747
|
+
"kind": "Content",
|
|
17748
|
+
"text": ";"
|
|
17749
|
+
}
|
|
17750
|
+
],
|
|
17751
|
+
"isStatic": false,
|
|
17752
|
+
"returnTypeTokenRange": {
|
|
17753
|
+
"startIndex": 3,
|
|
17754
|
+
"endIndex": 4
|
|
17755
|
+
},
|
|
17756
|
+
"releaseTag": "Public",
|
|
17757
|
+
"isProtected": false,
|
|
17758
|
+
"overloadIndex": 1,
|
|
17759
|
+
"parameters": [
|
|
17760
|
+
{
|
|
17761
|
+
"parameterName": "controller",
|
|
17762
|
+
"parameterTypeTokenRange": {
|
|
17763
|
+
"startIndex": 1,
|
|
17764
|
+
"endIndex": 2
|
|
17765
|
+
},
|
|
17766
|
+
"isOptional": false
|
|
17767
|
+
}
|
|
17768
|
+
],
|
|
17769
|
+
"isOptional": false,
|
|
17770
|
+
"name": "disconnectedCallback"
|
|
17771
|
+
},
|
|
17772
|
+
{
|
|
17773
|
+
"kind": "Property",
|
|
17774
|
+
"canonicalReference": "@fluentui/web-components!MatchMediaBehavior#query:member",
|
|
17775
|
+
"docComment": "/**\n * The media query that the behavior operates on.\n */\n",
|
|
17776
|
+
"excerptTokens": [
|
|
17777
|
+
{
|
|
17778
|
+
"kind": "Content",
|
|
17779
|
+
"text": "readonly query: "
|
|
17780
|
+
},
|
|
17781
|
+
{
|
|
17782
|
+
"kind": "Reference",
|
|
17783
|
+
"text": "MediaQueryList",
|
|
17784
|
+
"canonicalReference": "!MediaQueryList:interface"
|
|
17785
|
+
},
|
|
17786
|
+
{
|
|
17787
|
+
"kind": "Content",
|
|
17788
|
+
"text": ";"
|
|
17789
|
+
}
|
|
17790
|
+
],
|
|
17791
|
+
"isReadonly": true,
|
|
17792
|
+
"isOptional": false,
|
|
17793
|
+
"releaseTag": "Public",
|
|
17794
|
+
"name": "query",
|
|
17795
|
+
"propertyTypeTokenRange": {
|
|
17796
|
+
"startIndex": 1,
|
|
17797
|
+
"endIndex": 2
|
|
17798
|
+
},
|
|
17799
|
+
"isStatic": false,
|
|
17800
|
+
"isProtected": false
|
|
17801
|
+
}
|
|
17802
|
+
],
|
|
17803
|
+
"implementsTokenRanges": [
|
|
17804
|
+
{
|
|
17805
|
+
"startIndex": 1,
|
|
17806
|
+
"endIndex": 2
|
|
17807
|
+
}
|
|
17808
|
+
]
|
|
17809
|
+
},
|
|
17810
|
+
{
|
|
17811
|
+
"kind": "Class",
|
|
17812
|
+
"canonicalReference": "@fluentui/web-components!MatchMediaStyleSheetBehavior:class",
|
|
17813
|
+
"docComment": "/**\n * A behavior to add or remove a stylesheet from an element based on a media query. The behavior ensures that styles are applied while the a query matches the environment and that styles are not applied if the query does not match the environment.\n *\n * @public\n */\n",
|
|
17814
|
+
"excerptTokens": [
|
|
17815
|
+
{
|
|
17816
|
+
"kind": "Content",
|
|
17817
|
+
"text": "export declare class MatchMediaStyleSheetBehavior extends "
|
|
17818
|
+
},
|
|
17819
|
+
{
|
|
17820
|
+
"kind": "Reference",
|
|
17821
|
+
"text": "MatchMediaBehavior",
|
|
17822
|
+
"canonicalReference": "@fluentui/web-components!MatchMediaBehavior:class"
|
|
17823
|
+
},
|
|
17824
|
+
{
|
|
17825
|
+
"kind": "Content",
|
|
17826
|
+
"text": " "
|
|
17827
|
+
}
|
|
17828
|
+
],
|
|
17829
|
+
"releaseTag": "Public",
|
|
17830
|
+
"name": "MatchMediaStyleSheetBehavior",
|
|
17831
|
+
"preserveMemberOrder": false,
|
|
17832
|
+
"members": [
|
|
17833
|
+
{
|
|
17834
|
+
"kind": "Constructor",
|
|
17835
|
+
"canonicalReference": "@fluentui/web-components!MatchMediaStyleSheetBehavior:constructor(1)",
|
|
17836
|
+
"docComment": "/**\n * Constructs a {@link MatchMediaStyleSheetBehavior} instance.\n *\n * @param query - The media query to operate from.\n *\n * @param styles - The styles to coordinate with the query.\n */\n",
|
|
17837
|
+
"excerptTokens": [
|
|
17838
|
+
{
|
|
17839
|
+
"kind": "Content",
|
|
17840
|
+
"text": "constructor(query: "
|
|
17841
|
+
},
|
|
17842
|
+
{
|
|
17843
|
+
"kind": "Reference",
|
|
17844
|
+
"text": "MediaQueryList",
|
|
17845
|
+
"canonicalReference": "!MediaQueryList:interface"
|
|
17846
|
+
},
|
|
17847
|
+
{
|
|
17848
|
+
"kind": "Content",
|
|
17849
|
+
"text": ", styles: "
|
|
17850
|
+
},
|
|
17851
|
+
{
|
|
17852
|
+
"kind": "Reference",
|
|
17853
|
+
"text": "ElementStyles",
|
|
17854
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
17855
|
+
},
|
|
17856
|
+
{
|
|
17857
|
+
"kind": "Content",
|
|
17858
|
+
"text": ");"
|
|
17859
|
+
}
|
|
17860
|
+
],
|
|
17861
|
+
"releaseTag": "Public",
|
|
17862
|
+
"isProtected": false,
|
|
17863
|
+
"overloadIndex": 1,
|
|
17864
|
+
"parameters": [
|
|
17865
|
+
{
|
|
17866
|
+
"parameterName": "query",
|
|
17867
|
+
"parameterTypeTokenRange": {
|
|
17868
|
+
"startIndex": 1,
|
|
17869
|
+
"endIndex": 2
|
|
17870
|
+
},
|
|
17871
|
+
"isOptional": false
|
|
17872
|
+
},
|
|
17873
|
+
{
|
|
17874
|
+
"parameterName": "styles",
|
|
17875
|
+
"parameterTypeTokenRange": {
|
|
17876
|
+
"startIndex": 3,
|
|
17877
|
+
"endIndex": 4
|
|
17878
|
+
},
|
|
17879
|
+
"isOptional": false
|
|
17880
|
+
}
|
|
17881
|
+
]
|
|
17882
|
+
},
|
|
17883
|
+
{
|
|
17884
|
+
"kind": "Method",
|
|
17885
|
+
"canonicalReference": "@fluentui/web-components!MatchMediaStyleSheetBehavior#constructListener:member(1)",
|
|
17886
|
+
"docComment": "/**\n * Constructs a match-media listener for a provided element.\n *\n * @param source - the element for which to attach or detach styles.\n */\n",
|
|
17887
|
+
"excerptTokens": [
|
|
17888
|
+
{
|
|
17889
|
+
"kind": "Content",
|
|
17890
|
+
"text": "protected constructListener(controller: "
|
|
17891
|
+
},
|
|
17892
|
+
{
|
|
17893
|
+
"kind": "Reference",
|
|
17894
|
+
"text": "HostController",
|
|
17895
|
+
"canonicalReference": "@microsoft/fast-element!HostController:interface"
|
|
17896
|
+
},
|
|
17897
|
+
{
|
|
17898
|
+
"kind": "Content",
|
|
17899
|
+
"text": "): "
|
|
17900
|
+
},
|
|
17901
|
+
{
|
|
17902
|
+
"kind": "Reference",
|
|
17903
|
+
"text": "MediaQueryListListener",
|
|
17904
|
+
"canonicalReference": "@fluentui/web-components!MediaQueryListListener:type"
|
|
17905
|
+
},
|
|
17906
|
+
{
|
|
17907
|
+
"kind": "Content",
|
|
17908
|
+
"text": ";"
|
|
17909
|
+
}
|
|
17910
|
+
],
|
|
17911
|
+
"isStatic": false,
|
|
17912
|
+
"returnTypeTokenRange": {
|
|
17913
|
+
"startIndex": 3,
|
|
17914
|
+
"endIndex": 4
|
|
17915
|
+
},
|
|
17916
|
+
"releaseTag": "Public",
|
|
17917
|
+
"isProtected": true,
|
|
17918
|
+
"overloadIndex": 1,
|
|
17919
|
+
"parameters": [
|
|
17920
|
+
{
|
|
17921
|
+
"parameterName": "controller",
|
|
17922
|
+
"parameterTypeTokenRange": {
|
|
17923
|
+
"startIndex": 1,
|
|
17924
|
+
"endIndex": 2
|
|
17925
|
+
},
|
|
17926
|
+
"isOptional": false
|
|
17927
|
+
}
|
|
17928
|
+
],
|
|
17929
|
+
"isOptional": false,
|
|
17930
|
+
"name": "constructListener"
|
|
17931
|
+
},
|
|
17932
|
+
{
|
|
17933
|
+
"kind": "Property",
|
|
17934
|
+
"canonicalReference": "@fluentui/web-components!MatchMediaStyleSheetBehavior#query:member",
|
|
17935
|
+
"docComment": "/**\n * The media query that the behavior operates on.\n */\n",
|
|
17936
|
+
"excerptTokens": [
|
|
17937
|
+
{
|
|
17938
|
+
"kind": "Content",
|
|
17939
|
+
"text": "readonly query: "
|
|
17940
|
+
},
|
|
17941
|
+
{
|
|
17942
|
+
"kind": "Reference",
|
|
17943
|
+
"text": "MediaQueryList",
|
|
17944
|
+
"canonicalReference": "!MediaQueryList:interface"
|
|
17945
|
+
},
|
|
17946
|
+
{
|
|
17947
|
+
"kind": "Content",
|
|
17948
|
+
"text": ";"
|
|
17949
|
+
}
|
|
17950
|
+
],
|
|
17951
|
+
"isReadonly": true,
|
|
17952
|
+
"isOptional": false,
|
|
17953
|
+
"releaseTag": "Public",
|
|
17954
|
+
"name": "query",
|
|
17955
|
+
"propertyTypeTokenRange": {
|
|
17956
|
+
"startIndex": 1,
|
|
17957
|
+
"endIndex": 2
|
|
17958
|
+
},
|
|
17959
|
+
"isStatic": false,
|
|
17960
|
+
"isProtected": false
|
|
17961
|
+
},
|
|
17962
|
+
{
|
|
17963
|
+
"kind": "Property",
|
|
17964
|
+
"canonicalReference": "@fluentui/web-components!MatchMediaStyleSheetBehavior#styles:member",
|
|
17965
|
+
"docComment": "/**\n * The styles object to be managed by the behavior.\n */\n",
|
|
17966
|
+
"excerptTokens": [
|
|
17967
|
+
{
|
|
17968
|
+
"kind": "Content",
|
|
17969
|
+
"text": "readonly styles: "
|
|
17970
|
+
},
|
|
17971
|
+
{
|
|
17972
|
+
"kind": "Reference",
|
|
17973
|
+
"text": "ElementStyles",
|
|
17974
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
17975
|
+
},
|
|
17976
|
+
{
|
|
17977
|
+
"kind": "Content",
|
|
17978
|
+
"text": ";"
|
|
17979
|
+
}
|
|
17980
|
+
],
|
|
17981
|
+
"isReadonly": true,
|
|
17982
|
+
"isOptional": false,
|
|
17983
|
+
"releaseTag": "Public",
|
|
17984
|
+
"name": "styles",
|
|
17985
|
+
"propertyTypeTokenRange": {
|
|
17986
|
+
"startIndex": 1,
|
|
17987
|
+
"endIndex": 2
|
|
17988
|
+
},
|
|
17989
|
+
"isStatic": false,
|
|
17990
|
+
"isProtected": false
|
|
17991
|
+
},
|
|
17992
|
+
{
|
|
17993
|
+
"kind": "Method",
|
|
17994
|
+
"canonicalReference": "@fluentui/web-components!MatchMediaStyleSheetBehavior.with:member(1)",
|
|
17995
|
+
"docComment": "/**\n * Defines a function to construct {@link MatchMediaStyleSheetBehavior | MatchMediaStyleSheetBehaviors} for a provided query.\n *\n * @param query - The media query to operate from.\n *\n * @example\n * ```ts\n * import { css } from \"@microsoft/fast-element\";\n * import { MatchMediaStyleSheetBehavior } from \"@fluentui/web-components\";\n *\n * const landscapeBehavior = MatchMediaStyleSheetBehavior.with(\n * window.matchMedia(\"(orientation: landscape)\")\n * );\n *\n * const styles = css`\n * :host {\n * width: 200px;\n * height: 400px;\n * }\n * `\n * .withBehaviors(landscapeBehavior(css`\n * :host {\n * width: 400px;\n * height: 200px;\n * }\n * `))\n * ```\n *\n * @public\n */\n",
|
|
17996
|
+
"excerptTokens": [
|
|
17997
|
+
{
|
|
17998
|
+
"kind": "Content",
|
|
17999
|
+
"text": "static with(query: "
|
|
18000
|
+
},
|
|
18001
|
+
{
|
|
18002
|
+
"kind": "Reference",
|
|
18003
|
+
"text": "MediaQueryList",
|
|
18004
|
+
"canonicalReference": "!MediaQueryList:interface"
|
|
18005
|
+
},
|
|
18006
|
+
{
|
|
18007
|
+
"kind": "Content",
|
|
18008
|
+
"text": "): "
|
|
18009
|
+
},
|
|
18010
|
+
{
|
|
18011
|
+
"kind": "Content",
|
|
18012
|
+
"text": "(styles: "
|
|
18013
|
+
},
|
|
18014
|
+
{
|
|
18015
|
+
"kind": "Reference",
|
|
18016
|
+
"text": "ElementStyles",
|
|
18017
|
+
"canonicalReference": "@microsoft/fast-element!ElementStyles:class"
|
|
18018
|
+
},
|
|
18019
|
+
{
|
|
18020
|
+
"kind": "Content",
|
|
18021
|
+
"text": ") => "
|
|
18022
|
+
},
|
|
18023
|
+
{
|
|
18024
|
+
"kind": "Reference",
|
|
18025
|
+
"text": "MatchMediaStyleSheetBehavior",
|
|
18026
|
+
"canonicalReference": "@fluentui/web-components!MatchMediaStyleSheetBehavior:class"
|
|
18027
|
+
},
|
|
18028
|
+
{
|
|
18029
|
+
"kind": "Content",
|
|
18030
|
+
"text": ";"
|
|
18031
|
+
}
|
|
18032
|
+
],
|
|
18033
|
+
"isStatic": true,
|
|
18034
|
+
"returnTypeTokenRange": {
|
|
18035
|
+
"startIndex": 3,
|
|
18036
|
+
"endIndex": 7
|
|
18037
|
+
},
|
|
18038
|
+
"releaseTag": "Public",
|
|
18039
|
+
"isProtected": false,
|
|
18040
|
+
"overloadIndex": 1,
|
|
18041
|
+
"parameters": [
|
|
18042
|
+
{
|
|
18043
|
+
"parameterName": "query",
|
|
18044
|
+
"parameterTypeTokenRange": {
|
|
18045
|
+
"startIndex": 1,
|
|
18046
|
+
"endIndex": 2
|
|
18047
|
+
},
|
|
18048
|
+
"isOptional": false
|
|
18049
|
+
}
|
|
18050
|
+
],
|
|
18051
|
+
"isOptional": false,
|
|
18052
|
+
"name": "with"
|
|
18053
|
+
}
|
|
18054
|
+
],
|
|
18055
|
+
"extendsTokenRange": {
|
|
18056
|
+
"startIndex": 1,
|
|
18057
|
+
"endIndex": 2
|
|
18058
|
+
},
|
|
18059
|
+
"implementsTokenRanges": []
|
|
18060
|
+
},
|
|
18061
|
+
{
|
|
18062
|
+
"kind": "TypeAlias",
|
|
18063
|
+
"canonicalReference": "@fluentui/web-components!MediaQueryListListener:type",
|
|
18064
|
+
"docComment": "/**\n * An event listener fired by a {@link https://developer.mozilla.org/en-US/docs/Web/API/MediaQueryList | MediaQueryList}.\n *\n * @public\n */\n",
|
|
18065
|
+
"excerptTokens": [
|
|
18066
|
+
{
|
|
18067
|
+
"kind": "Content",
|
|
18068
|
+
"text": "export declare type MediaQueryListListener = "
|
|
18069
|
+
},
|
|
18070
|
+
{
|
|
18071
|
+
"kind": "Content",
|
|
18072
|
+
"text": "(this: "
|
|
18073
|
+
},
|
|
18074
|
+
{
|
|
18075
|
+
"kind": "Reference",
|
|
18076
|
+
"text": "MediaQueryList",
|
|
18077
|
+
"canonicalReference": "!MediaQueryList:interface"
|
|
18078
|
+
},
|
|
18079
|
+
{
|
|
18080
|
+
"kind": "Content",
|
|
18081
|
+
"text": ", ev?: "
|
|
18082
|
+
},
|
|
18083
|
+
{
|
|
18084
|
+
"kind": "Reference",
|
|
18085
|
+
"text": "MediaQueryListEvent",
|
|
18086
|
+
"canonicalReference": "!MediaQueryListEvent:interface"
|
|
18087
|
+
},
|
|
18088
|
+
{
|
|
18089
|
+
"kind": "Content",
|
|
18090
|
+
"text": ") => void"
|
|
18091
|
+
},
|
|
18092
|
+
{
|
|
18093
|
+
"kind": "Content",
|
|
18094
|
+
"text": ";"
|
|
18095
|
+
}
|
|
18096
|
+
],
|
|
18097
|
+
"releaseTag": "Public",
|
|
18098
|
+
"name": "MediaQueryListListener",
|
|
18099
|
+
"typeTokenRange": {
|
|
18100
|
+
"startIndex": 1,
|
|
18101
|
+
"endIndex": 6
|
|
18102
|
+
}
|
|
18103
|
+
},
|
|
18104
|
+
{
|
|
18105
|
+
"kind": "Class",
|
|
18106
|
+
"canonicalReference": "@fluentui/web-components!Menu:class",
|
|
18107
|
+
"docComment": "/**\n * The Menu class represents a menu component.\n *\n * @public\n */\n",
|
|
18108
|
+
"excerptTokens": [
|
|
18109
|
+
{
|
|
18110
|
+
"kind": "Content",
|
|
18111
|
+
"text": "export declare class Menu extends "
|
|
18112
|
+
},
|
|
18113
|
+
{
|
|
18114
|
+
"kind": "Reference",
|
|
18115
|
+
"text": "FASTElement",
|
|
18116
|
+
"canonicalReference": "@microsoft/fast-element!FASTElement:interface"
|
|
18117
|
+
},
|
|
18118
|
+
{
|
|
18119
|
+
"kind": "Content",
|
|
18120
|
+
"text": " "
|
|
18121
|
+
}
|
|
18122
|
+
],
|
|
18123
|
+
"releaseTag": "Public",
|
|
18124
|
+
"name": "Menu",
|
|
18125
|
+
"preserveMemberOrder": false,
|
|
18126
|
+
"members": [
|
|
18127
|
+
{
|
|
18128
|
+
"kind": "Property",
|
|
18129
|
+
"canonicalReference": "@fluentui/web-components!Menu#cleanup:member",
|
|
18130
|
+
"docComment": "/**\n * Holds a reference to a function that is used to cleanup resources.\n *\n * @public\n */\n",
|
|
18131
|
+
"excerptTokens": [
|
|
18132
|
+
{
|
|
18133
|
+
"kind": "Content",
|
|
18134
|
+
"text": "cleanup?: "
|
|
18135
|
+
},
|
|
18136
|
+
{
|
|
18137
|
+
"kind": "Content",
|
|
18138
|
+
"text": "() => void"
|
|
18139
|
+
},
|
|
18140
|
+
{
|
|
18141
|
+
"kind": "Content",
|
|
18142
|
+
"text": ";"
|
|
18143
|
+
}
|
|
18144
|
+
],
|
|
18145
|
+
"isReadonly": false,
|
|
18146
|
+
"isOptional": true,
|
|
18147
|
+
"releaseTag": "Public",
|
|
18148
|
+
"name": "cleanup",
|
|
18149
|
+
"propertyTypeTokenRange": {
|
|
18150
|
+
"startIndex": 1,
|
|
18151
|
+
"endIndex": 2
|
|
18152
|
+
},
|
|
18153
|
+
"isStatic": false,
|
|
18154
|
+
"isProtected": false
|
|
18155
|
+
},
|
|
18156
|
+
{
|
|
18157
|
+
"kind": "Property",
|
|
18158
|
+
"canonicalReference": "@fluentui/web-components!Menu#closeMenu:member",
|
|
18159
|
+
"docComment": "/**\n * Closes the menu.\n *\n * @public\n */\n",
|
|
18160
|
+
"excerptTokens": [
|
|
18161
|
+
{
|
|
18162
|
+
"kind": "Content",
|
|
18163
|
+
"text": "closeMenu: "
|
|
18164
|
+
},
|
|
18165
|
+
{
|
|
18166
|
+
"kind": "Content",
|
|
18167
|
+
"text": "() => void"
|
|
18168
|
+
},
|
|
18169
|
+
{
|
|
18170
|
+
"kind": "Content",
|
|
18171
|
+
"text": ";"
|
|
18172
|
+
}
|
|
18173
|
+
],
|
|
17444
18174
|
"isReadonly": false,
|
|
17445
18175
|
"isOptional": false,
|
|
17446
18176
|
"releaseTag": "Public",
|
|
@@ -19830,7 +20560,7 @@
|
|
|
19830
20560
|
},
|
|
19831
20561
|
{
|
|
19832
20562
|
"kind": "Class",
|
|
19833
|
-
"canonicalReference": "@fluentui/web-components!
|
|
20563
|
+
"canonicalReference": "@fluentui/web-components!ProgressBar:class",
|
|
19834
20564
|
"docComment": "/**\n * An Progress HTML Element. Implements the {@link https://www.w3.org/TR/wai-aria-1.1/#progressbar | ARIA progressbar}.\n *\n * @slot indeterminate - The slot for a custom indeterminate indicator @csspart progress - Represents the progress element @csspart determinate - The determinate indicator @csspart indeterminate - The indeterminate indicator\n *\n * @public\n */\n",
|
|
19835
20565
|
"excerptTokens": [
|
|
19836
20566
|
{
|
|
@@ -19848,12 +20578,12 @@
|
|
|
19848
20578
|
}
|
|
19849
20579
|
],
|
|
19850
20580
|
"releaseTag": "Public",
|
|
19851
|
-
"name": "
|
|
20581
|
+
"name": "ProgressBar",
|
|
19852
20582
|
"preserveMemberOrder": false,
|
|
19853
20583
|
"members": [
|
|
19854
20584
|
{
|
|
19855
20585
|
"kind": "Property",
|
|
19856
|
-
"canonicalReference": "@fluentui/web-components!
|
|
20586
|
+
"canonicalReference": "@fluentui/web-components!ProgressBar#shape:member",
|
|
19857
20587
|
"docComment": "/**\n * The shape of the progress bar\n *\n * @remarks\n *\n * HTML Attribute: shape\n *\n * @public\n */\n",
|
|
19858
20588
|
"excerptTokens": [
|
|
19859
20589
|
{
|
|
@@ -19883,7 +20613,7 @@
|
|
|
19883
20613
|
},
|
|
19884
20614
|
{
|
|
19885
20615
|
"kind": "Property",
|
|
19886
|
-
"canonicalReference": "@fluentui/web-components!
|
|
20616
|
+
"canonicalReference": "@fluentui/web-components!ProgressBar#thickness:member",
|
|
19887
20617
|
"docComment": "/**\n * The thickness of the progress bar\n *\n * @remarks\n *\n * HTML Attribute: thickness\n *\n * @public\n */\n",
|
|
19888
20618
|
"excerptTokens": [
|
|
19889
20619
|
{
|
|
@@ -19913,7 +20643,7 @@
|
|
|
19913
20643
|
},
|
|
19914
20644
|
{
|
|
19915
20645
|
"kind": "Property",
|
|
19916
|
-
"canonicalReference": "@fluentui/web-components!
|
|
20646
|
+
"canonicalReference": "@fluentui/web-components!ProgressBar#validationState:member",
|
|
19917
20647
|
"docComment": "/**\n * The validation state of the progress bar\n *\n * @remarks\n *\n * HTML Attribute: validation-state\n *\n * @public\n */\n",
|
|
19918
20648
|
"excerptTokens": [
|
|
19919
20649
|
{
|
|
@@ -19977,7 +20707,7 @@
|
|
|
19977
20707
|
{
|
|
19978
20708
|
"kind": "Reference",
|
|
19979
20709
|
"text": "ProgressBar",
|
|
19980
|
-
"canonicalReference": "@fluentui/web-components!
|
|
20710
|
+
"canonicalReference": "@fluentui/web-components!ProgressBar:class"
|
|
19981
20711
|
},
|
|
19982
20712
|
{
|
|
19983
20713
|
"kind": "Content",
|
|
@@ -20101,7 +20831,7 @@
|
|
|
20101
20831
|
{
|
|
20102
20832
|
"kind": "Reference",
|
|
20103
20833
|
"text": "ProgressBar",
|
|
20104
|
-
"canonicalReference": "@fluentui/web-components!
|
|
20834
|
+
"canonicalReference": "@fluentui/web-components!ProgressBar:class"
|
|
20105
20835
|
},
|
|
20106
20836
|
{
|
|
20107
20837
|
"kind": "Content",
|
|
@@ -20263,7 +20993,7 @@
|
|
|
20263
20993
|
{
|
|
20264
20994
|
"kind": "Reference",
|
|
20265
20995
|
"text": "ProgressBar",
|
|
20266
|
-
"canonicalReference": "@fluentui/web-components!
|
|
20996
|
+
"canonicalReference": "@fluentui/web-components!ProgressBar:class"
|
|
20267
20997
|
},
|
|
20268
20998
|
{
|
|
20269
20999
|
"kind": "Content",
|
|
@@ -20281,7 +21011,7 @@
|
|
|
20281
21011
|
{
|
|
20282
21012
|
"kind": "Reference",
|
|
20283
21013
|
"text": "ProgressBar",
|
|
20284
|
-
"canonicalReference": "@fluentui/web-components!
|
|
21014
|
+
"canonicalReference": "@fluentui/web-components!ProgressBar:class"
|
|
20285
21015
|
},
|
|
20286
21016
|
{
|
|
20287
21017
|
"kind": "Content",
|
|
@@ -23675,7 +24405,7 @@
|
|
|
23675
24405
|
{
|
|
23676
24406
|
"kind": "Variable",
|
|
23677
24407
|
"canonicalReference": "@fluentui/web-components!styles:var",
|
|
23678
|
-
"docComment": "",
|
|
24408
|
+
"docComment": "/**\n * The styles for the Button component.\n *\n * @public\n */\n",
|
|
23679
24409
|
"excerptTokens": [
|
|
23680
24410
|
{
|
|
23681
24411
|
"kind": "Content",
|
|
@@ -26648,229 +27378,63 @@
|
|
|
26648
27378
|
"kind": "Content",
|
|
26649
27379
|
"text": ">"
|
|
26650
27380
|
},
|
|
26651
|
-
{
|
|
26652
|
-
"kind": "Content",
|
|
26653
|
-
"text": ";"
|
|
26654
|
-
}
|
|
26655
|
-
],
|
|
26656
|
-
"releaseTag": "Public",
|
|
26657
|
-
"name": "TextWeight",
|
|
26658
|
-
"typeTokenRange": {
|
|
26659
|
-
"startIndex": 1,
|
|
26660
|
-
"endIndex": 5
|
|
26661
|
-
}
|
|
26662
|
-
},
|
|
26663
|
-
{
|
|
26664
|
-
"kind": "Variable",
|
|
26665
|
-
"canonicalReference": "@fluentui/web-components!TextWeight:var",
|
|
26666
|
-
"docComment": "/**\n * TextWeight Constants\n *\n * @public\n */\n",
|
|
26667
|
-
"excerptTokens": [
|
|
26668
|
-
{
|
|
26669
|
-
"kind": "Content",
|
|
26670
|
-
"text": "TextWeight: "
|
|
26671
|
-
},
|
|
26672
|
-
{
|
|
26673
|
-
"kind": "Content",
|
|
26674
|
-
"text": "{\n readonly medium: \"medium\";\n readonly regular: \"regular\";\n readonly semibold: \"semibold\";\n readonly bold: \"bold\";\n}"
|
|
26675
|
-
}
|
|
26676
|
-
],
|
|
26677
|
-
"isReadonly": true,
|
|
26678
|
-
"releaseTag": "Public",
|
|
26679
|
-
"name": "TextWeight",
|
|
26680
|
-
"variableTypeTokenRange": {
|
|
26681
|
-
"startIndex": 1,
|
|
26682
|
-
"endIndex": 2
|
|
26683
|
-
}
|
|
26684
|
-
},
|
|
26685
|
-
{
|
|
26686
|
-
"kind": "Class",
|
|
26687
|
-
"canonicalReference": "@fluentui/web-components!ToggleButton:class",
|
|
26688
|
-
"docComment": "/**\n * The base class used for constructing a fluent-toggle-button custom element\n *\n * @public\n */\n",
|
|
26689
|
-
"excerptTokens": [
|
|
26690
|
-
{
|
|
26691
|
-
"kind": "Content",
|
|
26692
|
-
"text": "export declare class ToggleButton extends "
|
|
26693
|
-
},
|
|
26694
|
-
{
|
|
26695
|
-
"kind": "Reference",
|
|
26696
|
-
"text": "Button",
|
|
26697
|
-
"canonicalReference": "@fluentui/web-components!Button:class"
|
|
26698
|
-
},
|
|
26699
|
-
{
|
|
26700
|
-
"kind": "Content",
|
|
26701
|
-
"text": " "
|
|
26702
|
-
}
|
|
26703
|
-
],
|
|
26704
|
-
"releaseTag": "Public",
|
|
26705
|
-
"name": "ToggleButton",
|
|
26706
|
-
"preserveMemberOrder": false,
|
|
26707
|
-
"members": [
|
|
26708
|
-
{
|
|
26709
|
-
"kind": "Constructor",
|
|
26710
|
-
"canonicalReference": "@fluentui/web-components!ToggleButton:constructor(1)",
|
|
26711
|
-
"docComment": "/**\n * Constructs a new instance of the `ToggleButton` class\n */\n",
|
|
26712
|
-
"excerptTokens": [
|
|
26713
|
-
{
|
|
26714
|
-
"kind": "Content",
|
|
26715
|
-
"text": "constructor();"
|
|
26716
|
-
}
|
|
26717
|
-
],
|
|
26718
|
-
"releaseTag": "Public",
|
|
26719
|
-
"isProtected": false,
|
|
26720
|
-
"overloadIndex": 1,
|
|
26721
|
-
"parameters": []
|
|
26722
|
-
},
|
|
26723
|
-
{
|
|
26724
|
-
"kind": "Property",
|
|
26725
|
-
"canonicalReference": "@fluentui/web-components!ToggleButton#checked:member",
|
|
26726
|
-
"docComment": "/**\n * The checked state of the control.\n *\n * @public\n */\n",
|
|
26727
|
-
"excerptTokens": [
|
|
26728
|
-
{
|
|
26729
|
-
"kind": "Content",
|
|
26730
|
-
"text": "checked: "
|
|
26731
|
-
},
|
|
26732
|
-
{
|
|
26733
|
-
"kind": "Content",
|
|
26734
|
-
"text": "boolean"
|
|
26735
|
-
},
|
|
26736
|
-
{
|
|
26737
|
-
"kind": "Content",
|
|
26738
|
-
"text": ";"
|
|
26739
|
-
}
|
|
26740
|
-
],
|
|
26741
|
-
"isReadonly": false,
|
|
26742
|
-
"isOptional": false,
|
|
26743
|
-
"releaseTag": "Public",
|
|
26744
|
-
"name": "checked",
|
|
26745
|
-
"propertyTypeTokenRange": {
|
|
26746
|
-
"startIndex": 1,
|
|
26747
|
-
"endIndex": 2
|
|
26748
|
-
},
|
|
26749
|
-
"isStatic": false,
|
|
26750
|
-
"isProtected": false
|
|
26751
|
-
},
|
|
26752
|
-
{
|
|
26753
|
-
"kind": "Property",
|
|
26754
|
-
"canonicalReference": "@fluentui/web-components!ToggleButton#checkedAttribute:member",
|
|
26755
|
-
"docComment": "/**\n * Provides the default checkedness of the input element Passed down to proxy\n *\n * @remarks\n *\n * HTML Attribute: checked\n *\n * @public\n */\n",
|
|
26756
|
-
"excerptTokens": [
|
|
26757
|
-
{
|
|
26758
|
-
"kind": "Content",
|
|
26759
|
-
"text": "checkedAttribute: "
|
|
26760
|
-
},
|
|
26761
|
-
{
|
|
26762
|
-
"kind": "Content",
|
|
26763
|
-
"text": "boolean"
|
|
26764
|
-
},
|
|
26765
|
-
{
|
|
26766
|
-
"kind": "Content",
|
|
26767
|
-
"text": ";"
|
|
26768
|
-
}
|
|
26769
|
-
],
|
|
26770
|
-
"isReadonly": false,
|
|
26771
|
-
"isOptional": false,
|
|
26772
|
-
"releaseTag": "Public",
|
|
26773
|
-
"name": "checkedAttribute",
|
|
26774
|
-
"propertyTypeTokenRange": {
|
|
26775
|
-
"startIndex": 1,
|
|
26776
|
-
"endIndex": 2
|
|
26777
|
-
},
|
|
26778
|
-
"isStatic": false,
|
|
26779
|
-
"isProtected": false
|
|
27381
|
+
{
|
|
27382
|
+
"kind": "Content",
|
|
27383
|
+
"text": ";"
|
|
27384
|
+
}
|
|
27385
|
+
],
|
|
27386
|
+
"releaseTag": "Public",
|
|
27387
|
+
"name": "TextWeight",
|
|
27388
|
+
"typeTokenRange": {
|
|
27389
|
+
"startIndex": 1,
|
|
27390
|
+
"endIndex": 5
|
|
27391
|
+
}
|
|
27392
|
+
},
|
|
27393
|
+
{
|
|
27394
|
+
"kind": "Variable",
|
|
27395
|
+
"canonicalReference": "@fluentui/web-components!TextWeight:var",
|
|
27396
|
+
"docComment": "/**\n * TextWeight Constants\n *\n * @public\n */\n",
|
|
27397
|
+
"excerptTokens": [
|
|
27398
|
+
{
|
|
27399
|
+
"kind": "Content",
|
|
27400
|
+
"text": "TextWeight: "
|
|
26780
27401
|
},
|
|
26781
27402
|
{
|
|
26782
|
-
"kind": "
|
|
26783
|
-
"
|
|
26784
|
-
|
|
26785
|
-
|
|
26786
|
-
|
|
26787
|
-
|
|
26788
|
-
|
|
26789
|
-
|
|
26790
|
-
|
|
26791
|
-
|
|
26792
|
-
|
|
26793
|
-
|
|
26794
|
-
|
|
26795
|
-
|
|
26796
|
-
|
|
26797
|
-
|
|
26798
|
-
|
|
26799
|
-
|
|
26800
|
-
"
|
|
26801
|
-
|
|
26802
|
-
"endIndex": 2
|
|
26803
|
-
},
|
|
26804
|
-
"releaseTag": "Public",
|
|
26805
|
-
"isProtected": true,
|
|
26806
|
-
"overloadIndex": 1,
|
|
26807
|
-
"parameters": [],
|
|
26808
|
-
"isOptional": false,
|
|
26809
|
-
"name": "checkedAttributeChanged"
|
|
27403
|
+
"kind": "Content",
|
|
27404
|
+
"text": "{\n readonly medium: \"medium\";\n readonly regular: \"regular\";\n readonly semibold: \"semibold\";\n readonly bold: \"bold\";\n}"
|
|
27405
|
+
}
|
|
27406
|
+
],
|
|
27407
|
+
"isReadonly": true,
|
|
27408
|
+
"releaseTag": "Public",
|
|
27409
|
+
"name": "TextWeight",
|
|
27410
|
+
"variableTypeTokenRange": {
|
|
27411
|
+
"startIndex": 1,
|
|
27412
|
+
"endIndex": 2
|
|
27413
|
+
}
|
|
27414
|
+
},
|
|
27415
|
+
{
|
|
27416
|
+
"kind": "Class",
|
|
27417
|
+
"canonicalReference": "@fluentui/web-components!ToggleButton:class",
|
|
27418
|
+
"docComment": "/**\n * The base class used for constructing a `<fluent-toggle-button>` custom element.\n *\n * @public\n */\n",
|
|
27419
|
+
"excerptTokens": [
|
|
27420
|
+
{
|
|
27421
|
+
"kind": "Content",
|
|
27422
|
+
"text": "export declare class ToggleButton extends "
|
|
26810
27423
|
},
|
|
26811
27424
|
{
|
|
26812
|
-
"kind": "
|
|
26813
|
-
"
|
|
26814
|
-
"
|
|
26815
|
-
"excerptTokens": [
|
|
26816
|
-
{
|
|
26817
|
-
"kind": "Content",
|
|
26818
|
-
"text": "protected checkedChanged(prev: "
|
|
26819
|
-
},
|
|
26820
|
-
{
|
|
26821
|
-
"kind": "Content",
|
|
26822
|
-
"text": "boolean | undefined"
|
|
26823
|
-
},
|
|
26824
|
-
{
|
|
26825
|
-
"kind": "Content",
|
|
26826
|
-
"text": ", next: "
|
|
26827
|
-
},
|
|
26828
|
-
{
|
|
26829
|
-
"kind": "Content",
|
|
26830
|
-
"text": "boolean"
|
|
26831
|
-
},
|
|
26832
|
-
{
|
|
26833
|
-
"kind": "Content",
|
|
26834
|
-
"text": "): "
|
|
26835
|
-
},
|
|
26836
|
-
{
|
|
26837
|
-
"kind": "Content",
|
|
26838
|
-
"text": "void"
|
|
26839
|
-
},
|
|
26840
|
-
{
|
|
26841
|
-
"kind": "Content",
|
|
26842
|
-
"text": ";"
|
|
26843
|
-
}
|
|
26844
|
-
],
|
|
26845
|
-
"isStatic": false,
|
|
26846
|
-
"returnTypeTokenRange": {
|
|
26847
|
-
"startIndex": 5,
|
|
26848
|
-
"endIndex": 6
|
|
26849
|
-
},
|
|
26850
|
-
"releaseTag": "Public",
|
|
26851
|
-
"isProtected": true,
|
|
26852
|
-
"overloadIndex": 1,
|
|
26853
|
-
"parameters": [
|
|
26854
|
-
{
|
|
26855
|
-
"parameterName": "prev",
|
|
26856
|
-
"parameterTypeTokenRange": {
|
|
26857
|
-
"startIndex": 1,
|
|
26858
|
-
"endIndex": 2
|
|
26859
|
-
},
|
|
26860
|
-
"isOptional": false
|
|
26861
|
-
},
|
|
26862
|
-
{
|
|
26863
|
-
"parameterName": "next",
|
|
26864
|
-
"parameterTypeTokenRange": {
|
|
26865
|
-
"startIndex": 3,
|
|
26866
|
-
"endIndex": 4
|
|
26867
|
-
},
|
|
26868
|
-
"isOptional": false
|
|
26869
|
-
}
|
|
26870
|
-
],
|
|
26871
|
-
"isOptional": false,
|
|
26872
|
-
"name": "checkedChanged"
|
|
27425
|
+
"kind": "Reference",
|
|
27426
|
+
"text": "Button",
|
|
27427
|
+
"canonicalReference": "@fluentui/web-components!Button:class"
|
|
26873
27428
|
},
|
|
27429
|
+
{
|
|
27430
|
+
"kind": "Content",
|
|
27431
|
+
"text": " "
|
|
27432
|
+
}
|
|
27433
|
+
],
|
|
27434
|
+
"releaseTag": "Public",
|
|
27435
|
+
"name": "ToggleButton",
|
|
27436
|
+
"preserveMemberOrder": false,
|
|
27437
|
+
"members": [
|
|
26874
27438
|
{
|
|
26875
27439
|
"kind": "Method",
|
|
26876
27440
|
"canonicalReference": "@fluentui/web-components!ToggleButton#connectedCallback:member(1)",
|
|
@@ -26903,104 +27467,12 @@
|
|
|
26903
27467
|
},
|
|
26904
27468
|
{
|
|
26905
27469
|
"kind": "Property",
|
|
26906
|
-
"canonicalReference": "@fluentui/web-components!ToggleButton#
|
|
26907
|
-
"docComment": "/**\n *
|
|
26908
|
-
"excerptTokens": [
|
|
26909
|
-
{
|
|
26910
|
-
"kind": "Content",
|
|
26911
|
-
"text": "currentChecked: "
|
|
26912
|
-
},
|
|
26913
|
-
{
|
|
26914
|
-
"kind": "Content",
|
|
26915
|
-
"text": "boolean"
|
|
26916
|
-
},
|
|
26917
|
-
{
|
|
26918
|
-
"kind": "Content",
|
|
26919
|
-
"text": ";"
|
|
26920
|
-
}
|
|
26921
|
-
],
|
|
26922
|
-
"isReadonly": false,
|
|
26923
|
-
"isOptional": false,
|
|
26924
|
-
"releaseTag": "Public",
|
|
26925
|
-
"name": "currentChecked",
|
|
26926
|
-
"propertyTypeTokenRange": {
|
|
26927
|
-
"startIndex": 1,
|
|
26928
|
-
"endIndex": 2
|
|
26929
|
-
},
|
|
26930
|
-
"isStatic": false,
|
|
26931
|
-
"isProtected": false
|
|
26932
|
-
},
|
|
26933
|
-
{
|
|
26934
|
-
"kind": "Method",
|
|
26935
|
-
"canonicalReference": "@fluentui/web-components!ToggleButton#currentCheckedChanged:member(1)",
|
|
26936
|
-
"docComment": "",
|
|
26937
|
-
"excerptTokens": [
|
|
26938
|
-
{
|
|
26939
|
-
"kind": "Content",
|
|
26940
|
-
"text": "currentCheckedChanged(prev: "
|
|
26941
|
-
},
|
|
26942
|
-
{
|
|
26943
|
-
"kind": "Content",
|
|
26944
|
-
"text": "boolean | undefined"
|
|
26945
|
-
},
|
|
26946
|
-
{
|
|
26947
|
-
"kind": "Content",
|
|
26948
|
-
"text": ", next: "
|
|
26949
|
-
},
|
|
26950
|
-
{
|
|
26951
|
-
"kind": "Content",
|
|
26952
|
-
"text": "boolean"
|
|
26953
|
-
},
|
|
26954
|
-
{
|
|
26955
|
-
"kind": "Content",
|
|
26956
|
-
"text": "): "
|
|
26957
|
-
},
|
|
26958
|
-
{
|
|
26959
|
-
"kind": "Content",
|
|
26960
|
-
"text": "void"
|
|
26961
|
-
},
|
|
26962
|
-
{
|
|
26963
|
-
"kind": "Content",
|
|
26964
|
-
"text": ";"
|
|
26965
|
-
}
|
|
26966
|
-
],
|
|
26967
|
-
"isStatic": false,
|
|
26968
|
-
"returnTypeTokenRange": {
|
|
26969
|
-
"startIndex": 5,
|
|
26970
|
-
"endIndex": 6
|
|
26971
|
-
},
|
|
26972
|
-
"releaseTag": "Public",
|
|
26973
|
-
"isProtected": false,
|
|
26974
|
-
"overloadIndex": 1,
|
|
26975
|
-
"parameters": [
|
|
26976
|
-
{
|
|
26977
|
-
"parameterName": "prev",
|
|
26978
|
-
"parameterTypeTokenRange": {
|
|
26979
|
-
"startIndex": 1,
|
|
26980
|
-
"endIndex": 2
|
|
26981
|
-
},
|
|
26982
|
-
"isOptional": false
|
|
26983
|
-
},
|
|
26984
|
-
{
|
|
26985
|
-
"parameterName": "next",
|
|
26986
|
-
"parameterTypeTokenRange": {
|
|
26987
|
-
"startIndex": 3,
|
|
26988
|
-
"endIndex": 4
|
|
26989
|
-
},
|
|
26990
|
-
"isOptional": false
|
|
26991
|
-
}
|
|
26992
|
-
],
|
|
26993
|
-
"isOptional": false,
|
|
26994
|
-
"name": "currentCheckedChanged"
|
|
26995
|
-
},
|
|
26996
|
-
{
|
|
26997
|
-
"kind": "Property",
|
|
26998
|
-
"canonicalReference": "@fluentui/web-components!ToggleButton#defaultChecked:member",
|
|
26999
|
-
"docComment": "",
|
|
27470
|
+
"canonicalReference": "@fluentui/web-components!ToggleButton#mixed:member",
|
|
27471
|
+
"docComment": "/**\n * Indicates the mixed state of the control. This property takes precedence over `pressed`.\n *\n * @remarks\n *\n * HTML Attribute: `mixed`\n *\n * @public\n */\n",
|
|
27000
27472
|
"excerptTokens": [
|
|
27001
27473
|
{
|
|
27002
27474
|
"kind": "Content",
|
|
27003
|
-
"text": "
|
|
27475
|
+
"text": "mixed?: "
|
|
27004
27476
|
},
|
|
27005
27477
|
{
|
|
27006
27478
|
"kind": "Content",
|
|
@@ -27012,9 +27484,9 @@
|
|
|
27012
27484
|
}
|
|
27013
27485
|
],
|
|
27014
27486
|
"isReadonly": false,
|
|
27015
|
-
"isOptional":
|
|
27487
|
+
"isOptional": true,
|
|
27016
27488
|
"releaseTag": "Public",
|
|
27017
|
-
"name": "
|
|
27489
|
+
"name": "mixed",
|
|
27018
27490
|
"propertyTypeTokenRange": {
|
|
27019
27491
|
"startIndex": 1,
|
|
27020
27492
|
"endIndex": 2
|
|
@@ -27024,12 +27496,12 @@
|
|
|
27024
27496
|
},
|
|
27025
27497
|
{
|
|
27026
27498
|
"kind": "Method",
|
|
27027
|
-
"canonicalReference": "@fluentui/web-components!ToggleButton#
|
|
27028
|
-
"docComment": "",
|
|
27499
|
+
"canonicalReference": "@fluentui/web-components!ToggleButton#press:member(1)",
|
|
27500
|
+
"docComment": "/**\n * Toggles the pressed state of the button.\n *\n * @override\n */\n",
|
|
27029
27501
|
"excerptTokens": [
|
|
27030
27502
|
{
|
|
27031
27503
|
"kind": "Content",
|
|
27032
|
-
"text": "protected
|
|
27504
|
+
"text": "protected press(): "
|
|
27033
27505
|
},
|
|
27034
27506
|
{
|
|
27035
27507
|
"kind": "Content",
|
|
@@ -27050,16 +27522,16 @@
|
|
|
27050
27522
|
"overloadIndex": 1,
|
|
27051
27523
|
"parameters": [],
|
|
27052
27524
|
"isOptional": false,
|
|
27053
|
-
"name": "
|
|
27525
|
+
"name": "press"
|
|
27054
27526
|
},
|
|
27055
27527
|
{
|
|
27056
27528
|
"kind": "Property",
|
|
27057
|
-
"canonicalReference": "@fluentui/web-components!ToggleButton#
|
|
27058
|
-
"docComment": "/**\n *
|
|
27529
|
+
"canonicalReference": "@fluentui/web-components!ToggleButton#pressed:member",
|
|
27530
|
+
"docComment": "/**\n * Indicates the pressed state of the control.\n *\n * @remarks\n *\n * HTML Attribute: `pressed`\n *\n * @public\n */\n",
|
|
27059
27531
|
"excerptTokens": [
|
|
27060
27532
|
{
|
|
27061
27533
|
"kind": "Content",
|
|
27062
|
-
"text": "
|
|
27534
|
+
"text": "pressed: "
|
|
27063
27535
|
},
|
|
27064
27536
|
{
|
|
27065
27537
|
"kind": "Content",
|
|
@@ -27073,43 +27545,13 @@
|
|
|
27073
27545
|
"isReadonly": false,
|
|
27074
27546
|
"isOptional": false,
|
|
27075
27547
|
"releaseTag": "Public",
|
|
27076
|
-
"name": "
|
|
27548
|
+
"name": "pressed",
|
|
27077
27549
|
"propertyTypeTokenRange": {
|
|
27078
27550
|
"startIndex": 1,
|
|
27079
27551
|
"endIndex": 2
|
|
27080
27552
|
},
|
|
27081
27553
|
"isStatic": false,
|
|
27082
|
-
"isProtected":
|
|
27083
|
-
},
|
|
27084
|
-
{
|
|
27085
|
-
"kind": "Method",
|
|
27086
|
-
"canonicalReference": "@fluentui/web-components!ToggleButton#disconnectedCallback:member(1)",
|
|
27087
|
-
"docComment": "",
|
|
27088
|
-
"excerptTokens": [
|
|
27089
|
-
{
|
|
27090
|
-
"kind": "Content",
|
|
27091
|
-
"text": "disconnectedCallback(): "
|
|
27092
|
-
},
|
|
27093
|
-
{
|
|
27094
|
-
"kind": "Content",
|
|
27095
|
-
"text": "void"
|
|
27096
|
-
},
|
|
27097
|
-
{
|
|
27098
|
-
"kind": "Content",
|
|
27099
|
-
"text": ";"
|
|
27100
|
-
}
|
|
27101
|
-
],
|
|
27102
|
-
"isStatic": false,
|
|
27103
|
-
"returnTypeTokenRange": {
|
|
27104
|
-
"startIndex": 1,
|
|
27105
|
-
"endIndex": 2
|
|
27106
|
-
},
|
|
27107
|
-
"releaseTag": "Public",
|
|
27108
|
-
"isProtected": false,
|
|
27109
|
-
"overloadIndex": 1,
|
|
27110
|
-
"parameters": [],
|
|
27111
|
-
"isOptional": false,
|
|
27112
|
-
"name": "disconnectedCallback"
|
|
27554
|
+
"isProtected": false
|
|
27113
27555
|
}
|
|
27114
27556
|
],
|
|
27115
27557
|
"extendsTokenRange": {
|
|
@@ -27344,7 +27786,7 @@
|
|
|
27344
27786
|
{
|
|
27345
27787
|
"kind": "Variable",
|
|
27346
27788
|
"canonicalReference": "@fluentui/web-components!ToggleButtonStyles:var",
|
|
27347
|
-
"docComment": "",
|
|
27789
|
+
"docComment": "/**\n * The styles for the ToggleButton component.\n *\n * @public\n */\n",
|
|
27348
27790
|
"excerptTokens": [
|
|
27349
27791
|
{
|
|
27350
27792
|
"kind": "Content",
|