@fluentui/web-components 3.0.0-beta.14 → 3.0.0-beta.15

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 (122) hide show
  1. package/CHANGELOG.md +11 -2
  2. package/dist/dts/accordion/index.d.ts +2 -1
  3. package/dist/dts/accordion-item/index.d.ts +2 -2
  4. package/dist/dts/anchor-button/index.d.ts +2 -2
  5. package/dist/dts/avatar/index.d.ts +2 -2
  6. package/dist/dts/badge/index.d.ts +2 -2
  7. package/dist/dts/button/index.d.ts +2 -2
  8. package/dist/dts/checkbox/index.d.ts +2 -2
  9. package/dist/dts/compound-button/index.d.ts +2 -2
  10. package/dist/dts/counter-badge/index.d.ts +2 -2
  11. package/dist/dts/dialog/index.d.ts +2 -1
  12. package/dist/dts/divider/index.d.ts +2 -2
  13. package/dist/dts/image/index.d.ts +2 -2
  14. package/dist/dts/index-rollup.d.ts +35 -1
  15. package/dist/dts/index.d.ts +35 -34
  16. package/dist/dts/label/index.d.ts +2 -1
  17. package/dist/dts/menu/index.d.ts +1 -1
  18. package/dist/dts/menu-button/index.d.ts +2 -2
  19. package/dist/dts/menu-button/menu-button.options.d.ts +1 -1
  20. package/dist/dts/menu-item/index.d.ts +2 -1
  21. package/dist/dts/menu-list/index.d.ts +1 -1
  22. package/dist/dts/progress-bar/index.d.ts +2 -2
  23. package/dist/dts/radio/index.d.ts +1 -1
  24. package/dist/dts/radio-group/index.d.ts +2 -1
  25. package/dist/dts/slider/index.d.ts +2 -2
  26. package/dist/dts/spinner/index.d.ts +2 -2
  27. package/dist/dts/spinner/spinner.d.ts +10 -2
  28. package/dist/dts/spinner/spinner.template.d.ts +2 -3
  29. package/dist/dts/switch/index.d.ts +2 -2
  30. package/dist/dts/tab/index.d.ts +1 -1
  31. package/dist/dts/tab-panel/index.d.ts +1 -1
  32. package/dist/dts/tabs/index.d.ts +2 -2
  33. package/dist/dts/text/index.d.ts +2 -2
  34. package/dist/dts/text-input/index.d.ts +2 -2
  35. package/dist/dts/text-input/text-input.d.ts +4 -4
  36. package/dist/dts/text-input/text-input.options.d.ts +7 -7
  37. package/dist/dts/text-input/text-input.template.d.ts +2 -2
  38. package/dist/dts/toggle-button/index.d.ts +2 -2
  39. package/dist/esm/accordion/index.js +2 -1
  40. package/dist/esm/accordion/index.js.map +1 -1
  41. package/dist/esm/accordion-item/index.js +2 -2
  42. package/dist/esm/accordion-item/index.js.map +1 -1
  43. package/dist/esm/anchor-button/index.js +2 -2
  44. package/dist/esm/anchor-button/index.js.map +1 -1
  45. package/dist/esm/avatar/index.js +2 -2
  46. package/dist/esm/avatar/index.js.map +1 -1
  47. package/dist/esm/badge/index.js +2 -2
  48. package/dist/esm/badge/index.js.map +1 -1
  49. package/dist/esm/button/index.js +2 -2
  50. package/dist/esm/button/index.js.map +1 -1
  51. package/dist/esm/checkbox/index.js +2 -2
  52. package/dist/esm/checkbox/index.js.map +1 -1
  53. package/dist/esm/compound-button/index.js +2 -2
  54. package/dist/esm/compound-button/index.js.map +1 -1
  55. package/dist/esm/counter-badge/index.js +2 -2
  56. package/dist/esm/counter-badge/index.js.map +1 -1
  57. package/dist/esm/dialog/index.js +2 -1
  58. package/dist/esm/dialog/index.js.map +1 -1
  59. package/dist/esm/divider/index.js +2 -2
  60. package/dist/esm/divider/index.js.map +1 -1
  61. package/dist/esm/image/index.js +2 -2
  62. package/dist/esm/image/index.js.map +1 -1
  63. package/dist/esm/index-rollup.js +35 -1
  64. package/dist/esm/index-rollup.js.map +1 -1
  65. package/dist/esm/index.js +35 -34
  66. package/dist/esm/index.js.map +1 -1
  67. package/dist/esm/label/index.js +2 -1
  68. package/dist/esm/label/index.js.map +1 -1
  69. package/dist/esm/menu/index.js +1 -1
  70. package/dist/esm/menu/index.js.map +1 -1
  71. package/dist/esm/menu-button/index.js +2 -2
  72. package/dist/esm/menu-button/index.js.map +1 -1
  73. package/dist/esm/menu-item/index.js +2 -1
  74. package/dist/esm/menu-item/index.js.map +1 -1
  75. package/dist/esm/menu-list/index.js +1 -1
  76. package/dist/esm/menu-list/index.js.map +1 -1
  77. package/dist/esm/progress-bar/index.js +2 -2
  78. package/dist/esm/progress-bar/index.js.map +1 -1
  79. package/dist/esm/radio/index.js +1 -1
  80. package/dist/esm/radio/index.js.map +1 -1
  81. package/dist/esm/radio-group/index.js +2 -1
  82. package/dist/esm/radio-group/index.js.map +1 -1
  83. package/dist/esm/slider/index.js +2 -2
  84. package/dist/esm/slider/index.js.map +1 -1
  85. package/dist/esm/spinner/index.js +2 -2
  86. package/dist/esm/spinner/index.js.map +1 -1
  87. package/dist/esm/spinner/spinner.js +2 -2
  88. package/dist/esm/spinner/spinner.js.map +1 -1
  89. package/dist/esm/spinner/spinner.template.js.map +1 -1
  90. package/dist/esm/switch/index.js +2 -2
  91. package/dist/esm/switch/index.js.map +1 -1
  92. package/dist/esm/tab/index.js +1 -1
  93. package/dist/esm/tab/index.js.map +1 -1
  94. package/dist/esm/tab-panel/index.js +1 -1
  95. package/dist/esm/tab-panel/index.js.map +1 -1
  96. package/dist/esm/tabs/index.js +2 -2
  97. package/dist/esm/tabs/index.js.map +1 -1
  98. package/dist/esm/text/index.js +2 -2
  99. package/dist/esm/text/index.js.map +1 -1
  100. package/dist/esm/text-input/index.js +2 -2
  101. package/dist/esm/text-input/index.js.map +1 -1
  102. package/dist/esm/text-input/text-input.js +3 -3
  103. package/dist/esm/text-input/text-input.options.js +6 -6
  104. package/dist/esm/toggle-button/index.js +2 -2
  105. package/dist/esm/toggle-button/index.js.map +1 -1
  106. package/dist/fluent-web-components.api.json +548 -565
  107. package/dist/storybook/iframe.html +1 -1
  108. package/dist/storybook/main.6c75b8cb.iframe.bundle.js +2 -0
  109. package/dist/storybook/project.json +1 -1
  110. package/dist/web-components.d.ts +67 -96
  111. package/dist/web-components.js +105 -103
  112. package/dist/web-components.min.js +210 -210
  113. package/docs/api-report.md +85 -94
  114. package/package.json +1 -1
  115. package/dist/dts/progress-ring/progress-ring.d.ts +0 -15
  116. package/dist/dts/progress-ring/progress-ring.options.d.ts +0 -9
  117. package/dist/esm/progress-ring/progress-ring.js +0 -16
  118. package/dist/esm/progress-ring/progress-ring.js.map +0 -1
  119. package/dist/esm/progress-ring/progress-ring.options.js +0 -2
  120. package/dist/esm/progress-ring/progress-ring.options.js.map +0 -1
  121. package/dist/storybook/main.79d2477b.iframe.bundle.js +0 -2
  122. /package/dist/storybook/{main.79d2477b.iframe.bundle.js.LICENSE.txt → main.6c75b8cb.iframe.bundle.js.LICENSE.txt} +0 -0
@@ -1 +1 @@
1
- {"generatedAt":1714104378814,"builder":{"name":"webpack5"},"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":0,"monorepo":"Nx","packageManager":{"type":"yarn","version":"1.23.34"},"storybookVersion":"6.5.15","language":"typescript","storybookPackages":{"@storybook/html":{"version":null}},"framework":{"name":"html"},"addons":{"@storybook/addon-docs":{"version":"6.5.15"},"@storybook/addon-essentials":{"options":{"backgrounds":false,"viewport":false,"toolbars":false,"actions":true},"version":"6.5.15"}}}
1
+ {"generatedAt":1714536479937,"builder":{"name":"webpack5"},"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":0,"monorepo":"Nx","packageManager":{"type":"yarn","version":"1.23.34"},"storybookVersion":"6.5.15","language":"typescript","storybookPackages":{"@storybook/html":{"version":null}},"framework":{"name":"html"},"addons":{"@storybook/addon-docs":{"version":"6.5.15"},"@storybook/addon-essentials":{"options":{"backgrounds":false,"viewport":false,"toolbars":false,"actions":true},"version":"6.5.15"}}}
@@ -73,7 +73,7 @@ export declare const accordionDefinition: FASTElementDefinition<typeof Accordion
73
73
  * Expand mode for {@link FASTAccordion}
74
74
  * @public
75
75
  */
76
- declare const AccordionExpandMode: {
76
+ export declare const AccordionExpandMode: {
77
77
  readonly single: "single";
78
78
  readonly multi: "multi";
79
79
  };
@@ -82,7 +82,7 @@ declare const AccordionExpandMode: {
82
82
  * Type for the {@link FASTAccordion} Expand Mode
83
83
  * @public
84
84
  */
85
- declare type AccordionExpandMode = ValuesOf<typeof AccordionExpandMode>;
85
+ export declare type AccordionExpandMode = ValuesOf<typeof AccordionExpandMode>;
86
86
 
87
87
  /**
88
88
  *
@@ -412,6 +412,12 @@ export declare type AnchorButtonAppearance = ValuesOf<typeof AnchorButtonAppeara
412
412
  */
413
413
  export declare const AnchorButtonDefinition: FASTElementDefinition<typeof AnchorButton>;
414
414
 
415
+ /**
416
+ * Anchor configuration options
417
+ * @public
418
+ */
419
+ export declare type AnchorButtonOptions = StartEndOptions<AnchorButton>;
420
+
415
421
  /**
416
422
  * An Anchor Button can be square, circular or rounded.
417
423
  * @public
@@ -450,14 +456,6 @@ export declare type AnchorButtonSize = ValuesOf<typeof AnchorButtonSize>;
450
456
  */
451
457
  export declare const AnchorButtonTemplate: ElementViewTemplate<AnchorButton>;
452
458
 
453
- /**
454
- * Anchor configuration options
455
- * @public
456
- */
457
- declare type AnchorOptions = StartEndOptions<AnchorButton>;
458
- export { AnchorOptions as AnchorButtonOptions }
459
- export { AnchorOptions }
460
-
461
459
  /**
462
460
  * Anchor target values.
463
461
  *
@@ -1026,13 +1024,6 @@ export declare type BadgeColor = ValuesOf<typeof BadgeColor>;
1026
1024
  */
1027
1025
  export declare const BadgeDefinition: FASTElementDefinition<typeof Badge>;
1028
1026
 
1029
- /**
1030
- * @internal - marking as internal update when Badge PR for start/end is in
1031
- */
1032
- export declare type BadgeOptions = StartEndOptions<Badge> & {
1033
- defaultContent?: StaticallyComposableHTML;
1034
- };
1035
-
1036
1027
  /**
1037
1028
  * A Badge can be square, circular or rounded.
1038
1029
  * @public
@@ -1121,7 +1112,7 @@ declare class BaseProgress extends FASTElement {
1121
1112
  * @class TabList component
1122
1113
  * @public
1123
1114
  */
1124
- export declare class BaseTabs extends FASTElement {
1115
+ declare class BaseTabs extends FASTElement {
1125
1116
  /**
1126
1117
  * The orientation
1127
1118
  * @public
@@ -1541,7 +1532,6 @@ export declare type ButtonFormTarget = ValuesOf<typeof ButtonFormTarget>;
1541
1532
  */
1542
1533
  declare type ButtonOptions = StartEndOptions<Button>;
1543
1534
  export { ButtonOptions }
1544
- export { ButtonOptions as CompoundButtonOptions }
1545
1535
  export { ButtonOptions as MenuButtonOptions }
1546
1536
  export { ButtonOptions as ToggleButtonOptions }
1547
1537
 
@@ -2569,12 +2559,6 @@ export declare type CounterBadgeColor = ValuesOf<typeof CounterBadgeColor>;
2569
2559
  */
2570
2560
  export declare const CounterBadgeDefinition: FASTElementDefinition<typeof CounterBadge>;
2571
2561
 
2572
- /**
2573
- * CounterBadge options
2574
- * @public
2575
- */
2576
- export declare type CounterBadgeOptions = BadgeOptions;
2577
-
2578
2562
  /**
2579
2563
  * A CounterBadge shape can be circular or rounded.
2580
2564
  * @public
@@ -2624,7 +2608,7 @@ export declare const CounterBadgeTemplate: ElementViewTemplate<CounterBadge>;
2624
2608
  * Define all possible CSS display values.
2625
2609
  * @public
2626
2610
  */
2627
- export declare type CSSDisplayPropertyValue = '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';
2611
+ declare type CSSDisplayPropertyValue = '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';
2628
2612
 
2629
2613
  export declare const curveAccelerateMax = "var(--curveAccelerateMax)";
2630
2614
 
@@ -2655,7 +2639,7 @@ export declare const darkModeStylesheetBehavior: (styles: ElementStyles) => Matc
2655
2639
  *
2656
2640
  * @public
2657
2641
  */
2658
- export declare class DelegatesARIALink {
2642
+ declare class DelegatesARIALink {
2659
2643
  /**
2660
2644
  * See {@link https://www.w3.org/WAI/PF/aria/roles#link} for more information
2661
2645
  * @public
@@ -2671,7 +2655,7 @@ export declare class DelegatesARIALink {
2671
2655
  * TODO: https://github.com/microsoft/fast/issues/3317
2672
2656
  * @internal
2673
2657
  */
2674
- export declare interface DelegatesARIALink extends ARIAGlobalStatesAndProperties {
2658
+ declare interface DelegatesARIALink extends ARIAGlobalStatesAndProperties {
2675
2659
  }
2676
2660
 
2677
2661
  /**
@@ -2679,10 +2663,10 @@ export declare interface DelegatesARIALink extends ARIAGlobalStatesAndProperties
2679
2663
  *
2680
2664
  * @public
2681
2665
  */
2682
- export declare class DelegatesARIATextbox {
2666
+ declare class DelegatesARIATextbox {
2683
2667
  }
2684
2668
 
2685
- export declare interface DelegatesARIATextbox extends ARIAGlobalStatesAndProperties {
2669
+ declare interface DelegatesARIATextbox extends ARIAGlobalStatesAndProperties {
2686
2670
  }
2687
2671
 
2688
2672
  /**
@@ -2888,13 +2872,13 @@ export declare const DialogDefinition: FASTElementDefinition<typeof Dialog>;
2888
2872
  * Dialog modal type
2889
2873
  * @public
2890
2874
  */
2891
- declare const DialogModalType: {
2875
+ export declare const DialogModalType: {
2892
2876
  readonly modal: "modal";
2893
2877
  readonly nonModal: "non-modal";
2894
2878
  readonly alert: "alert";
2895
2879
  };
2896
2880
 
2897
- declare type DialogModalType = ValuesOf<typeof DialogModalType>;
2881
+ export declare type DialogModalType = ValuesOf<typeof DialogModalType>;
2898
2882
 
2899
2883
  /** Dialog styles
2900
2884
  * @public
@@ -3218,12 +3202,6 @@ declare const FormAssociatedTextField_base: typeof _TextField;
3218
3202
  */
3219
3203
  export declare const getDirection: (rootNode: HTMLElement) => Direction;
3220
3204
 
3221
- /**
3222
- * A CSS fragment to set `display: none;` when the host is hidden using the [hidden] attribute.
3223
- * @public
3224
- */
3225
- export declare const hidden = ":host([hidden]){display:none}";
3226
-
3227
3205
  /**
3228
3206
  * The base class used for constucting a fluent image custom element
3229
3207
  * @public
@@ -3377,7 +3355,7 @@ export declare const LabelDefinition: FASTElementDefinition<typeof Label>;
3377
3355
  /**
3378
3356
  * A Labels font size can be small, medium, or large
3379
3357
  */
3380
- declare const LabelSize: {
3358
+ export declare const LabelSize: {
3381
3359
  readonly small: "small";
3382
3360
  readonly medium: "medium";
3383
3361
  readonly large: "large";
@@ -3387,7 +3365,7 @@ declare const LabelSize: {
3387
3365
  * Applies font size to label
3388
3366
  * @public
3389
3367
  */
3390
- declare type LabelSize = ValuesOf<typeof LabelSize>;
3368
+ export declare type LabelSize = ValuesOf<typeof LabelSize>;
3391
3369
 
3392
3370
  /** Label styles
3393
3371
  * @public
@@ -3399,7 +3377,7 @@ export declare const LabelTemplate: ElementViewTemplate<Label>;
3399
3377
  /**
3400
3378
  * A label can have a font weight of regular or strong
3401
3379
  */
3402
- declare const LabelWeight: {
3380
+ export declare const LabelWeight: {
3403
3381
  readonly regular: "regular";
3404
3382
  readonly semibold: "semibold";
3405
3383
  };
@@ -3408,7 +3386,7 @@ declare const LabelWeight: {
3408
3386
  * Applies font weight to label
3409
3387
  * @public
3410
3388
  */
3411
- declare type LabelWeight = ValuesOf<typeof LabelWeight>;
3389
+ export declare type LabelWeight = ValuesOf<typeof LabelWeight>;
3412
3390
 
3413
3391
  /**
3414
3392
  * This can be used to construct a behavior to apply a prefers color scheme: light only stylesheet.
@@ -4227,21 +4205,6 @@ export declare type ProgressOptions = {
4227
4205
  indeterminateIndicator2?: StaticallyComposableHTML<ProgressBar>;
4228
4206
  };
4229
4207
 
4230
- /**
4231
- * An circular Progress HTML Element.
4232
- * Implements the {@link https://www.w3.org/TR/wai-aria-1.1/#progressbar | ARIA progressbar }.
4233
- *
4234
- * @slot indeterminate - The slot for a custom indeterminate indicator
4235
- * @slot determinate - The slot for a custom determinate indicator
4236
- * @csspart progress - Represents the progress element
4237
- * @csspart determinate - The determinate indicator
4238
- * @csspart background - The background
4239
- *
4240
- * @public
4241
- */
4242
- declare class ProgressRing extends BaseProgress {
4243
- }
4244
-
4245
4208
  /**
4246
4209
  * A Radio Custom HTML Element.
4247
4210
  * Implements the {@link https://www.w3.org/TR/wai-aria-1.1/#radio | ARIA radio }.
@@ -4426,7 +4389,7 @@ export declare const RadioGroupDefinition: FASTElementDefinition<typeof RadioGro
4426
4389
  * Radio Group orientation
4427
4390
  * @public
4428
4391
  */
4429
- declare const RadioGroupOrientation: {
4392
+ export declare const RadioGroupOrientation: {
4430
4393
  readonly horizontal: "horizontal"; /**
4431
4394
  * Radio Group orientation
4432
4395
  * @public
@@ -4438,7 +4401,7 @@ declare const RadioGroupOrientation: {
4438
4401
  * Types of Radio Group orientation
4439
4402
  * @public
4440
4403
  */
4441
- declare type RadioGroupOrientation = ValuesOf<typeof RadioGroupOrientation>;
4404
+ export declare type RadioGroupOrientation = ValuesOf<typeof RadioGroupOrientation>;
4442
4405
 
4443
4406
  /** RadioGroup styles
4444
4407
  * @public
@@ -4845,7 +4808,7 @@ export declare const spacingVerticalXXXL = "var(--spacingVerticalXXXL)";
4845
4808
  * The base class used for constructing a fluent-spinner custom element
4846
4809
  * @public
4847
4810
  */
4848
- export declare class Spinner extends ProgressRing {
4811
+ export declare class Spinner extends BaseProgress {
4849
4812
  /**
4850
4813
  * The size of the spinner
4851
4814
  *
@@ -4887,6 +4850,14 @@ export declare type SpinnerAppearance = ValuesOf<typeof SpinnerAppearance>;
4887
4850
  */
4888
4851
  export declare const SpinnerDefinition: FASTElementDefinition<typeof Spinner>;
4889
4852
 
4853
+ /**
4854
+ * Progress configuration options
4855
+ * @public
4856
+ */
4857
+ export declare type SpinnerOptions = {
4858
+ indeterminateIndicator?: StaticallyComposableHTML<Spinner>;
4859
+ };
4860
+
4890
4861
  /**
4891
4862
  * SpinnerSize constants
4892
4863
  * @public
@@ -5330,41 +5301,6 @@ declare class _TextField extends FASTElement {
5330
5301
  declare interface _TextField extends FormAssociated {
5331
5302
  }
5332
5303
 
5333
- export declare type TextFieldOptions = StartEndOptions<TextInput>;
5334
-
5335
- /**
5336
- * Text field sub-types
5337
- * @public
5338
- */
5339
- export declare const TextFieldType: {
5340
- /**
5341
- * An email TextField
5342
- */
5343
- readonly email: "email";
5344
- /**
5345
- * A password TextField
5346
- */
5347
- readonly password: "password";
5348
- /**
5349
- * A telephone TextField
5350
- */
5351
- readonly tel: "tel";
5352
- /**
5353
- * A text TextField
5354
- */
5355
- readonly text: "text";
5356
- /**
5357
- * A URL TextField
5358
- */
5359
- readonly url: "url";
5360
- };
5361
-
5362
- /**
5363
- * Types for the text field sub-types
5364
- * @public
5365
- */
5366
- export declare type TextFieldType = ValuesOf<typeof TextFieldType>;
5367
-
5368
5304
  /**
5369
5305
  * TextFont Constants
5370
5306
  * @public
@@ -5431,7 +5367,7 @@ export declare class TextInput extends FormAssociatedTextField {
5431
5367
  * @remarks
5432
5368
  * HTML Attribute: type
5433
5369
  */
5434
- type: TextFieldType;
5370
+ type: TextInputType;
5435
5371
  private typeChanged;
5436
5372
  /**
5437
5373
  * 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}.
@@ -5565,6 +5501,8 @@ export declare type TextInputControlSize = ValuesOf<typeof TextInputControlSize>
5565
5501
  */
5566
5502
  export declare const TextInputDefinition: FASTElementDefinition<typeof TextInput>;
5567
5503
 
5504
+ export declare type TextInputOptions = StartEndOptions<TextInput>;
5505
+
5568
5506
  /** TextInput styles
5569
5507
  * @public
5570
5508
  */
@@ -5575,6 +5513,39 @@ export declare const TextInputStyles: ElementStyles;
5575
5513
  */
5576
5514
  export declare const TextInputTemplate: ElementViewTemplate<TextInput>;
5577
5515
 
5516
+ /**
5517
+ * Text field sub-types
5518
+ * @public
5519
+ */
5520
+ export declare const TextInputType: {
5521
+ /**
5522
+ * An email TextInput
5523
+ */
5524
+ readonly email: "email";
5525
+ /**
5526
+ * A password TextInput
5527
+ */
5528
+ readonly password: "password";
5529
+ /**
5530
+ * A telephone TextInput
5531
+ */
5532
+ readonly tel: "tel";
5533
+ /**
5534
+ * A text TextInput
5535
+ */
5536
+ readonly text: "text";
5537
+ /**
5538
+ * A URL TextInput
5539
+ */
5540
+ readonly url: "url";
5541
+ };
5542
+
5543
+ /**
5544
+ * Types for the text field sub-types
5545
+ * @public
5546
+ */
5547
+ export declare type TextInputType = ValuesOf<typeof TextInputType>;
5548
+
5578
5549
  /**
5579
5550
  * TextSize constants
5580
5551
  * @public