@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
@@ -22,7 +22,6 @@ import type { Theme } from '@fluentui/tokens';
22
22
  export class Accordion extends FASTElement {
23
23
  // (undocumented)
24
24
  protected accordionItems: Element[];
25
- // Warning: (ae-forgotten-export) The symbol "AccordionExpandMode" needs to be exported by the entry point index.d.ts
26
25
  expandmode: AccordionExpandMode;
27
26
  // (undocumented)
28
27
  expandmodeChanged(prev: AccordionExpandMode, next: AccordionExpandMode): void;
@@ -37,6 +36,17 @@ export class Accordion extends FASTElement {
37
36
  // @public (undocumented)
38
37
  export const accordionDefinition: FASTElementDefinition<typeof Accordion>;
39
38
 
39
+ // @public
40
+ export const AccordionExpandMode: {
41
+ readonly single: "single";
42
+ readonly multi: "multi";
43
+ };
44
+
45
+ // Warning: (ae-forgotten-export) The symbol "ValuesOf" needs to be exported by the entry point index.d.ts
46
+ //
47
+ // @public
48
+ export type AccordionExpandMode = ValuesOf<typeof AccordionExpandMode>;
49
+
40
50
  // Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "AccordionItem" because one of its declarations is marked as @internal
41
51
  //
42
52
  // @public
@@ -69,8 +79,6 @@ export const AccordionItemExpandIconPosition: {
69
79
  readonly end: "end";
70
80
  };
71
81
 
72
- // Warning: (ae-forgotten-export) The symbol "ValuesOf" needs to be exported by the entry point index.d.ts
73
- //
74
82
  // @public
75
83
  export type AccordionItemExpandIconPosition = ValuesOf<typeof AccordionItemExpandIconPosition>;
76
84
 
@@ -136,6 +144,8 @@ export class AnchorButton extends FASTElement {
136
144
  type: string;
137
145
  }
138
146
 
147
+ // Warning: (ae-forgotten-export) The symbol "DelegatesARIALink" needs to be exported by the entry point index.d.ts
148
+ //
139
149
  // @internal
140
150
  export interface AnchorButton extends StartEnd, DelegatesARIALink {
141
151
  }
@@ -155,6 +165,9 @@ export type AnchorButtonAppearance = ValuesOf<typeof AnchorButtonAppearance>;
155
165
  // @public (undocumented)
156
166
  export const AnchorButtonDefinition: FASTElementDefinition<typeof AnchorButton>;
157
167
 
168
+ // @public
169
+ export type AnchorButtonOptions = StartEndOptions<AnchorButton>;
170
+
158
171
  // @public
159
172
  export const AnchorButtonShape: {
160
173
  readonly circular: "circular";
@@ -178,11 +191,6 @@ export type AnchorButtonSize = ValuesOf<typeof AnchorButtonSize>;
178
191
  // @public
179
192
  export const AnchorButtonTemplate: ElementViewTemplate<AnchorButton>;
180
193
 
181
- // @public
182
- type AnchorOptions = StartEndOptions<AnchorButton>;
183
- export { AnchorOptions as AnchorButtonOptions }
184
- export { AnchorOptions }
185
-
186
194
  // @public
187
195
  export const AnchorTarget: {
188
196
  readonly _self: "_self";
@@ -389,13 +397,6 @@ export type BadgeColor = ValuesOf<typeof BadgeColor>;
389
397
  // @public (undocumented)
390
398
  export const BadgeDefinition: FASTElementDefinition<typeof Badge>;
391
399
 
392
- // Warning: (ae-internal-missing-underscore) The name "BadgeOptions" should be prefixed with an underscore because the declaration is marked as @internal
393
- //
394
- // @internal
395
- export type BadgeOptions = StartEndOptions<Badge> & {
396
- defaultContent?: StaticallyComposableHTML;
397
- };
398
-
399
400
  // @public
400
401
  export const BadgeShape: {
401
402
  readonly circular: "circular";
@@ -425,29 +426,6 @@ export const BadgeStyles: ElementStyles;
425
426
  // @public (undocumented)
426
427
  export const BadgeTemplate: ElementViewTemplate<Badge>;
427
428
 
428
- // @public
429
- export class BaseTabs extends FASTElement {
430
- activeid: string;
431
- // @internal (undocumented)
432
- activeidChanged(oldValue: string, newValue: string): void;
433
- activetab: HTMLElement;
434
- adjust(adjustment: number): void;
435
- // @internal (undocumented)
436
- connectedCallback(): void;
437
- orientation: TabsOrientation;
438
- // @internal (undocumented)
439
- orientationChanged(): void;
440
- protected setTabs(): void;
441
- // @internal (undocumented)
442
- tabpanels: HTMLElement[];
443
- // @internal (undocumented)
444
- tabpanelsChanged(): void;
445
- // @internal (undocumented)
446
- tabs: HTMLElement[];
447
- // @internal (undocumented)
448
- tabsChanged(): void;
449
- }
450
-
451
429
  // @public (undocumented)
452
430
  export const borderRadiusCircular = "var(--borderRadiusCircular)";
453
431
 
@@ -541,7 +519,6 @@ export type ButtonFormTarget = ValuesOf<typeof ButtonFormTarget>;
541
519
  // @public
542
520
  type ButtonOptions = StartEndOptions<Button>;
543
521
  export { ButtonOptions }
544
- export { ButtonOptions as CompoundButtonOptions }
545
522
  export { ButtonOptions as MenuButtonOptions }
546
523
  export { ButtonOptions as ToggleButtonOptions }
547
524
 
@@ -1626,11 +1603,6 @@ export type CounterBadgeColor = ValuesOf<typeof CounterBadgeColor>;
1626
1603
  // @public (undocumented)
1627
1604
  export const CounterBadgeDefinition: FASTElementDefinition<typeof CounterBadge>;
1628
1605
 
1629
- // Warning: (ae-incompatible-release-tags) The symbol "CounterBadgeOptions" is marked as @public, but its signature references "BadgeOptions" which is marked as @internal
1630
- //
1631
- // @public
1632
- export type CounterBadgeOptions = BadgeOptions;
1633
-
1634
1606
  // @public
1635
1607
  export const CounterBadgeShape: {
1636
1608
  readonly circular: "circular";
@@ -1659,9 +1631,6 @@ export const CounterBadgeStyles: ElementStyles;
1659
1631
  // @public
1660
1632
  export const CounterBadgeTemplate: ElementViewTemplate<CounterBadge>;
1661
1633
 
1662
- // @public
1663
- export 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';
1664
-
1665
1634
  // @public (undocumented)
1666
1635
  export const curveAccelerateMax = "var(--curveAccelerateMax)";
1667
1636
 
@@ -1692,27 +1661,6 @@ export const curveLinear = "var(--curveLinear)";
1692
1661
  // @public
1693
1662
  export const darkModeStylesheetBehavior: (styles: ElementStyles) => MatchMediaStyleSheetBehavior;
1694
1663
 
1695
- // Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "DelegatesARIALink" because one of its declarations is marked as @internal
1696
- //
1697
- // @public
1698
- export class DelegatesARIALink {
1699
- ariaExpanded: 'true' | 'false' | string | null;
1700
- }
1701
-
1702
- // Warning: (ae-forgotten-export) The symbol "ARIAGlobalStatesAndProperties" needs to be exported by the entry point index.d.ts
1703
- //
1704
- // @internal
1705
- export interface DelegatesARIALink extends ARIAGlobalStatesAndProperties {
1706
- }
1707
-
1708
- // @public
1709
- export class DelegatesARIATextbox {
1710
- }
1711
-
1712
- // @public (undocumented)
1713
- export interface DelegatesARIATextbox extends ARIAGlobalStatesAndProperties {
1714
- }
1715
-
1716
1664
  // @public
1717
1665
  export class Dialog extends FASTElement {
1718
1666
  ariaDescribedby?: string;
@@ -1725,7 +1673,6 @@ export class Dialog extends FASTElement {
1725
1673
  handleClick(event: Event): boolean;
1726
1674
  handleKeydown: (e: KeyboardEvent) => boolean | void;
1727
1675
  hide(dismissed?: boolean): void;
1728
- // Warning: (ae-forgotten-export) The symbol "DialogModalType" needs to be exported by the entry point index.d.ts
1729
1676
  modalType: DialogModalType;
1730
1677
  modalTypeChanged(oldValue: DialogModalType, newValue: DialogModalType): void;
1731
1678
  noTitleAction: boolean;
@@ -1740,12 +1687,24 @@ export class Dialog extends FASTElement {
1740
1687
  // @public
1741
1688
  export const DialogDefinition: FASTElementDefinition<typeof Dialog>;
1742
1689
 
1690
+ // @public
1691
+ export const DialogModalType: {
1692
+ readonly modal: "modal";
1693
+ readonly nonModal: "non-modal";
1694
+ readonly alert: "alert";
1695
+ };
1696
+
1697
+ // @public (undocumented)
1698
+ export type DialogModalType = ValuesOf<typeof DialogModalType>;
1699
+
1743
1700
  // @public
1744
1701
  export const DialogStyles: ElementStyles;
1745
1702
 
1746
1703
  // @public
1747
1704
  export const DialogTemplate: ElementViewTemplate<Dialog>;
1748
1705
 
1706
+ // Warning: (ae-forgotten-export) The symbol "CSSDisplayPropertyValue" needs to be exported by the entry point index.d.ts
1707
+ //
1749
1708
  // @public
1750
1709
  export function display(displayValue: CSSDisplayPropertyValue): string;
1751
1710
 
@@ -1894,9 +1853,6 @@ export const forcedColorsStylesheetBehavior: (styles: ElementStyles) => MatchMed
1894
1853
  // @public
1895
1854
  export const getDirection: (rootNode: HTMLElement) => Direction;
1896
1855
 
1897
- // @public
1898
- export const hidden = ":host([hidden]){display:none}";
1899
-
1900
1856
  // @public
1901
1857
  class Image_2 extends FASTElement {
1902
1858
  block?: boolean;
@@ -1942,21 +1898,38 @@ export const ImageTemplate: ElementViewTemplate<Image_2>;
1942
1898
  export class Label extends FASTElement {
1943
1899
  disabled: boolean;
1944
1900
  required: boolean;
1945
- // Warning: (ae-forgotten-export) The symbol "LabelSize" needs to be exported by the entry point index.d.ts
1946
1901
  size?: LabelSize;
1947
- // Warning: (ae-forgotten-export) The symbol "LabelWeight" needs to be exported by the entry point index.d.ts
1948
1902
  weight?: LabelWeight;
1949
1903
  }
1950
1904
 
1951
1905
  // @public
1952
1906
  export const LabelDefinition: FASTElementDefinition<typeof Label>;
1953
1907
 
1908
+ // @public
1909
+ export const LabelSize: {
1910
+ readonly small: "small";
1911
+ readonly medium: "medium";
1912
+ readonly large: "large";
1913
+ };
1914
+
1915
+ // @public
1916
+ export type LabelSize = ValuesOf<typeof LabelSize>;
1917
+
1954
1918
  // @public
1955
1919
  export const LabelStyles: ElementStyles;
1956
1920
 
1957
1921
  // @public (undocumented)
1958
1922
  export const LabelTemplate: ElementViewTemplate<Label>;
1959
1923
 
1924
+ // @public
1925
+ export const LabelWeight: {
1926
+ readonly regular: "regular";
1927
+ readonly semibold: "semibold";
1928
+ };
1929
+
1930
+ // @public
1931
+ export type LabelWeight = ValuesOf<typeof LabelWeight>;
1932
+
1960
1933
  // @public
1961
1934
  export const lightModeStylesheetBehavior: (styles: ElementStyles) => MatchMediaStyleSheetBehavior;
1962
1935
 
@@ -2299,7 +2272,6 @@ export class RadioGroup extends FASTElement {
2299
2272
  name: string;
2300
2273
  // (undocumented)
2301
2274
  protected nameChanged(): void;
2302
- // Warning: (ae-forgotten-export) The symbol "RadioGroupOrientation" needs to be exported by the entry point index.d.ts
2303
2275
  orientation: RadioGroupOrientation;
2304
2276
  readOnly: boolean;
2305
2277
  // @internal (undocumented)
@@ -2315,6 +2287,18 @@ export class RadioGroup extends FASTElement {
2315
2287
  // @public
2316
2288
  export const RadioGroupDefinition: FASTElementDefinition<typeof RadioGroup>;
2317
2289
 
2290
+ // @public
2291
+ export const RadioGroupOrientation: {
2292
+ readonly horizontal: "horizontal"; /**
2293
+ * Radio Group orientation
2294
+ * @public
2295
+ */
2296
+ readonly vertical: "vertical";
2297
+ };
2298
+
2299
+ // @public
2300
+ export type RadioGroupOrientation = ValuesOf<typeof RadioGroupOrientation>;
2301
+
2318
2302
  // @public
2319
2303
  export const RadioGroupStyles: ElementStyles;
2320
2304
 
@@ -2568,10 +2552,8 @@ export const spacingVerticalXXS = "var(--spacingVerticalXXS)";
2568
2552
  // @public (undocumented)
2569
2553
  export const spacingVerticalXXXL = "var(--spacingVerticalXXXL)";
2570
2554
 
2571
- // Warning: (ae-forgotten-export) The symbol "ProgressRing" needs to be exported by the entry point index.d.ts
2572
- //
2573
2555
  // @public
2574
- export class Spinner extends ProgressRing {
2556
+ export class Spinner extends BaseProgress {
2575
2557
  appearance?: SpinnerAppearance;
2576
2558
  size?: SpinnerSize;
2577
2559
  }
@@ -2588,6 +2570,11 @@ export type SpinnerAppearance = ValuesOf<typeof SpinnerAppearance>;
2588
2570
  // @public (undocumented)
2589
2571
  export const SpinnerDefinition: FASTElementDefinition<typeof Spinner>;
2590
2572
 
2573
+ // @public
2574
+ export type SpinnerOptions = {
2575
+ indeterminateIndicator?: StaticallyComposableHTML<Spinner>;
2576
+ };
2577
+
2591
2578
  // @public
2592
2579
  export const SpinnerSize: {
2593
2580
  readonly tiny: "tiny";
@@ -2698,6 +2685,8 @@ export const TabPanelStyles: ElementStyles;
2698
2685
  // @public (undocumented)
2699
2686
  export const TabPanelTemplate: ElementViewTemplate<TabPanel, any>;
2700
2687
 
2688
+ // Warning: (ae-forgotten-export) The symbol "BaseTabs" needs to be exported by the entry point index.d.ts
2689
+ //
2701
2690
  // @public (undocumented)
2702
2691
  export class Tabs extends BaseTabs {
2703
2692
  // (undocumented)
@@ -2788,21 +2777,6 @@ export type TextAlign = ValuesOf<typeof TextAlign>;
2788
2777
  // @public
2789
2778
  export const TextDefinition: FASTElementDefinition<typeof Text_2>;
2790
2779
 
2791
- // @public (undocumented)
2792
- export type TextFieldOptions = StartEndOptions<TextInput>;
2793
-
2794
- // @public
2795
- export const TextFieldType: {
2796
- readonly email: "email";
2797
- readonly password: "password";
2798
- readonly tel: "tel";
2799
- readonly text: "text";
2800
- readonly url: "url";
2801
- };
2802
-
2803
- // @public
2804
- export type TextFieldType = ValuesOf<typeof TextFieldType>;
2805
-
2806
2780
  // @public
2807
2781
  export const TextFont: {
2808
2782
  readonly base: "base";
@@ -2857,13 +2831,15 @@ export class TextInput extends FormAssociatedTextField {
2857
2831
  spellcheck: boolean;
2858
2832
  // (undocumented)
2859
2833
  protected spellcheckChanged(): void;
2860
- type: TextFieldType;
2834
+ type: TextInputType;
2861
2835
  // Warning: (ae-unresolved-inheritdoc-reference) The @inheritDoc reference could not be resolved: The package "@fluentui/web-components" does not have an export "FormAssociated"
2862
2836
  //
2863
2837
  // (undocumented)
2864
2838
  validate(): void;
2865
2839
  }
2866
2840
 
2841
+ // Warning: (ae-forgotten-export) The symbol "DelegatesARIATextbox" needs to be exported by the entry point index.d.ts
2842
+ //
2867
2843
  // @public (undocumented)
2868
2844
  export interface TextInput extends StartEnd, DelegatesARIATextbox {
2869
2845
  }
@@ -2892,6 +2868,9 @@ export type TextInputControlSize = ValuesOf<typeof TextInputControlSize>;
2892
2868
  // @public
2893
2869
  export const TextInputDefinition: FASTElementDefinition<typeof TextInput>;
2894
2870
 
2871
+ // @public (undocumented)
2872
+ export type TextInputOptions = StartEndOptions<TextInput>;
2873
+
2895
2874
  // @public
2896
2875
  export const TextInputStyles: ElementStyles;
2897
2876
 
@@ -2900,6 +2879,18 @@ export const TextInputStyles: ElementStyles;
2900
2879
  // @internal (undocumented)
2901
2880
  export const TextInputTemplate: ElementViewTemplate<TextInput>;
2902
2881
 
2882
+ // @public
2883
+ export const TextInputType: {
2884
+ readonly email: "email";
2885
+ readonly password: "password";
2886
+ readonly tel: "tel";
2887
+ readonly text: "text";
2888
+ readonly url: "url";
2889
+ };
2890
+
2891
+ // @public
2892
+ export type TextInputType = ValuesOf<typeof TextInputType>;
2893
+
2903
2894
  // @public
2904
2895
  export const TextSize: {
2905
2896
  readonly _100: "100";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fluentui/web-components",
3
3
  "description": "A library of Fluent Web Components",
4
- "version": "3.0.0-beta.14",
4
+ "version": "3.0.0-beta.15",
5
5
  "author": {
6
6
  "name": "Microsoft",
7
7
  "url": "https://discord.gg/FcSNfg4"
@@ -1,15 +0,0 @@
1
- import { BaseProgress } from '../progress-bar/base-progress.js';
2
- /**
3
- * An circular Progress HTML Element.
4
- * Implements the {@link https://www.w3.org/TR/wai-aria-1.1/#progressbar | ARIA progressbar }.
5
- *
6
- * @slot indeterminate - The slot for a custom indeterminate indicator
7
- * @slot determinate - The slot for a custom determinate indicator
8
- * @csspart progress - Represents the progress element
9
- * @csspart determinate - The determinate indicator
10
- * @csspart background - The background
11
- *
12
- * @public
13
- */
14
- export declare class ProgressRing extends BaseProgress {
15
- }
@@ -1,9 +0,0 @@
1
- import type { StaticallyComposableHTML } from '../utils/template-helpers.js';
2
- import type { ProgressRing } from './progress-ring.js';
3
- /**
4
- * ProgressRing configuration options
5
- * @public
6
- */
7
- export declare type ProgressRingOptions = {
8
- indeterminateIndicator?: StaticallyComposableHTML<ProgressRing>;
9
- };
@@ -1,16 +0,0 @@
1
- import { BaseProgress } from '../progress-bar/base-progress.js';
2
- /**
3
- * An circular Progress HTML Element.
4
- * Implements the {@link https://www.w3.org/TR/wai-aria-1.1/#progressbar | ARIA progressbar }.
5
- *
6
- * @slot indeterminate - The slot for a custom indeterminate indicator
7
- * @slot determinate - The slot for a custom determinate indicator
8
- * @csspart progress - Represents the progress element
9
- * @csspart determinate - The determinate indicator
10
- * @csspart background - The background
11
- *
12
- * @public
13
- */
14
- export class ProgressRing extends BaseProgress {
15
- }
16
- //# sourceMappingURL=progress-ring.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"progress-ring.js","sourceRoot":"","sources":["../../../src/progress-ring/progress-ring.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAEhE;;;;;;;;;;;GAWG;AACH,MAAM,OAAO,YAAa,SAAQ,YAAY;CAAG"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=progress-ring.options.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"progress-ring.options.js","sourceRoot":"","sources":["../../../src/progress-ring/progress-ring.options.ts"],"names":[],"mappings":""}