@fluentui/web-components 3.0.0-beta.99 → 3.0.0-rc.10

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 (597) hide show
  1. package/CHANGELOG.md +408 -2
  2. package/custom-elements.json +2486 -1727
  3. package/dist/esm/accordion/accordion.js +3 -5
  4. package/dist/esm/accordion/accordion.js.map +1 -1
  5. package/dist/{dts → esm}/accordion-item/accordion-item.d.ts +1 -0
  6. package/dist/esm/accordion-item/accordion-item.js.map +1 -1
  7. package/dist/esm/anchor-button/anchor-button.base.js +3 -0
  8. package/dist/esm/anchor-button/anchor-button.base.js.map +1 -1
  9. package/dist/{dts → esm}/avatar/avatar.base.d.ts +20 -0
  10. package/dist/esm/avatar/avatar.base.js +37 -1
  11. package/dist/esm/avatar/avatar.base.js.map +1 -1
  12. package/dist/esm/avatar/avatar.js +1 -1
  13. package/dist/esm/avatar/avatar.js.map +1 -1
  14. package/dist/esm/avatar/avatar.styles.js +4 -4
  15. package/dist/esm/avatar/avatar.styles.js.map +1 -1
  16. package/dist/esm/avatar/avatar.template.js +2 -2
  17. package/dist/esm/avatar/avatar.template.js.map +1 -1
  18. package/dist/{dts → esm}/badge/badge.options.d.ts +3 -1
  19. package/dist/esm/badge/badge.options.js.map +1 -1
  20. package/dist/{dts → esm}/button/button.base.d.ts +3 -10
  21. package/dist/esm/button/button.base.js +25 -11
  22. package/dist/esm/button/button.base.js.map +1 -1
  23. package/dist/esm/button/button.template.js +0 -1
  24. package/dist/esm/button/button.template.js.map +1 -1
  25. package/dist/{dts → esm}/checkbox/checkbox.base.d.ts +10 -1
  26. package/dist/esm/checkbox/checkbox.base.js +24 -2
  27. package/dist/esm/checkbox/checkbox.base.js.map +1 -1
  28. package/dist/esm/checkbox/checkbox.template.js +0 -1
  29. package/dist/esm/checkbox/checkbox.template.js.map +1 -1
  30. package/dist/esm/compound-button/compound-button.styles.js +7 -1
  31. package/dist/esm/compound-button/compound-button.styles.js.map +1 -1
  32. package/dist/{dts → esm}/counter-badge/counter-badge.d.ts +2 -1
  33. package/dist/esm/counter-badge/counter-badge.js +2 -1
  34. package/dist/esm/counter-badge/counter-badge.js.map +1 -1
  35. package/dist/{dts → esm}/dialog/dialog.d.ts +26 -8
  36. package/dist/esm/dialog/dialog.js +37 -7
  37. package/dist/esm/dialog/dialog.js.map +1 -1
  38. package/dist/esm/dialog/dialog.options.d.ts +21 -0
  39. package/dist/esm/dialog/dialog.options.js +14 -0
  40. package/dist/esm/dialog/dialog.options.js.map +1 -1
  41. package/dist/esm/dialog/dialog.styles.js +7 -1
  42. package/dist/esm/dialog/dialog.styles.js.map +1 -1
  43. package/dist/esm/dialog/dialog.template.js +0 -4
  44. package/dist/esm/dialog/dialog.template.js.map +1 -1
  45. package/dist/{dts → esm}/dialog/index.d.ts +1 -1
  46. package/dist/esm/dialog/index.js +1 -1
  47. package/dist/esm/dialog/index.js.map +1 -1
  48. package/dist/{dts → esm}/dialog-body/dialog-body.d.ts +5 -3
  49. package/dist/esm/dialog-body/dialog-body.js +16 -12
  50. package/dist/esm/dialog-body/dialog-body.js.map +1 -1
  51. package/dist/esm/dialog-body/dialog-body.styles.js +24 -8
  52. package/dist/esm/dialog-body/dialog-body.styles.js.map +1 -1
  53. package/dist/esm/dialog-body/dialog-body.template.js +10 -35
  54. package/dist/esm/dialog-body/dialog-body.template.js.map +1 -1
  55. package/dist/{dts → esm}/divider/divider.options.d.ts +1 -4
  56. package/dist/{dts → esm}/drawer/drawer.d.ts +31 -8
  57. package/dist/esm/drawer/drawer.js +61 -5
  58. package/dist/esm/drawer/drawer.js.map +1 -1
  59. package/dist/esm/drawer/drawer.template.js +1 -4
  60. package/dist/esm/drawer/drawer.template.js.map +1 -1
  61. package/dist/{dts → esm}/drawer-body/drawer-body.d.ts +7 -0
  62. package/dist/esm/drawer-body/drawer-body.js +16 -0
  63. package/dist/esm/drawer-body/drawer-body.js.map +1 -1
  64. package/dist/esm/drawer-body/drawer-body.template.js +1 -1
  65. package/dist/esm/drawer-body/drawer-body.template.js.map +1 -1
  66. package/dist/{dts → esm}/dropdown/dropdown.base.d.ts +30 -16
  67. package/dist/esm/dropdown/dropdown.base.js +114 -62
  68. package/dist/esm/dropdown/dropdown.base.js.map +1 -1
  69. package/dist/esm/dropdown/dropdown.definition.js +0 -3
  70. package/dist/esm/dropdown/dropdown.definition.js.map +1 -1
  71. package/dist/esm/dropdown/dropdown.styles.js +28 -25
  72. package/dist/esm/dropdown/dropdown.styles.js.map +1 -1
  73. package/dist/esm/dropdown/dropdown.template.js +4 -2
  74. package/dist/esm/dropdown/dropdown.template.js.map +1 -1
  75. package/dist/{dts → esm}/field/field.base.d.ts +3 -0
  76. package/dist/esm/field/field.base.js +21 -10
  77. package/dist/esm/field/field.base.js.map +1 -1
  78. package/dist/esm/field/field.styles.js +13 -15
  79. package/dist/esm/field/field.styles.js.map +1 -1
  80. package/dist/esm/field/field.template.js +2 -10
  81. package/dist/esm/field/field.template.js.map +1 -1
  82. package/dist/{dts → esm}/index-rollup.d.ts +1 -2
  83. package/dist/esm/index-rollup.js +1 -2
  84. package/dist/esm/index-rollup.js.map +1 -1
  85. package/dist/{dts → esm}/index.d.ts +3 -5
  86. package/dist/esm/index.js +2 -4
  87. package/dist/esm/index.js.map +1 -1
  88. package/dist/esm/label/label.template.js +1 -1
  89. package/dist/esm/label/label.template.js.map +1 -1
  90. package/dist/{dts → esm}/listbox/listbox.d.ts +8 -2
  91. package/dist/esm/listbox/listbox.js +17 -5
  92. package/dist/esm/listbox/listbox.js.map +1 -1
  93. package/dist/esm/listbox/listbox.styles.js +38 -2
  94. package/dist/esm/listbox/listbox.styles.js.map +1 -1
  95. package/dist/{dts → esm}/listbox/listbox.template.d.ts +1 -2
  96. package/dist/esm/listbox/listbox.template.js +2 -9
  97. package/dist/esm/listbox/listbox.template.js.map +1 -1
  98. package/dist/esm/menu/menu.js +7 -3
  99. package/dist/esm/menu/menu.js.map +1 -1
  100. package/dist/{dts → esm}/menu-item/menu-item.options.d.ts +10 -0
  101. package/dist/esm/menu-item/menu-item.options.js +14 -0
  102. package/dist/esm/menu-item/menu-item.options.js.map +1 -1
  103. package/dist/esm/menu-item/menu-item.styles.js +1 -1
  104. package/dist/esm/menu-list/menu-list.js +6 -10
  105. package/dist/esm/menu-list/menu-list.js.map +1 -1
  106. package/dist/{dts → esm}/message-bar/message-bar.d.ts +2 -1
  107. package/dist/esm/message-bar/message-bar.js +2 -1
  108. package/dist/esm/message-bar/message-bar.js.map +1 -1
  109. package/dist/{dts → esm}/message-bar/message-bar.options.d.ts +6 -3
  110. package/dist/esm/message-bar/message-bar.options.js +6 -3
  111. package/dist/esm/message-bar/message-bar.options.js.map +1 -1
  112. package/dist/esm/option/option.js +1 -0
  113. package/dist/esm/option/option.js.map +1 -1
  114. package/dist/esm/option/option.styles.js +8 -2
  115. package/dist/esm/option/option.styles.js.map +1 -1
  116. package/dist/{dts → esm}/progress-bar/progress-bar.base.d.ts +20 -9
  117. package/dist/esm/progress-bar/progress-bar.base.js +30 -16
  118. package/dist/esm/progress-bar/progress-bar.base.js.map +1 -1
  119. package/dist/{dts → esm}/progress-bar/progress-bar.d.ts +9 -3
  120. package/dist/esm/progress-bar/progress-bar.js.map +1 -1
  121. package/dist/esm/progress-bar/progress-bar.styles.js +11 -0
  122. package/dist/esm/progress-bar/progress-bar.styles.js.map +1 -1
  123. package/dist/esm/progress-bar/progress-bar.template.js +2 -8
  124. package/dist/esm/progress-bar/progress-bar.template.js.map +1 -1
  125. package/dist/{dts → esm}/radio/radio.d.ts +0 -1
  126. package/dist/esm/radio/radio.js +0 -7
  127. package/dist/esm/radio/radio.js.map +1 -1
  128. package/dist/{dts → esm}/radio-group/radio-group.d.ts +15 -0
  129. package/dist/esm/radio-group/radio-group.js +46 -6
  130. package/dist/esm/radio-group/radio-group.js.map +1 -1
  131. package/dist/{dts → esm}/radio-group/radio-group.options.d.ts +1 -4
  132. package/dist/esm/radio-group/radio-group.styles.js +5 -1
  133. package/dist/esm/radio-group/radio-group.styles.js.map +1 -1
  134. package/dist/{dts → esm}/rating-display/rating-display.base.d.ts +20 -32
  135. package/dist/esm/rating-display/rating-display.base.js +63 -48
  136. package/dist/esm/rating-display/rating-display.base.js.map +1 -1
  137. package/dist/{dts → esm}/rating-display/rating-display.d.ts +1 -13
  138. package/dist/esm/rating-display/rating-display.js +0 -16
  139. package/dist/esm/rating-display/rating-display.js.map +1 -1
  140. package/dist/esm/rating-display/rating-display.styles.js +65 -38
  141. package/dist/esm/rating-display/rating-display.styles.js.map +1 -1
  142. package/dist/esm/rating-display/rating-display.template.d.ts +17 -0
  143. package/dist/esm/rating-display/rating-display.template.js +11 -15
  144. package/dist/esm/rating-display/rating-display.template.js.map +1 -1
  145. package/dist/esm/slider/slider.js +2 -2
  146. package/dist/esm/slider/slider.js.map +1 -1
  147. package/dist/esm/slider/slider.template.js +0 -1
  148. package/dist/esm/slider/slider.template.js.map +1 -1
  149. package/dist/{dts → esm}/styles/partials/badge.partials.d.ts +2 -1
  150. package/dist/esm/styles/partials/badge.partials.js +2 -1
  151. package/dist/esm/styles/partials/badge.partials.js.map +1 -1
  152. package/dist/{dts → esm}/styles/states/index.d.ts +5 -0
  153. package/dist/esm/styles/states/index.js +5 -0
  154. package/dist/esm/styles/states/index.js.map +1 -1
  155. package/dist/esm/switch/switch.styles.js +4 -0
  156. package/dist/esm/switch/switch.styles.js.map +1 -1
  157. package/dist/esm/switch/switch.template.js +0 -1
  158. package/dist/esm/switch/switch.template.js.map +1 -1
  159. package/dist/{dts → esm}/tab/index.d.ts +1 -0
  160. package/dist/esm/tab/index.js +1 -0
  161. package/dist/esm/tab/index.js.map +1 -1
  162. package/dist/esm/tab/tab.options.d.ts +10 -0
  163. package/dist/esm/tab/tab.options.js +15 -0
  164. package/dist/esm/tab/tab.options.js.map +1 -0
  165. package/dist/esm/tab/tab.styles.js +12 -7
  166. package/dist/esm/tab/tab.styles.js.map +1 -1
  167. package/dist/{dts → esm}/tablist/tablist.base.d.ts +13 -2
  168. package/dist/esm/tablist/tablist.base.js +23 -0
  169. package/dist/esm/tablist/tablist.base.js.map +1 -1
  170. package/dist/{dts → esm}/tablist/tablist.options.d.ts +1 -4
  171. package/dist/esm/tablist/tablist.styles.js +2 -2
  172. package/dist/esm/tablist/tablist.template.js +1 -1
  173. package/dist/esm/tablist/tablist.template.js.map +1 -1
  174. package/dist/esm/text/text.styles.js +0 -1
  175. package/dist/esm/text/text.styles.js.map +1 -1
  176. package/dist/{dts → esm}/textarea/textarea.base.d.ts +6 -0
  177. package/dist/esm/textarea/textarea.base.js +18 -7
  178. package/dist/esm/textarea/textarea.base.js.map +1 -1
  179. package/dist/esm/textarea/textarea.template.js +3 -15
  180. package/dist/esm/textarea/textarea.template.js.map +1 -1
  181. package/dist/{dts → esm}/theme/design-tokens.d.ts +115 -0
  182. package/dist/esm/theme/design-tokens.js +115 -0
  183. package/dist/esm/theme/design-tokens.js.map +1 -1
  184. package/dist/{dts → esm}/theme/set-theme.d.ts +2 -2
  185. package/dist/esm/theme/set-theme.js +1 -1
  186. package/dist/{dts → esm}/tree/tree.base.d.ts +7 -1
  187. package/dist/esm/tree/tree.base.js +10 -1
  188. package/dist/esm/tree/tree.base.js.map +1 -1
  189. package/dist/{dts → esm}/tree/tree.d.ts +12 -6
  190. package/dist/esm/tree/tree.js +10 -4
  191. package/dist/esm/tree/tree.js.map +1 -1
  192. package/dist/esm/tree/tree.styles.js +2 -1
  193. package/dist/esm/tree/tree.styles.js.map +1 -1
  194. package/dist/esm/tree/tree.template.js +2 -7
  195. package/dist/esm/tree/tree.template.js.map +1 -1
  196. package/dist/{dts → esm}/tree-item/tree-item.base.d.ts +16 -3
  197. package/dist/esm/tree-item/tree-item.base.js +26 -2
  198. package/dist/esm/tree-item/tree-item.base.js.map +1 -1
  199. package/dist/{dts → esm}/tree-item/tree-item.d.ts +3 -3
  200. package/dist/esm/tree-item/tree-item.js +1 -1
  201. package/dist/esm/tree-item/tree-item.js.map +1 -1
  202. package/dist/esm/tree-item/tree-item.styles.js +5 -0
  203. package/dist/esm/tree-item/tree-item.styles.js.map +1 -1
  204. package/dist/esm/tree-item/tree-item.template.js +5 -13
  205. package/dist/esm/tree-item/tree-item.template.js.map +1 -1
  206. package/dist/{dts → esm}/tsdoc-metadata.json +1 -1
  207. package/dist/esm/utils/element-internals.js +0 -3
  208. package/dist/esm/utils/element-internals.js.map +1 -1
  209. package/dist/{dts → esm}/utils/language.d.ts +1 -1
  210. package/dist/esm/utils/request-idle-callback.d.ts +41 -0
  211. package/dist/esm/utils/request-idle-callback.js +72 -0
  212. package/dist/esm/utils/request-idle-callback.js.map +1 -0
  213. package/dist/web-components.d.ts +431 -387
  214. package/dist/web-components.js +1468 -1511
  215. package/dist/web-components.min.js +306 -289
  216. package/package.json +27 -55
  217. package/dist/dts/dialog/dialog.options.d.ts +0 -11
  218. package/dist/dts/rating-display/rating-display.template.d.ts +0 -14
  219. package/dist/dts/tab-panel/index.d.ts +0 -4
  220. package/dist/dts/tab-panel/tab-panel.bench.d.ts +0 -3
  221. package/dist/dts/tab-panel/tab-panel.d.ts +0 -8
  222. package/dist/dts/tab-panel/tab-panel.definition.d.ts +0 -5
  223. package/dist/dts/tab-panel/tab-panel.styles.d.ts +0 -1
  224. package/dist/dts/tab-panel/tab-panel.template.d.ts +0 -7
  225. package/dist/dts/tabs/index.d.ts +0 -6
  226. package/dist/dts/tabs/tabs.base.d.ts +0 -90
  227. package/dist/dts/tabs/tabs.bench.d.ts +0 -3
  228. package/dist/dts/tabs/tabs.d.ts +0 -100
  229. package/dist/dts/tabs/tabs.definition.d.ts +0 -5
  230. package/dist/dts/tabs/tabs.options.d.ts +0 -32
  231. package/dist/dts/tabs/tabs.styles.d.ts +0 -1
  232. package/dist/dts/tabs/tabs.template.d.ts +0 -8
  233. package/dist/dts/tree/define.d.ts +0 -1
  234. package/dist/dts/tree-item/define.d.ts +0 -1
  235. package/dist/esm/tab-panel/define.js +0 -7
  236. package/dist/esm/tab-panel/define.js.map +0 -1
  237. package/dist/esm/tab-panel/index.js +0 -5
  238. package/dist/esm/tab-panel/index.js.map +0 -1
  239. package/dist/esm/tab-panel/tab-panel.bench.js +0 -13
  240. package/dist/esm/tab-panel/tab-panel.bench.js.map +0 -1
  241. package/dist/esm/tab-panel/tab-panel.definition.js +0 -13
  242. package/dist/esm/tab-panel/tab-panel.definition.js.map +0 -1
  243. package/dist/esm/tab-panel/tab-panel.js +0 -9
  244. package/dist/esm/tab-panel/tab-panel.js.map +0 -1
  245. package/dist/esm/tab-panel/tab-panel.styles.js +0 -12
  246. package/dist/esm/tab-panel/tab-panel.styles.js.map +0 -1
  247. package/dist/esm/tab-panel/tab-panel.template.js +0 -13
  248. package/dist/esm/tab-panel/tab-panel.template.js.map +0 -1
  249. package/dist/esm/tabs/define.js +0 -7
  250. package/dist/esm/tabs/define.js.map +0 -1
  251. package/dist/esm/tabs/index.js +0 -6
  252. package/dist/esm/tabs/index.js.map +0 -1
  253. package/dist/esm/tabs/tabs.base.js +0 -279
  254. package/dist/esm/tabs/tabs.base.js.map +0 -1
  255. package/dist/esm/tabs/tabs.bench.js +0 -32
  256. package/dist/esm/tabs/tabs.bench.js.map +0 -1
  257. package/dist/esm/tabs/tabs.definition.js +0 -13
  258. package/dist/esm/tabs/tabs.definition.js.map +0 -1
  259. package/dist/esm/tabs/tabs.js +0 -180
  260. package/dist/esm/tabs/tabs.js.map +0 -1
  261. package/dist/esm/tabs/tabs.options.js +0 -16
  262. package/dist/esm/tabs/tabs.options.js.map +0 -1
  263. package/dist/esm/tabs/tabs.styles.js +0 -230
  264. package/dist/esm/tabs/tabs.styles.js.map +0 -1
  265. package/dist/esm/tabs/tabs.template.js +0 -19
  266. package/dist/esm/tabs/tabs.template.js.map +0 -1
  267. /package/dist/{dts → esm}/accordion/accordion.bench.d.ts +0 -0
  268. /package/dist/{dts → esm}/accordion/accordion.d.ts +0 -0
  269. /package/dist/{dts → esm}/accordion/accordion.definition.d.ts +0 -0
  270. /package/dist/{dts → esm}/accordion/accordion.options.d.ts +0 -0
  271. /package/dist/{dts → esm}/accordion/accordion.styles.d.ts +0 -0
  272. /package/dist/{dts → esm}/accordion/accordion.template.d.ts +0 -0
  273. /package/dist/{dts → esm}/accordion/define.d.ts +0 -0
  274. /package/dist/{dts → esm}/accordion/index.d.ts +0 -0
  275. /package/dist/{dts → esm}/accordion-item/accordion-item.base.d.ts +0 -0
  276. /package/dist/{dts → esm}/accordion-item/accordion-item.bench.d.ts +0 -0
  277. /package/dist/{dts → esm}/accordion-item/accordion-item.definition.d.ts +0 -0
  278. /package/dist/{dts → esm}/accordion-item/accordion-item.options.d.ts +0 -0
  279. /package/dist/{dts → esm}/accordion-item/accordion-item.styles.d.ts +0 -0
  280. /package/dist/{dts → esm}/accordion-item/accordion-item.template.d.ts +0 -0
  281. /package/dist/{dts → esm}/accordion-item/define.d.ts +0 -0
  282. /package/dist/{dts → esm}/accordion-item/index.d.ts +0 -0
  283. /package/dist/{dts → esm}/anchor-button/anchor-button.base.d.ts +0 -0
  284. /package/dist/{dts → esm}/anchor-button/anchor-button.bench.d.ts +0 -0
  285. /package/dist/{dts → esm}/anchor-button/anchor-button.d.ts +0 -0
  286. /package/dist/{dts → esm}/anchor-button/anchor-button.definition.d.ts +0 -0
  287. /package/dist/{dts → esm}/anchor-button/anchor-button.options.d.ts +0 -0
  288. /package/dist/{dts → esm}/anchor-button/anchor-button.styles.d.ts +0 -0
  289. /package/dist/{dts → esm}/anchor-button/anchor-button.template.d.ts +0 -0
  290. /package/dist/{dts → esm}/anchor-button/define.d.ts +0 -0
  291. /package/dist/{dts → esm}/anchor-button/index.d.ts +0 -0
  292. /package/dist/{dts → esm}/avatar/avatar.bench.d.ts +0 -0
  293. /package/dist/{dts → esm}/avatar/avatar.d.ts +0 -0
  294. /package/dist/{dts → esm}/avatar/avatar.definition.d.ts +0 -0
  295. /package/dist/{dts → esm}/avatar/avatar.options.d.ts +0 -0
  296. /package/dist/{dts → esm}/avatar/avatar.styles.d.ts +0 -0
  297. /package/dist/{dts → esm}/avatar/avatar.template.d.ts +0 -0
  298. /package/dist/{dts → esm}/avatar/define.d.ts +0 -0
  299. /package/dist/{dts → esm}/avatar/index.d.ts +0 -0
  300. /package/dist/{dts → esm}/badge/badge.bench.d.ts +0 -0
  301. /package/dist/{dts → esm}/badge/badge.d.ts +0 -0
  302. /package/dist/{dts → esm}/badge/badge.definition.d.ts +0 -0
  303. /package/dist/{dts → esm}/badge/badge.styles.d.ts +0 -0
  304. /package/dist/{dts → esm}/badge/badge.template.d.ts +0 -0
  305. /package/dist/{dts → esm}/badge/define.d.ts +0 -0
  306. /package/dist/{dts → esm}/badge/index.d.ts +0 -0
  307. /package/dist/{dts → esm}/button/button.bench.d.ts +0 -0
  308. /package/dist/{dts → esm}/button/button.d.ts +0 -0
  309. /package/dist/{dts → esm}/button/button.definition.d.ts +0 -0
  310. /package/dist/{dts → esm}/button/button.options.d.ts +0 -0
  311. /package/dist/{dts → esm}/button/button.styles.d.ts +0 -0
  312. /package/dist/{dts → esm}/button/button.template.d.ts +0 -0
  313. /package/dist/{dts → esm}/button/define.d.ts +0 -0
  314. /package/dist/{dts → esm}/button/index.d.ts +0 -0
  315. /package/dist/{dts → esm}/checkbox/checkbox.bench.d.ts +0 -0
  316. /package/dist/{dts → esm}/checkbox/checkbox.d.ts +0 -0
  317. /package/dist/{dts → esm}/checkbox/checkbox.definition.d.ts +0 -0
  318. /package/dist/{dts → esm}/checkbox/checkbox.options.d.ts +0 -0
  319. /package/dist/{dts → esm}/checkbox/checkbox.styles.d.ts +0 -0
  320. /package/dist/{dts → esm}/checkbox/checkbox.template.d.ts +0 -0
  321. /package/dist/{dts → esm}/checkbox/define.d.ts +0 -0
  322. /package/dist/{dts → esm}/checkbox/index.d.ts +0 -0
  323. /package/dist/{dts → esm}/compound-button/compound-button.bench.d.ts +0 -0
  324. /package/dist/{dts → esm}/compound-button/compound-button.d.ts +0 -0
  325. /package/dist/{dts → esm}/compound-button/compound-button.definition.d.ts +0 -0
  326. /package/dist/{dts → esm}/compound-button/compound-button.options.d.ts +0 -0
  327. /package/dist/{dts → esm}/compound-button/compound-button.styles.d.ts +0 -0
  328. /package/dist/{dts → esm}/compound-button/compound-button.template.d.ts +0 -0
  329. /package/dist/{dts → esm}/compound-button/define.d.ts +0 -0
  330. /package/dist/{dts → esm}/compound-button/index.d.ts +0 -0
  331. /package/dist/{dts → esm}/counter-badge/counter-badge.bench.d.ts +0 -0
  332. /package/dist/{dts → esm}/counter-badge/counter-badge.definition.d.ts +0 -0
  333. /package/dist/{dts → esm}/counter-badge/counter-badge.options.d.ts +0 -0
  334. /package/dist/{dts → esm}/counter-badge/counter-badge.styles.d.ts +0 -0
  335. /package/dist/{dts → esm}/counter-badge/counter-badge.template.d.ts +0 -0
  336. /package/dist/{dts → esm}/counter-badge/define.d.ts +0 -0
  337. /package/dist/{dts → esm}/counter-badge/index.d.ts +0 -0
  338. /package/dist/{dts → esm}/dialog/define.d.ts +0 -0
  339. /package/dist/{dts → esm}/dialog/dialog.bench.d.ts +0 -0
  340. /package/dist/{dts → esm}/dialog/dialog.definition.d.ts +0 -0
  341. /package/dist/{dts → esm}/dialog/dialog.styles.d.ts +0 -0
  342. /package/dist/{dts → esm}/dialog/dialog.template.d.ts +0 -0
  343. /package/dist/{dts → esm}/dialog-body/define.d.ts +0 -0
  344. /package/dist/{dts → esm}/dialog-body/dialog-body.bench.d.ts +0 -0
  345. /package/dist/{dts → esm}/dialog-body/dialog-body.definition.d.ts +0 -0
  346. /package/dist/{dts → esm}/dialog-body/dialog-body.styles.d.ts +0 -0
  347. /package/dist/{dts → esm}/dialog-body/dialog-body.template.d.ts +0 -0
  348. /package/dist/{dts → esm}/dialog-body/index.d.ts +0 -0
  349. /package/dist/{dts → esm}/divider/define.d.ts +0 -0
  350. /package/dist/{dts → esm}/divider/divider.base.d.ts +0 -0
  351. /package/dist/{dts → esm}/divider/divider.bench.d.ts +0 -0
  352. /package/dist/{dts → esm}/divider/divider.d.ts +0 -0
  353. /package/dist/{dts → esm}/divider/divider.definition.d.ts +0 -0
  354. /package/dist/{dts → esm}/divider/divider.styles.d.ts +0 -0
  355. /package/dist/{dts → esm}/divider/divider.template.d.ts +0 -0
  356. /package/dist/{dts → esm}/divider/index.d.ts +0 -0
  357. /package/dist/{dts → esm}/drawer/define.d.ts +0 -0
  358. /package/dist/{dts → esm}/drawer/drawer.definition.d.ts +0 -0
  359. /package/dist/{dts → esm}/drawer/drawer.options.d.ts +0 -0
  360. /package/dist/{dts → esm}/drawer/drawer.styles.d.ts +0 -0
  361. /package/dist/{dts → esm}/drawer/drawer.template.d.ts +0 -0
  362. /package/dist/{dts → esm}/drawer/index.d.ts +0 -0
  363. /package/dist/{dts → esm}/drawer-body/define.d.ts +0 -0
  364. /package/dist/{dts → esm}/drawer-body/drawer-body.definition.d.ts +0 -0
  365. /package/dist/{dts → esm}/drawer-body/drawer-body.styles.d.ts +0 -0
  366. /package/dist/{dts → esm}/drawer-body/drawer-body.template.d.ts +0 -0
  367. /package/dist/{dts → esm}/drawer-body/index.d.ts +0 -0
  368. /package/dist/{dts → esm}/dropdown/define.d.ts +0 -0
  369. /package/dist/{dts → esm}/dropdown/dropdown.d.ts +0 -0
  370. /package/dist/{dts → esm}/dropdown/dropdown.definition.d.ts +0 -0
  371. /package/dist/{dts → esm}/dropdown/dropdown.options.d.ts +0 -0
  372. /package/dist/{dts → esm}/dropdown/dropdown.styles.d.ts +0 -0
  373. /package/dist/{dts → esm}/dropdown/dropdown.template.d.ts +0 -0
  374. /package/dist/{dts → esm}/dropdown/index.d.ts +0 -0
  375. /package/dist/{dts → esm}/field/define.d.ts +0 -0
  376. /package/dist/{dts → esm}/field/field.bench.d.ts +0 -0
  377. /package/dist/{dts → esm}/field/field.d.ts +0 -0
  378. /package/dist/{dts → esm}/field/field.definition.d.ts +0 -0
  379. /package/dist/{dts → esm}/field/field.options.d.ts +0 -0
  380. /package/dist/{dts → esm}/field/field.styles.d.ts +0 -0
  381. /package/dist/{dts → esm}/field/field.template.d.ts +0 -0
  382. /package/dist/{dts → esm}/field/index.d.ts +0 -0
  383. /package/dist/{dts → esm}/fluent-design-system.d.ts +0 -0
  384. /package/dist/{dts → esm}/image/define.d.ts +0 -0
  385. /package/dist/{dts → esm}/image/image.bench.d.ts +0 -0
  386. /package/dist/{dts → esm}/image/image.d.ts +0 -0
  387. /package/dist/{dts → esm}/image/image.definition.d.ts +0 -0
  388. /package/dist/{dts → esm}/image/image.options.d.ts +0 -0
  389. /package/dist/{dts → esm}/image/image.styles.d.ts +0 -0
  390. /package/dist/{dts → esm}/image/image.template.d.ts +0 -0
  391. /package/dist/{dts → esm}/image/index.d.ts +0 -0
  392. /package/dist/{dts → esm}/label/define.d.ts +0 -0
  393. /package/dist/{dts → esm}/label/index.d.ts +0 -0
  394. /package/dist/{dts → esm}/label/label.bench.d.ts +0 -0
  395. /package/dist/{dts → esm}/label/label.d.ts +0 -0
  396. /package/dist/{dts → esm}/label/label.definition.d.ts +0 -0
  397. /package/dist/{dts → esm}/label/label.options.d.ts +0 -0
  398. /package/dist/{dts → esm}/label/label.styles.d.ts +0 -0
  399. /package/dist/{dts → esm}/label/label.template.d.ts +0 -0
  400. /package/dist/{dts → esm}/link/define.d.ts +0 -0
  401. /package/dist/{dts → esm}/link/index.d.ts +0 -0
  402. /package/dist/{dts → esm}/link/link.bench.d.ts +0 -0
  403. /package/dist/{dts → esm}/link/link.d.ts +0 -0
  404. /package/dist/{dts → esm}/link/link.definition.d.ts +0 -0
  405. /package/dist/{dts → esm}/link/link.options.d.ts +0 -0
  406. /package/dist/{dts → esm}/link/link.styles.d.ts +0 -0
  407. /package/dist/{dts → esm}/link/link.template.d.ts +0 -0
  408. /package/dist/{dts → esm}/listbox/define.d.ts +0 -0
  409. /package/dist/{dts → esm}/listbox/index.d.ts +0 -0
  410. /package/dist/{dts → esm}/listbox/listbox.definition.d.ts +0 -0
  411. /package/dist/{dts → esm}/listbox/listbox.options.d.ts +0 -0
  412. /package/dist/{dts → esm}/listbox/listbox.styles.d.ts +0 -0
  413. /package/dist/{dts → esm}/menu/define.d.ts +0 -0
  414. /package/dist/{dts → esm}/menu/index.d.ts +0 -0
  415. /package/dist/{dts → esm}/menu/menu.bench.d.ts +0 -0
  416. /package/dist/{dts → esm}/menu/menu.d.ts +0 -0
  417. /package/dist/{dts → esm}/menu/menu.definition.d.ts +0 -0
  418. /package/dist/{dts → esm}/menu/menu.styles.d.ts +0 -0
  419. /package/dist/{dts → esm}/menu/menu.template.d.ts +0 -0
  420. /package/dist/{dts → esm}/menu-button/define.d.ts +0 -0
  421. /package/dist/{dts → esm}/menu-button/index.d.ts +0 -0
  422. /package/dist/{dts → esm}/menu-button/menu-button.bench.d.ts +0 -0
  423. /package/dist/{dts → esm}/menu-button/menu-button.d.ts +0 -0
  424. /package/dist/{dts → esm}/menu-button/menu-button.definition.d.ts +0 -0
  425. /package/dist/{dts → esm}/menu-button/menu-button.options.d.ts +0 -0
  426. /package/dist/{dts → esm}/menu-button/menu-button.template.d.ts +0 -0
  427. /package/dist/{dts → esm}/menu-item/define.d.ts +0 -0
  428. /package/dist/{dts → esm}/menu-item/index.d.ts +0 -0
  429. /package/dist/{dts → esm}/menu-item/menu-item.bench.d.ts +0 -0
  430. /package/dist/{dts → esm}/menu-item/menu-item.d.ts +0 -0
  431. /package/dist/{dts → esm}/menu-item/menu-item.definition.d.ts +0 -0
  432. /package/dist/{dts → esm}/menu-item/menu-item.styles.d.ts +0 -0
  433. /package/dist/{dts → esm}/menu-item/menu-item.template.d.ts +0 -0
  434. /package/dist/{dts → esm}/menu-list/define.d.ts +0 -0
  435. /package/dist/{dts → esm}/menu-list/index.d.ts +0 -0
  436. /package/dist/{dts → esm}/menu-list/menu-list.bench.d.ts +0 -0
  437. /package/dist/{dts → esm}/menu-list/menu-list.d.ts +0 -0
  438. /package/dist/{dts → esm}/menu-list/menu-list.definition.d.ts +0 -0
  439. /package/dist/{dts → esm}/menu-list/menu-list.styles.d.ts +0 -0
  440. /package/dist/{dts → esm}/menu-list/menu-list.template.d.ts +0 -0
  441. /package/dist/{dts → esm}/message-bar/define.d.ts +0 -0
  442. /package/dist/{dts → esm}/message-bar/index.d.ts +0 -0
  443. /package/dist/{dts → esm}/message-bar/message-bar.bench.d.ts +0 -0
  444. /package/dist/{dts → esm}/message-bar/message-bar.definition.d.ts +0 -0
  445. /package/dist/{dts → esm}/message-bar/message-bar.styles.d.ts +0 -0
  446. /package/dist/{dts → esm}/message-bar/message-bar.template.d.ts +0 -0
  447. /package/dist/{dts → esm}/option/define.d.ts +0 -0
  448. /package/dist/{dts → esm}/option/index.d.ts +0 -0
  449. /package/dist/{dts → esm}/option/option.d.ts +0 -0
  450. /package/dist/{dts → esm}/option/option.definition.d.ts +0 -0
  451. /package/dist/{dts → esm}/option/option.options.d.ts +0 -0
  452. /package/dist/{dts → esm}/option/option.styles.d.ts +0 -0
  453. /package/dist/{dts → esm}/option/option.template.d.ts +0 -0
  454. /package/dist/{dts → esm}/patterns/aria-globals.d.ts +0 -0
  455. /package/dist/{dts → esm}/patterns/index.d.ts +0 -0
  456. /package/dist/{dts → esm}/patterns/start-end.d.ts +0 -0
  457. /package/dist/{dts → esm}/progress-bar/define.d.ts +0 -0
  458. /package/dist/{dts → esm}/progress-bar/index.d.ts +0 -0
  459. /package/dist/{dts → esm}/progress-bar/progress-bar.bench.d.ts +0 -0
  460. /package/dist/{dts → esm}/progress-bar/progress-bar.definition.d.ts +0 -0
  461. /package/dist/{dts → esm}/progress-bar/progress-bar.options.d.ts +0 -0
  462. /package/dist/{dts → esm}/progress-bar/progress-bar.styles.d.ts +0 -0
  463. /package/dist/{dts → esm}/progress-bar/progress-bar.template.d.ts +0 -0
  464. /package/dist/{dts → esm}/radio/define.d.ts +0 -0
  465. /package/dist/{dts → esm}/radio/index.d.ts +0 -0
  466. /package/dist/{dts → esm}/radio/radio.bench.d.ts +0 -0
  467. /package/dist/{dts → esm}/radio/radio.definition.d.ts +0 -0
  468. /package/dist/{dts → esm}/radio/radio.options.d.ts +0 -0
  469. /package/dist/{dts → esm}/radio/radio.styles.d.ts +0 -0
  470. /package/dist/{dts → esm}/radio/radio.template.d.ts +0 -0
  471. /package/dist/{dts → esm}/radio-group/define.d.ts +0 -0
  472. /package/dist/{dts → esm}/radio-group/index.d.ts +0 -0
  473. /package/dist/{dts → esm}/radio-group/radio-group.bench.d.ts +0 -0
  474. /package/dist/{dts → esm}/radio-group/radio-group.definition.d.ts +0 -0
  475. /package/dist/{dts → esm}/radio-group/radio-group.styles.d.ts +0 -0
  476. /package/dist/{dts → esm}/radio-group/radio-group.template.d.ts +0 -0
  477. /package/dist/{dts → esm}/rating-display/define.d.ts +0 -0
  478. /package/dist/{dts → esm}/rating-display/index.d.ts +0 -0
  479. /package/dist/{dts → esm}/rating-display/rating-display.definition.d.ts +0 -0
  480. /package/dist/{dts → esm}/rating-display/rating-display.options.d.ts +0 -0
  481. /package/dist/{dts → esm}/rating-display/rating-display.styles.d.ts +0 -0
  482. /package/dist/{dts → esm}/slider/define.d.ts +0 -0
  483. /package/dist/{dts → esm}/slider/index.d.ts +0 -0
  484. /package/dist/{dts → esm}/slider/slider-utilities.d.ts +0 -0
  485. /package/dist/{dts → esm}/slider/slider.bench.d.ts +0 -0
  486. /package/dist/{dts → esm}/slider/slider.d.ts +0 -0
  487. /package/dist/{dts → esm}/slider/slider.definition.d.ts +0 -0
  488. /package/dist/{dts → esm}/slider/slider.options.d.ts +0 -0
  489. /package/dist/{dts → esm}/slider/slider.styles.d.ts +0 -0
  490. /package/dist/{dts → esm}/slider/slider.template.d.ts +0 -0
  491. /package/dist/{dts → esm}/spinner/define.d.ts +0 -0
  492. /package/dist/{dts → esm}/spinner/index.d.ts +0 -0
  493. /package/dist/{dts → esm}/spinner/spinner.base.d.ts +0 -0
  494. /package/dist/{dts → esm}/spinner/spinner.bench.d.ts +0 -0
  495. /package/dist/{dts → esm}/spinner/spinner.d.ts +0 -0
  496. /package/dist/{dts → esm}/spinner/spinner.definition.d.ts +0 -0
  497. /package/dist/{dts → esm}/spinner/spinner.options.d.ts +0 -0
  498. /package/dist/{dts → esm}/spinner/spinner.styles.d.ts +0 -0
  499. /package/dist/{dts → esm}/spinner/spinner.template.d.ts +0 -0
  500. /package/dist/{dts → esm}/styles/index.d.ts +0 -0
  501. /package/dist/{dts → esm}/styles/partials/index.d.ts +0 -0
  502. /package/dist/{dts → esm}/styles/partials/typography.partials.d.ts +0 -0
  503. /package/dist/{dts → esm}/switch/define.d.ts +0 -0
  504. /package/dist/{dts → esm}/switch/index.d.ts +0 -0
  505. /package/dist/{dts → esm}/switch/switch.bench.d.ts +0 -0
  506. /package/dist/{dts → esm}/switch/switch.d.ts +0 -0
  507. /package/dist/{dts → esm}/switch/switch.definition.d.ts +0 -0
  508. /package/dist/{dts → esm}/switch/switch.options.d.ts +0 -0
  509. /package/dist/{dts → esm}/switch/switch.styles.d.ts +0 -0
  510. /package/dist/{dts → esm}/switch/switch.template.d.ts +0 -0
  511. /package/dist/{dts/tab-panel → esm/tab}/define.d.ts +0 -0
  512. /package/dist/{dts → esm}/tab/tab.bench.d.ts +0 -0
  513. /package/dist/{dts → esm}/tab/tab.d.ts +0 -0
  514. /package/dist/{dts → esm}/tab/tab.definition.d.ts +0 -0
  515. /package/dist/{dts → esm}/tab/tab.styles.d.ts +0 -0
  516. /package/dist/{dts → esm}/tab/tab.template.d.ts +0 -0
  517. /package/dist/{dts/tab → esm/tablist}/define.d.ts +0 -0
  518. /package/dist/{dts → esm}/tablist/index.d.ts +0 -0
  519. /package/dist/{dts → esm}/tablist/tablist.bench.d.ts +0 -0
  520. /package/dist/{dts → esm}/tablist/tablist.d.ts +0 -0
  521. /package/dist/{dts → esm}/tablist/tablist.definition.d.ts +0 -0
  522. /package/dist/{dts → esm}/tablist/tablist.styles.d.ts +0 -0
  523. /package/dist/{dts → esm}/tablist/tablist.template.d.ts +0 -0
  524. /package/dist/{dts/tabs → esm/text}/define.d.ts +0 -0
  525. /package/dist/{dts → esm}/text/index.d.ts +0 -0
  526. /package/dist/{dts → esm}/text/text.bench.d.ts +0 -0
  527. /package/dist/{dts → esm}/text/text.d.ts +0 -0
  528. /package/dist/{dts → esm}/text/text.definition.d.ts +0 -0
  529. /package/dist/{dts → esm}/text/text.options.d.ts +0 -0
  530. /package/dist/{dts → esm}/text/text.styles.d.ts +0 -0
  531. /package/dist/{dts → esm}/text/text.template.d.ts +0 -0
  532. /package/dist/{dts/tablist → esm/text-input}/define.d.ts +0 -0
  533. /package/dist/{dts → esm}/text-input/index.d.ts +0 -0
  534. /package/dist/{dts → esm}/text-input/text-input.base.d.ts +0 -0
  535. /package/dist/{dts → esm}/text-input/text-input.bench.d.ts +0 -0
  536. /package/dist/{dts → esm}/text-input/text-input.d.ts +0 -0
  537. /package/dist/{dts → esm}/text-input/text-input.definition.d.ts +0 -0
  538. /package/dist/{dts → esm}/text-input/text-input.options.d.ts +0 -0
  539. /package/dist/{dts → esm}/text-input/text-input.styles.d.ts +0 -0
  540. /package/dist/{dts → esm}/text-input/text-input.template.d.ts +0 -0
  541. /package/dist/{dts/text-input → esm/textarea}/define.d.ts +0 -0
  542. /package/dist/{dts → esm}/textarea/index.d.ts +0 -0
  543. /package/dist/{dts → esm}/textarea/textarea.bench.d.ts +0 -0
  544. /package/dist/{dts → esm}/textarea/textarea.d.ts +0 -0
  545. /package/dist/{dts → esm}/textarea/textarea.definition.d.ts +0 -0
  546. /package/dist/{dts → esm}/textarea/textarea.options.d.ts +0 -0
  547. /package/dist/{dts → esm}/textarea/textarea.styles.d.ts +0 -0
  548. /package/dist/{dts → esm}/textarea/textarea.template.d.ts +0 -0
  549. /package/dist/{dts → esm}/theme/index.d.ts +0 -0
  550. /package/dist/{dts → esm}/theme/set-theme.global.bench.d.ts +0 -0
  551. /package/dist/{dts → esm}/theme/set-theme.local.bench.d.ts +0 -0
  552. /package/dist/{dts → esm}/theme/set-theme.shadow.bench.d.ts +0 -0
  553. /package/dist/{dts/text → esm/toggle-button}/define.d.ts +0 -0
  554. /package/dist/{dts → esm}/toggle-button/index.d.ts +0 -0
  555. /package/dist/{dts → esm}/toggle-button/toggle-button.bench.d.ts +0 -0
  556. /package/dist/{dts → esm}/toggle-button/toggle-button.d.ts +0 -0
  557. /package/dist/{dts → esm}/toggle-button/toggle-button.definition.d.ts +0 -0
  558. /package/dist/{dts → esm}/toggle-button/toggle-button.options.d.ts +0 -0
  559. /package/dist/{dts → esm}/toggle-button/toggle-button.styles.d.ts +0 -0
  560. /package/dist/{dts → esm}/toggle-button/toggle-button.template.d.ts +0 -0
  561. /package/dist/{dts/textarea → esm/tooltip}/define.d.ts +0 -0
  562. /package/dist/{dts → esm}/tooltip/index.d.ts +0 -0
  563. /package/dist/{dts → esm}/tooltip/tooltip.d.ts +0 -0
  564. /package/dist/{dts → esm}/tooltip/tooltip.definition.d.ts +0 -0
  565. /package/dist/{dts → esm}/tooltip/tooltip.options.d.ts +0 -0
  566. /package/dist/{dts → esm}/tooltip/tooltip.styles.d.ts +0 -0
  567. /package/dist/{dts → esm}/tooltip/tooltip.template.d.ts +0 -0
  568. /package/dist/{dts/tooltip → esm/tree}/define.d.ts +0 -0
  569. /package/dist/{dts → esm}/tree/index.d.ts +0 -0
  570. /package/dist/{dts → esm}/tree/tree.bench.d.ts +0 -0
  571. /package/dist/{dts → esm}/tree/tree.definition.d.ts +0 -0
  572. /package/dist/{dts → esm}/tree/tree.styles.d.ts +0 -0
  573. /package/dist/{dts → esm}/tree/tree.template.d.ts +0 -0
  574. /package/dist/{dts/toggle-button → esm/tree-item}/define.d.ts +0 -0
  575. /package/dist/{dts → esm}/tree-item/index.d.ts +0 -0
  576. /package/dist/{dts → esm}/tree-item/tree-item.bench.d.ts +0 -0
  577. /package/dist/{dts → esm}/tree-item/tree-item.definition.d.ts +0 -0
  578. /package/dist/{dts → esm}/tree-item/tree-item.options.d.ts +0 -0
  579. /package/dist/{dts → esm}/tree-item/tree-item.styles.d.ts +0 -0
  580. /package/dist/{dts → esm}/tree-item/tree-item.template.d.ts +0 -0
  581. /package/dist/{dts → esm}/utils/apply-mixins.d.ts +0 -0
  582. /package/dist/{dts → esm}/utils/behaviors/match-media-stylesheet-behavior.d.ts +0 -0
  583. /package/dist/{dts → esm}/utils/benchmark-dependencies/tokens.d.ts +0 -0
  584. /package/dist/{dts → esm}/utils/benchmark-wrapper.d.ts +0 -0
  585. /package/dist/{dts → esm}/utils/converters.d.ts +0 -0
  586. /package/dist/{dts → esm}/utils/direction.d.ts +0 -0
  587. /package/dist/{dts → esm}/utils/display.d.ts +0 -0
  588. /package/dist/{dts → esm}/utils/element-internals.d.ts +0 -0
  589. /package/dist/{dts → esm}/utils/focusable-element.d.ts +0 -0
  590. /package/dist/{dts → esm}/utils/get-initials.d.ts +0 -0
  591. /package/dist/{dts → esm}/utils/index.d.ts +0 -0
  592. /package/dist/{dts → esm}/utils/root-active-element.d.ts +0 -0
  593. /package/dist/{dts → esm}/utils/support.d.ts +0 -0
  594. /package/dist/{dts → esm}/utils/template-helpers.d.ts +0 -0
  595. /package/dist/{dts → esm}/utils/typings.d.ts +0 -0
  596. /package/dist/{dts → esm}/utils/unique-id.d.ts +0 -0
  597. /package/dist/{dts → esm}/utils/whitespace-filter.d.ts +0 -0
@@ -979,6 +979,17 @@ export declare class BaseAnchor extends FASTElement {
979
979
  * @public
980
980
  */
981
981
  export declare class BaseAvatar extends FASTElement {
982
+ /**
983
+ * Signal to remove event listeners when the component is disconnected.
984
+ *
985
+ * @internal
986
+ */
987
+ private abortSignal?;
988
+ /**
989
+ * Reference to the default slot element.
990
+ * @internal
991
+ */
992
+ defaultSlot: HTMLSlotElement;
982
993
  /**
983
994
  * The internal {@link https://developer.mozilla.org/docs/Web/API/ElementInternals | `ElementInternals`} instance for the component.
984
995
  *
@@ -1001,7 +1012,16 @@ export declare class BaseAvatar extends FASTElement {
1001
1012
  * HTML Attribute: name
1002
1013
  */
1003
1014
  initials?: string | undefined;
1015
+ connectedCallback(): void;
1004
1016
  constructor();
1017
+ disconnectedCallback(): void;
1018
+ /**
1019
+ * Removes any empty text nodes from the default slot when the slotted content changes.
1020
+ *
1021
+ * @param e - The event object
1022
+ * @internal
1023
+ */
1024
+ slotchangeHandler(): void;
1005
1025
  }
1006
1026
 
1007
1027
  /**
@@ -1039,7 +1059,8 @@ export declare class BaseButton extends FASTElement {
1039
1059
  * @remarks
1040
1060
  * HTML Attribute: `disabled`
1041
1061
  */
1042
- disabled?: boolean;
1062
+ disabled: boolean;
1063
+ protected disabledChanged(): void;
1043
1064
  /**
1044
1065
  * Indicates that the button is focusable while disabled.
1045
1066
  *
@@ -1048,14 +1069,6 @@ export declare class BaseButton extends FASTElement {
1048
1069
  * HTML Attribute: `disabled-focusable`
1049
1070
  */
1050
1071
  disabledFocusable: boolean;
1051
- /**
1052
- * Sets that the button tabindex attribute
1053
- *
1054
- * @public
1055
- * @remarks
1056
- * HTML Attribute: `tabindex`
1057
- */
1058
- tabIndex: number;
1059
1072
  /**
1060
1073
  * Sets the element's internal disabled state when the element is focusable while disabled.
1061
1074
  *
@@ -1336,6 +1349,14 @@ export declare class BaseCheckbox extends FASTElement {
1336
1349
  * @internal
1337
1350
  */
1338
1351
  protected initialValueChanged(prev: string, next: string): void;
1352
+ /**
1353
+ * Tracks whether the space key was pressed down while the checkbox was focused.
1354
+ * This is used to prevent inadvertently checking a required, unchecked checkbox when the space key is pressed on a
1355
+ * submit button and field validation is triggered.
1356
+ *
1357
+ * @internal
1358
+ */
1359
+ private _keydownPressed;
1339
1360
  /**
1340
1361
  * The name of the element. This element's value will be surfaced during form submission under the provided name.
1341
1362
  *
@@ -1467,7 +1488,8 @@ export declare class BaseCheckbox extends FASTElement {
1467
1488
  */
1468
1489
  inputHandler(e: InputEvent): boolean | void;
1469
1490
  /**
1470
- * Prevents scrolling when the user presses the space key.
1491
+ * Prevents scrolling when the user presses the space key, and sets a flag to indicate that the space key was pressed
1492
+ * down while the checkbox was focused.
1471
1493
  *
1472
1494
  * @param e - the event object
1473
1495
  * @internal
@@ -1709,12 +1731,6 @@ export declare class BaseDropdown extends FASTElement {
1709
1731
  * The listbox element is assigned to the dropdown via the default slot with manual slot assignment.
1710
1732
  */
1711
1733
  listboxChanged(prev: Listbox | undefined, next: Listbox | undefined): void;
1712
- /**
1713
- * Reference to the listbox slot element.
1714
- *
1715
- * @internal
1716
- */
1717
- listboxSlot: HTMLSlotElement;
1718
1734
  /**
1719
1735
  * Indicates whether the dropdown allows multiple options to be selected.
1720
1736
  *
@@ -1807,6 +1823,20 @@ export declare class BaseDropdown extends FASTElement {
1807
1823
  * @internal
1808
1824
  */
1809
1825
  controlSlot: HTMLSlotElement;
1826
+ /**
1827
+ * An abort controller to remove scroll and resize event listeners when the dropdown is closed or disconnected. Used
1828
+ * when the browser does not support CSS anchor positioning.
1829
+ *
1830
+ * @internal
1831
+ */
1832
+ private debounceController?;
1833
+ /**
1834
+ * Repositions the listbox to align with the control element. Used when the browser does not support CSS anchor
1835
+ * positioning.
1836
+ *
1837
+ * @internal
1838
+ */
1839
+ private repositionListbox;
1810
1840
  /**
1811
1841
  * The internal {@link https://developer.mozilla.org/docs/Web/API/ElementInternals | `ElementInternals`} instance for the component.
1812
1842
  *
@@ -1826,11 +1856,11 @@ export declare class BaseDropdown extends FASTElement {
1826
1856
  */
1827
1857
  static formAssociated: boolean;
1828
1858
  /**
1829
- * Resets the form value to its initial value when the form is reset.
1859
+ * The ID of the frame used for repositioning the listbox when the browser does not support CSS anchor positioning.
1830
1860
  *
1831
1861
  * @internal
1832
1862
  */
1833
- formResetCallback(): void;
1863
+ private frameId?;
1834
1864
  /**
1835
1865
  * A reference to the first freeform option, if present.
1836
1866
  *
@@ -1966,6 +1996,12 @@ export declare class BaseDropdown extends FASTElement {
1966
1996
  * @internal
1967
1997
  */
1968
1998
  focusoutHandler(e: FocusEvent): boolean | void;
1999
+ /**
2000
+ * Resets the form value to its initial value when the form is reset.
2001
+ *
2002
+ * @internal
2003
+ */
2004
+ formResetCallback(): void;
1969
2005
  /**
1970
2006
  * Ensures the active index is within bounds of the enabled options. Out-of-bounds indices are wrapped to the opposite
1971
2007
  * end of the range.
@@ -2033,21 +2069,21 @@ export declare class BaseDropdown extends FASTElement {
2033
2069
  */
2034
2070
  setValidity(flags?: Partial<ValidityState>, message?: string, anchor?: HTMLElement): void;
2035
2071
  /**
2036
- * Updates the freeform option with the provided value.
2072
+ * Handles the `slotchange` event for the dropdown.
2073
+ * Sets the `listbox` property when a valid listbox is assigned to the default slot.
2037
2074
  *
2038
- * @param value - the value to update the freeform option with
2075
+ * @param e - the slot change event
2039
2076
  * @internal
2040
2077
  */
2041
- protected updateFreeformOption(value?: string): void;
2042
- connectedCallback(): void;
2043
- disconnectedCallback(): void;
2078
+ slotchangeHandler(e: Event): boolean | void;
2044
2079
  /**
2045
- * Handles the connected event for the listbox.
2080
+ * Updates the freeform option with the provided value.
2046
2081
  *
2047
- * @param e - the event object
2082
+ * @param value - the value to update the freeform option with
2048
2083
  * @internal
2049
2084
  */
2050
- private listboxConnectedHandler;
2085
+ protected updateFreeformOption(value?: string): void;
2086
+ disconnectedCallback(): void;
2051
2087
  /**
2052
2088
  * When anchor positioning isn't supported, an intersection observer is used to flip the listbox when it hits the
2053
2089
  * viewport bounds. One static observer is used for all dropdowns.
@@ -2063,6 +2099,7 @@ export declare class BaseDropdown extends FASTElement {
2063
2099
  * @public
2064
2100
  */
2065
2101
  export declare class BaseField extends FASTElement {
2102
+ private slottedInputObserver;
2066
2103
  /**
2067
2104
  * The slotted label elements.
2068
2105
  *
@@ -2140,6 +2177,8 @@ export declare class BaseField extends FASTElement {
2140
2177
  */
2141
2178
  clickHandler(e: MouseEvent): boolean | void;
2142
2179
  constructor();
2180
+ connectedCallback(): void;
2181
+ disconnectedCallback(): void;
2143
2182
  /**
2144
2183
  * Applies the `focus-visible` state to the element when the slotted input receives visible focus.
2145
2184
  *
@@ -2183,6 +2222,8 @@ export declare class BaseField extends FASTElement {
2183
2222
  * @public
2184
2223
  */
2185
2224
  export declare class BaseProgressBar extends FASTElement {
2225
+ /** @internal */
2226
+ indicator: HTMLElement;
2186
2227
  /**
2187
2228
  * The internal {@link https://developer.mozilla.org/docs/Web/API/ElementInternals | `ElementInternals`} instance for the component.
2188
2229
  *
@@ -2191,8 +2232,11 @@ export declare class BaseProgressBar extends FASTElement {
2191
2232
  elementInternals: ElementInternals;
2192
2233
  /**
2193
2234
  * The validation state of the progress bar
2194
- * @public
2235
+ * The validation state of the progress bar
2236
+ *
2195
2237
  * HTML Attribute: `validation-state`
2238
+ *
2239
+ * @public
2196
2240
  */
2197
2241
  validationState: ProgressBarValidationState | null;
2198
2242
  /**
@@ -2203,8 +2247,11 @@ export declare class BaseProgressBar extends FASTElement {
2203
2247
  validationStateChanged(prev: ProgressBarValidationState | undefined, next: ProgressBarValidationState | undefined): void;
2204
2248
  /**
2205
2249
  * The value of the progress
2206
- * @internal
2250
+ * The value of the progress
2251
+ *
2207
2252
  * HTML Attribute: `value`
2253
+ *
2254
+ * @internal
2208
2255
  */
2209
2256
  value?: number;
2210
2257
  /**
@@ -2215,8 +2262,11 @@ export declare class BaseProgressBar extends FASTElement {
2215
2262
  protected valueChanged(prev: number | undefined, next: number | undefined): void;
2216
2263
  /**
2217
2264
  * The minimum value
2218
- * @internal
2265
+ * The minimum value
2266
+ *
2219
2267
  * HTML Attribute: `min`
2268
+ *
2269
+ * @internal
2220
2270
  */
2221
2271
  min?: number;
2222
2272
  /**
@@ -2228,8 +2278,11 @@ export declare class BaseProgressBar extends FASTElement {
2228
2278
  protected minChanged(prev: number | undefined, next: number | undefined): void;
2229
2279
  /**
2230
2280
  * The maximum value
2231
- * @internal
2281
+ * The maximum value
2282
+ *
2232
2283
  * HTML Attribute: `max`
2284
+ *
2285
+ * @internal
2233
2286
  */
2234
2287
  max?: number;
2235
2288
  /**
@@ -2240,12 +2293,9 @@ export declare class BaseProgressBar extends FASTElement {
2240
2293
  * @internal
2241
2294
  */
2242
2295
  protected maxChanged(prev: number | undefined, next: number | undefined): void;
2243
- /**
2244
- * Indicates progress in %
2245
- * @internal
2246
- */
2247
- get percentComplete(): number;
2248
2296
  constructor();
2297
+ connectedCallback(): void;
2298
+ private setIndicatorWidth;
2249
2299
  }
2250
2300
 
2251
2301
  /**
@@ -2256,12 +2306,21 @@ export declare class BaseProgressBar extends FASTElement {
2256
2306
  * @public
2257
2307
  */
2258
2308
  export declare class BaseRatingDisplay extends FASTElement {
2309
+ private numberFormatter;
2259
2310
  /**
2260
2311
  * The internal {@link https://developer.mozilla.org/docs/Web/API/ElementInternals | `ElementInternals`} instance for the component.
2261
2312
  *
2262
2313
  * @internal
2263
2314
  */
2264
2315
  elementInternals: ElementInternals;
2316
+ /** @internal */
2317
+ iconSlot: HTMLSlotElement;
2318
+ protected defaultCustomIconViewBox: string;
2319
+ /**
2320
+ * The element that displays the rating icons.
2321
+ * @internal
2322
+ */
2323
+ display: HTMLElement;
2265
2324
  /**
2266
2325
  * The number of ratings.
2267
2326
  *
@@ -2274,9 +2333,9 @@ export declare class BaseRatingDisplay extends FASTElement {
2274
2333
  * The `viewBox` attribute of the icon <svg> element.
2275
2334
  *
2276
2335
  * @public
2277
- * @default `0 0 20 20`
2278
2336
  * @remarks
2279
2337
  * HTML Attribute: `icon-view-box`
2338
+ * @deprecated Add `viewBox` attribute on the custom SVG directly.
2280
2339
  */
2281
2340
  iconViewBox?: string;
2282
2341
  /**
@@ -2289,6 +2348,7 @@ export declare class BaseRatingDisplay extends FASTElement {
2289
2348
  * HTML Attribute: `max`
2290
2349
  */
2291
2350
  max?: number;
2351
+ protected maxChanged(): void;
2292
2352
  /**
2293
2353
  * The value of the rating.
2294
2354
  *
@@ -2297,44 +2357,19 @@ export declare class BaseRatingDisplay extends FASTElement {
2297
2357
  * HTML Attribute: `value`
2298
2358
  */
2299
2359
  value?: number;
2300
- /**
2301
- * @internal
2302
- */
2303
- slottedIcon: HTMLElement[];
2304
- /**
2305
- * @internal
2306
- */
2307
- slottedIconChanged(): void;
2308
- /**
2309
- * @internal
2310
- */
2311
- private customIcon?;
2312
- private intlNumberFormatter;
2360
+ protected valueChanged(): void;
2313
2361
  constructor();
2362
+ connectedCallback(): void;
2314
2363
  /**
2315
2364
  * Returns "count" as string, formatted according to the locale.
2316
2365
  *
2317
2366
  * @internal
2318
2367
  */
2319
2368
  get formattedCount(): string;
2320
- /**
2321
- * Gets the selected value
2322
- *
2323
- * @protected
2324
- */
2325
- protected getSelectedValue(): number;
2326
- /**
2327
- * Gets the maximum icons to render
2328
- *
2329
- * @protected
2330
- */
2331
- protected getMaxIcons(): number;
2332
- /**
2333
- * Generates the icon SVG elements based on the "max" attribute.
2334
- *
2335
- * @internal
2336
- */
2337
- generateIcons(): string;
2369
+ /** @internal */
2370
+ handleSlotChange(): void;
2371
+ protected renderSlottedIcon(svg: SVGSVGElement | null): void;
2372
+ protected setCustomPropertyValue(propertyName: PropertyNameForCalculation): void;
2338
2373
  }
2339
2374
 
2340
2375
  /**
@@ -2401,108 +2436,33 @@ export declare class BaseTablist extends FASTElement {
2401
2436
  */
2402
2437
  protected activeidChanged(oldValue: string, newValue: string): void;
2403
2438
  /**
2439
+ * Content slotted in the tab slot.
2404
2440
  * @internal
2405
2441
  */
2406
- tabs: HTMLElement[];
2407
- /**
2408
- * @internal
2409
- */
2410
- protected tabsChanged(): void;
2411
- /**
2412
- * A reference to the active tab
2413
- * @public
2414
- */
2415
- activetab: HTMLElement;
2416
- private prevActiveTabIndex;
2417
- private activeTabIndex;
2418
- private tabIds;
2419
- private tabPanelMap;
2420
- private change;
2421
- private getActiveIndex;
2422
- /**
2423
- * Function that is invoked whenever the selected tab or the tab collection changes.
2424
- *
2425
- * @public
2426
- */
2427
- protected setTabs(): void;
2428
- private getTabIds;
2429
- private setComponent;
2430
- private handleTabClick;
2431
- private isHorizontal;
2432
- private handleTabKeyDown;
2433
- /**
2434
- * The adjust method for FASTTabs
2435
- * @public
2436
- * @remarks
2437
- * This method allows the active index to be adjusted by numerical increments
2438
- */
2439
- adjust(adjustment: number): void;
2440
- private activateTabByIndex;
2441
- private focusTab;
2442
- /**
2443
- * @internal
2444
- */
2445
- connectedCallback(): void;
2446
- }
2447
-
2448
- /**
2449
- * A Tabs component that wraps a collection of tab and tab panel elements.
2450
- *
2451
- * @deprecated - use tablist instead
2452
- */
2453
- declare class BaseTabs extends FASTElement {
2454
- /**
2455
- * The orientation
2456
- * @public
2457
- * @remarks
2458
- * HTML Attribute: orientation
2459
- */
2460
- orientation: TabsOrientation;
2461
- /**
2462
- * @internal
2463
- */
2464
- orientationChanged(): void;
2465
- /**
2466
- * The id of the active tab
2467
- *
2468
- * @public
2469
- * @remarks
2470
- * HTML Attribute: activeid
2471
- */
2472
- activeid: string;
2473
- /**
2474
- * @internal
2475
- */
2476
- activeidChanged(oldValue: string, newValue: string): void;
2442
+ slottedTabs: Node[];
2477
2443
  /**
2444
+ * Updates the tabs property when content in the tabs slot changes.
2478
2445
  * @internal
2479
2446
  */
2480
- tabs: HTMLElement[];
2481
- /**
2482
- * @internal
2483
- */
2484
- tabsChanged(): void;
2447
+ slottedTabsChanged(prev: Node[] | undefined, next: Node[] | undefined): void;
2485
2448
  /**
2486
2449
  * @internal
2487
2450
  */
2488
- tabpanels: HTMLElement[];
2451
+ tabs: Tab[];
2489
2452
  /**
2490
2453
  * @internal
2491
2454
  */
2492
- tabpanelsChanged(): void;
2455
+ protected tabsChanged(): void;
2493
2456
  /**
2494
2457
  * A reference to the active tab
2495
2458
  * @public
2496
2459
  */
2497
- activetab: HTMLElement;
2460
+ activetab: Tab;
2498
2461
  private prevActiveTabIndex;
2499
2462
  private activeTabIndex;
2500
2463
  private tabIds;
2501
- private tabpanelIds;
2464
+ private tabPanelMap;
2502
2465
  private change;
2503
- private isDisabledElement;
2504
- private isHiddenElement;
2505
- private isFocusableElement;
2506
2466
  private getActiveIndex;
2507
2467
  /**
2508
2468
  * Function that is invoked whenever the selected tab or the tab collection changes.
@@ -2510,9 +2470,7 @@ declare class BaseTabs extends FASTElement {
2510
2470
  * @public
2511
2471
  */
2512
2472
  protected setTabs(): void;
2513
- private setTabPanels;
2514
2473
  private getTabIds;
2515
- private getTabPanelIds;
2516
2474
  private setComponent;
2517
2475
  private handleTabClick;
2518
2476
  private isHorizontal;
@@ -2524,9 +2482,7 @@ declare class BaseTabs extends FASTElement {
2524
2482
  * This method allows the active index to be adjusted by numerical increments
2525
2483
  */
2526
2484
  adjust(adjustment: number): void;
2527
- private adjustForward;
2528
- private adjustBackward;
2529
- private moveToTabByIndex;
2485
+ private activateTabByIndex;
2530
2486
  private focusTab;
2531
2487
  /**
2532
2488
  * @internal
@@ -2567,6 +2523,11 @@ export declare class BaseTextArea extends FASTElement {
2567
2523
  * @internal
2568
2524
  */
2569
2525
  labelEl: HTMLLabelElement;
2526
+ /**
2527
+ * The root container element.
2528
+ * @internal
2529
+ */
2530
+ rootEl: HTMLDivElement;
2570
2531
  /**
2571
2532
  * The `<textarea>` element.
2572
2533
  * @internal
@@ -2582,6 +2543,7 @@ export declare class BaseTextArea extends FASTElement {
2582
2543
  */
2583
2544
  defaultSlottedNodes: Node[];
2584
2545
  protected defaultSlottedNodesChanged(): void;
2546
+ private filteredLabelSlottedNodes;
2585
2547
  /**
2586
2548
  * The list of nodes that are assigned to the `label` slot.
2587
2549
  * @internal
@@ -3298,8 +3260,12 @@ export declare class BaseTree extends FASTElement {
3298
3260
  * @internal
3299
3261
  */
3300
3262
  elementInternals: ElementInternals;
3263
+ /** @internal */
3264
+ defaultSlot: HTMLSlotElement;
3301
3265
  constructor();
3266
+ /** @internal */
3302
3267
  childTreeItems: BaseTreeItem[];
3268
+ /** @internal */
3303
3269
  childTreeItemsChanged(): void;
3304
3270
  /**
3305
3271
  * Updates current selected when slottedTreeItems changes
@@ -3345,6 +3311,8 @@ export declare class BaseTree extends FASTElement {
3345
3311
  * Move focus to a tree item based on its offset from the provided item
3346
3312
  */
3347
3313
  private focusNextNode;
3314
+ /** @internal */
3315
+ handleDefaultSlotChange(): void;
3348
3316
  }
3349
3317
 
3350
3318
  declare class BaseTreeItem extends FASTElement {
@@ -3354,11 +3322,16 @@ declare class BaseTreeItem extends FASTElement {
3354
3322
  * @internal
3355
3323
  */
3356
3324
  elementInternals: ElementInternals;
3325
+ /** @internal */
3326
+ itemSlot: HTMLSlotElement;
3357
3327
  constructor();
3358
3328
  /**
3359
3329
  * When true, the control will be appear expanded by user interaction.
3360
- * @public
3330
+ * When true, the control will be appear expanded by user interaction.
3331
+ *
3361
3332
  * HTML Attribute: `expanded`
3333
+ *
3334
+ * @public
3362
3335
  */
3363
3336
  expanded: boolean;
3364
3337
  /**
@@ -3386,8 +3359,11 @@ declare class BaseTreeItem extends FASTElement {
3386
3359
  protected selectedChanged(prev: boolean, next: boolean): void;
3387
3360
  /**
3388
3361
  * When true, the control has no child tree items
3389
- * @public
3362
+ * When true, the control has no child tree items
3363
+ *
3390
3364
  * HTML Attribute: empty
3365
+ *
3366
+ * @public
3391
3367
  */
3392
3368
  empty: boolean;
3393
3369
  private styles;
@@ -3397,7 +3373,8 @@ declare class BaseTreeItem extends FASTElement {
3397
3373
  * @public
3398
3374
  */
3399
3375
  dataIndent: number | undefined;
3400
- private dataIndentChanged;
3376
+ protected dataIndentChanged(prev: number, next: number): void;
3377
+ /** @internal */
3401
3378
  childTreeItems: BaseTreeItem[] | undefined;
3402
3379
  /**
3403
3380
  * Handles changes to the child tree items
@@ -3405,6 +3382,7 @@ declare class BaseTreeItem extends FASTElement {
3405
3382
  * @public
3406
3383
  */
3407
3384
  childTreeItemsChanged(): void;
3385
+ connectedCallback(): void;
3408
3386
  /**
3409
3387
  * Updates the childrens indent
3410
3388
  *
@@ -3426,8 +3404,41 @@ declare class BaseTreeItem extends FASTElement {
3426
3404
  * @internal
3427
3405
  */
3428
3406
  get isNestedItem(): boolean;
3407
+ protected updateTabindexBySelected(): void;
3408
+ /** @internal */
3409
+ handleItemSlotChange(): void;
3429
3410
  }
3430
3411
 
3412
+ /**
3413
+ * CSS custom property value for the {@link @fluentui/tokens#borderRadius2XLarge | `borderRadius2XLarge`} design token.
3414
+ * @public
3415
+ */
3416
+ export declare const borderRadius2XLarge = "var(--borderRadius2XLarge)";
3417
+
3418
+ /**
3419
+ * CSS custom property value for the {@link @fluentui/tokens#borderRadius3XLarge | `borderRadius3XLarge`} design token.
3420
+ * @public
3421
+ */
3422
+ export declare const borderRadius3XLarge = "var(--borderRadius3XLarge)";
3423
+
3424
+ /**
3425
+ * CSS custom property value for the {@link @fluentui/tokens#borderRadius4XLarge | `borderRadius4XLarge`} design token.
3426
+ * @public
3427
+ */
3428
+ export declare const borderRadius4XLarge = "var(--borderRadius4XLarge)";
3429
+
3430
+ /**
3431
+ * CSS custom property value for the {@link @fluentui/tokens#borderRadius5XLarge | `borderRadius5XLarge`} design token.
3432
+ * @public
3433
+ */
3434
+ export declare const borderRadius5XLarge = "var(--borderRadius5XLarge)";
3435
+
3436
+ /**
3437
+ * CSS custom property value for the {@link @fluentui/tokens#borderRadius6XLarge | `borderRadius6XLarge`} design token.
3438
+ * @public
3439
+ */
3440
+ export declare const borderRadius6XLarge = "var(--borderRadius6XLarge)";
3441
+
3431
3442
  /**
3432
3443
  * CSS custom property value for the {@link @fluentui/tokens#borderRadiusCircular | `borderRadiusCircular`} design token.
3433
3444
  * @public
@@ -4142,6 +4153,36 @@ export declare const colorNeutralBackground5Selected = "var(--colorNeutralBackgr
4142
4153
  */
4143
4154
  export declare const colorNeutralBackground6 = "var(--colorNeutralBackground6)";
4144
4155
 
4156
+ /**
4157
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground7 | `colorNeutralBackground7`} design token.
4158
+ * @public
4159
+ */
4160
+ export declare const colorNeutralBackground7 = "var(--colorNeutralBackground7)";
4161
+
4162
+ /**
4163
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground7Hover | `colorNeutralBackground7Hover`} design token.
4164
+ * @public
4165
+ */
4166
+ export declare const colorNeutralBackground7Hover = "var(--colorNeutralBackground7Hover)";
4167
+
4168
+ /**
4169
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground7Pressed | `colorNeutralBackground7Pressed`} design token.
4170
+ * @public
4171
+ */
4172
+ export declare const colorNeutralBackground7Pressed = "var(--colorNeutralBackground7Pressed)";
4173
+
4174
+ /**
4175
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground7Selected | `colorNeutralBackground7Selected`} design token.
4176
+ * @public
4177
+ */
4178
+ export declare const colorNeutralBackground7Selected = "var(--colorNeutralBackground7Selected)";
4179
+
4180
+ /**
4181
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackground8 | `colorNeutralBackground8`} design token.
4182
+ * @public
4183
+ */
4184
+ export declare const colorNeutralBackground8 = "var(--colorNeutralBackground8)";
4185
+
4145
4186
  /**
4146
4187
  * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundAlpha | `colorNeutralBackgroundAlpha`} design token.
4147
4188
  * @public
@@ -4160,6 +4201,12 @@ export declare const colorNeutralBackgroundAlpha2 = "var(--colorNeutralBackgroun
4160
4201
  */
4161
4202
  export declare const colorNeutralBackgroundDisabled = "var(--colorNeutralBackgroundDisabled)";
4162
4203
 
4204
+ /**
4205
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundDisabled2 | `colorNeutralBackgroundDisabled2`} design token.
4206
+ * @public
4207
+ */
4208
+ export declare const colorNeutralBackgroundDisabled2 = "var(--colorNeutralBackgroundDisabled2)";
4209
+
4163
4210
  /**
4164
4211
  * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundInverted | `colorNeutralBackgroundInverted`} design token.
4165
4212
  * @public
@@ -4172,6 +4219,24 @@ export declare const colorNeutralBackgroundInverted = "var(--colorNeutralBackgro
4172
4219
  */
4173
4220
  export declare const colorNeutralBackgroundInvertedDisabled = "var(--colorNeutralBackgroundInvertedDisabled)";
4174
4221
 
4222
+ /**
4223
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundInvertedHover | `colorNeutralBackgroundInvertedHover`} design token.
4224
+ * @public
4225
+ */
4226
+ export declare const colorNeutralBackgroundInvertedHover = "var(--colorNeutralBackgroundInvertedHover)";
4227
+
4228
+ /**
4229
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundInvertedPressed | `colorNeutralBackgroundInvertedPressed`} design token.
4230
+ * @public
4231
+ */
4232
+ export declare const colorNeutralBackgroundInvertedPressed = "var(--colorNeutralBackgroundInvertedPressed)";
4233
+
4234
+ /**
4235
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundInvertedSelected | `colorNeutralBackgroundInvertedSelected`} design token.
4236
+ * @public
4237
+ */
4238
+ export declare const colorNeutralBackgroundInvertedSelected = "var(--colorNeutralBackgroundInvertedSelected)";
4239
+
4175
4240
  /**
4176
4241
  * CSS custom property value for the {@link @fluentui/tokens#colorNeutralBackgroundStatic | `colorNeutralBackgroundStatic`} design token.
4177
4242
  * @public
@@ -4352,6 +4417,30 @@ export declare const colorNeutralForeground3Selected = "var(--colorNeutralForegr
4352
4417
  */
4353
4418
  export declare const colorNeutralForeground4 = "var(--colorNeutralForeground4)";
4354
4419
 
4420
+ /**
4421
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground5 | `colorNeutralForeground5`} design token.
4422
+ * @public
4423
+ */
4424
+ export declare const colorNeutralForeground5 = "var(--colorNeutralForeground5)";
4425
+
4426
+ /**
4427
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground5Hover | `colorNeutralForeground5Hover`} design token.
4428
+ * @public
4429
+ */
4430
+ export declare const colorNeutralForeground5Hover = "var(--colorNeutralForeground5Hover)";
4431
+
4432
+ /**
4433
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground5Pressed | `colorNeutralForeground5Pressed`} design token.
4434
+ * @public
4435
+ */
4436
+ export declare const colorNeutralForeground5Pressed = "var(--colorNeutralForeground5Pressed)";
4437
+
4438
+ /**
4439
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForeground5Selected | `colorNeutralForeground5Selected`} design token.
4440
+ * @public
4441
+ */
4442
+ export declare const colorNeutralForeground5Selected = "var(--colorNeutralForeground5Selected)";
4443
+
4355
4444
  /**
4356
4445
  * CSS custom property value for the {@link @fluentui/tokens#colorNeutralForegroundDisabled | `colorNeutralForegroundDisabled`} design token.
4357
4446
  * @public
@@ -4526,6 +4615,30 @@ export declare const colorNeutralStroke2 = "var(--colorNeutralStroke2)";
4526
4615
  */
4527
4616
  export declare const colorNeutralStroke3 = "var(--colorNeutralStroke3)";
4528
4617
 
4618
+ /**
4619
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke4 | `colorNeutralStroke4`} design token.
4620
+ * @public
4621
+ */
4622
+ export declare const colorNeutralStroke4 = "var(--colorNeutralStroke4)";
4623
+
4624
+ /**
4625
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke4Hover | `colorNeutralStroke4Hover`} design token.
4626
+ * @public
4627
+ */
4628
+ export declare const colorNeutralStroke4Hover = "var(--colorNeutralStroke4Hover)";
4629
+
4630
+ /**
4631
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke4Pressed | `colorNeutralStroke4Pressed`} design token.
4632
+ * @public
4633
+ */
4634
+ export declare const colorNeutralStroke4Pressed = "var(--colorNeutralStroke4Pressed)";
4635
+
4636
+ /**
4637
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStroke4Selected | `colorNeutralStroke4Selected`} design token.
4638
+ * @public
4639
+ */
4640
+ export declare const colorNeutralStroke4Selected = "var(--colorNeutralStroke4Selected)";
4641
+
4529
4642
  /**
4530
4643
  * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeAccessible | `colorNeutralStrokeAccessible`} design token.
4531
4644
  * @public
@@ -4568,6 +4681,12 @@ export declare const colorNeutralStrokeAlpha2 = "var(--colorNeutralStrokeAlpha2)
4568
4681
  */
4569
4682
  export declare const colorNeutralStrokeDisabled = "var(--colorNeutralStrokeDisabled)";
4570
4683
 
4684
+ /**
4685
+ * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeDisabled2 | `colorNeutralStrokeDisabled2`} design token.
4686
+ * @public
4687
+ */
4688
+ export declare const colorNeutralStrokeDisabled2 = "var(--colorNeutralStrokeDisabled2)";
4689
+
4571
4690
  /**
4572
4691
  * CSS custom property value for the {@link @fluentui/tokens#colorNeutralStrokeInvertedDisabled | `colorNeutralStrokeInvertedDisabled`} design token.
4573
4692
  * @public
@@ -5983,10 +6102,11 @@ export declare class CounterBadge extends FASTElement {
5983
6102
  */
5984
6103
  dot: boolean;
5985
6104
  /**
5986
- * @internal
5987
6105
  * Function to set the count
5988
6106
  * This is the default slotted content for the counter badge
5989
6107
  * If children are slotted, that will override the value returned
6108
+ *
6109
+ * @internal
5990
6110
  */
5991
6111
  setCount(): string | void;
5992
6112
  }
@@ -6163,50 +6283,68 @@ export declare const darkModeStylesheetBehavior: (styles: ElementStyles) => Matc
6163
6283
  */
6164
6284
  export declare class Dialog extends FASTElement {
6165
6285
  /**
6166
- * @public
6167
6286
  * The dialog element
6287
+ *
6288
+ * @public
6168
6289
  */
6169
6290
  dialog: HTMLDialogElement;
6170
6291
  /**
6171
- * @public
6172
6292
  * The ID of the element that describes the dialog
6293
+ *
6294
+ * @public
6173
6295
  */
6174
6296
  ariaDescribedby?: string;
6175
6297
  /**
6176
- * @public
6177
6298
  * The ID of the element that labels the dialog
6299
+ *
6300
+ * @public
6301
+ */
6302
+ ariaLabelledby?: string;
6303
+ /**
6304
+ * The label of the dialog
6305
+ *
6306
+ * @public
6178
6307
  */
6179
- ariaLabelledby?: string;
6308
+ ariaLabel: string | null;
6180
6309
  /**
6181
- * @public
6182
6310
  * The type of the dialog modal
6311
+ *
6312
+ * @public
6183
6313
  */
6184
6314
  type: DialogType;
6315
+ protected typeChanged(prev: DialogType | undefined, next: DialogType | undefined): void;
6316
+ /** @internal */
6317
+ connectedCallback(): void;
6185
6318
  /**
6186
- * @public
6187
6319
  * Method to emit an event before the dialog's open state changes
6188
6320
  * HTML spec proposal: https://github.com/whatwg/html/issues/9733
6321
+ *
6322
+ * @public
6189
6323
  */
6190
6324
  emitBeforeToggle: () => void;
6191
6325
  /**
6192
- * @public
6193
6326
  * Method to emit an event after the dialog's open state changes
6194
6327
  * HTML spec proposal: https://github.com/whatwg/html/issues/9733
6328
+ *
6329
+ * @public
6195
6330
  */
6196
6331
  emitToggle: () => void;
6197
6332
  /**
6198
- * @public
6199
6333
  * Method to show the dialog
6334
+ *
6335
+ * @public
6200
6336
  */
6201
6337
  show(): void;
6202
6338
  /**
6203
- * @public
6204
6339
  * Method to hide the dialog
6340
+ *
6341
+ * @public
6205
6342
  */
6206
6343
  hide(): void;
6207
6344
  /**
6208
- * @public
6209
6345
  * Handles click events on the dialog overlay for light-dismiss
6346
+ *
6347
+ * @public
6210
6348
  * @param event - The click event
6211
6349
  * @returns boolean
6212
6350
  */
@@ -6223,10 +6361,12 @@ export declare class Dialog extends FASTElement {
6223
6361
  */
6224
6362
  export declare class DialogBody extends FASTElement {
6225
6363
  /**
6226
- * @public
6227
- * Indicates whether the dialog has a title action
6364
+ * Handles click event for the close slot
6365
+ *
6366
+ * @param e - the click event
6367
+ * @internal
6228
6368
  */
6229
- noTitleAction: boolean;
6369
+ clickHandler(event: PointerEvent): boolean | void;
6230
6370
  }
6231
6371
 
6232
6372
  /**
@@ -6364,10 +6504,7 @@ export declare const DividerDefinition: FASTElementDefinition<typeof Divider>;
6364
6504
  * @public
6365
6505
  */
6366
6506
  export declare const DividerOrientation: {
6367
- readonly horizontal: "horizontal"; /**
6368
- * Divider roles
6369
- * @public
6370
- */
6507
+ readonly horizontal: "horizontal";
6371
6508
  readonly vertical: "vertical";
6372
6509
  };
6373
6510
 
@@ -6432,6 +6569,7 @@ export declare const DividerTemplate: ElementViewTemplate<Divider>;
6432
6569
  * @method show - Method to show the drawer.
6433
6570
  * @method hide - Method to hide the drawer.
6434
6571
  * @method clickHandler - Handles click events on the drawer.
6572
+ * @method cancelHandler - Handles cancel events on the drawer.
6435
6573
  * @method emitToggle - Emits an event after the dialog's open state changes.
6436
6574
  * @method emitBeforeToggle - Emits an event before the dialog's open state changes.
6437
6575
  *
@@ -6440,20 +6578,25 @@ export declare const DividerTemplate: ElementViewTemplate<Divider>;
6440
6578
  * @tag fluent-drawer
6441
6579
  */
6442
6580
  export declare class Drawer extends FASTElement {
6581
+ protected roleAttrObserver: MutationObserver;
6443
6582
  /**
6444
- * @public
6445
6583
  * Determines whether the drawer should be displayed as modal or non-modal
6446
6584
  * When rendered as a modal, an overlay is applied over the rest of the view.
6585
+ *
6586
+ * @public
6447
6587
  */
6448
6588
  type: DrawerType;
6589
+ protected typeChanged(): void;
6449
6590
  /**
6450
- * @public
6451
6591
  * The ID of the element that labels the drawer.
6592
+ *
6593
+ * @public
6452
6594
  */
6453
6595
  ariaLabelledby?: string;
6454
6596
  /**
6455
- * @public
6456
6597
  * The ID of the element that describes the drawer.
6598
+ *
6599
+ * @public
6457
6600
  */
6458
6601
  ariaDescribedby?: string;
6459
6602
  /**""
@@ -6469,30 +6612,39 @@ export declare class Drawer extends FASTElement {
6469
6612
  */
6470
6613
  size: DrawerSize;
6471
6614
  /**
6472
- * @public
6473
6615
  * The dialog element.
6616
+ *
6617
+ * @public
6474
6618
  */
6475
6619
  dialog: HTMLDialogElement;
6620
+ /** @internal */
6621
+ connectedCallback(): void;
6622
+ /** @internal */
6623
+ disconnectedCallback(): void;
6476
6624
  /**
6477
- * @public
6478
6625
  * Method to emit an event after the dialog's open state changes
6479
6626
  * HTML spec proposal: https://github.com/whatwg/html/issues/9733
6627
+ *
6628
+ * @public
6480
6629
  */
6481
6630
  emitToggle: () => void;
6482
6631
  /**
6483
- * @public
6484
6632
  * Method to emit an event before the dialog's open state changes
6485
6633
  * HTML spec proposal: https://github.com/whatwg/html/issues/9733
6634
+ *
6635
+ * @public
6486
6636
  */
6487
6637
  emitBeforeToggle: () => void;
6488
6638
  /**
6489
- * @public
6490
6639
  * Method to show the drawer
6640
+ *
6641
+ * @public
6491
6642
  */
6492
6643
  show(): void;
6493
6644
  /**
6494
- * @public
6495
6645
  * Method to hide the drawer
6646
+ *
6647
+ * @public
6496
6648
  */
6497
6649
  hide(): void;
6498
6650
  /**
@@ -6502,6 +6654,14 @@ export declare class Drawer extends FASTElement {
6502
6654
  * Handles click events on the drawer.
6503
6655
  */
6504
6656
  clickHandler(event: Event): boolean;
6657
+ /**
6658
+ * Handles cancel events on the drawer.
6659
+ *
6660
+ * @public
6661
+ */
6662
+ cancelHandler(): void;
6663
+ protected observeRoleAttr(): void;
6664
+ protected updateDialogRole(): void;
6505
6665
  }
6506
6666
 
6507
6667
  /**
@@ -6525,6 +6685,13 @@ export declare class Drawer extends FASTElement {
6525
6685
  * @tag fluent-drawer-body
6526
6686
  */
6527
6687
  export declare class DrawerBody extends FASTElement {
6688
+ /**
6689
+ * Handles click event for the close slot
6690
+ *
6691
+ * @param e - the click event
6692
+ * @internal
6693
+ */
6694
+ clickHandler(event: PointerEvent): boolean | void;
6528
6695
  }
6529
6696
 
6530
6697
  /**
@@ -7367,6 +7534,16 @@ export declare const ImageStyles: ElementStyles;
7367
7534
  */
7368
7535
  export declare const ImageTemplate: ElementViewTemplate<Image_2>;
7369
7536
 
7537
+ /**
7538
+ * Predicate function that determines if the element should be considered a dialog.
7539
+ *
7540
+ * @param element - The element to check.
7541
+ * @param tagName - The tag name to check.
7542
+ * @returns true if the element is a dialog.
7543
+ * @public
7544
+ */
7545
+ export declare function isDialog(element?: Node | null, tagName?: string): element is Dialog;
7546
+
7370
7547
  /**
7371
7548
  * Predicate function that determines if the element should be considered a dropdown.
7372
7549
  *
@@ -7397,6 +7574,16 @@ export declare function isDropdownOption(value: Node | null, tagName?: string):
7397
7574
  */
7398
7575
  export declare function isListbox(element?: Node | null, tagName?: string): element is Listbox;
7399
7576
 
7577
+ /**
7578
+ * Predicate function that determines if the element should be considered a tab.
7579
+ *
7580
+ * @param element - The element to check.
7581
+ * @param tagName - The tag name to check.
7582
+ * @returns true if the element is a tab.
7583
+ * @public
7584
+ */
7585
+ export declare function isTab(element?: Node | null, tagName?: string): element is Tab;
7586
+
7400
7587
  /**
7401
7588
  * Predicate function that determines if the element should be considered an tree-item.
7402
7589
  *
@@ -7650,7 +7837,6 @@ export declare const LinkTemplate: ElementViewTemplate<Link>;
7650
7837
  * @tag fluent-listbox
7651
7838
  *
7652
7839
  * @slot - The default slot for the options.
7653
- * @emits connected - Dispatched when the element is connected to the DOM.
7654
7840
  *
7655
7841
  * @remarks
7656
7842
  * The listbox component represents a list of options that can be selected.
@@ -7740,7 +7926,6 @@ export declare class Listbox extends FASTElement {
7740
7926
  */
7741
7927
  clickHandler(e: PointerEvent): boolean | void;
7742
7928
  constructor();
7743
- connectedCallback(): void;
7744
7929
  /**
7745
7930
  * Handles observable subscriptions for the listbox.
7746
7931
  *
@@ -7757,6 +7942,14 @@ export declare class Listbox extends FASTElement {
7757
7942
  * @public
7758
7943
  */
7759
7944
  selectOption(index?: number): void;
7945
+ /**
7946
+ * Handles the `slotchange` event for the default slot.
7947
+ * Sets the `options` property to the list of slotted options.
7948
+ *
7949
+ * @param e - The slotchange event
7950
+ * @public
7951
+ */
7952
+ slotchangeHandler(e: Event): void;
7760
7953
  }
7761
7954
 
7762
7955
  /**
@@ -7785,7 +7978,6 @@ export declare const ListboxTemplate: ElementViewTemplate<Listbox>;
7785
7978
  /**
7786
7979
  * Generates a template for the {@link (Dropdown:class)} component.
7787
7980
  *
7788
- * @param options - The {@link (DropdownOptions:interface)} to use for generating the template.
7789
7981
  * @returns The template object.
7790
7982
  *
7791
7983
  * @public
@@ -8535,8 +8727,9 @@ export declare class MessageBar extends FASTElement {
8535
8727
  */
8536
8728
  intent?: MessageBarIntent;
8537
8729
  /**
8538
- * @public
8539
8730
  * Method to emit a `dismiss` event when the message bar is dismissed
8731
+ *
8732
+ * @public
8540
8733
  */
8541
8734
  dismissMessageBar: () => void;
8542
8735
  }
@@ -8551,8 +8744,9 @@ export declare class MessageBar extends FASTElement {
8551
8744
  export declare const MessageBarDefinition: FASTElementDefinition<typeof MessageBar>;
8552
8745
 
8553
8746
  /**
8554
- * @public
8555
8747
  * The `intent` variations for the MessageBar component.
8748
+ *
8749
+ * @public
8556
8750
  */
8557
8751
  export declare const MessageBarIntent: {
8558
8752
  readonly success: "success";
@@ -8564,8 +8758,9 @@ export declare const MessageBarIntent: {
8564
8758
  export declare type MessageBarIntent = ValuesOf<typeof MessageBarIntent>;
8565
8759
 
8566
8760
  /**
8567
- * @public
8568
8761
  * The `layout` variations for the MessageBar component.
8762
+ *
8763
+ * @public
8569
8764
  */
8570
8765
  export declare const MessageBarLayout: {
8571
8766
  readonly multiline: "multiline";
@@ -8575,8 +8770,9 @@ export declare const MessageBarLayout: {
8575
8770
  export declare type MessageBarLayout = ValuesOf<typeof MessageBarLayout>;
8576
8771
 
8577
8772
  /**
8578
- * @public
8579
8773
  * The `shape` variations for the MessageBar component.
8774
+ *
8775
+ * @public
8580
8776
  */
8581
8777
  export declare const MessageBarShape: {
8582
8778
  readonly rounded: "rounded";
@@ -8606,22 +8802,27 @@ export declare const MessageBarTemplate: ElementViewTemplate<MessageBar>;
8606
8802
  *
8607
8803
  * @public
8608
8804
  */
8609
- declare class ProgressBar_2 extends BaseProgressBar {
8805
+ export declare class ProgressBar extends BaseProgressBar {
8610
8806
  /**
8611
8807
  * The thickness of the progress bar
8612
8808
  *
8613
- * @public
8809
+ * The thickness of the progress bar
8810
+ *
8614
8811
  * HTML Attribute: `thickness`
8812
+ *
8813
+ * @public
8615
8814
  */
8616
8815
  thickness?: ProgressBarThickness;
8617
8816
  /**
8618
8817
  * The shape of the progress bar
8619
- * @public
8818
+ * The shape of the progress bar
8819
+ *
8620
8820
  * HTML Attribute: `shape`
8821
+ *
8822
+ * @public
8621
8823
  */
8622
8824
  shape?: ProgressBarShape;
8623
8825
  }
8624
- export { ProgressBar_2 as ProgressBar }
8625
8826
 
8626
8827
  /**
8627
8828
  * The Fluent ProgressBar Element.
@@ -8631,7 +8832,7 @@ export { ProgressBar_2 as ProgressBar }
8631
8832
  * @remarks
8632
8833
  * HTML Element: \<fluent-progress-bar\>
8633
8834
  */
8634
- export declare const ProgressBarDefinition: FASTElementDefinition<typeof ProgressBar_2>;
8835
+ export declare const ProgressBarDefinition: FASTElementDefinition<typeof ProgressBar>;
8635
8836
 
8636
8837
  /**
8637
8838
  * ProgressBarShape Constants
@@ -8653,7 +8854,7 @@ export declare type ProgressBarShape = ValuesOf<typeof ProgressBarShape>;
8653
8854
  */
8654
8855
  export declare const ProgressBarStyles: ElementStyles;
8655
8856
 
8656
- export declare const ProgressBarTemplate: ElementViewTemplate<ProgressBar_2>;
8857
+ export declare const ProgressBarTemplate: ElementViewTemplate<ProgressBar>;
8657
8858
 
8658
8859
  /**
8659
8860
  * ProgressBarThickness Constants
@@ -8686,6 +8887,8 @@ export declare const ProgressBarValidationState: {
8686
8887
  */
8687
8888
  export declare type ProgressBarValidationState = ValuesOf<typeof ProgressBarValidationState>;
8688
8889
 
8890
+ declare type PropertyNameForCalculation = 'max' | 'value';
8891
+
8689
8892
  /**
8690
8893
  * A Radio Custom HTML Element.
8691
8894
  * Implements the {@link https://w3c.github.io/aria/#radio | ARIA `radio` role}.
@@ -8699,7 +8902,6 @@ export declare type ProgressBarValidationState = ValuesOf<typeof ProgressBarVali
8699
8902
  * @public
8700
8903
  */
8701
8904
  export declare class Radio extends BaseCheckbox {
8702
- connectedCallback(): void;
8703
8905
  constructor();
8704
8906
  /**
8705
8907
  * Toggles the disabled state when the user changes the `disabled` property.
@@ -9019,6 +9221,21 @@ export declare class RadioGroup extends FASTElement {
9019
9221
  * @param anchor - Optional anchor to use for the validation message.
9020
9222
  *
9021
9223
  * @internal
9224
+ * @remarks
9225
+ * RadioGroup validation is reported through the individual Radio elements rather than the RadioGroup itself.
9226
+ * This is necessary because:
9227
+ * 1. Each Radio is form-associated (extends BaseCheckbox which has `formAssociated = true`)
9228
+ * 2. Browser validation UIs and screen readers announce validation against individual form controls
9229
+ * 3. For groups like RadioGroup, the browser needs to report the error on a specific member of the group
9230
+ * 4. We anchor the error to the first Radio so it receives focus and announcement
9231
+ *
9232
+ * When the group is invalid (required but no selection):
9233
+ * - Only the first Radio gets the invalid state with the validation message
9234
+ * - Other Radios are kept valid since selecting any of them would satisfy the requirement
9235
+ *
9236
+ * When the group becomes valid (user selects any Radio):
9237
+ * - All Radios are cleared back to valid state
9238
+ * - This allows form submission to proceed
9022
9239
  */
9023
9240
  setValidity(flags?: Partial<ValidityState>, message?: string, anchor?: HTMLElement): void;
9024
9241
  /**
@@ -9045,10 +9262,7 @@ export declare const RadioGroupDefinition: FASTElementDefinition<typeof RadioGro
9045
9262
  * @public
9046
9263
  */
9047
9264
  export declare const RadioGroupOrientation: {
9048
- readonly horizontal: "horizontal"; /**
9049
- * Radio Group orientation
9050
- * @public
9051
- */
9265
+ readonly horizontal: "horizontal";
9052
9266
  readonly vertical: "vertical";
9053
9267
  };
9054
9268
 
@@ -9122,18 +9336,6 @@ export declare class RatingDisplay extends BaseRatingDisplay {
9122
9336
  * HTML Attribute: `compact`
9123
9337
  */
9124
9338
  compact: boolean;
9125
- /**
9126
- * Overrides the selected value and returns 1 if compact is true.
9127
- *
9128
- * @override
9129
- */
9130
- protected getSelectedValue(): number;
9131
- /**
9132
- * Overrides the maximum icons and returns a max of 1 if compact is true.
9133
- *
9134
- * @override
9135
- */
9136
- protected getMaxIcons(): number;
9137
9339
  }
9138
9340
 
9139
9341
  /**
@@ -9213,7 +9415,7 @@ export declare const roleForMenuItem: {
9213
9415
  * as each entry’s value is either a string or a number.
9214
9416
  * @param node - The node to set the theme on, defaults to `document` for
9215
9417
  * setting global theme.
9216
- * @internal
9418
+ * @public
9217
9419
  */
9218
9420
  export declare function setTheme(theme: Theme | null, node?: Document | HTMLElement): void;
9219
9421
 
@@ -10215,10 +10417,7 @@ export declare const TablistDefinition: FASTElementDefinition<typeof Tablist>;
10215
10417
  * @public
10216
10418
  */
10217
10419
  export declare const TablistOrientation: {
10218
- readonly horizontal: "horizontal"; /**
10219
- * The appearance of the component
10220
- * @public
10221
- */
10420
+ readonly horizontal: "horizontal";
10222
10421
  readonly vertical: "vertical";
10223
10422
  };
10224
10423
 
@@ -10260,167 +10459,6 @@ export declare const TablistTemplate: ViewTemplate<Tablist, any>;
10260
10459
  */
10261
10460
  export declare type TabOptions = StartEndOptions<Tab>;
10262
10461
 
10263
- /**
10264
- * @deprecated - Use tablist instead
10265
- *
10266
- * @tag fluent-tab-panel
10267
- */
10268
- export declare class TabPanel extends FASTElement {
10269
- }
10270
-
10271
- /**
10272
- * @deprecated - Use tablist instead
10273
- */
10274
- export declare const TabPanelDefinition: FASTElementDefinition<typeof TabPanel>;
10275
-
10276
- export declare const TabPanelStyles: ElementStyles;
10277
-
10278
- export declare const TabPanelTemplate: ElementViewTemplate<TabPanel, any>;
10279
-
10280
- /**
10281
- * @deprecated - Use tablist instead
10282
- *
10283
- * @tag fluent-tabs
10284
- */
10285
- export declare class Tabs extends BaseTabs {
10286
- /**
10287
- * activeTabData
10288
- * The positional coordinates and size dimensions of the active tab. Used for calculating the offset and scale of the tab active indicator.
10289
- */
10290
- private activeTabData;
10291
- /**
10292
- * previousActiveTabData
10293
- * The positional coordinates and size dimensions of the active tab. Used for calculating the offset and scale of the tab active indicator.
10294
- */
10295
- private previousActiveTabData;
10296
- /**
10297
- * activeTabOffset
10298
- * Used to position the active indicator for animations of the active indicator on active tab changes.
10299
- */
10300
- private activeTabOffset;
10301
- /**
10302
- * activeTabScale
10303
- * Used to scale the tab active indicator up or down as animations of the active indicator occur.
10304
- */
10305
- private activeTabScale;
10306
- /**
10307
- * styles
10308
- * used in the class for storing the css variables required for animations
10309
- */
10310
- private styles;
10311
- /**
10312
- * appearance
10313
- * There are two modes of appearance: transparent and subtle.
10314
- */
10315
- appearance?: TabsAppearance;
10316
- /**
10317
- * disabled
10318
- * Used for disabling all click and keyboard events for the tabs, child tab elements and tab panel elements. UI styling of content and tabs will appear as "grayed out."
10319
- */
10320
- disabled?: boolean;
10321
- /**
10322
- * size
10323
- * defaults to medium.
10324
- * Used to set the size of all the tab controls, which effects text size and margins. Three sizes: small, medium and large.
10325
- */
10326
- size?: TabsSize;
10327
- /**
10328
- * calculateAnimationProperties
10329
- *
10330
- * Recalculates the active tab offset and scale.
10331
- * These values will be applied to css variables that control the tab active indicator position animations
10332
- */
10333
- private calculateAnimationProperties;
10334
- /**
10335
- * getSelectedTabPosition - gets the x or y coordinates of the tab
10336
- */
10337
- private getTabPosition;
10338
- /**
10339
- * getSelectedTabScale - gets the scale of the tab
10340
- */
10341
- private getTabScale;
10342
- /**
10343
- * Calculates and applies updated values to CSS variables.
10344
- *
10345
- * @param tab - the tab element to apply the updated values to
10346
- * @internal
10347
- */
10348
- private applyUpdatedCSSValues;
10349
- /**
10350
- * Runs through all the operations required for setting the tab active indicator to its starting location, ending
10351
- * location, and applying the animated css class to the tab.
10352
- *
10353
- * @param tab - the tab element to apply the updated values to
10354
- * @internal
10355
- */
10356
- private animationLoop;
10357
- /**
10358
- * Gets the position data for a tab element relative to its parent
10359
- * @param tab - The tab element to get position data for
10360
- * @returns The position data for the tab
10361
- */
10362
- private getTabPositionData;
10363
- /**
10364
- * Sets the data from the active tab onto the class. used for making all the animation calculations for the active
10365
- * tab indicator.
10366
- *
10367
- * @internal
10368
- */
10369
- private setTabData;
10370
- private setTabOffsetCSSVar;
10371
- private setTabScaleCSSVar;
10372
- activeidChanged(oldValue: string, newValue: string): void;
10373
- tabsChanged(): void;
10374
- }
10375
-
10376
- export declare interface Tabs extends StartEnd {
10377
- }
10378
-
10379
- export declare const TabsAppearance: {
10380
- readonly subtle: "subtle";
10381
- readonly transparent: "transparent";
10382
- };
10383
-
10384
- export declare type TabsAppearance = ValuesOf<typeof TabsAppearance>;
10385
-
10386
- /**
10387
- * @deprecated - Use tablist instead
10388
- */
10389
- export declare const TabsDefinition: FASTElementDefinition<typeof Tabs>;
10390
-
10391
- /**
10392
- * Tabs option configuration options
10393
- * @public
10394
- */
10395
- export declare type TabsOptions = StartEndOptions<Tabs>;
10396
-
10397
- /**
10398
- * The orientation of the component
10399
- * @public
10400
- */
10401
- export declare const TabsOrientation: {
10402
- readonly horizontal: "horizontal";
10403
- readonly vertical: "vertical";
10404
- };
10405
-
10406
- /**
10407
- * The types for the Tabs component
10408
- * @public
10409
- */
10410
- export declare type TabsOrientation = ValuesOf<typeof TabsOrientation>;
10411
-
10412
- export declare const TabsSize: {
10413
- readonly small: "small";
10414
- readonly medium: "medium";
10415
- readonly large: "large";
10416
- };
10417
-
10418
- export declare type TabsSize = ValuesOf<typeof TabsSize>;
10419
-
10420
- export declare const TabsStyles: ElementStyles;
10421
-
10422
- export declare const TabsTemplate: ElementViewTemplate<Tabs, any>;
10423
-
10424
10462
  export declare const TabStyles: ElementStyles;
10425
10463
 
10426
10464
  export declare const TabTemplate: ElementViewTemplate<Tab, any>;
@@ -10853,7 +10891,7 @@ export declare type TextWeight = ValuesOf<typeof TextWeight>;
10853
10891
  /**
10854
10892
  * Not using the `Theme` type from `@fluentui/tokens` package to allow custom
10855
10893
  * tokens to be added.
10856
- * @internal
10894
+ * @public
10857
10895
  */
10858
10896
  export declare type Theme = Record<string, string | number>;
10859
10897
 
@@ -11125,18 +11163,24 @@ export declare const TooltipTemplate: ViewTemplate<Tooltip, any>;
11125
11163
  export declare class Tree extends BaseTree {
11126
11164
  /**
11127
11165
  * The size of the tree item element
11128
- * @public
11166
+ * The size of the tree item element
11167
+ *
11129
11168
  * HTML Attribute: size
11169
+ *
11170
+ * @public
11130
11171
  */
11131
11172
  size: TreeItemSize;
11132
- private sizeChanged;
11173
+ protected sizeChanged(): void;
11133
11174
  /**
11134
11175
  * The appearance variants of the tree item element
11135
- * @public
11176
+ * The appearance variants of the tree item element
11177
+ *
11136
11178
  * HTML Attribute: appearance
11179
+ *
11180
+ * @public
11137
11181
  */
11138
11182
  appearance: TreeItemAppearance;
11139
- private appearanceChanged;
11183
+ protected appearanceChanged(): void;
11140
11184
  /**
11141
11185
  * child tree items supered change event
11142
11186
  * @internal
@@ -11174,7 +11218,7 @@ export declare class TreeItem extends BaseTreeItem {
11174
11218
  * we update the child tree items' size based on the size
11175
11219
  * @internal
11176
11220
  */
11177
- private sizeChanged;
11221
+ protected sizeChanged(): void;
11178
11222
  /**
11179
11223
  * The size of the tree item element
11180
11224
  * @public
@@ -11185,7 +11229,7 @@ export declare class TreeItem extends BaseTreeItem {
11185
11229
  *
11186
11230
  * @internal
11187
11231
  */
11188
- private appearanceChanged;
11232
+ protected appearanceChanged(): void;
11189
11233
  /**
11190
11234
  * child tree items supered change event
11191
11235
  * @internal