@fluentui/web-components 3.0.0-beta.20 → 3.0.0-beta.21

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.
Files changed (82) hide show
  1. package/CHANGELOG.md +11 -2
  2. package/dist/dts/text-input/index.d.ts +5 -4
  3. package/dist/dts/text-input/text-input.d.ts +284 -67
  4. package/dist/dts/text-input/text-input.definition.d.ts +2 -3
  5. package/dist/dts/text-input/text-input.options.d.ts +19 -29
  6. package/dist/dts/text-input/text-input.styles.d.ts +5 -2
  7. package/dist/dts/text-input/text-input.template.d.ts +9 -3
  8. package/dist/esm/accordion/accordion.js +1 -6
  9. package/dist/esm/accordion/accordion.js.map +1 -1
  10. package/dist/esm/accordion-item/accordion-item.js +1 -6
  11. package/dist/esm/accordion-item/accordion-item.js.map +1 -1
  12. package/dist/esm/anchor-button/anchor-button.js +1 -6
  13. package/dist/esm/anchor-button/anchor-button.js.map +1 -1
  14. package/dist/esm/avatar/avatar.js +1 -6
  15. package/dist/esm/avatar/avatar.js.map +1 -1
  16. package/dist/esm/badge/badge.js +1 -6
  17. package/dist/esm/badge/badge.js.map +1 -1
  18. package/dist/esm/button/button.js +1 -6
  19. package/dist/esm/button/button.js.map +1 -1
  20. package/dist/esm/checkbox/checkbox.js +1 -6
  21. package/dist/esm/checkbox/checkbox.js.map +1 -1
  22. package/dist/esm/counter-badge/counter-badge.js +1 -6
  23. package/dist/esm/counter-badge/counter-badge.js.map +1 -1
  24. package/dist/esm/dialog/dialog.js +1 -6
  25. package/dist/esm/dialog/dialog.js.map +1 -1
  26. package/dist/esm/divider/divider.js +1 -6
  27. package/dist/esm/divider/divider.js.map +1 -1
  28. package/dist/esm/image/image.js +1 -6
  29. package/dist/esm/image/image.js.map +1 -1
  30. package/dist/esm/label/label.js +1 -6
  31. package/dist/esm/label/label.js.map +1 -1
  32. package/dist/esm/menu/menu.js +1 -6
  33. package/dist/esm/menu/menu.js.map +1 -1
  34. package/dist/esm/menu-item/menu-item.js +1 -6
  35. package/dist/esm/menu-item/menu-item.js.map +1 -1
  36. package/dist/esm/menu-list/menu-list.js +1 -6
  37. package/dist/esm/menu-list/menu-list.js.map +1 -1
  38. package/dist/esm/patterns/aria-globals.js +1 -6
  39. package/dist/esm/patterns/aria-globals.js.map +1 -1
  40. package/dist/esm/progress-bar/base-progress.js +1 -6
  41. package/dist/esm/progress-bar/base-progress.js.map +1 -1
  42. package/dist/esm/progress-bar/progress-bar.js +1 -6
  43. package/dist/esm/progress-bar/progress-bar.js.map +1 -1
  44. package/dist/esm/radio/radio.js +1 -6
  45. package/dist/esm/radio/radio.js.map +1 -1
  46. package/dist/esm/radio-group/radio-group.js +1 -6
  47. package/dist/esm/radio-group/radio-group.js.map +1 -1
  48. package/dist/esm/slider/slider.js +1 -6
  49. package/dist/esm/slider/slider.js.map +1 -1
  50. package/dist/esm/spinner/spinner.js +1 -6
  51. package/dist/esm/spinner/spinner.js.map +1 -1
  52. package/dist/esm/switch/switch.js +1 -6
  53. package/dist/esm/switch/switch.js.map +1 -1
  54. package/dist/esm/tab/tab.js +1 -6
  55. package/dist/esm/tab/tab.js.map +1 -1
  56. package/dist/esm/tabs/tabs.js +1 -6
  57. package/dist/esm/tabs/tabs.js.map +1 -1
  58. package/dist/esm/text/text.js +1 -6
  59. package/dist/esm/text/text.js.map +1 -1
  60. package/dist/esm/text-input/index.js +3 -3
  61. package/dist/esm/text-input/index.js.map +1 -1
  62. package/dist/esm/text-input/text-input.definition.js +2 -3
  63. package/dist/esm/text-input/text-input.definition.js.map +1 -1
  64. package/dist/esm/text-input/text-input.js +271 -102
  65. package/dist/esm/text-input/text-input.js.map +1 -1
  66. package/dist/esm/text-input/text-input.options.js +25 -18
  67. package/dist/esm/text-input/text-input.options.js.map +1 -1
  68. package/dist/esm/text-input/text-input.styles.js +8 -3
  69. package/dist/esm/text-input/text-input.styles.js.map +1 -1
  70. package/dist/esm/text-input/text-input.template.js +16 -32
  71. package/dist/esm/text-input/text-input.template.js.map +1 -1
  72. package/dist/esm/toggle-button/toggle-button.js +1 -6
  73. package/dist/esm/toggle-button/toggle-button.js.map +1 -1
  74. package/dist/fluent-web-components.api.json +346 -217
  75. package/dist/web-components.d.ts +299 -114
  76. package/dist/web-components.js +251 -110
  77. package/dist/web-components.min.js +162 -162
  78. package/docs/api-report.md +52 -37
  79. package/package.json +2 -2
  80. package/dist/dts/text-input/text-field.form-associated.d.ts +0 -14
  81. package/dist/esm/text-input/text-field.form-associated.js +0 -14
  82. package/dist/esm/text-input/text-field.form-associated.js.map +0 -1
@@ -27534,7 +27534,7 @@
27534
27534
  {
27535
27535
  "kind": "Class",
27536
27536
  "canonicalReference": "@fluentui/web-components!TextInput:class",
27537
- "docComment": "",
27537
+ "docComment": "/**\n * A Text Input Custom HTML Element. Based largely on the {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input | `<input>`} element.\n *\n * @slot start - Content which can be provided before the input @slot end - Content which can be provided after the input @slot - The default slot for button content @csspart label - The internal `<label>` element @csspart root - the root container for the internal control @csspart control - The internal `<input>` control\n *\n * @public\n */\n",
27538
27538
  "excerptTokens": [
27539
27539
  {
27540
27540
  "kind": "Content",
@@ -27542,8 +27542,8 @@
27542
27542
  },
27543
27543
  {
27544
27544
  "kind": "Reference",
27545
- "text": "FormAssociatedTextField",
27546
- "canonicalReference": "@fluentui/web-components!~FormAssociatedTextField:class"
27545
+ "text": "FASTElement",
27546
+ "canonicalReference": "@microsoft/fast-element!FASTElement:interface"
27547
27547
  },
27548
27548
  {
27549
27549
  "kind": "Content",
@@ -27557,7 +27557,7 @@
27557
27557
  {
27558
27558
  "kind": "Property",
27559
27559
  "canonicalReference": "@fluentui/web-components!TextInput#appearance:member",
27560
- "docComment": "/**\n * Defines TextInput appearance.\n *\n * @default 'outline'\n *\n * @remarks\n *\n * HTML Attribute: appearance\n *\n * @public\n */\n",
27560
+ "docComment": "/**\n * Indicates the styled appearance of the element.\n *\n * @default 'outline'\n *\n * @remarks\n *\n * HTML Attribute: `appearance`\n *\n * @public\n */\n",
27561
27561
  "excerptTokens": [
27562
27562
  {
27563
27563
  "kind": "Content",
@@ -27584,10 +27584,39 @@
27584
27584
  "isStatic": false,
27585
27585
  "isProtected": false
27586
27586
  },
27587
+ {
27588
+ "kind": "Property",
27589
+ "canonicalReference": "@fluentui/web-components!TextInput#autocomplete:member",
27590
+ "docComment": "/**\n * Indicates the element's autocomplete state.\n *\n * @remarks\n *\n * HTML Attribute: `autocomplete`\n *\n * @see\n *\n * The {@link https://developer.mozilla.org/docs/Web/HTML/Attributes/autocomplete | `autocomplete`} attribute\n *\n * @public\n */\n",
27591
+ "excerptTokens": [
27592
+ {
27593
+ "kind": "Content",
27594
+ "text": "autocomplete?: "
27595
+ },
27596
+ {
27597
+ "kind": "Content",
27598
+ "text": "string"
27599
+ },
27600
+ {
27601
+ "kind": "Content",
27602
+ "text": ";"
27603
+ }
27604
+ ],
27605
+ "isReadonly": false,
27606
+ "isOptional": true,
27607
+ "releaseTag": "Public",
27608
+ "name": "autocomplete",
27609
+ "propertyTypeTokenRange": {
27610
+ "startIndex": 1,
27611
+ "endIndex": 2
27612
+ },
27613
+ "isStatic": false,
27614
+ "isProtected": false
27615
+ },
27587
27616
  {
27588
27617
  "kind": "Property",
27589
27618
  "canonicalReference": "@fluentui/web-components!TextInput#autofocus:member",
27590
- "docComment": "/**\n * Indicates that this element should get focus after the page finishes loading. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute} for more information.\n *\n * @remarks\n *\n * HTML Attribute: autofocus\n *\n * @public\n */\n",
27619
+ "docComment": "/**\n * Indicates that the element should get focus after the page finishes loading.\n *\n * @remarks\n *\n * HTML Attribute: `autofocus`\n *\n * @see\n *\n * The {@link https://developer.mozilla.org/docs/Web/HTML/Element/input#autofocus | `autofocus`} attribute\n *\n * @public\n */\n",
27591
27620
  "excerptTokens": [
27592
27621
  {
27593
27622
  "kind": "Content",
@@ -27615,12 +27644,12 @@
27615
27644
  },
27616
27645
  {
27617
27646
  "kind": "Method",
27618
- "canonicalReference": "@fluentui/web-components!TextInput#autofocusChanged:member(1)",
27647
+ "canonicalReference": "@fluentui/web-components!TextInput#connectedCallback:member(1)",
27619
27648
  "docComment": "",
27620
27649
  "excerptTokens": [
27621
27650
  {
27622
27651
  "kind": "Content",
27623
- "text": "protected autofocusChanged(): "
27652
+ "text": "connectedCallback(): "
27624
27653
  },
27625
27654
  {
27626
27655
  "kind": "Content",
@@ -27637,16 +27666,16 @@
27637
27666
  "endIndex": 2
27638
27667
  },
27639
27668
  "releaseTag": "Public",
27640
- "isProtected": true,
27669
+ "isProtected": false,
27641
27670
  "overloadIndex": 1,
27642
27671
  "parameters": [],
27643
27672
  "isOptional": false,
27644
- "name": "autofocusChanged"
27673
+ "name": "connectedCallback"
27645
27674
  },
27646
27675
  {
27647
27676
  "kind": "Property",
27648
27677
  "canonicalReference": "@fluentui/web-components!TextInput#controlSize:member",
27649
- "docComment": "/**\n * Defines TextInput control size\n *\n * @default 'medium'\n *\n * @remarks\n *\n * HTML Attribute: control-size\n *\n * @public\n */\n",
27678
+ "docComment": "/**\n * Sets the size of the control.\n *\n * @default 'medium'\n *\n * @remarks\n *\n * HTML Attribute: `control-size`\n *\n * @public\n */\n",
27650
27679
  "excerptTokens": [
27651
27680
  {
27652
27681
  "kind": "Content",
@@ -27675,12 +27704,12 @@
27675
27704
  },
27676
27705
  {
27677
27706
  "kind": "Property",
27678
- "canonicalReference": "@fluentui/web-components!TextInput#list:member",
27679
- "docComment": "/**\n * Allows associating a {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist} to the element by {@link https://developer.mozilla.org/en-US/docs/Web/API/Element/id}.\n *\n * @remarks\n *\n * HTML Attribute: list\n *\n * @public\n */\n",
27707
+ "canonicalReference": "@fluentui/web-components!TextInput#dirname:member",
27708
+ "docComment": "/**\n * Sets the directionality of the element to be submitted with form data.\n *\n * @remarks\n *\n * HTML Attribute: `dirname`\n *\n * @see\n *\n * The {@link https://developer.mozilla.org/docs/Web/HTML/Attributes/dirname | `dirname`} attribute\n *\n * @public\n */\n",
27680
27709
  "excerptTokens": [
27681
27710
  {
27682
27711
  "kind": "Content",
27683
- "text": "list: "
27712
+ "text": "dirname?: "
27684
27713
  },
27685
27714
  {
27686
27715
  "kind": "Content",
@@ -27692,9 +27721,38 @@
27692
27721
  }
27693
27722
  ],
27694
27723
  "isReadonly": false,
27695
- "isOptional": false,
27724
+ "isOptional": true,
27696
27725
  "releaseTag": "Public",
27697
- "name": "list",
27726
+ "name": "dirname",
27727
+ "propertyTypeTokenRange": {
27728
+ "startIndex": 1,
27729
+ "endIndex": 2
27730
+ },
27731
+ "isStatic": false,
27732
+ "isProtected": false
27733
+ },
27734
+ {
27735
+ "kind": "Property",
27736
+ "canonicalReference": "@fluentui/web-components!TextInput#disabled:member",
27737
+ "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/docs/Web/HTML/Attributes/disabled | `disabled`} attribute\n *\n * @public\n */\n",
27738
+ "excerptTokens": [
27739
+ {
27740
+ "kind": "Content",
27741
+ "text": "disabled?: "
27742
+ },
27743
+ {
27744
+ "kind": "Content",
27745
+ "text": "boolean"
27746
+ },
27747
+ {
27748
+ "kind": "Content",
27749
+ "text": ";"
27750
+ }
27751
+ ],
27752
+ "isReadonly": false,
27753
+ "isOptional": true,
27754
+ "releaseTag": "Public",
27755
+ "name": "disabled",
27698
27756
  "propertyTypeTokenRange": {
27699
27757
  "startIndex": 1,
27700
27758
  "endIndex": 2
@@ -27704,12 +27762,12 @@
27704
27762
  },
27705
27763
  {
27706
27764
  "kind": "Method",
27707
- "canonicalReference": "@fluentui/web-components!TextInput#listChanged:member(1)",
27765
+ "canonicalReference": "@fluentui/web-components!TextInput#disconnectedCallback:member(1)",
27708
27766
  "docComment": "",
27709
27767
  "excerptTokens": [
27710
27768
  {
27711
27769
  "kind": "Content",
27712
- "text": "protected listChanged(): "
27770
+ "text": "disconnectedCallback(): "
27713
27771
  },
27714
27772
  {
27715
27773
  "kind": "Content",
@@ -27726,83 +27784,91 @@
27726
27784
  "endIndex": 2
27727
27785
  },
27728
27786
  "releaseTag": "Public",
27729
- "isProtected": true,
27787
+ "isProtected": false,
27730
27788
  "overloadIndex": 1,
27731
27789
  "parameters": [],
27732
27790
  "isOptional": false,
27733
- "name": "listChanged"
27791
+ "name": "disconnectedCallback"
27734
27792
  },
27735
27793
  {
27736
27794
  "kind": "Property",
27737
- "canonicalReference": "@fluentui/web-components!TextInput#maxlength:member",
27738
- "docComment": "/**\n * The maximum number of characters a user can enter.\n *\n * @remarks\n *\n * HTMLAttribute: maxlength\n *\n * @public\n */\n",
27795
+ "canonicalReference": "@fluentui/web-components!TextInput#form:member",
27796
+ "docComment": "/**\n * The associated form element.\n *\n * @remarks\n *\n * Reflects the {@link https://developer.mozilla.org/docs/Web/API/ElementInternals/form | `ElementInternals.form`} property.\n *\n * @public\n */\n",
27739
27797
  "excerptTokens": [
27740
27798
  {
27741
27799
  "kind": "Content",
27742
- "text": "maxlength: "
27800
+ "text": "get form(): "
27801
+ },
27802
+ {
27803
+ "kind": "Reference",
27804
+ "text": "HTMLFormElement",
27805
+ "canonicalReference": "!HTMLFormElement:interface"
27743
27806
  },
27744
27807
  {
27745
27808
  "kind": "Content",
27746
- "text": "number"
27809
+ "text": " | null"
27747
27810
  },
27748
27811
  {
27749
27812
  "kind": "Content",
27750
27813
  "text": ";"
27751
27814
  }
27752
27815
  ],
27753
- "isReadonly": false,
27816
+ "isReadonly": true,
27754
27817
  "isOptional": false,
27755
27818
  "releaseTag": "Public",
27756
- "name": "maxlength",
27819
+ "name": "form",
27757
27820
  "propertyTypeTokenRange": {
27758
27821
  "startIndex": 1,
27759
- "endIndex": 2
27822
+ "endIndex": 3
27760
27823
  },
27761
27824
  "isStatic": false,
27762
27825
  "isProtected": false
27763
27826
  },
27764
27827
  {
27765
- "kind": "Method",
27766
- "canonicalReference": "@fluentui/web-components!TextInput#maxlengthChanged:member(1)",
27767
- "docComment": "",
27828
+ "kind": "Property",
27829
+ "canonicalReference": "@fluentui/web-components!TextInput.formAssociated:member",
27830
+ "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",
27768
27831
  "excerptTokens": [
27769
27832
  {
27770
27833
  "kind": "Content",
27771
- "text": "protected maxlengthChanged(): "
27834
+ "text": "static readonly formAssociated = "
27772
27835
  },
27773
27836
  {
27774
27837
  "kind": "Content",
27775
- "text": "void"
27838
+ "text": "true"
27776
27839
  },
27777
27840
  {
27778
27841
  "kind": "Content",
27779
27842
  "text": ";"
27780
27843
  }
27781
27844
  ],
27782
- "isStatic": false,
27783
- "returnTypeTokenRange": {
27845
+ "isReadonly": true,
27846
+ "isOptional": false,
27847
+ "releaseTag": "Public",
27848
+ "name": "formAssociated",
27849
+ "propertyTypeTokenRange": {
27850
+ "startIndex": 0,
27851
+ "endIndex": 0
27852
+ },
27853
+ "initializerTokenRange": {
27784
27854
  "startIndex": 1,
27785
27855
  "endIndex": 2
27786
27856
  },
27787
- "releaseTag": "Public",
27788
- "isProtected": true,
27789
- "overloadIndex": 1,
27790
- "parameters": [],
27791
- "isOptional": false,
27792
- "name": "maxlengthChanged"
27857
+ "isStatic": true,
27858
+ "isProtected": false
27793
27859
  },
27794
27860
  {
27795
27861
  "kind": "Property",
27796
- "canonicalReference": "@fluentui/web-components!TextInput#minlength:member",
27797
- "docComment": "/**\n * The minimum number of characters a user can enter.\n *\n * @remarks\n *\n * HTMLAttribute: minlength\n *\n * @public\n */\n",
27862
+ "canonicalReference": "@fluentui/web-components!TextInput#formAttribute:member",
27863
+ "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/docs/Web/HTML/Element/input#form | `form`} attribute\n *\n * @public\n */\n",
27798
27864
  "excerptTokens": [
27799
27865
  {
27800
27866
  "kind": "Content",
27801
- "text": "minlength: "
27867
+ "text": "formAttribute?: "
27802
27868
  },
27803
27869
  {
27804
27870
  "kind": "Content",
27805
- "text": "number"
27871
+ "text": "string"
27806
27872
  },
27807
27873
  {
27808
27874
  "kind": "Content",
@@ -27810,9 +27876,9 @@
27810
27876
  }
27811
27877
  ],
27812
27878
  "isReadonly": false,
27813
- "isOptional": false,
27879
+ "isOptional": true,
27814
27880
  "releaseTag": "Public",
27815
- "name": "minlength",
27881
+ "name": "formAttribute",
27816
27882
  "propertyTypeTokenRange": {
27817
27883
  "startIndex": 1,
27818
27884
  "endIndex": 2
@@ -27821,43 +27887,42 @@
27821
27887
  "isProtected": false
27822
27888
  },
27823
27889
  {
27824
- "kind": "Method",
27825
- "canonicalReference": "@fluentui/web-components!TextInput#minlengthChanged:member(1)",
27826
- "docComment": "",
27890
+ "kind": "Property",
27891
+ "canonicalReference": "@fluentui/web-components!TextInput#initialValue:member",
27892
+ "docComment": "/**\n * The initial value of the input.\n *\n * @remarks\n *\n * HTML Attribute: `value`\n *\n * @public\n */\n",
27827
27893
  "excerptTokens": [
27828
27894
  {
27829
27895
  "kind": "Content",
27830
- "text": "protected minlengthChanged(): "
27896
+ "text": "initialValue: "
27831
27897
  },
27832
27898
  {
27833
27899
  "kind": "Content",
27834
- "text": "void"
27900
+ "text": "string"
27835
27901
  },
27836
27902
  {
27837
27903
  "kind": "Content",
27838
27904
  "text": ";"
27839
27905
  }
27840
27906
  ],
27841
- "isStatic": false,
27842
- "returnTypeTokenRange": {
27907
+ "isReadonly": false,
27908
+ "isOptional": false,
27909
+ "releaseTag": "Public",
27910
+ "name": "initialValue",
27911
+ "propertyTypeTokenRange": {
27843
27912
  "startIndex": 1,
27844
27913
  "endIndex": 2
27845
27914
  },
27846
- "releaseTag": "Public",
27847
- "isProtected": true,
27848
- "overloadIndex": 1,
27849
- "parameters": [],
27850
- "isOptional": false,
27851
- "name": "minlengthChanged"
27915
+ "isStatic": false,
27916
+ "isProtected": false
27852
27917
  },
27853
27918
  {
27854
27919
  "kind": "Property",
27855
- "canonicalReference": "@fluentui/web-components!TextInput#pattern:member",
27856
- "docComment": "/**\n * A regular expression that the value must match to pass validation.\n *\n * @remarks\n *\n * HTMLAttribute: pattern\n *\n * @public\n */\n",
27920
+ "canonicalReference": "@fluentui/web-components!TextInput#list:member",
27921
+ "docComment": "/**\n * Allows associating a `<datalist>` to the element by ID.\n *\n * @remarks\n *\n * HTML Attribute: `list`\n *\n * @see\n *\n * The {@link https://developer.mozilla.org/docs/Web/HTML/Element/input#list | `list`} attribute\n *\n * @public\n */\n",
27857
27922
  "excerptTokens": [
27858
27923
  {
27859
27924
  "kind": "Content",
27860
- "text": "pattern: "
27925
+ "text": "list: "
27861
27926
  },
27862
27927
  {
27863
27928
  "kind": "Content",
@@ -27871,7 +27936,7 @@
27871
27936
  "isReadonly": false,
27872
27937
  "isOptional": false,
27873
27938
  "releaseTag": "Public",
27874
- "name": "pattern",
27939
+ "name": "list",
27875
27940
  "propertyTypeTokenRange": {
27876
27941
  "startIndex": 1,
27877
27942
  "endIndex": 2
@@ -27880,43 +27945,100 @@
27880
27945
  "isProtected": false
27881
27946
  },
27882
27947
  {
27883
- "kind": "Method",
27884
- "canonicalReference": "@fluentui/web-components!TextInput#patternChanged:member(1)",
27885
- "docComment": "",
27948
+ "kind": "Property",
27949
+ "canonicalReference": "@fluentui/web-components!TextInput#maxlength:member",
27950
+ "docComment": "/**\n * The maximum number of characters a user can enter.\n *\n * @remarks\n *\n * HTML Attribute: `maxlength`\n *\n * @public\n */\n",
27886
27951
  "excerptTokens": [
27887
27952
  {
27888
27953
  "kind": "Content",
27889
- "text": "protected patternChanged(): "
27954
+ "text": "maxlength: "
27890
27955
  },
27891
27956
  {
27892
27957
  "kind": "Content",
27893
- "text": "void"
27958
+ "text": "number"
27894
27959
  },
27895
27960
  {
27896
27961
  "kind": "Content",
27897
27962
  "text": ";"
27898
27963
  }
27899
27964
  ],
27900
- "isStatic": false,
27901
- "returnTypeTokenRange": {
27965
+ "isReadonly": false,
27966
+ "isOptional": false,
27967
+ "releaseTag": "Public",
27968
+ "name": "maxlength",
27969
+ "propertyTypeTokenRange": {
27902
27970
  "startIndex": 1,
27903
27971
  "endIndex": 2
27904
27972
  },
27973
+ "isStatic": false,
27974
+ "isProtected": false
27975
+ },
27976
+ {
27977
+ "kind": "Property",
27978
+ "canonicalReference": "@fluentui/web-components!TextInput#minlength:member",
27979
+ "docComment": "/**\n * The minimum number of characters a user can enter.\n *\n * @remarks\n *\n * HTML Attribute: `minlength`\n *\n * @see\n *\n * The {@link https://developer.mozilla.org/docs/Web/HTML/Attributes/minlength | `minlength`} attribute\n *\n * @public\n */\n",
27980
+ "excerptTokens": [
27981
+ {
27982
+ "kind": "Content",
27983
+ "text": "minlength: "
27984
+ },
27985
+ {
27986
+ "kind": "Content",
27987
+ "text": "number"
27988
+ },
27989
+ {
27990
+ "kind": "Content",
27991
+ "text": ";"
27992
+ }
27993
+ ],
27994
+ "isReadonly": false,
27995
+ "isOptional": false,
27905
27996
  "releaseTag": "Public",
27906
- "isProtected": true,
27907
- "overloadIndex": 1,
27908
- "parameters": [],
27997
+ "name": "minlength",
27998
+ "propertyTypeTokenRange": {
27999
+ "startIndex": 1,
28000
+ "endIndex": 2
28001
+ },
28002
+ "isStatic": false,
28003
+ "isProtected": false
28004
+ },
28005
+ {
28006
+ "kind": "Property",
28007
+ "canonicalReference": "@fluentui/web-components!TextInput#multiple:member",
28008
+ "docComment": "/**\n * Indicates that a comma-separated list of email addresses can be entered. This attribute is only valid when `type=\"email\"`.\n *\n * @remarks\n *\n * HTML Attribute: `multiple`\n *\n * @see\n *\n * The {@link https://developer.mozilla.org/docs/Web/HTML/Attributes/multiple | `multiple`} attribute\n *\n * @public\n */\n",
28009
+ "excerptTokens": [
28010
+ {
28011
+ "kind": "Content",
28012
+ "text": "multiple: "
28013
+ },
28014
+ {
28015
+ "kind": "Content",
28016
+ "text": "boolean"
28017
+ },
28018
+ {
28019
+ "kind": "Content",
28020
+ "text": ";"
28021
+ }
28022
+ ],
28023
+ "isReadonly": false,
27909
28024
  "isOptional": false,
27910
- "name": "patternChanged"
28025
+ "releaseTag": "Public",
28026
+ "name": "multiple",
28027
+ "propertyTypeTokenRange": {
28028
+ "startIndex": 1,
28029
+ "endIndex": 2
28030
+ },
28031
+ "isStatic": false,
28032
+ "isProtected": false
27911
28033
  },
27912
28034
  {
27913
28035
  "kind": "Property",
27914
- "canonicalReference": "@fluentui/web-components!TextInput#placeholder:member",
27915
- "docComment": "/**\n * Sets the placeholder value of the element, generally used to provide a hint to the user.\n *\n * @remarks\n *\n * HTML Attribute: placeholder Using this attribute does is not a valid substitute for a labeling element.\n *\n * @public\n */\n",
28036
+ "canonicalReference": "@fluentui/web-components!TextInput#name:member",
28037
+ "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 * @public\n */\n",
27916
28038
  "excerptTokens": [
27917
28039
  {
27918
28040
  "kind": "Content",
27919
- "text": "placeholder: "
28041
+ "text": "name: "
27920
28042
  },
27921
28043
  {
27922
28044
  "kind": "Content",
@@ -27930,7 +28052,7 @@
27930
28052
  "isReadonly": false,
27931
28053
  "isOptional": false,
27932
28054
  "releaseTag": "Public",
27933
- "name": "placeholder",
28055
+ "name": "name",
27934
28056
  "propertyTypeTokenRange": {
27935
28057
  "startIndex": 1,
27936
28058
  "endIndex": 2
@@ -27939,47 +28061,46 @@
27939
28061
  "isProtected": false
27940
28062
  },
27941
28063
  {
27942
- "kind": "Method",
27943
- "canonicalReference": "@fluentui/web-components!TextInput#placeholderChanged:member(1)",
27944
- "docComment": "",
28064
+ "kind": "Property",
28065
+ "canonicalReference": "@fluentui/web-components!TextInput#pattern:member",
28066
+ "docComment": "/**\n * A regular expression that the value must match to pass validation.\n *\n * @remarks\n *\n * HTML Attribute: `pattern`\n *\n * @public\n */\n",
27945
28067
  "excerptTokens": [
27946
28068
  {
27947
28069
  "kind": "Content",
27948
- "text": "protected placeholderChanged(): "
28070
+ "text": "pattern: "
27949
28071
  },
27950
28072
  {
27951
28073
  "kind": "Content",
27952
- "text": "void"
28074
+ "text": "string"
27953
28075
  },
27954
28076
  {
27955
28077
  "kind": "Content",
27956
28078
  "text": ";"
27957
28079
  }
27958
28080
  ],
27959
- "isStatic": false,
27960
- "returnTypeTokenRange": {
28081
+ "isReadonly": false,
28082
+ "isOptional": false,
28083
+ "releaseTag": "Public",
28084
+ "name": "pattern",
28085
+ "propertyTypeTokenRange": {
27961
28086
  "startIndex": 1,
27962
28087
  "endIndex": 2
27963
28088
  },
27964
- "releaseTag": "Public",
27965
- "isProtected": true,
27966
- "overloadIndex": 1,
27967
- "parameters": [],
27968
- "isOptional": false,
27969
- "name": "placeholderChanged"
28089
+ "isStatic": false,
28090
+ "isProtected": false
27970
28091
  },
27971
28092
  {
27972
28093
  "kind": "Property",
27973
- "canonicalReference": "@fluentui/web-components!TextInput#readOnly:member",
27974
- "docComment": "/**\n * When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.\n *\n * @remarks\n *\n * HTML Attribute: readonly\n *\n * @public\n */\n",
28094
+ "canonicalReference": "@fluentui/web-components!TextInput#placeholder:member",
28095
+ "docComment": "/**\n * Sets the placeholder value of the element, generally used to provide a hint to the user.\n *\n * @remarks\n *\n * HTML Attribute: `placeholder` This attribute is not a valid substitute for a label.\n *\n * @see\n *\n * The {@link https://developer.mozilla.org/docs/Web/HTML/Attributes/placeholder | `placeholder`} attribute\n *\n * @public\n */\n",
27975
28096
  "excerptTokens": [
27976
28097
  {
27977
28098
  "kind": "Content",
27978
- "text": "readOnly: "
28099
+ "text": "placeholder: "
27979
28100
  },
27980
28101
  {
27981
28102
  "kind": "Content",
27982
- "text": "boolean"
28103
+ "text": "string"
27983
28104
  },
27984
28105
  {
27985
28106
  "kind": "Content",
@@ -27989,7 +28110,7 @@
27989
28110
  "isReadonly": false,
27990
28111
  "isOptional": false,
27991
28112
  "releaseTag": "Public",
27992
- "name": "readOnly",
28113
+ "name": "placeholder",
27993
28114
  "propertyTypeTokenRange": {
27994
28115
  "startIndex": 1,
27995
28116
  "endIndex": 2
@@ -27998,39 +28119,67 @@
27998
28119
  "isProtected": false
27999
28120
  },
28000
28121
  {
28001
- "kind": "Method",
28002
- "canonicalReference": "@fluentui/web-components!TextInput#readOnlyChanged:member(1)",
28003
- "docComment": "",
28122
+ "kind": "Property",
28123
+ "canonicalReference": "@fluentui/web-components!TextInput#readonly:member",
28124
+ "docComment": "/**\n * When true, the control will be immutable by user interaction.\n *\n * @remarks\n *\n * HTML Attribute: `readonly`\n *\n * @see\n *\n * The {@link https://developer.mozilla.org/docs/Web/HTML/Attributes/readonly | `readonly`} attribute\n *\n * @public\n */\n",
28004
28125
  "excerptTokens": [
28005
28126
  {
28006
28127
  "kind": "Content",
28007
- "text": "protected readOnlyChanged(): "
28128
+ "text": "readonly?: "
28008
28129
  },
28009
28130
  {
28010
28131
  "kind": "Content",
28011
- "text": "void"
28132
+ "text": "boolean"
28012
28133
  },
28013
28134
  {
28014
28135
  "kind": "Content",
28015
28136
  "text": ";"
28016
28137
  }
28017
28138
  ],
28018
- "isStatic": false,
28019
- "returnTypeTokenRange": {
28139
+ "isReadonly": false,
28140
+ "isOptional": true,
28141
+ "releaseTag": "Public",
28142
+ "name": "readonly",
28143
+ "propertyTypeTokenRange": {
28020
28144
  "startIndex": 1,
28021
28145
  "endIndex": 2
28022
28146
  },
28023
- "releaseTag": "Public",
28024
- "isProtected": true,
28025
- "overloadIndex": 1,
28026
- "parameters": [],
28147
+ "isStatic": false,
28148
+ "isProtected": false
28149
+ },
28150
+ {
28151
+ "kind": "Property",
28152
+ "canonicalReference": "@fluentui/web-components!TextInput#required:member",
28153
+ "docComment": "/**\n * The element's required attribute.\n *\n * @remarks\n *\n * HTML Attribute: `required`\n *\n * @public\n */\n",
28154
+ "excerptTokens": [
28155
+ {
28156
+ "kind": "Content",
28157
+ "text": "required: "
28158
+ },
28159
+ {
28160
+ "kind": "Content",
28161
+ "text": "boolean"
28162
+ },
28163
+ {
28164
+ "kind": "Content",
28165
+ "text": ";"
28166
+ }
28167
+ ],
28168
+ "isReadonly": false,
28027
28169
  "isOptional": false,
28028
- "name": "readOnlyChanged"
28170
+ "releaseTag": "Public",
28171
+ "name": "required",
28172
+ "propertyTypeTokenRange": {
28173
+ "startIndex": 1,
28174
+ "endIndex": 2
28175
+ },
28176
+ "isStatic": false,
28177
+ "isProtected": false
28029
28178
  },
28030
28179
  {
28031
28180
  "kind": "Method",
28032
28181
  "canonicalReference": "@fluentui/web-components!TextInput#select:member(1)",
28033
- "docComment": "/**\n * Selects all the text in the text field\n *\n * @public\n */\n",
28182
+ "docComment": "/**\n * Selects all the text in the text field.\n *\n * @public\n */\n",
28034
28183
  "excerptTokens": [
28035
28184
  {
28036
28185
  "kind": "Content",
@@ -28060,7 +28209,7 @@
28060
28209
  {
28061
28210
  "kind": "Property",
28062
28211
  "canonicalReference": "@fluentui/web-components!TextInput#size:member",
28063
- "docComment": "/**\n * Sets the width of the element to a specified number of characters.\n *\n * @remarks\n *\n * HTMLAttribute: size\n *\n * @public\n */\n",
28212
+ "docComment": "/**\n * Sets the width of the element to a specified number of characters.\n *\n * @remarks\n *\n * HTML Attribute: `size`\n *\n * @public\n */\n",
28064
28213
  "excerptTokens": [
28065
28214
  {
28066
28215
  "kind": "Content",
@@ -28087,47 +28236,47 @@
28087
28236
  "isProtected": false
28088
28237
  },
28089
28238
  {
28090
- "kind": "Method",
28091
- "canonicalReference": "@fluentui/web-components!TextInput#sizeChanged:member(1)",
28092
- "docComment": "",
28239
+ "kind": "Property",
28240
+ "canonicalReference": "@fluentui/web-components!TextInput#spellcheck:member",
28241
+ "docComment": "/**\n * Controls whether or not to enable spell checking for the input field, or if the default spell checking configuration should be used.\n *\n * @remarks\n *\n * HTML Attribute: `spellcheck`\n *\n * @see\n *\n * The {@link https://developer.mozilla.org/docs/Web/HTML/Global_attributes/spellcheck | `spellcheck`} attribute\n *\n * @public\n */\n",
28093
28242
  "excerptTokens": [
28094
28243
  {
28095
28244
  "kind": "Content",
28096
- "text": "protected sizeChanged(): "
28245
+ "text": "spellcheck: "
28097
28246
  },
28098
28247
  {
28099
28248
  "kind": "Content",
28100
- "text": "void"
28249
+ "text": "boolean"
28101
28250
  },
28102
28251
  {
28103
28252
  "kind": "Content",
28104
28253
  "text": ";"
28105
28254
  }
28106
28255
  ],
28107
- "isStatic": false,
28108
- "returnTypeTokenRange": {
28256
+ "isReadonly": false,
28257
+ "isOptional": false,
28258
+ "releaseTag": "Public",
28259
+ "name": "spellcheck",
28260
+ "propertyTypeTokenRange": {
28109
28261
  "startIndex": 1,
28110
28262
  "endIndex": 2
28111
28263
  },
28112
- "releaseTag": "Public",
28113
- "isProtected": true,
28114
- "overloadIndex": 1,
28115
- "parameters": [],
28116
- "isOptional": false,
28117
- "name": "sizeChanged"
28264
+ "isStatic": false,
28265
+ "isProtected": false
28118
28266
  },
28119
28267
  {
28120
28268
  "kind": "Property",
28121
- "canonicalReference": "@fluentui/web-components!TextInput#spellcheck:member",
28122
- "docComment": "/**\n * Controls whether or not to enable spell checking for the input field, or if the default spell checking configuration should be used.\n *\n * @remarks\n *\n * HTMLAttribute: size\n *\n * @public\n */\n",
28269
+ "canonicalReference": "@fluentui/web-components!TextInput#type:member",
28270
+ "docComment": "/**\n * Allows setting a type or mode of text.\n *\n * @remarks\n *\n * HTML Attribute: `type`\n *\n * @public\n */\n",
28123
28271
  "excerptTokens": [
28124
28272
  {
28125
28273
  "kind": "Content",
28126
- "text": "spellcheck: "
28274
+ "text": "type: "
28127
28275
  },
28128
28276
  {
28129
- "kind": "Content",
28130
- "text": "boolean"
28277
+ "kind": "Reference",
28278
+ "text": "TextInputType",
28279
+ "canonicalReference": "@fluentui/web-components!TextInputType:type"
28131
28280
  },
28132
28281
  {
28133
28282
  "kind": "Content",
@@ -28137,7 +28286,7 @@
28137
28286
  "isReadonly": false,
28138
28287
  "isOptional": false,
28139
28288
  "releaseTag": "Public",
28140
- "name": "spellcheck",
28289
+ "name": "type",
28141
28290
  "propertyTypeTokenRange": {
28142
28291
  "startIndex": 1,
28143
28292
  "endIndex": 2
@@ -28146,58 +28295,86 @@
28146
28295
  "isProtected": false
28147
28296
  },
28148
28297
  {
28149
- "kind": "Method",
28150
- "canonicalReference": "@fluentui/web-components!TextInput#spellcheckChanged:member(1)",
28151
- "docComment": "",
28298
+ "kind": "Property",
28299
+ "canonicalReference": "@fluentui/web-components!TextInput#validationMessage:member",
28300
+ "docComment": "/**\n * The validation message.\n *\n * @remarks\n *\n * Reflects the {@link https://developer.mozilla.org/docs/Web/API/ElementInternals/validationMessage | `ElementInternals.validationMessage`} property.\n *\n * @public\n */\n",
28152
28301
  "excerptTokens": [
28153
28302
  {
28154
28303
  "kind": "Content",
28155
- "text": "protected spellcheckChanged(): "
28304
+ "text": "get validationMessage(): "
28156
28305
  },
28157
28306
  {
28158
28307
  "kind": "Content",
28159
- "text": "void"
28308
+ "text": "string"
28160
28309
  },
28161
28310
  {
28162
28311
  "kind": "Content",
28163
28312
  "text": ";"
28164
28313
  }
28165
28314
  ],
28166
- "isStatic": false,
28167
- "returnTypeTokenRange": {
28315
+ "isReadonly": true,
28316
+ "isOptional": false,
28317
+ "releaseTag": "Public",
28318
+ "name": "validationMessage",
28319
+ "propertyTypeTokenRange": {
28168
28320
  "startIndex": 1,
28169
28321
  "endIndex": 2
28170
28322
  },
28171
- "releaseTag": "Public",
28172
- "isProtected": true,
28173
- "overloadIndex": 1,
28174
- "parameters": [],
28175
- "isOptional": false,
28176
- "name": "spellcheckChanged"
28323
+ "isStatic": false,
28324
+ "isProtected": false
28177
28325
  },
28178
28326
  {
28179
28327
  "kind": "Property",
28180
- "canonicalReference": "@fluentui/web-components!TextInput#type:member",
28181
- "docComment": "/**\n * Allows setting a type or mode of text.\n *\n * @remarks\n *\n * HTML Attribute: type\n *\n * @public\n */\n",
28328
+ "canonicalReference": "@fluentui/web-components!TextInput#validity:member",
28329
+ "docComment": "/**\n * The element's validity state.\n *\n * @remarks\n *\n * Reflects the {@link https://developer.mozilla.org/docs/Web/API/ElementInternals/validity | `ElementInternals.validity`} property.\n *\n * @public\n */\n",
28182
28330
  "excerptTokens": [
28183
28331
  {
28184
28332
  "kind": "Content",
28185
- "text": "type: "
28333
+ "text": "get validity(): "
28186
28334
  },
28187
28335
  {
28188
28336
  "kind": "Reference",
28189
- "text": "TextInputType",
28190
- "canonicalReference": "@fluentui/web-components!TextInputType:type"
28337
+ "text": "ValidityState",
28338
+ "canonicalReference": "!ValidityState:interface"
28191
28339
  },
28192
28340
  {
28193
28341
  "kind": "Content",
28194
28342
  "text": ";"
28195
28343
  }
28196
28344
  ],
28345
+ "isReadonly": true,
28346
+ "isOptional": false,
28347
+ "releaseTag": "Public",
28348
+ "name": "validity",
28349
+ "propertyTypeTokenRange": {
28350
+ "startIndex": 1,
28351
+ "endIndex": 2
28352
+ },
28353
+ "isStatic": false,
28354
+ "isProtected": false
28355
+ },
28356
+ {
28357
+ "kind": "Property",
28358
+ "canonicalReference": "@fluentui/web-components!TextInput#value:member",
28359
+ "docComment": "/**\n * The current value of the input.\n *\n * @public\n */\n",
28360
+ "excerptTokens": [
28361
+ {
28362
+ "kind": "Content",
28363
+ "text": "get value(): "
28364
+ },
28365
+ {
28366
+ "kind": "Content",
28367
+ "text": "string"
28368
+ },
28369
+ {
28370
+ "kind": "Content",
28371
+ "text": ";\n\nset value(value: string);"
28372
+ }
28373
+ ],
28197
28374
  "isReadonly": false,
28198
28375
  "isOptional": false,
28199
28376
  "releaseTag": "Public",
28200
- "name": "type",
28377
+ "name": "value",
28201
28378
  "propertyTypeTokenRange": {
28202
28379
  "startIndex": 1,
28203
28380
  "endIndex": 2
@@ -28206,34 +28383,33 @@
28206
28383
  "isProtected": false
28207
28384
  },
28208
28385
  {
28209
- "kind": "Method",
28210
- "canonicalReference": "@fluentui/web-components!TextInput#validate:member(1)",
28211
- "docComment": "/**\n * {@inheritDoc (FormAssociated:interface).validate}\n */\n",
28386
+ "kind": "Property",
28387
+ "canonicalReference": "@fluentui/web-components!TextInput#willValidate:member",
28388
+ "docComment": "/**\n * Determines if the control can be submitted for constraint validation.\n *\n * @remarks\n *\n * Reflects the {@link https://developer.mozilla.org/docs/Web/API/ElementInternals/willValidate | `ElementInternals.willValidate`} property.\n *\n * @public\n */\n",
28212
28389
  "excerptTokens": [
28213
28390
  {
28214
28391
  "kind": "Content",
28215
- "text": "validate(): "
28392
+ "text": "get willValidate(): "
28216
28393
  },
28217
28394
  {
28218
28395
  "kind": "Content",
28219
- "text": "void"
28396
+ "text": "boolean"
28220
28397
  },
28221
28398
  {
28222
28399
  "kind": "Content",
28223
28400
  "text": ";"
28224
28401
  }
28225
28402
  ],
28226
- "isStatic": false,
28227
- "returnTypeTokenRange": {
28403
+ "isReadonly": true,
28404
+ "isOptional": false,
28405
+ "releaseTag": "Public",
28406
+ "name": "willValidate",
28407
+ "propertyTypeTokenRange": {
28228
28408
  "startIndex": 1,
28229
28409
  "endIndex": 2
28230
28410
  },
28231
- "releaseTag": "Public",
28232
- "isProtected": false,
28233
- "overloadIndex": 1,
28234
- "parameters": [],
28235
- "isOptional": false,
28236
- "name": "validate"
28411
+ "isStatic": false,
28412
+ "isProtected": false
28237
28413
  }
28238
28414
  ],
28239
28415
  "extendsTokenRange": {
@@ -28242,53 +28418,10 @@
28242
28418
  },
28243
28419
  "implementsTokenRanges": []
28244
28420
  },
28245
- {
28246
- "kind": "Interface",
28247
- "canonicalReference": "@fluentui/web-components!TextInput:interface",
28248
- "docComment": "",
28249
- "excerptTokens": [
28250
- {
28251
- "kind": "Content",
28252
- "text": "export interface TextInput extends "
28253
- },
28254
- {
28255
- "kind": "Reference",
28256
- "text": "StartEnd",
28257
- "canonicalReference": "@fluentui/web-components!~StartEnd:class"
28258
- },
28259
- {
28260
- "kind": "Content",
28261
- "text": ", "
28262
- },
28263
- {
28264
- "kind": "Reference",
28265
- "text": "DelegatesARIATextbox",
28266
- "canonicalReference": "@fluentui/web-components!~DelegatesARIATextbox:class"
28267
- },
28268
- {
28269
- "kind": "Content",
28270
- "text": " "
28271
- }
28272
- ],
28273
- "releaseTag": "Public",
28274
- "name": "TextInput",
28275
- "preserveMemberOrder": false,
28276
- "members": [],
28277
- "extendsTokenRanges": [
28278
- {
28279
- "startIndex": 1,
28280
- "endIndex": 2
28281
- },
28282
- {
28283
- "startIndex": 3,
28284
- "endIndex": 4
28285
- }
28286
- ]
28287
- },
28288
28421
  {
28289
28422
  "kind": "TypeAlias",
28290
28423
  "canonicalReference": "@fluentui/web-components!TextInputAppearance:type",
28291
- "docComment": "/**\n * Applies appearance styling to TextInput\n *\n * @public\n */\n",
28424
+ "docComment": "",
28292
28425
  "excerptTokens": [
28293
28426
  {
28294
28427
  "kind": "Content",
@@ -28327,7 +28460,7 @@
28327
28460
  {
28328
28461
  "kind": "Variable",
28329
28462
  "canonicalReference": "@fluentui/web-components!TextInputAppearance:var",
28330
- "docComment": "/**\n * TextInput appearance constants\n *\n * @public\n */\n",
28463
+ "docComment": "/**\n * Values for the `appearance` attribute on TextInput elements.\n *\n * @public\n */\n",
28331
28464
  "excerptTokens": [
28332
28465
  {
28333
28466
  "kind": "Content",
@@ -28349,7 +28482,7 @@
28349
28482
  {
28350
28483
  "kind": "TypeAlias",
28351
28484
  "canonicalReference": "@fluentui/web-components!TextInputControlSize:type",
28352
- "docComment": "/**\n * Applies size styling to TextInput\n *\n * @public\n */\n",
28485
+ "docComment": "",
28353
28486
  "excerptTokens": [
28354
28487
  {
28355
28488
  "kind": "Content",
@@ -28388,7 +28521,7 @@
28388
28521
  {
28389
28522
  "kind": "Variable",
28390
28523
  "canonicalReference": "@fluentui/web-components!TextInputControlSize:var",
28391
- "docComment": "/**\n * TextInput size constants\n *\n * @public\n */\n",
28524
+ "docComment": "/**\n * Values for the `control-size` attribute on TextInput elements.\n *\n * @public\n */\n",
28392
28525
  "excerptTokens": [
28393
28526
  {
28394
28527
  "kind": "Content",
@@ -28410,7 +28543,7 @@
28410
28543
  {
28411
28544
  "kind": "Variable",
28412
28545
  "canonicalReference": "@fluentui/web-components!TextInputDefinition:var",
28413
- "docComment": "/**\n * The Fluent TextInput Element.\n *\n * @remarks\n *\n * HTML Element: \\<fluent-text-input\\>\n *\n * @public\n */\n",
28546
+ "docComment": "/**\n * The Fluent TextInput Element definition.\n *\n * @remarks\n *\n * HTML Element: `<fluent-text-input>`\n *\n * @public\n */\n",
28414
28547
  "excerptTokens": [
28415
28548
  {
28416
28549
  "kind": "Content",
@@ -28450,7 +28583,7 @@
28450
28583
  {
28451
28584
  "kind": "TypeAlias",
28452
28585
  "canonicalReference": "@fluentui/web-components!TextInputOptions:type",
28453
- "docComment": "",
28586
+ "docComment": "/**\n * TextInput configuration options.\n *\n * @public\n */\n",
28454
28587
  "excerptTokens": [
28455
28588
  {
28456
28589
  "kind": "Content",
@@ -28489,16 +28622,12 @@
28489
28622
  {
28490
28623
  "kind": "Variable",
28491
28624
  "canonicalReference": "@fluentui/web-components!TextInputStyles:var",
28492
- "docComment": "/**\n * TextInput styles\n *\n * @public\n */\n",
28625
+ "docComment": "/**\n * Styles for the TextInput component.\n *\n * @public\n */\n",
28493
28626
  "excerptTokens": [
28494
28627
  {
28495
28628
  "kind": "Content",
28496
28629
  "text": "styles: "
28497
28630
  },
28498
- {
28499
- "kind": "Content",
28500
- "text": "import(\"@microsoft/fast-element\")."
28501
- },
28502
28631
  {
28503
28632
  "kind": "Reference",
28504
28633
  "text": "ElementStyles",
@@ -28510,13 +28639,13 @@
28510
28639
  "name": "TextInputStyles",
28511
28640
  "variableTypeTokenRange": {
28512
28641
  "startIndex": 1,
28513
- "endIndex": 3
28642
+ "endIndex": 2
28514
28643
  }
28515
28644
  },
28516
28645
  {
28517
28646
  "kind": "TypeAlias",
28518
28647
  "canonicalReference": "@fluentui/web-components!TextInputType:type",
28519
- "docComment": "/**\n * Types for the text field sub-types\n *\n * @public\n */\n",
28648
+ "docComment": "",
28520
28649
  "excerptTokens": [
28521
28650
  {
28522
28651
  "kind": "Content",
@@ -28555,7 +28684,7 @@
28555
28684
  {
28556
28685
  "kind": "Variable",
28557
28686
  "canonicalReference": "@fluentui/web-components!TextInputType:var",
28558
- "docComment": "/**\n * Text field sub-types\n *\n * @public\n */\n",
28687
+ "docComment": "/**\n * Values for the `type` attribute on TextInput elements.\n *\n * @public\n */\n",
28559
28688
  "excerptTokens": [
28560
28689
  {
28561
28690
  "kind": "Content",