@fluentui/web-components 3.0.0-rc.21 → 3.0.0-rc.23

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 (381) hide show
  1. package/CHANGELOG.md +22 -2
  2. package/custom-elements.json +1600 -242
  3. package/dist/esm/accordion/accordion.definition-async.d.ts +10 -0
  4. package/dist/esm/accordion/accordion.definition-async.js +14 -0
  5. package/dist/esm/accordion/accordion.definition-async.js.map +1 -0
  6. package/dist/esm/accordion/accordion.js +1 -1
  7. package/dist/esm/accordion/accordion.js.map +1 -1
  8. package/dist/esm/accordion/accordion.styles.css +8 -0
  9. package/dist/esm/accordion/accordion.template.html +5 -0
  10. package/dist/esm/accordion/define-async.d.ts +1 -0
  11. package/dist/esm/accordion/define-async.js +5 -0
  12. package/dist/esm/accordion/define-async.js.map +1 -0
  13. package/dist/esm/accordion-item/accordion-item.definition-async.d.ts +10 -0
  14. package/dist/esm/accordion-item/accordion-item.definition-async.js +14 -0
  15. package/dist/esm/accordion-item/accordion-item.definition-async.js.map +1 -0
  16. package/dist/esm/accordion-item/accordion-item.styles.css +170 -0
  17. package/dist/esm/accordion-item/accordion-item.template.html +47 -0
  18. package/dist/esm/accordion-item/define-async.d.ts +1 -0
  19. package/dist/esm/accordion-item/define-async.js +5 -0
  20. package/dist/esm/accordion-item/define-async.js.map +1 -0
  21. package/dist/esm/anchor-button/anchor-button.definition-async.d.ts +10 -0
  22. package/dist/esm/anchor-button/anchor-button.definition-async.js +14 -0
  23. package/dist/esm/anchor-button/anchor-button.definition-async.js.map +1 -0
  24. package/dist/esm/anchor-button/anchor-button.styles.css +225 -0
  25. package/dist/esm/anchor-button/anchor-button.template.html +13 -0
  26. package/dist/esm/anchor-button/define-async.d.ts +1 -0
  27. package/dist/esm/anchor-button/define-async.js +5 -0
  28. package/dist/esm/anchor-button/define-async.js.map +1 -0
  29. package/dist/esm/avatar/avatar.definition-async.d.ts +10 -0
  30. package/dist/esm/avatar/avatar.definition-async.js +14 -0
  31. package/dist/esm/avatar/avatar.definition-async.js.map +1 -0
  32. package/dist/esm/avatar/avatar.styles.css +475 -0
  33. package/dist/esm/avatar/avatar.template.html +17 -0
  34. package/dist/esm/avatar/define-async.d.ts +1 -0
  35. package/dist/esm/avatar/define-async.js +5 -0
  36. package/dist/esm/avatar/define-async.js.map +1 -0
  37. package/dist/esm/badge/badge.definition-async.d.ts +10 -0
  38. package/dist/esm/badge/badge.definition-async.js +14 -0
  39. package/dist/esm/badge/badge.definition-async.js.map +1 -0
  40. package/dist/esm/badge/badge.styles.css +268 -0
  41. package/dist/esm/badge/badge.template.html +5 -0
  42. package/dist/esm/badge/define-async.d.ts +1 -0
  43. package/dist/esm/badge/define-async.js +5 -0
  44. package/dist/esm/badge/define-async.js.map +1 -0
  45. package/dist/esm/button/button.definition-async.d.ts +10 -0
  46. package/dist/esm/button/button.definition-async.js +14 -0
  47. package/dist/esm/button/button.definition-async.js.map +1 -0
  48. package/dist/esm/button/button.styles.css +267 -0
  49. package/dist/esm/button/button.template.html +12 -0
  50. package/dist/esm/button/define-async.d.ts +1 -0
  51. package/dist/esm/button/define-async.js +5 -0
  52. package/dist/esm/button/define-async.js.map +1 -0
  53. package/dist/esm/checkbox/checkbox.base.js +9 -7
  54. package/dist/esm/checkbox/checkbox.base.js.map +1 -1
  55. package/dist/esm/checkbox/checkbox.definition-async.d.ts +10 -0
  56. package/dist/esm/checkbox/checkbox.definition-async.js +14 -0
  57. package/dist/esm/checkbox/checkbox.definition-async.js.map +1 -0
  58. package/dist/esm/checkbox/checkbox.styles.css +168 -0
  59. package/dist/esm/checkbox/checkbox.template.html +24 -0
  60. package/dist/esm/checkbox/define-async.d.ts +1 -0
  61. package/dist/esm/checkbox/define-async.js +5 -0
  62. package/dist/esm/checkbox/define-async.js.map +1 -0
  63. package/dist/esm/compound-button/compound-button.definition-async.d.ts +10 -0
  64. package/dist/esm/compound-button/compound-button.definition-async.js +14 -0
  65. package/dist/esm/compound-button/compound-button.definition-async.js.map +1 -0
  66. package/dist/esm/compound-button/compound-button.styles.css +372 -0
  67. package/dist/esm/compound-button/compound-button.template.html +13 -0
  68. package/dist/esm/compound-button/define-async.d.ts +1 -0
  69. package/dist/esm/compound-button/define-async.js +5 -0
  70. package/dist/esm/compound-button/define-async.js.map +1 -0
  71. package/dist/esm/counter-badge/counter-badge.definition-async.d.ts +10 -0
  72. package/dist/esm/counter-badge/counter-badge.definition-async.js +14 -0
  73. package/dist/esm/counter-badge/counter-badge.definition-async.js.map +1 -0
  74. package/dist/esm/counter-badge/counter-badge.styles.css +177 -0
  75. package/dist/esm/counter-badge/counter-badge.template.html +5 -0
  76. package/dist/esm/counter-badge/define-async.d.ts +1 -0
  77. package/dist/esm/counter-badge/define-async.js +5 -0
  78. package/dist/esm/counter-badge/define-async.js.map +1 -0
  79. package/dist/esm/dialog/define-async.d.ts +1 -0
  80. package/dist/esm/dialog/define-async.js +5 -0
  81. package/dist/esm/dialog/define-async.js.map +1 -0
  82. package/dist/esm/dialog/dialog.definition-async.d.ts +10 -0
  83. package/dist/esm/dialog/dialog.definition-async.js +14 -0
  84. package/dist/esm/dialog/dialog.definition-async.js.map +1 -0
  85. package/dist/esm/dialog/dialog.styles.css +86 -0
  86. package/dist/esm/dialog/dialog.template.html +16 -0
  87. package/dist/esm/dialog-body/define-async.d.ts +1 -0
  88. package/dist/esm/dialog-body/define-async.js +5 -0
  89. package/dist/esm/dialog-body/define-async.js.map +1 -0
  90. package/dist/esm/dialog-body/dialog-body.definition-async.d.ts +10 -0
  91. package/dist/esm/dialog-body/dialog-body.definition-async.js +14 -0
  92. package/dist/esm/dialog-body/dialog-body.definition-async.js.map +1 -0
  93. package/dist/esm/dialog-body/dialog-body.styles.css +87 -0
  94. package/dist/esm/dialog-body/dialog-body.template.html +11 -0
  95. package/dist/esm/divider/define-async.d.ts +1 -0
  96. package/dist/esm/divider/define-async.js +5 -0
  97. package/dist/esm/divider/define-async.js.map +1 -0
  98. package/dist/esm/divider/divider.definition-async.d.ts +10 -0
  99. package/dist/esm/divider/divider.definition-async.js +14 -0
  100. package/dist/esm/divider/divider.definition-async.js.map +1 -0
  101. package/dist/esm/divider/divider.styles.css +119 -0
  102. package/dist/esm/divider/divider.template.html +1 -0
  103. package/dist/esm/drawer/define-async.d.ts +1 -0
  104. package/dist/esm/drawer/define-async.js +5 -0
  105. package/dist/esm/drawer/define-async.js.map +1 -0
  106. package/dist/esm/drawer/drawer.definition-async.d.ts +10 -0
  107. package/dist/esm/drawer/drawer.definition-async.js +14 -0
  108. package/dist/esm/drawer/drawer.definition-async.js.map +1 -0
  109. package/dist/esm/drawer/drawer.styles.css +130 -0
  110. package/dist/esm/drawer/drawer.template.html +18 -0
  111. package/dist/esm/drawer-body/define-async.d.ts +1 -0
  112. package/dist/esm/drawer-body/define-async.js +5 -0
  113. package/dist/esm/drawer-body/define-async.js.map +1 -0
  114. package/dist/esm/drawer-body/drawer-body.definition-async.d.ts +10 -0
  115. package/dist/esm/drawer-body/drawer-body.definition-async.js +14 -0
  116. package/dist/esm/drawer-body/drawer-body.definition-async.js.map +1 -0
  117. package/dist/esm/drawer-body/drawer-body.styles.css +33 -0
  118. package/dist/esm/drawer-body/drawer-body.template.html +12 -0
  119. package/dist/esm/dropdown/define-async.d.ts +1 -0
  120. package/dist/esm/dropdown/define-async.js +5 -0
  121. package/dist/esm/dropdown/define-async.js.map +1 -0
  122. package/dist/esm/dropdown/dropdown.base.d.ts +25 -0
  123. package/dist/esm/dropdown/dropdown.base.js +66 -10
  124. package/dist/esm/dropdown/dropdown.base.js.map +1 -1
  125. package/dist/esm/dropdown/dropdown.definition-async.d.ts +10 -0
  126. package/dist/esm/dropdown/dropdown.definition-async.js +14 -0
  127. package/dist/esm/dropdown/dropdown.definition-async.js.map +1 -0
  128. package/dist/esm/dropdown/dropdown.styles.css +221 -0
  129. package/dist/esm/dropdown/dropdown.template.html +21 -0
  130. package/dist/esm/field/define-async.d.ts +1 -0
  131. package/dist/esm/field/define-async.js +5 -0
  132. package/dist/esm/field/define-async.js.map +1 -0
  133. package/dist/esm/field/field.definition-async.d.ts +10 -0
  134. package/dist/esm/field/field.definition-async.js +17 -0
  135. package/dist/esm/field/field.definition-async.js.map +1 -0
  136. package/dist/esm/field/field.styles.css +121 -0
  137. package/dist/esm/field/field.template.html +12 -0
  138. package/dist/esm/image/define-async.d.ts +1 -0
  139. package/dist/esm/image/define-async.js +5 -0
  140. package/dist/esm/image/define-async.js.map +1 -0
  141. package/dist/esm/image/image.definition-async.d.ts +10 -0
  142. package/dist/esm/image/image.definition-async.js +14 -0
  143. package/dist/esm/image/image.definition-async.js.map +1 -0
  144. package/dist/esm/image/image.styles.css +51 -0
  145. package/dist/esm/image/image.template.html +1 -0
  146. package/dist/esm/label/define-async.d.ts +1 -0
  147. package/dist/esm/label/define-async.js +5 -0
  148. package/dist/esm/label/define-async.js.map +1 -0
  149. package/dist/esm/label/label.definition-async.d.ts +10 -0
  150. package/dist/esm/label/label.definition-async.js +14 -0
  151. package/dist/esm/label/label.definition-async.js.map +1 -0
  152. package/dist/esm/label/label.styles.css +36 -0
  153. package/dist/esm/label/label.template.html +4 -0
  154. package/dist/esm/link/define-async.d.ts +1 -0
  155. package/dist/esm/link/define-async.js +5 -0
  156. package/dist/esm/link/define-async.js.map +1 -0
  157. package/dist/esm/link/link.definition-async.d.ts +10 -0
  158. package/dist/esm/link/link.definition-async.js +14 -0
  159. package/dist/esm/link/link.definition-async.js.map +1 -0
  160. package/dist/esm/link/link.styles.css +68 -0
  161. package/dist/esm/link/link.template.html +9 -0
  162. package/dist/esm/listbox/define-async.d.ts +1 -0
  163. package/dist/esm/listbox/define-async.js +5 -0
  164. package/dist/esm/listbox/define-async.js.map +1 -0
  165. package/dist/esm/listbox/listbox.definition-async.d.ts +10 -0
  166. package/dist/esm/listbox/listbox.definition-async.js +14 -0
  167. package/dist/esm/listbox/listbox.definition-async.js.map +1 -0
  168. package/dist/esm/listbox/listbox.styles.css +51 -0
  169. package/dist/esm/listbox/listbox.template.html +8 -0
  170. package/dist/esm/menu/define-async.d.ts +1 -0
  171. package/dist/esm/menu/define-async.js +5 -0
  172. package/dist/esm/menu/define-async.js.map +1 -0
  173. package/dist/esm/menu/menu.definition-async.d.ts +10 -0
  174. package/dist/esm/menu/menu.definition-async.js +14 -0
  175. package/dist/esm/menu/menu.definition-async.js.map +1 -0
  176. package/dist/esm/menu/menu.styles.css +53 -0
  177. package/dist/esm/menu/menu.template.html +7 -0
  178. package/dist/esm/menu/menu.template.js +1 -7
  179. package/dist/esm/menu/menu.template.js.map +1 -1
  180. package/dist/esm/menu-button/define-async.d.ts +1 -0
  181. package/dist/esm/menu-button/define-async.js +5 -0
  182. package/dist/esm/menu-button/define-async.js.map +1 -0
  183. package/dist/esm/menu-button/menu-button.definition-async.d.ts +10 -0
  184. package/dist/esm/menu-button/menu-button.definition-async.js +14 -0
  185. package/dist/esm/menu-button/menu-button.definition-async.js.map +1 -0
  186. package/dist/esm/menu-button/menu-button.definition.js +1 -1
  187. package/dist/esm/menu-button/menu-button.definition.js.map +1 -1
  188. package/dist/esm/menu-button/menu-button.styles.css +267 -0
  189. package/dist/esm/menu-button/menu-button.styles.d.ts +6 -0
  190. package/dist/esm/menu-button/menu-button.styles.js +8 -0
  191. package/dist/esm/menu-button/menu-button.styles.js.map +1 -0
  192. package/dist/esm/menu-button/menu-button.template.html +16 -0
  193. package/dist/esm/menu-item/define-async.d.ts +1 -0
  194. package/dist/esm/menu-item/define-async.js +5 -0
  195. package/dist/esm/menu-item/define-async.js.map +1 -0
  196. package/dist/esm/menu-item/menu-item.definition-async.d.ts +10 -0
  197. package/dist/esm/menu-item/menu-item.definition-async.js +14 -0
  198. package/dist/esm/menu-item/menu-item.definition-async.js.map +1 -0
  199. package/dist/esm/menu-item/menu-item.styles.css +152 -0
  200. package/dist/esm/menu-item/menu-item.template.html +19 -0
  201. package/dist/esm/menu-list/define-async.d.ts +1 -0
  202. package/dist/esm/menu-list/define-async.js +5 -0
  203. package/dist/esm/menu-list/define-async.js.map +1 -0
  204. package/dist/esm/menu-list/menu-list.base.js +3 -0
  205. package/dist/esm/menu-list/menu-list.base.js.map +1 -1
  206. package/dist/esm/menu-list/menu-list.definition-async.d.ts +10 -0
  207. package/dist/esm/menu-list/menu-list.definition-async.js +14 -0
  208. package/dist/esm/menu-list/menu-list.definition-async.js.map +1 -0
  209. package/dist/esm/menu-list/menu-list.styles.css +16 -0
  210. package/dist/esm/menu-list/menu-list.template.html +5 -0
  211. package/dist/esm/menu-list/menu-list.template.js +1 -1
  212. package/dist/esm/menu-list/menu-list.template.js.map +1 -1
  213. package/dist/esm/message-bar/define-async.d.ts +1 -0
  214. package/dist/esm/message-bar/define-async.js +5 -0
  215. package/dist/esm/message-bar/define-async.js.map +1 -0
  216. package/dist/esm/message-bar/message-bar.definition-async.d.ts +10 -0
  217. package/dist/esm/message-bar/message-bar.definition-async.js +14 -0
  218. package/dist/esm/message-bar/message-bar.definition-async.js.map +1 -0
  219. package/dist/esm/message-bar/message-bar.styles.css +98 -0
  220. package/dist/esm/message-bar/message-bar.template.html +8 -0
  221. package/dist/esm/option/define-async.d.ts +1 -0
  222. package/dist/esm/option/define-async.js +5 -0
  223. package/dist/esm/option/define-async.js.map +1 -0
  224. package/dist/esm/option/option.definition-async.d.ts +10 -0
  225. package/dist/esm/option/option.definition-async.js +14 -0
  226. package/dist/esm/option/option.definition-async.js.map +1 -0
  227. package/dist/esm/option/option.styles.css +131 -0
  228. package/dist/esm/option/option.template.html +21 -0
  229. package/dist/esm/progress-bar/define-async.d.ts +1 -0
  230. package/dist/esm/progress-bar/define-async.js +5 -0
  231. package/dist/esm/progress-bar/define-async.js.map +1 -0
  232. package/dist/esm/progress-bar/progress-bar.definition-async.d.ts +10 -0
  233. package/dist/esm/progress-bar/progress-bar.definition-async.js +14 -0
  234. package/dist/esm/progress-bar/progress-bar.definition-async.js.map +1 -0
  235. package/dist/esm/progress-bar/progress-bar.styles.css +99 -0
  236. package/dist/esm/progress-bar/progress-bar.template.html +3 -0
  237. package/dist/esm/radio/define-async.d.ts +1 -0
  238. package/dist/esm/radio/define-async.js +5 -0
  239. package/dist/esm/radio/define-async.js.map +1 -0
  240. package/dist/esm/radio/radio.definition-async.d.ts +10 -0
  241. package/dist/esm/radio/radio.definition-async.js +14 -0
  242. package/dist/esm/radio/radio.definition-async.js.map +1 -0
  243. package/dist/esm/radio/radio.styles.css +115 -0
  244. package/dist/esm/radio/radio.template.html +11 -0
  245. package/dist/esm/radio-group/define-async.d.ts +1 -0
  246. package/dist/esm/radio-group/define-async.js +5 -0
  247. package/dist/esm/radio-group/define-async.js.map +1 -0
  248. package/dist/esm/radio-group/radio-group.definition-async.d.ts +10 -0
  249. package/dist/esm/radio-group/radio-group.definition-async.js +14 -0
  250. package/dist/esm/radio-group/radio-group.definition-async.js.map +1 -0
  251. package/dist/esm/radio-group/radio-group.styles.css +41 -0
  252. package/dist/esm/radio-group/radio-group.template.html +12 -0
  253. package/dist/esm/rating-display/define-async.d.ts +1 -0
  254. package/dist/esm/rating-display/define-async.js +5 -0
  255. package/dist/esm/rating-display/define-async.js.map +1 -0
  256. package/dist/esm/rating-display/rating-display.definition-async.d.ts +10 -0
  257. package/dist/esm/rating-display/rating-display.definition-async.js +14 -0
  258. package/dist/esm/rating-display/rating-display.definition-async.js.map +1 -0
  259. package/dist/esm/rating-display/rating-display.styles.css +140 -0
  260. package/dist/esm/rating-display/rating-display.template.html +6 -0
  261. package/dist/esm/slider/define-async.d.ts +1 -0
  262. package/dist/esm/slider/define-async.js +5 -0
  263. package/dist/esm/slider/define-async.js.map +1 -0
  264. package/dist/esm/slider/slider.definition-async.d.ts +10 -0
  265. package/dist/esm/slider/slider.definition-async.js +14 -0
  266. package/dist/esm/slider/slider.definition-async.js.map +1 -0
  267. package/dist/esm/slider/slider.styles.css +189 -0
  268. package/dist/esm/slider/slider.template.html +17 -0
  269. package/dist/esm/spinner/define-async.d.ts +1 -0
  270. package/dist/esm/spinner/define-async.js +5 -0
  271. package/dist/esm/spinner/define-async.js.map +1 -0
  272. package/dist/esm/spinner/spinner.definition-async.d.ts +10 -0
  273. package/dist/esm/spinner/spinner.definition-async.js +14 -0
  274. package/dist/esm/spinner/spinner.definition-async.js.map +1 -0
  275. package/dist/esm/spinner/spinner.styles.css +155 -0
  276. package/dist/esm/spinner/spinner.template.html +13 -0
  277. package/dist/esm/switch/define-async.d.ts +1 -0
  278. package/dist/esm/switch/define-async.js +5 -0
  279. package/dist/esm/switch/define-async.js.map +1 -0
  280. package/dist/esm/switch/switch.definition-async.d.ts +10 -0
  281. package/dist/esm/switch/switch.definition-async.js +14 -0
  282. package/dist/esm/switch/switch.definition-async.js.map +1 -0
  283. package/dist/esm/switch/switch.styles.css +121 -0
  284. package/dist/esm/switch/switch.template.html +10 -0
  285. package/dist/esm/tab/define-async.d.ts +1 -0
  286. package/dist/esm/tab/define-async.js +5 -0
  287. package/dist/esm/tab/define-async.js.map +1 -0
  288. package/dist/esm/tab/tab.definition-async.d.ts +10 -0
  289. package/dist/esm/tab/tab.definition-async.js +14 -0
  290. package/dist/esm/tab/tab.definition-async.js.map +1 -0
  291. package/dist/esm/tab/tab.styles.css +118 -0
  292. package/dist/esm/tab/tab.template.html +7 -0
  293. package/dist/esm/tablist/define-async.d.ts +1 -0
  294. package/dist/esm/tablist/define-async.js +5 -0
  295. package/dist/esm/tablist/define-async.js.map +1 -0
  296. package/dist/esm/tablist/tablist.definition-async.d.ts +10 -0
  297. package/dist/esm/tablist/tablist.definition-async.js +14 -0
  298. package/dist/esm/tablist/tablist.definition-async.js.map +1 -0
  299. package/dist/esm/tablist/tablist.styles.css +203 -0
  300. package/dist/esm/tablist/tablist.template.html +9 -0
  301. package/dist/esm/text/define-async.d.ts +1 -0
  302. package/dist/esm/text/define-async.js +5 -0
  303. package/dist/esm/text/define-async.js.map +1 -0
  304. package/dist/esm/text/text.definition-async.d.ts +10 -0
  305. package/dist/esm/text/text.definition-async.js +14 -0
  306. package/dist/esm/text/text.definition-async.js.map +1 -0
  307. package/dist/esm/text/text.styles.css +104 -0
  308. package/dist/esm/text/text.template.html +1 -0
  309. package/dist/esm/text-input/define-async.d.ts +1 -0
  310. package/dist/esm/text-input/define-async.js +5 -0
  311. package/dist/esm/text-input/define-async.js.map +1 -0
  312. package/dist/esm/text-input/text-input.base.d.ts +0 -6
  313. package/dist/esm/text-input/text-input.base.js +3 -14
  314. package/dist/esm/text-input/text-input.base.js.map +1 -1
  315. package/dist/esm/text-input/text-input.definition-async.d.ts +10 -0
  316. package/dist/esm/text-input/text-input.definition-async.js +17 -0
  317. package/dist/esm/text-input/text-input.definition-async.js.map +1 -0
  318. package/dist/esm/text-input/text-input.styles.css +200 -0
  319. package/dist/esm/text-input/text-input.template.html +38 -0
  320. package/dist/esm/text-input/text-input.template.js +1 -2
  321. package/dist/esm/text-input/text-input.template.js.map +1 -1
  322. package/dist/esm/textarea/define-async.d.ts +1 -0
  323. package/dist/esm/textarea/define-async.js +5 -0
  324. package/dist/esm/textarea/define-async.js.map +1 -0
  325. package/dist/esm/textarea/textarea.base.js +12 -10
  326. package/dist/esm/textarea/textarea.base.js.map +1 -1
  327. package/dist/esm/textarea/textarea.definition-async.d.ts +10 -0
  328. package/dist/esm/textarea/textarea.definition-async.js +17 -0
  329. package/dist/esm/textarea/textarea.definition-async.js.map +1 -0
  330. package/dist/esm/textarea/textarea.styles.css +258 -0
  331. package/dist/esm/textarea/textarea.template.html +29 -0
  332. package/dist/esm/toggle-button/define-async.d.ts +1 -0
  333. package/dist/esm/toggle-button/define-async.js +5 -0
  334. package/dist/esm/toggle-button/define-async.js.map +1 -0
  335. package/dist/esm/toggle-button/toggle-button.definition-async.d.ts +10 -0
  336. package/dist/esm/toggle-button/toggle-button.definition-async.js +14 -0
  337. package/dist/esm/toggle-button/toggle-button.definition-async.js.map +1 -0
  338. package/dist/esm/toggle-button/toggle-button.js +2 -3
  339. package/dist/esm/toggle-button/toggle-button.js.map +1 -1
  340. package/dist/esm/toggle-button/toggle-button.styles.css +358 -0
  341. package/dist/esm/toggle-button/toggle-button.template.html +12 -0
  342. package/dist/esm/tooltip/define-async.d.ts +1 -0
  343. package/dist/esm/tooltip/define-async.js +5 -0
  344. package/dist/esm/tooltip/define-async.js.map +1 -0
  345. package/dist/esm/tooltip/tooltip.d.ts +9 -9
  346. package/dist/esm/tooltip/tooltip.definition-async.d.ts +10 -0
  347. package/dist/esm/tooltip/tooltip.definition-async.js +14 -0
  348. package/dist/esm/tooltip/tooltip.definition-async.js.map +1 -0
  349. package/dist/esm/tooltip/tooltip.js +38 -6
  350. package/dist/esm/tooltip/tooltip.js.map +1 -1
  351. package/dist/esm/tooltip/tooltip.styles.css +86 -0
  352. package/dist/esm/tooltip/tooltip.template.html +1 -0
  353. package/dist/esm/tree/define-async.d.ts +1 -0
  354. package/dist/esm/tree/define-async.js +5 -0
  355. package/dist/esm/tree/define-async.js.map +1 -0
  356. package/dist/esm/tree/tree.definition-async.d.ts +10 -0
  357. package/dist/esm/tree/tree.definition-async.js +14 -0
  358. package/dist/esm/tree/tree.definition-async.js.map +1 -0
  359. package/dist/esm/tree/tree.styles.css +6 -0
  360. package/dist/esm/tree/tree.template.html +12 -0
  361. package/dist/esm/tree/tree.template.js +1 -0
  362. package/dist/esm/tree/tree.template.js.map +1 -1
  363. package/dist/esm/tree-item/define-async.d.ts +1 -0
  364. package/dist/esm/tree-item/define-async.js +5 -0
  365. package/dist/esm/tree-item/define-async.js.map +1 -0
  366. package/dist/esm/tree-item/tree-item.base.d.ts +1 -0
  367. package/dist/esm/tree-item/tree-item.base.js +12 -3
  368. package/dist/esm/tree-item/tree-item.base.js.map +1 -1
  369. package/dist/esm/tree-item/tree-item.definition-async.d.ts +10 -0
  370. package/dist/esm/tree-item/tree-item.definition-async.js +14 -0
  371. package/dist/esm/tree-item/tree-item.definition-async.js.map +1 -0
  372. package/dist/esm/tree-item/tree-item.styles.css +157 -0
  373. package/dist/esm/tree-item/tree-item.template.html +26 -0
  374. package/dist/esm/tree-item/tree-item.template.js +1 -1
  375. package/dist/esm/tree-item/tree-item.template.js.map +1 -1
  376. package/dist/web-components-all.js +196 -115
  377. package/dist/web-components-all.min.js +11 -11
  378. package/dist/web-components.d.ts +35 -6
  379. package/dist/web-components.js +195 -114
  380. package/dist/web-components.min.js +11 -11
  381. package/package.json +16 -2
@@ -15580,6 +15580,16 @@
15580
15580
  },
15581
15581
  "description": "Inserts the control element based on the dropdown type."
15582
15582
  },
15583
+ {
15584
+ "kind": "field",
15585
+ "name": "searchTimeoutMs",
15586
+ "type": {
15587
+ "text": "number"
15588
+ },
15589
+ "privacy": "protected",
15590
+ "default": "500",
15591
+ "description": "The duration in milliseconds after the last character search keystroke before the search string is cleared."
15592
+ },
15583
15593
  {
15584
15594
  "kind": "method",
15585
15595
  "name": "keydownHandler",
@@ -16265,6 +16275,20 @@
16265
16275
  "module": "src/dropdown/dropdown.base.ts"
16266
16276
  }
16267
16277
  },
16278
+ {
16279
+ "kind": "field",
16280
+ "name": "searchTimeoutMs",
16281
+ "type": {
16282
+ "text": "number"
16283
+ },
16284
+ "privacy": "protected",
16285
+ "default": "500",
16286
+ "description": "The duration in milliseconds after the last character search keystroke before the search string is cleared.",
16287
+ "inheritedFrom": {
16288
+ "name": "BaseDropdown",
16289
+ "module": "src/dropdown/dropdown.base.ts"
16290
+ }
16291
+ },
16268
16292
  {
16269
16293
  "kind": "method",
16270
16294
  "name": "keydownHandler",
@@ -27236,16 +27260,6 @@
27236
27260
  "privacy": "public",
27237
27261
  "description": "Hide the tooltip on blur"
27238
27262
  },
27239
- {
27240
- "kind": "method",
27241
- "name": "setFallbackStyles",
27242
- "privacy": "private",
27243
- "return": {
27244
- "type": {
27245
- "text": "void"
27246
- }
27247
- }
27248
- },
27249
27263
  {
27250
27264
  "kind": "field",
27251
27265
  "name": "role",
@@ -28140,237 +28154,1069 @@
28140
28154
  },
28141
28155
  {
28142
28156
  "kind": "javascript-module",
28143
- "path": "src/patterns/aria-globals.ts",
28157
+ "path": "src/accordion/accordion.definition-async.ts",
28144
28158
  "declarations": [
28145
28159
  {
28146
- "kind": "class",
28147
- "description": "Some states and properties are applicable to all host language elements regardless of whether a role is applied.\nThe following global states and properties are supported by all roles and by all base markup elements.\nhttps://www.w3.org/TR/wai-aria-1.1/#global_states\n\nThis is intended to be used as a mixin. Be sure you extend FASTElement.",
28148
- "name": "ARIAGlobalStatesAndProperties",
28149
- "members": [
28150
- {
28151
- "kind": "field",
28152
- "name": "ariaAtomic",
28153
- "type": {
28154
- "text": "'true' | 'false' | string | null"
28155
- },
28156
- "privacy": "public",
28157
- "description": "Indicates whether assistive technologies will present all, or only parts of,\nthe changed region based on the change notifications defined by the aria-relevant attribute.\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-atomic"
28158
- },
28159
- {
28160
- "kind": "field",
28161
- "name": "ariaBusy",
28162
- "type": {
28163
- "text": "'true' | 'false' | string | null"
28164
- },
28165
- "privacy": "public",
28166
- "description": "Indicates an element is being modified and that assistive technologies MAY want to wait\nuntil the modifications are complete before exposing them to the user.\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-busy"
28167
- },
28168
- {
28169
- "kind": "field",
28170
- "name": "ariaControls",
28171
- "type": {
28172
- "text": "string | null"
28173
- },
28174
- "privacy": "public",
28175
- "description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-controls"
28176
- },
28177
- {
28178
- "kind": "field",
28179
- "name": "ariaCurrent",
28180
- "type": {
28181
- "text": "'page' | 'step' | 'location' | 'date' | 'time' | 'true' | 'false' | string | null"
28182
- },
28183
- "privacy": "public",
28184
- "description": "Indicates the element that represents the current item within a container or set of related elements.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-current"
28185
- },
28186
- {
28187
- "kind": "field",
28188
- "name": "ariaDescribedby",
28189
- "type": {
28190
- "text": "string | null"
28191
- },
28192
- "privacy": "public",
28193
- "description": "Identifies the element (or elements) that describes the object.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-describedby"
28194
- },
28195
- {
28196
- "kind": "field",
28197
- "name": "ariaDetails",
28198
- "type": {
28199
- "text": "string | null"
28200
- },
28201
- "privacy": "public",
28202
- "description": "Identifies the element that provides a detailed, extended description for the object.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-details"
28203
- },
28204
- {
28205
- "kind": "field",
28206
- "name": "ariaDisabled",
28207
- "type": {
28208
- "text": "'true' | 'false' | string | null"
28209
- },
28210
- "privacy": "public",
28211
- "description": "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-disabled"
28212
- },
28213
- {
28214
- "kind": "field",
28215
- "name": "ariaErrormessage",
28216
- "type": {
28217
- "text": "string | null"
28218
- },
28219
- "privacy": "public",
28220
- "description": "Identifies the element that provides an error message for the object.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-errormessage"
28221
- },
28222
- {
28223
- "kind": "field",
28224
- "name": "ariaFlowto",
28225
- "type": {
28226
- "text": "string | null"
28227
- },
28228
- "privacy": "public",
28229
- "description": "Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,\nallows assistive technology to override the general default of reading in document source order.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-flowto"
28230
- },
28231
- {
28232
- "kind": "field",
28233
- "name": "ariaHaspopup",
28234
- "type": {
28235
- "text": "'false' | 'true' | 'menu' | 'listbox' | 'tree' | 'grid' | 'dialog' | string | null"
28236
- },
28237
- "privacy": "public",
28238
- "description": "Indicates the availability and type of interactive popup element,\nsuch as menu or dialog, that can be triggered by an element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-haspopup"
28239
- },
28240
- {
28241
- "kind": "field",
28242
- "name": "ariaHidden",
28243
- "type": {
28244
- "text": "'false' | 'true' | string | null"
28245
- },
28246
- "privacy": "public",
28247
- "description": "Indicates whether the element is exposed to an accessibility API\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-hidden"
28248
- },
28249
- {
28250
- "kind": "field",
28251
- "name": "ariaInvalid",
28252
- "type": {
28253
- "text": "'false' | 'true' | 'grammar' | 'spelling' | string | null"
28254
- },
28255
- "privacy": "public",
28256
- "description": "Indicates the entered value does not conform to the format expected by the application.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-invalid"
28257
- },
28258
- {
28259
- "kind": "field",
28260
- "name": "ariaKeyshortcuts",
28261
- "type": {
28262
- "text": "string | null"
28263
- },
28264
- "privacy": "public",
28265
- "description": "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-keyshortcuts"
28266
- },
28267
- {
28268
- "kind": "field",
28269
- "name": "ariaLabel",
28270
- "type": {
28271
- "text": "string | null"
28272
- },
28273
- "privacy": "public",
28274
- "description": "Defines a string value that labels the current element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label"
28275
- },
28276
- {
28277
- "kind": "field",
28278
- "name": "ariaLabelledby",
28279
- "type": {
28280
- "text": "string | null"
28281
- },
28282
- "privacy": "public",
28283
- "description": "Identifies the element (or elements) that labels the current element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-labelledby"
28284
- },
28285
- {
28286
- "kind": "field",
28287
- "name": "ariaLive",
28288
- "type": {
28289
- "text": "'assertive' | 'off' | 'polite' | string | null"
28290
- },
28291
- "privacy": "public",
28292
- "description": "Indicates that an element will be updated, and describes the types of updates the user agents,\nassistive technologies, and user can expect from the live region.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-live"
28293
- },
28294
- {
28295
- "kind": "field",
28296
- "name": "ariaOwns",
28297
- "type": {
28298
- "text": "string | null"
28299
- },
28300
- "privacy": "public",
28301
- "description": "Identifies an element (or elements) in order to define a visual,\nfunctional, or contextual parent/child relationship between DOM elements\nwhere the DOM hierarchy cannot be used to represent the relationship.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-owns"
28302
- },
28303
- {
28304
- "kind": "field",
28305
- "name": "ariaRelevant",
28306
- "type": {
28307
- "text": "'additions' | 'additions text' | 'all' | 'removals' | 'text' | string | null"
28308
- },
28309
- "privacy": "public",
28310
- "description": "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-relevant"
28311
- },
28312
- {
28313
- "kind": "field",
28314
- "name": "ariaRoledescription",
28315
- "type": {
28316
- "text": "string | null"
28317
- },
28318
- "privacy": "public",
28319
- "description": "Defines a human-readable, author-localized description for the role of an element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-roledescription"
28320
- }
28321
- ],
28322
- "attributes": [
28323
- {
28324
- "name": "aria-atomic",
28325
- "type": {
28326
- "text": "'true' | 'false' | string | null"
28327
- },
28328
- "description": "Indicates whether assistive technologies will present all, or only parts of,\nthe changed region based on the change notifications defined by the aria-relevant attribute.\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-atomic",
28329
- "fieldName": "ariaAtomic"
28330
- },
28331
- {
28332
- "name": "aria-busy",
28333
- "type": {
28334
- "text": "'true' | 'false' | string | null"
28335
- },
28336
- "description": "Indicates an element is being modified and that assistive technologies MAY want to wait\nuntil the modifications are complete before exposing them to the user.\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-busy",
28337
- "fieldName": "ariaBusy"
28338
- },
28339
- {
28340
- "name": "aria-controls",
28341
- "type": {
28342
- "text": "string | null"
28343
- },
28344
- "description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-controls",
28345
- "fieldName": "ariaControls"
28346
- },
28347
- {
28348
- "name": "aria-current",
28349
- "type": {
28350
- "text": "'page' | 'step' | 'location' | 'date' | 'time' | 'true' | 'false' | string | null"
28351
- },
28352
- "description": "Indicates the element that represents the current item within a container or set of related elements.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-current",
28353
- "fieldName": "ariaCurrent"
28354
- },
28355
- {
28356
- "name": "aria-describedby",
28357
- "type": {
28358
- "text": "string | null"
28359
- },
28360
- "description": "Identifies the element (or elements) that describes the object.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-describedby",
28361
- "fieldName": "ariaDescribedby"
28362
- },
28363
- {
28364
- "name": "aria-details",
28365
- "type": {
28366
- "text": "string | null"
28367
- },
28368
- "description": "Identifies the element that provides a detailed, extended description for the object.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-details",
28369
- "fieldName": "ariaDetails"
28370
- },
28371
- {
28372
- "name": "aria-disabled",
28373
- "type": {
28160
+ "kind": "variable",
28161
+ "name": "declarativeDefinition",
28162
+ "type": {
28163
+ "text": "{\n name: tagName,\n templateOptions: 'defer-and-hydrate',\n}"
28164
+ },
28165
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28166
+ "description": "The async definition configuration for the fluent-accordion element.",
28167
+ "privacy": "public"
28168
+ }
28169
+ ],
28170
+ "exports": [
28171
+ {
28172
+ "kind": "js",
28173
+ "name": "declarativeDefinition",
28174
+ "declaration": {
28175
+ "name": "declarativeDefinition",
28176
+ "module": "src/accordion/accordion.definition-async.ts"
28177
+ }
28178
+ }
28179
+ ]
28180
+ },
28181
+ {
28182
+ "kind": "javascript-module",
28183
+ "path": "src/accordion/define-async.ts",
28184
+ "declarations": [],
28185
+ "exports": []
28186
+ },
28187
+ {
28188
+ "kind": "javascript-module",
28189
+ "path": "src/accordion-item/accordion-item.definition-async.ts",
28190
+ "declarations": [
28191
+ {
28192
+ "kind": "variable",
28193
+ "name": "definition",
28194
+ "type": {
28195
+ "text": "PartialFASTElementDefinition"
28196
+ },
28197
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28198
+ "description": "The async definition configuration for the fluent-accordion-item element.",
28199
+ "privacy": "public"
28200
+ }
28201
+ ],
28202
+ "exports": [
28203
+ {
28204
+ "kind": "js",
28205
+ "name": "definition",
28206
+ "declaration": {
28207
+ "name": "definition",
28208
+ "module": "src/accordion-item/accordion-item.definition-async.ts"
28209
+ }
28210
+ }
28211
+ ]
28212
+ },
28213
+ {
28214
+ "kind": "javascript-module",
28215
+ "path": "src/accordion-item/define-async.ts",
28216
+ "declarations": [],
28217
+ "exports": []
28218
+ },
28219
+ {
28220
+ "kind": "javascript-module",
28221
+ "path": "src/badge/badge.definition-async.ts",
28222
+ "declarations": [
28223
+ {
28224
+ "kind": "variable",
28225
+ "name": "definition",
28226
+ "type": {
28227
+ "text": "PartialFASTElementDefinition"
28228
+ },
28229
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28230
+ "description": "The async definition configuration for the fluent-badge element.",
28231
+ "privacy": "public"
28232
+ }
28233
+ ],
28234
+ "exports": [
28235
+ {
28236
+ "kind": "js",
28237
+ "name": "definition",
28238
+ "declaration": {
28239
+ "name": "definition",
28240
+ "module": "src/badge/badge.definition-async.ts"
28241
+ }
28242
+ }
28243
+ ]
28244
+ },
28245
+ {
28246
+ "kind": "javascript-module",
28247
+ "path": "src/badge/define-async.ts",
28248
+ "declarations": [],
28249
+ "exports": []
28250
+ },
28251
+ {
28252
+ "kind": "javascript-module",
28253
+ "path": "src/anchor-button/anchor-button.definition-async.ts",
28254
+ "declarations": [
28255
+ {
28256
+ "kind": "variable",
28257
+ "name": "definition",
28258
+ "type": {
28259
+ "text": "PartialFASTElementDefinition"
28260
+ },
28261
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28262
+ "description": "The async definition configuration for the fluent-anchor-button element.",
28263
+ "privacy": "public"
28264
+ }
28265
+ ],
28266
+ "exports": [
28267
+ {
28268
+ "kind": "js",
28269
+ "name": "definition",
28270
+ "declaration": {
28271
+ "name": "definition",
28272
+ "module": "src/anchor-button/anchor-button.definition-async.ts"
28273
+ }
28274
+ }
28275
+ ]
28276
+ },
28277
+ {
28278
+ "kind": "javascript-module",
28279
+ "path": "src/anchor-button/define-async.ts",
28280
+ "declarations": [],
28281
+ "exports": []
28282
+ },
28283
+ {
28284
+ "kind": "javascript-module",
28285
+ "path": "src/button/button.definition-async.ts",
28286
+ "declarations": [
28287
+ {
28288
+ "kind": "variable",
28289
+ "name": "definition",
28290
+ "type": {
28291
+ "text": "PartialFASTElementDefinition"
28292
+ },
28293
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28294
+ "description": "The async definition configuration for the fluent-button element.",
28295
+ "privacy": "public"
28296
+ }
28297
+ ],
28298
+ "exports": [
28299
+ {
28300
+ "kind": "js",
28301
+ "name": "definition",
28302
+ "declaration": {
28303
+ "name": "definition",
28304
+ "module": "src/button/button.definition-async.ts"
28305
+ }
28306
+ }
28307
+ ]
28308
+ },
28309
+ {
28310
+ "kind": "javascript-module",
28311
+ "path": "src/button/define-async.ts",
28312
+ "declarations": [],
28313
+ "exports": []
28314
+ },
28315
+ {
28316
+ "kind": "javascript-module",
28317
+ "path": "src/avatar/avatar.definition-async.ts",
28318
+ "declarations": [
28319
+ {
28320
+ "kind": "variable",
28321
+ "name": "definition",
28322
+ "type": {
28323
+ "text": "PartialFASTElementDefinition"
28324
+ },
28325
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28326
+ "description": "The async definition configuration for the fluent-avatar element.",
28327
+ "privacy": "public"
28328
+ }
28329
+ ],
28330
+ "exports": [
28331
+ {
28332
+ "kind": "js",
28333
+ "name": "definition",
28334
+ "declaration": {
28335
+ "name": "definition",
28336
+ "module": "src/avatar/avatar.definition-async.ts"
28337
+ }
28338
+ }
28339
+ ]
28340
+ },
28341
+ {
28342
+ "kind": "javascript-module",
28343
+ "path": "src/avatar/define-async.ts",
28344
+ "declarations": [],
28345
+ "exports": []
28346
+ },
28347
+ {
28348
+ "kind": "javascript-module",
28349
+ "path": "src/checkbox/checkbox.definition-async.ts",
28350
+ "declarations": [
28351
+ {
28352
+ "kind": "variable",
28353
+ "name": "definition",
28354
+ "type": {
28355
+ "text": "PartialFASTElementDefinition"
28356
+ },
28357
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28358
+ "description": "The async definition configuration for the fluent-checkbox element.",
28359
+ "privacy": "public"
28360
+ }
28361
+ ],
28362
+ "exports": [
28363
+ {
28364
+ "kind": "js",
28365
+ "name": "definition",
28366
+ "declaration": {
28367
+ "name": "definition",
28368
+ "module": "src/checkbox/checkbox.definition-async.ts"
28369
+ }
28370
+ }
28371
+ ]
28372
+ },
28373
+ {
28374
+ "kind": "javascript-module",
28375
+ "path": "src/checkbox/define-async.ts",
28376
+ "declarations": [],
28377
+ "exports": []
28378
+ },
28379
+ {
28380
+ "kind": "javascript-module",
28381
+ "path": "src/compound-button/compound-button.definition-async.ts",
28382
+ "declarations": [
28383
+ {
28384
+ "kind": "variable",
28385
+ "name": "definition",
28386
+ "type": {
28387
+ "text": "PartialFASTElementDefinition"
28388
+ },
28389
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28390
+ "description": "The async definition configuration for the fluent-compound-button element.",
28391
+ "privacy": "public"
28392
+ }
28393
+ ],
28394
+ "exports": [
28395
+ {
28396
+ "kind": "js",
28397
+ "name": "definition",
28398
+ "declaration": {
28399
+ "name": "definition",
28400
+ "module": "src/compound-button/compound-button.definition-async.ts"
28401
+ }
28402
+ }
28403
+ ]
28404
+ },
28405
+ {
28406
+ "kind": "javascript-module",
28407
+ "path": "src/compound-button/define-async.ts",
28408
+ "declarations": [],
28409
+ "exports": []
28410
+ },
28411
+ {
28412
+ "kind": "javascript-module",
28413
+ "path": "src/counter-badge/counter-badge.definition-async.ts",
28414
+ "declarations": [
28415
+ {
28416
+ "kind": "variable",
28417
+ "name": "definition",
28418
+ "type": {
28419
+ "text": "PartialFASTElementDefinition"
28420
+ },
28421
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28422
+ "description": "The async definition configuration for the fluent-counter-badge element.",
28423
+ "privacy": "public"
28424
+ }
28425
+ ],
28426
+ "exports": [
28427
+ {
28428
+ "kind": "js",
28429
+ "name": "definition",
28430
+ "declaration": {
28431
+ "name": "definition",
28432
+ "module": "src/counter-badge/counter-badge.definition-async.ts"
28433
+ }
28434
+ }
28435
+ ]
28436
+ },
28437
+ {
28438
+ "kind": "javascript-module",
28439
+ "path": "src/counter-badge/define-async.ts",
28440
+ "declarations": [],
28441
+ "exports": []
28442
+ },
28443
+ {
28444
+ "kind": "javascript-module",
28445
+ "path": "src/dialog/dialog.definition-async.ts",
28446
+ "declarations": [
28447
+ {
28448
+ "kind": "variable",
28449
+ "name": "definition",
28450
+ "type": {
28451
+ "text": "PartialFASTElementDefinition"
28452
+ },
28453
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28454
+ "description": "The async definition configuration for the fluent-dialog element.",
28455
+ "privacy": "public"
28456
+ }
28457
+ ],
28458
+ "exports": [
28459
+ {
28460
+ "kind": "js",
28461
+ "name": "definition",
28462
+ "declaration": {
28463
+ "name": "definition",
28464
+ "module": "src/dialog/dialog.definition-async.ts"
28465
+ }
28466
+ }
28467
+ ]
28468
+ },
28469
+ {
28470
+ "kind": "javascript-module",
28471
+ "path": "src/dialog/define-async.ts",
28472
+ "declarations": [],
28473
+ "exports": []
28474
+ },
28475
+ {
28476
+ "kind": "javascript-module",
28477
+ "path": "src/dialog-body/dialog-body.definition-async.ts",
28478
+ "declarations": [
28479
+ {
28480
+ "kind": "variable",
28481
+ "name": "definition",
28482
+ "type": {
28483
+ "text": "PartialFASTElementDefinition"
28484
+ },
28485
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28486
+ "description": "The async definition configuration for the fluent-dialog-body element.",
28487
+ "privacy": "public"
28488
+ }
28489
+ ],
28490
+ "exports": [
28491
+ {
28492
+ "kind": "js",
28493
+ "name": "definition",
28494
+ "declaration": {
28495
+ "name": "definition",
28496
+ "module": "src/dialog-body/dialog-body.definition-async.ts"
28497
+ }
28498
+ }
28499
+ ]
28500
+ },
28501
+ {
28502
+ "kind": "javascript-module",
28503
+ "path": "src/dialog-body/define-async.ts",
28504
+ "declarations": [],
28505
+ "exports": []
28506
+ },
28507
+ {
28508
+ "kind": "javascript-module",
28509
+ "path": "src/divider/divider.definition-async.ts",
28510
+ "declarations": [
28511
+ {
28512
+ "kind": "variable",
28513
+ "name": "definition",
28514
+ "type": {
28515
+ "text": "PartialFASTElementDefinition"
28516
+ },
28517
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28518
+ "description": "The async definition configuration for the fluent-divider element.",
28519
+ "privacy": "public"
28520
+ }
28521
+ ],
28522
+ "exports": [
28523
+ {
28524
+ "kind": "js",
28525
+ "name": "definition",
28526
+ "declaration": {
28527
+ "name": "definition",
28528
+ "module": "src/divider/divider.definition-async.ts"
28529
+ }
28530
+ }
28531
+ ]
28532
+ },
28533
+ {
28534
+ "kind": "javascript-module",
28535
+ "path": "src/divider/define-async.ts",
28536
+ "declarations": [],
28537
+ "exports": []
28538
+ },
28539
+ {
28540
+ "kind": "javascript-module",
28541
+ "path": "src/drawer/drawer.definition-async.ts",
28542
+ "declarations": [
28543
+ {
28544
+ "kind": "variable",
28545
+ "name": "definition",
28546
+ "type": {
28547
+ "text": "PartialFASTElementDefinition"
28548
+ },
28549
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28550
+ "description": "The async definition configuration for the fluent-drawer element.",
28551
+ "privacy": "public"
28552
+ }
28553
+ ],
28554
+ "exports": [
28555
+ {
28556
+ "kind": "js",
28557
+ "name": "definition",
28558
+ "declaration": {
28559
+ "name": "definition",
28560
+ "module": "src/drawer/drawer.definition-async.ts"
28561
+ }
28562
+ }
28563
+ ]
28564
+ },
28565
+ {
28566
+ "kind": "javascript-module",
28567
+ "path": "src/drawer/define-async.ts",
28568
+ "declarations": [],
28569
+ "exports": []
28570
+ },
28571
+ {
28572
+ "kind": "javascript-module",
28573
+ "path": "src/drawer-body/drawer-body.definition-async.ts",
28574
+ "declarations": [
28575
+ {
28576
+ "kind": "variable",
28577
+ "name": "definition",
28578
+ "type": {
28579
+ "text": "PartialFASTElementDefinition"
28580
+ },
28581
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28582
+ "description": "The async definition configuration for the fluent-drawer-body element.",
28583
+ "privacy": "public"
28584
+ }
28585
+ ],
28586
+ "exports": [
28587
+ {
28588
+ "kind": "js",
28589
+ "name": "definition",
28590
+ "declaration": {
28591
+ "name": "definition",
28592
+ "module": "src/drawer-body/drawer-body.definition-async.ts"
28593
+ }
28594
+ }
28595
+ ]
28596
+ },
28597
+ {
28598
+ "kind": "javascript-module",
28599
+ "path": "src/drawer-body/define-async.ts",
28600
+ "declarations": [],
28601
+ "exports": []
28602
+ },
28603
+ {
28604
+ "kind": "javascript-module",
28605
+ "path": "src/dropdown/dropdown.definition-async.ts",
28606
+ "declarations": [
28607
+ {
28608
+ "kind": "variable",
28609
+ "name": "definition",
28610
+ "type": {
28611
+ "text": "PartialFASTElementDefinition"
28612
+ },
28613
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28614
+ "description": "The async definition configuration for the fluent-dropdown element.",
28615
+ "privacy": "public"
28616
+ }
28617
+ ],
28618
+ "exports": [
28619
+ {
28620
+ "kind": "js",
28621
+ "name": "definition",
28622
+ "declaration": {
28623
+ "name": "definition",
28624
+ "module": "src/dropdown/dropdown.definition-async.ts"
28625
+ }
28626
+ }
28627
+ ]
28628
+ },
28629
+ {
28630
+ "kind": "javascript-module",
28631
+ "path": "src/dropdown/define-async.ts",
28632
+ "declarations": [],
28633
+ "exports": []
28634
+ },
28635
+ {
28636
+ "kind": "javascript-module",
28637
+ "path": "src/field/field.definition-async.ts",
28638
+ "declarations": [
28639
+ {
28640
+ "kind": "variable",
28641
+ "name": "definition",
28642
+ "type": {
28643
+ "text": "PartialFASTElementDefinition"
28644
+ },
28645
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', shadowOptions: { delegatesFocus: true, }, }",
28646
+ "description": "The async definition configuration for the fluent-field element.",
28647
+ "privacy": "public"
28648
+ }
28649
+ ],
28650
+ "exports": [
28651
+ {
28652
+ "kind": "js",
28653
+ "name": "definition",
28654
+ "declaration": {
28655
+ "name": "definition",
28656
+ "module": "src/field/field.definition-async.ts"
28657
+ }
28658
+ }
28659
+ ]
28660
+ },
28661
+ {
28662
+ "kind": "javascript-module",
28663
+ "path": "src/field/define-async.ts",
28664
+ "declarations": [],
28665
+ "exports": []
28666
+ },
28667
+ {
28668
+ "kind": "javascript-module",
28669
+ "path": "src/image/image.definition-async.ts",
28670
+ "declarations": [
28671
+ {
28672
+ "kind": "variable",
28673
+ "name": "definition",
28674
+ "type": {
28675
+ "text": "PartialFASTElementDefinition"
28676
+ },
28677
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28678
+ "description": "The async definition configuration for the fluent-image element.",
28679
+ "privacy": "public"
28680
+ }
28681
+ ],
28682
+ "exports": [
28683
+ {
28684
+ "kind": "js",
28685
+ "name": "definition",
28686
+ "declaration": {
28687
+ "name": "definition",
28688
+ "module": "src/image/image.definition-async.ts"
28689
+ }
28690
+ }
28691
+ ]
28692
+ },
28693
+ {
28694
+ "kind": "javascript-module",
28695
+ "path": "src/image/define-async.ts",
28696
+ "declarations": [],
28697
+ "exports": []
28698
+ },
28699
+ {
28700
+ "kind": "javascript-module",
28701
+ "path": "src/label/label.definition-async.ts",
28702
+ "declarations": [
28703
+ {
28704
+ "kind": "variable",
28705
+ "name": "definition",
28706
+ "type": {
28707
+ "text": "PartialFASTElementDefinition"
28708
+ },
28709
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28710
+ "description": "The async definition configuration for the fluent-label element.",
28711
+ "privacy": "public"
28712
+ }
28713
+ ],
28714
+ "exports": [
28715
+ {
28716
+ "kind": "js",
28717
+ "name": "definition",
28718
+ "declaration": {
28719
+ "name": "definition",
28720
+ "module": "src/label/label.definition-async.ts"
28721
+ }
28722
+ }
28723
+ ]
28724
+ },
28725
+ {
28726
+ "kind": "javascript-module",
28727
+ "path": "src/label/define-async.ts",
28728
+ "declarations": [],
28729
+ "exports": []
28730
+ },
28731
+ {
28732
+ "kind": "javascript-module",
28733
+ "path": "src/link/link.definition-async.ts",
28734
+ "declarations": [
28735
+ {
28736
+ "kind": "variable",
28737
+ "name": "definition",
28738
+ "type": {
28739
+ "text": "PartialFASTElementDefinition"
28740
+ },
28741
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28742
+ "description": "The async definition configuration for the fluent-link element.",
28743
+ "privacy": "public"
28744
+ }
28745
+ ],
28746
+ "exports": [
28747
+ {
28748
+ "kind": "js",
28749
+ "name": "definition",
28750
+ "declaration": {
28751
+ "name": "definition",
28752
+ "module": "src/link/link.definition-async.ts"
28753
+ }
28754
+ }
28755
+ ]
28756
+ },
28757
+ {
28758
+ "kind": "javascript-module",
28759
+ "path": "src/link/define-async.ts",
28760
+ "declarations": [],
28761
+ "exports": []
28762
+ },
28763
+ {
28764
+ "kind": "javascript-module",
28765
+ "path": "src/listbox/listbox.definition-async.ts",
28766
+ "declarations": [
28767
+ {
28768
+ "kind": "variable",
28769
+ "name": "definition",
28770
+ "type": {
28771
+ "text": "PartialFASTElementDefinition"
28772
+ },
28773
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28774
+ "description": "The async definition configuration for the fluent-listbox element.",
28775
+ "privacy": "public"
28776
+ }
28777
+ ],
28778
+ "exports": [
28779
+ {
28780
+ "kind": "js",
28781
+ "name": "definition",
28782
+ "declaration": {
28783
+ "name": "definition",
28784
+ "module": "src/listbox/listbox.definition-async.ts"
28785
+ }
28786
+ }
28787
+ ]
28788
+ },
28789
+ {
28790
+ "kind": "javascript-module",
28791
+ "path": "src/listbox/define-async.ts",
28792
+ "declarations": [],
28793
+ "exports": []
28794
+ },
28795
+ {
28796
+ "kind": "javascript-module",
28797
+ "path": "src/menu/menu.definition-async.ts",
28798
+ "declarations": [
28799
+ {
28800
+ "kind": "variable",
28801
+ "name": "definition",
28802
+ "type": {
28803
+ "text": "PartialFASTElementDefinition"
28804
+ },
28805
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28806
+ "description": "The async definition configuration for the fluent-menu element.",
28807
+ "privacy": "public"
28808
+ }
28809
+ ],
28810
+ "exports": [
28811
+ {
28812
+ "kind": "js",
28813
+ "name": "definition",
28814
+ "declaration": {
28815
+ "name": "definition",
28816
+ "module": "src/menu/menu.definition-async.ts"
28817
+ }
28818
+ }
28819
+ ]
28820
+ },
28821
+ {
28822
+ "kind": "javascript-module",
28823
+ "path": "src/menu/define-async.ts",
28824
+ "declarations": [],
28825
+ "exports": []
28826
+ },
28827
+ {
28828
+ "kind": "javascript-module",
28829
+ "path": "src/menu-button/menu-button.definition-async.ts",
28830
+ "declarations": [
28831
+ {
28832
+ "kind": "variable",
28833
+ "name": "definition",
28834
+ "type": {
28835
+ "text": "PartialFASTElementDefinition"
28836
+ },
28837
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28838
+ "description": "The async definition configuration for the fluent-menu-button element.",
28839
+ "privacy": "public"
28840
+ }
28841
+ ],
28842
+ "exports": [
28843
+ {
28844
+ "kind": "js",
28845
+ "name": "definition",
28846
+ "declaration": {
28847
+ "name": "definition",
28848
+ "module": "src/menu-button/menu-button.definition-async.ts"
28849
+ }
28850
+ }
28851
+ ]
28852
+ },
28853
+ {
28854
+ "kind": "javascript-module",
28855
+ "path": "src/menu-button/define-async.ts",
28856
+ "declarations": [],
28857
+ "exports": []
28858
+ },
28859
+ {
28860
+ "kind": "javascript-module",
28861
+ "path": "src/menu-item/menu-item.definition-async.ts",
28862
+ "declarations": [
28863
+ {
28864
+ "kind": "variable",
28865
+ "name": "definition",
28866
+ "type": {
28867
+ "text": "PartialFASTElementDefinition"
28868
+ },
28869
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28870
+ "description": "The async definition configuration for the fluent-menu-item element.",
28871
+ "privacy": "public"
28872
+ }
28873
+ ],
28874
+ "exports": [
28875
+ {
28876
+ "kind": "js",
28877
+ "name": "definition",
28878
+ "declaration": {
28879
+ "name": "definition",
28880
+ "module": "src/menu-item/menu-item.definition-async.ts"
28881
+ }
28882
+ }
28883
+ ]
28884
+ },
28885
+ {
28886
+ "kind": "javascript-module",
28887
+ "path": "src/menu-item/define-async.ts",
28888
+ "declarations": [],
28889
+ "exports": []
28890
+ },
28891
+ {
28892
+ "kind": "javascript-module",
28893
+ "path": "src/menu-list/menu-list.definition-async.ts",
28894
+ "declarations": [
28895
+ {
28896
+ "kind": "variable",
28897
+ "name": "definition",
28898
+ "type": {
28899
+ "text": "PartialFASTElementDefinition"
28900
+ },
28901
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28902
+ "description": "The async definition configuration for the fluent-menu-list element.",
28903
+ "privacy": "public"
28904
+ }
28905
+ ],
28906
+ "exports": [
28907
+ {
28908
+ "kind": "js",
28909
+ "name": "definition",
28910
+ "declaration": {
28911
+ "name": "definition",
28912
+ "module": "src/menu-list/menu-list.definition-async.ts"
28913
+ }
28914
+ }
28915
+ ]
28916
+ },
28917
+ {
28918
+ "kind": "javascript-module",
28919
+ "path": "src/menu-list/define-async.ts",
28920
+ "declarations": [],
28921
+ "exports": []
28922
+ },
28923
+ {
28924
+ "kind": "javascript-module",
28925
+ "path": "src/message-bar/message-bar.definition-async.ts",
28926
+ "declarations": [
28927
+ {
28928
+ "kind": "variable",
28929
+ "name": "definition",
28930
+ "type": {
28931
+ "text": "PartialFASTElementDefinition"
28932
+ },
28933
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28934
+ "description": "The async definition configuration for the fluent-message-bar element.",
28935
+ "privacy": "public"
28936
+ }
28937
+ ],
28938
+ "exports": [
28939
+ {
28940
+ "kind": "js",
28941
+ "name": "definition",
28942
+ "declaration": {
28943
+ "name": "definition",
28944
+ "module": "src/message-bar/message-bar.definition-async.ts"
28945
+ }
28946
+ }
28947
+ ]
28948
+ },
28949
+ {
28950
+ "kind": "javascript-module",
28951
+ "path": "src/message-bar/define-async.ts",
28952
+ "declarations": [],
28953
+ "exports": []
28954
+ },
28955
+ {
28956
+ "kind": "javascript-module",
28957
+ "path": "src/option/option.definition-async.ts",
28958
+ "declarations": [
28959
+ {
28960
+ "kind": "variable",
28961
+ "name": "definition",
28962
+ "type": {
28963
+ "text": "PartialFASTElementDefinition"
28964
+ },
28965
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
28966
+ "description": "The async definition configuration for the fluent-option element.",
28967
+ "privacy": "public"
28968
+ }
28969
+ ],
28970
+ "exports": [
28971
+ {
28972
+ "kind": "js",
28973
+ "name": "definition",
28974
+ "declaration": {
28975
+ "name": "definition",
28976
+ "module": "src/option/option.definition-async.ts"
28977
+ }
28978
+ }
28979
+ ]
28980
+ },
28981
+ {
28982
+ "kind": "javascript-module",
28983
+ "path": "src/option/define-async.ts",
28984
+ "declarations": [],
28985
+ "exports": []
28986
+ },
28987
+ {
28988
+ "kind": "javascript-module",
28989
+ "path": "src/patterns/aria-globals.ts",
28990
+ "declarations": [
28991
+ {
28992
+ "kind": "class",
28993
+ "description": "Some states and properties are applicable to all host language elements regardless of whether a role is applied.\nThe following global states and properties are supported by all roles and by all base markup elements.\nhttps://www.w3.org/TR/wai-aria-1.1/#global_states\n\nThis is intended to be used as a mixin. Be sure you extend FASTElement.",
28994
+ "name": "ARIAGlobalStatesAndProperties",
28995
+ "members": [
28996
+ {
28997
+ "kind": "field",
28998
+ "name": "ariaAtomic",
28999
+ "type": {
29000
+ "text": "'true' | 'false' | string | null"
29001
+ },
29002
+ "privacy": "public",
29003
+ "description": "Indicates whether assistive technologies will present all, or only parts of,\nthe changed region based on the change notifications defined by the aria-relevant attribute.\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-atomic"
29004
+ },
29005
+ {
29006
+ "kind": "field",
29007
+ "name": "ariaBusy",
29008
+ "type": {
29009
+ "text": "'true' | 'false' | string | null"
29010
+ },
29011
+ "privacy": "public",
29012
+ "description": "Indicates an element is being modified and that assistive technologies MAY want to wait\nuntil the modifications are complete before exposing them to the user.\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-busy"
29013
+ },
29014
+ {
29015
+ "kind": "field",
29016
+ "name": "ariaControls",
29017
+ "type": {
29018
+ "text": "string | null"
29019
+ },
29020
+ "privacy": "public",
29021
+ "description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-controls"
29022
+ },
29023
+ {
29024
+ "kind": "field",
29025
+ "name": "ariaCurrent",
29026
+ "type": {
29027
+ "text": "'page' | 'step' | 'location' | 'date' | 'time' | 'true' | 'false' | string | null"
29028
+ },
29029
+ "privacy": "public",
29030
+ "description": "Indicates the element that represents the current item within a container or set of related elements.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-current"
29031
+ },
29032
+ {
29033
+ "kind": "field",
29034
+ "name": "ariaDescribedby",
29035
+ "type": {
29036
+ "text": "string | null"
29037
+ },
29038
+ "privacy": "public",
29039
+ "description": "Identifies the element (or elements) that describes the object.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-describedby"
29040
+ },
29041
+ {
29042
+ "kind": "field",
29043
+ "name": "ariaDetails",
29044
+ "type": {
29045
+ "text": "string | null"
29046
+ },
29047
+ "privacy": "public",
29048
+ "description": "Identifies the element that provides a detailed, extended description for the object.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-details"
29049
+ },
29050
+ {
29051
+ "kind": "field",
29052
+ "name": "ariaDisabled",
29053
+ "type": {
29054
+ "text": "'true' | 'false' | string | null"
29055
+ },
29056
+ "privacy": "public",
29057
+ "description": "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-disabled"
29058
+ },
29059
+ {
29060
+ "kind": "field",
29061
+ "name": "ariaErrormessage",
29062
+ "type": {
29063
+ "text": "string | null"
29064
+ },
29065
+ "privacy": "public",
29066
+ "description": "Identifies the element that provides an error message for the object.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-errormessage"
29067
+ },
29068
+ {
29069
+ "kind": "field",
29070
+ "name": "ariaFlowto",
29071
+ "type": {
29072
+ "text": "string | null"
29073
+ },
29074
+ "privacy": "public",
29075
+ "description": "Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,\nallows assistive technology to override the general default of reading in document source order.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-flowto"
29076
+ },
29077
+ {
29078
+ "kind": "field",
29079
+ "name": "ariaHaspopup",
29080
+ "type": {
29081
+ "text": "'false' | 'true' | 'menu' | 'listbox' | 'tree' | 'grid' | 'dialog' | string | null"
29082
+ },
29083
+ "privacy": "public",
29084
+ "description": "Indicates the availability and type of interactive popup element,\nsuch as menu or dialog, that can be triggered by an element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-haspopup"
29085
+ },
29086
+ {
29087
+ "kind": "field",
29088
+ "name": "ariaHidden",
29089
+ "type": {
29090
+ "text": "'false' | 'true' | string | null"
29091
+ },
29092
+ "privacy": "public",
29093
+ "description": "Indicates whether the element is exposed to an accessibility API\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-hidden"
29094
+ },
29095
+ {
29096
+ "kind": "field",
29097
+ "name": "ariaInvalid",
29098
+ "type": {
29099
+ "text": "'false' | 'true' | 'grammar' | 'spelling' | string | null"
29100
+ },
29101
+ "privacy": "public",
29102
+ "description": "Indicates the entered value does not conform to the format expected by the application.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-invalid"
29103
+ },
29104
+ {
29105
+ "kind": "field",
29106
+ "name": "ariaKeyshortcuts",
29107
+ "type": {
29108
+ "text": "string | null"
29109
+ },
29110
+ "privacy": "public",
29111
+ "description": "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-keyshortcuts"
29112
+ },
29113
+ {
29114
+ "kind": "field",
29115
+ "name": "ariaLabel",
29116
+ "type": {
29117
+ "text": "string | null"
29118
+ },
29119
+ "privacy": "public",
29120
+ "description": "Defines a string value that labels the current element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label"
29121
+ },
29122
+ {
29123
+ "kind": "field",
29124
+ "name": "ariaLabelledby",
29125
+ "type": {
29126
+ "text": "string | null"
29127
+ },
29128
+ "privacy": "public",
29129
+ "description": "Identifies the element (or elements) that labels the current element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-labelledby"
29130
+ },
29131
+ {
29132
+ "kind": "field",
29133
+ "name": "ariaLive",
29134
+ "type": {
29135
+ "text": "'assertive' | 'off' | 'polite' | string | null"
29136
+ },
29137
+ "privacy": "public",
29138
+ "description": "Indicates that an element will be updated, and describes the types of updates the user agents,\nassistive technologies, and user can expect from the live region.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-live"
29139
+ },
29140
+ {
29141
+ "kind": "field",
29142
+ "name": "ariaOwns",
29143
+ "type": {
29144
+ "text": "string | null"
29145
+ },
29146
+ "privacy": "public",
29147
+ "description": "Identifies an element (or elements) in order to define a visual,\nfunctional, or contextual parent/child relationship between DOM elements\nwhere the DOM hierarchy cannot be used to represent the relationship.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-owns"
29148
+ },
29149
+ {
29150
+ "kind": "field",
29151
+ "name": "ariaRelevant",
29152
+ "type": {
29153
+ "text": "'additions' | 'additions text' | 'all' | 'removals' | 'text' | string | null"
29154
+ },
29155
+ "privacy": "public",
29156
+ "description": "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-relevant"
29157
+ },
29158
+ {
29159
+ "kind": "field",
29160
+ "name": "ariaRoledescription",
29161
+ "type": {
29162
+ "text": "string | null"
29163
+ },
29164
+ "privacy": "public",
29165
+ "description": "Defines a human-readable, author-localized description for the role of an element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-roledescription"
29166
+ }
29167
+ ],
29168
+ "attributes": [
29169
+ {
29170
+ "name": "aria-atomic",
29171
+ "type": {
29172
+ "text": "'true' | 'false' | string | null"
29173
+ },
29174
+ "description": "Indicates whether assistive technologies will present all, or only parts of,\nthe changed region based on the change notifications defined by the aria-relevant attribute.\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-atomic",
29175
+ "fieldName": "ariaAtomic"
29176
+ },
29177
+ {
29178
+ "name": "aria-busy",
29179
+ "type": {
29180
+ "text": "'true' | 'false' | string | null"
29181
+ },
29182
+ "description": "Indicates an element is being modified and that assistive technologies MAY want to wait\nuntil the modifications are complete before exposing them to the user.\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-busy",
29183
+ "fieldName": "ariaBusy"
29184
+ },
29185
+ {
29186
+ "name": "aria-controls",
29187
+ "type": {
29188
+ "text": "string | null"
29189
+ },
29190
+ "description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-controls",
29191
+ "fieldName": "ariaControls"
29192
+ },
29193
+ {
29194
+ "name": "aria-current",
29195
+ "type": {
29196
+ "text": "'page' | 'step' | 'location' | 'date' | 'time' | 'true' | 'false' | string | null"
29197
+ },
29198
+ "description": "Indicates the element that represents the current item within a container or set of related elements.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-current",
29199
+ "fieldName": "ariaCurrent"
29200
+ },
29201
+ {
29202
+ "name": "aria-describedby",
29203
+ "type": {
29204
+ "text": "string | null"
29205
+ },
29206
+ "description": "Identifies the element (or elements) that describes the object.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-describedby",
29207
+ "fieldName": "ariaDescribedby"
29208
+ },
29209
+ {
29210
+ "name": "aria-details",
29211
+ "type": {
29212
+ "text": "string | null"
29213
+ },
29214
+ "description": "Identifies the element that provides a detailed, extended description for the object.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-details",
29215
+ "fieldName": "ariaDetails"
29216
+ },
29217
+ {
29218
+ "name": "aria-disabled",
29219
+ "type": {
28374
29220
  "text": "'true' | 'false' | string | null"
28375
29221
  },
28376
29222
  "description": "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-disabled",
@@ -28478,14 +29324,526 @@
28478
29324
  "exports": [
28479
29325
  {
28480
29326
  "kind": "js",
28481
- "name": "ARIAGlobalStatesAndProperties",
29327
+ "name": "ARIAGlobalStatesAndProperties",
29328
+ "declaration": {
29329
+ "name": "ARIAGlobalStatesAndProperties",
29330
+ "module": "src/patterns/aria-globals.ts"
29331
+ }
29332
+ }
29333
+ ]
29334
+ },
29335
+ {
29336
+ "kind": "javascript-module",
29337
+ "path": "src/progress-bar/progress-bar.definition-async.ts",
29338
+ "declarations": [
29339
+ {
29340
+ "kind": "variable",
29341
+ "name": "definition",
29342
+ "type": {
29343
+ "text": "PartialFASTElementDefinition"
29344
+ },
29345
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
29346
+ "description": "The async definition configuration for the fluent-progress-bar element.",
29347
+ "privacy": "public"
29348
+ }
29349
+ ],
29350
+ "exports": [
29351
+ {
29352
+ "kind": "js",
29353
+ "name": "definition",
29354
+ "declaration": {
29355
+ "name": "definition",
29356
+ "module": "src/progress-bar/progress-bar.definition-async.ts"
29357
+ }
29358
+ }
29359
+ ]
29360
+ },
29361
+ {
29362
+ "kind": "javascript-module",
29363
+ "path": "src/progress-bar/define-async.ts",
29364
+ "declarations": [],
29365
+ "exports": []
29366
+ },
29367
+ {
29368
+ "kind": "javascript-module",
29369
+ "path": "src/radio/radio.definition-async.ts",
29370
+ "declarations": [
29371
+ {
29372
+ "kind": "variable",
29373
+ "name": "definition",
29374
+ "type": {
29375
+ "text": "PartialFASTElementDefinition"
29376
+ },
29377
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
29378
+ "description": "The async definition configuration for the fluent-radio element.",
29379
+ "privacy": "public"
29380
+ }
29381
+ ],
29382
+ "exports": [
29383
+ {
29384
+ "kind": "js",
29385
+ "name": "definition",
29386
+ "declaration": {
29387
+ "name": "definition",
29388
+ "module": "src/radio/radio.definition-async.ts"
29389
+ }
29390
+ }
29391
+ ]
29392
+ },
29393
+ {
29394
+ "kind": "javascript-module",
29395
+ "path": "src/radio/define-async.ts",
29396
+ "declarations": [],
29397
+ "exports": []
29398
+ },
29399
+ {
29400
+ "kind": "javascript-module",
29401
+ "path": "src/radio-group/radio-group.definition-async.ts",
29402
+ "declarations": [
29403
+ {
29404
+ "kind": "variable",
29405
+ "name": "definition",
29406
+ "type": {
29407
+ "text": "PartialFASTElementDefinition"
29408
+ },
29409
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
29410
+ "description": "The async definition configuration for the fluent-radio-group element.",
29411
+ "privacy": "public"
29412
+ }
29413
+ ],
29414
+ "exports": [
29415
+ {
29416
+ "kind": "js",
29417
+ "name": "definition",
29418
+ "declaration": {
29419
+ "name": "definition",
29420
+ "module": "src/radio-group/radio-group.definition-async.ts"
29421
+ }
29422
+ }
29423
+ ]
29424
+ },
29425
+ {
29426
+ "kind": "javascript-module",
29427
+ "path": "src/radio-group/define-async.ts",
29428
+ "declarations": [],
29429
+ "exports": []
29430
+ },
29431
+ {
29432
+ "kind": "javascript-module",
29433
+ "path": "src/rating-display/rating-display.definition-async.ts",
29434
+ "declarations": [
29435
+ {
29436
+ "kind": "variable",
29437
+ "name": "definition",
29438
+ "type": {
29439
+ "text": "PartialFASTElementDefinition"
29440
+ },
29441
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
29442
+ "description": "The async definition configuration for the fluent-rating-display element.",
29443
+ "privacy": "public"
29444
+ }
29445
+ ],
29446
+ "exports": [
29447
+ {
29448
+ "kind": "js",
29449
+ "name": "definition",
29450
+ "declaration": {
29451
+ "name": "definition",
29452
+ "module": "src/rating-display/rating-display.definition-async.ts"
29453
+ }
29454
+ }
29455
+ ]
29456
+ },
29457
+ {
29458
+ "kind": "javascript-module",
29459
+ "path": "src/rating-display/define-async.ts",
29460
+ "declarations": [],
29461
+ "exports": []
29462
+ },
29463
+ {
29464
+ "kind": "javascript-module",
29465
+ "path": "src/slider/slider.definition-async.ts",
29466
+ "declarations": [
29467
+ {
29468
+ "kind": "variable",
29469
+ "name": "definition",
29470
+ "type": {
29471
+ "text": "PartialFASTElementDefinition"
29472
+ },
29473
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
29474
+ "description": "The async definition configuration for the fluent-slider element.",
29475
+ "privacy": "public"
29476
+ }
29477
+ ],
29478
+ "exports": [
29479
+ {
29480
+ "kind": "js",
29481
+ "name": "definition",
29482
+ "declaration": {
29483
+ "name": "definition",
29484
+ "module": "src/slider/slider.definition-async.ts"
29485
+ }
29486
+ }
29487
+ ]
29488
+ },
29489
+ {
29490
+ "kind": "javascript-module",
29491
+ "path": "src/slider/define-async.ts",
29492
+ "declarations": [],
29493
+ "exports": []
29494
+ },
29495
+ {
29496
+ "kind": "javascript-module",
29497
+ "path": "src/spinner/spinner.definition-async.ts",
29498
+ "declarations": [
29499
+ {
29500
+ "kind": "variable",
29501
+ "name": "definition",
29502
+ "type": {
29503
+ "text": "PartialFASTElementDefinition"
29504
+ },
29505
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
29506
+ "description": "The async definition configuration for the fluent-spinner element.",
29507
+ "privacy": "public"
29508
+ }
29509
+ ],
29510
+ "exports": [
29511
+ {
29512
+ "kind": "js",
29513
+ "name": "definition",
28482
29514
  "declaration": {
28483
- "name": "ARIAGlobalStatesAndProperties",
28484
- "module": "src/patterns/aria-globals.ts"
29515
+ "name": "definition",
29516
+ "module": "src/spinner/spinner.definition-async.ts"
29517
+ }
29518
+ }
29519
+ ]
29520
+ },
29521
+ {
29522
+ "kind": "javascript-module",
29523
+ "path": "src/spinner/define-async.ts",
29524
+ "declarations": [],
29525
+ "exports": []
29526
+ },
29527
+ {
29528
+ "kind": "javascript-module",
29529
+ "path": "src/switch/switch.definition-async.ts",
29530
+ "declarations": [
29531
+ {
29532
+ "kind": "variable",
29533
+ "name": "definition",
29534
+ "type": {
29535
+ "text": "PartialFASTElementDefinition"
29536
+ },
29537
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
29538
+ "description": "The async definition configuration for the fluent-switch element.",
29539
+ "privacy": "public"
29540
+ }
29541
+ ],
29542
+ "exports": [
29543
+ {
29544
+ "kind": "js",
29545
+ "name": "definition",
29546
+ "declaration": {
29547
+ "name": "definition",
29548
+ "module": "src/switch/switch.definition-async.ts"
29549
+ }
29550
+ }
29551
+ ]
29552
+ },
29553
+ {
29554
+ "kind": "javascript-module",
29555
+ "path": "src/switch/define-async.ts",
29556
+ "declarations": [],
29557
+ "exports": []
29558
+ },
29559
+ {
29560
+ "kind": "javascript-module",
29561
+ "path": "src/tab/tab.definition-async.ts",
29562
+ "declarations": [
29563
+ {
29564
+ "kind": "variable",
29565
+ "name": "definition",
29566
+ "type": {
29567
+ "text": "PartialFASTElementDefinition"
29568
+ },
29569
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
29570
+ "description": "The async definition configuration for the fluent-tab element.",
29571
+ "privacy": "public"
29572
+ }
29573
+ ],
29574
+ "exports": [
29575
+ {
29576
+ "kind": "js",
29577
+ "name": "definition",
29578
+ "declaration": {
29579
+ "name": "definition",
29580
+ "module": "src/tab/tab.definition-async.ts"
29581
+ }
29582
+ }
29583
+ ]
29584
+ },
29585
+ {
29586
+ "kind": "javascript-module",
29587
+ "path": "src/tab/define-async.ts",
29588
+ "declarations": [],
29589
+ "exports": []
29590
+ },
29591
+ {
29592
+ "kind": "javascript-module",
29593
+ "path": "src/tablist/tablist.definition-async.ts",
29594
+ "declarations": [
29595
+ {
29596
+ "kind": "variable",
29597
+ "name": "definition",
29598
+ "type": {
29599
+ "text": "PartialFASTElementDefinition"
29600
+ },
29601
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
29602
+ "description": "The async definition configuration for the fluent-tablist element.",
29603
+ "privacy": "public"
29604
+ }
29605
+ ],
29606
+ "exports": [
29607
+ {
29608
+ "kind": "js",
29609
+ "name": "definition",
29610
+ "declaration": {
29611
+ "name": "definition",
29612
+ "module": "src/tablist/tablist.definition-async.ts"
29613
+ }
29614
+ }
29615
+ ]
29616
+ },
29617
+ {
29618
+ "kind": "javascript-module",
29619
+ "path": "src/tablist/define-async.ts",
29620
+ "declarations": [],
29621
+ "exports": []
29622
+ },
29623
+ {
29624
+ "kind": "javascript-module",
29625
+ "path": "src/text/text.definition-async.ts",
29626
+ "declarations": [
29627
+ {
29628
+ "kind": "variable",
29629
+ "name": "definition",
29630
+ "type": {
29631
+ "text": "PartialFASTElementDefinition"
29632
+ },
29633
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
29634
+ "description": "The async definition configuration for the fluent-text element.",
29635
+ "privacy": "public"
29636
+ }
29637
+ ],
29638
+ "exports": [
29639
+ {
29640
+ "kind": "js",
29641
+ "name": "definition",
29642
+ "declaration": {
29643
+ "name": "definition",
29644
+ "module": "src/text/text.definition-async.ts"
29645
+ }
29646
+ }
29647
+ ]
29648
+ },
29649
+ {
29650
+ "kind": "javascript-module",
29651
+ "path": "src/text/define-async.ts",
29652
+ "declarations": [],
29653
+ "exports": []
29654
+ },
29655
+ {
29656
+ "kind": "javascript-module",
29657
+ "path": "src/text-input/text-input.definition-async.ts",
29658
+ "declarations": [
29659
+ {
29660
+ "kind": "variable",
29661
+ "name": "definition",
29662
+ "type": {
29663
+ "text": "PartialFASTElementDefinition"
29664
+ },
29665
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', shadowOptions: { delegatesFocus: true, }, }",
29666
+ "description": "The async definition configuration for the fluent-text-input element.",
29667
+ "privacy": "public"
29668
+ }
29669
+ ],
29670
+ "exports": [
29671
+ {
29672
+ "kind": "js",
29673
+ "name": "definition",
29674
+ "declaration": {
29675
+ "name": "definition",
29676
+ "module": "src/text-input/text-input.definition-async.ts"
29677
+ }
29678
+ }
29679
+ ]
29680
+ },
29681
+ {
29682
+ "kind": "javascript-module",
29683
+ "path": "src/text-input/define-async.ts",
29684
+ "declarations": [],
29685
+ "exports": []
29686
+ },
29687
+ {
29688
+ "kind": "javascript-module",
29689
+ "path": "src/textarea/textarea.definition-async.ts",
29690
+ "declarations": [
29691
+ {
29692
+ "kind": "variable",
29693
+ "name": "definition",
29694
+ "type": {
29695
+ "text": "PartialFASTElementDefinition"
29696
+ },
29697
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', shadowOptions: { delegatesFocus: true, }, }",
29698
+ "description": "The async definition configuration for the fluent-textarea element.",
29699
+ "privacy": "public"
29700
+ }
29701
+ ],
29702
+ "exports": [
29703
+ {
29704
+ "kind": "js",
29705
+ "name": "definition",
29706
+ "declaration": {
29707
+ "name": "definition",
29708
+ "module": "src/textarea/textarea.definition-async.ts"
29709
+ }
29710
+ }
29711
+ ]
29712
+ },
29713
+ {
29714
+ "kind": "javascript-module",
29715
+ "path": "src/textarea/define-async.ts",
29716
+ "declarations": [],
29717
+ "exports": []
29718
+ },
29719
+ {
29720
+ "kind": "javascript-module",
29721
+ "path": "src/toggle-button/toggle-button.definition-async.ts",
29722
+ "declarations": [
29723
+ {
29724
+ "kind": "variable",
29725
+ "name": "definition",
29726
+ "type": {
29727
+ "text": "PartialFASTElementDefinition"
29728
+ },
29729
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
29730
+ "description": "The async definition configuration for the fluent-toggle-button element.",
29731
+ "privacy": "public"
29732
+ }
29733
+ ],
29734
+ "exports": [
29735
+ {
29736
+ "kind": "js",
29737
+ "name": "definition",
29738
+ "declaration": {
29739
+ "name": "definition",
29740
+ "module": "src/toggle-button/toggle-button.definition-async.ts"
29741
+ }
29742
+ }
29743
+ ]
29744
+ },
29745
+ {
29746
+ "kind": "javascript-module",
29747
+ "path": "src/toggle-button/define-async.ts",
29748
+ "declarations": [],
29749
+ "exports": []
29750
+ },
29751
+ {
29752
+ "kind": "javascript-module",
29753
+ "path": "src/tooltip/tooltip.definition-async.ts",
29754
+ "declarations": [
29755
+ {
29756
+ "kind": "variable",
29757
+ "name": "definition",
29758
+ "type": {
29759
+ "text": "PartialFASTElementDefinition"
29760
+ },
29761
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
29762
+ "description": "The async definition configuration for the fluent-tooltip element.",
29763
+ "privacy": "public"
29764
+ }
29765
+ ],
29766
+ "exports": [
29767
+ {
29768
+ "kind": "js",
29769
+ "name": "definition",
29770
+ "declaration": {
29771
+ "name": "definition",
29772
+ "module": "src/tooltip/tooltip.definition-async.ts"
29773
+ }
29774
+ }
29775
+ ]
29776
+ },
29777
+ {
29778
+ "kind": "javascript-module",
29779
+ "path": "src/tooltip/define-async.ts",
29780
+ "declarations": [],
29781
+ "exports": []
29782
+ },
29783
+ {
29784
+ "kind": "javascript-module",
29785
+ "path": "src/tree/tree.definition-async.ts",
29786
+ "declarations": [
29787
+ {
29788
+ "kind": "variable",
29789
+ "name": "definition",
29790
+ "type": {
29791
+ "text": "PartialFASTElementDefinition"
29792
+ },
29793
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
29794
+ "description": "The async definition configuration for the fluent-tree element.",
29795
+ "privacy": "public"
29796
+ }
29797
+ ],
29798
+ "exports": [
29799
+ {
29800
+ "kind": "js",
29801
+ "name": "definition",
29802
+ "declaration": {
29803
+ "name": "definition",
29804
+ "module": "src/tree/tree.definition-async.ts"
29805
+ }
29806
+ }
29807
+ ]
29808
+ },
29809
+ {
29810
+ "kind": "javascript-module",
29811
+ "path": "src/tree/define-async.ts",
29812
+ "declarations": [],
29813
+ "exports": []
29814
+ },
29815
+ {
29816
+ "kind": "javascript-module",
29817
+ "path": "src/tree-item/tree-item.definition-async.ts",
29818
+ "declarations": [
29819
+ {
29820
+ "kind": "variable",
29821
+ "name": "definition",
29822
+ "type": {
29823
+ "text": "PartialFASTElementDefinition"
29824
+ },
29825
+ "default": "{ name: tagName, templateOptions: 'defer-and-hydrate', }",
29826
+ "description": "The async definition configuration for the fluent-tree-item element.",
29827
+ "privacy": "public"
29828
+ }
29829
+ ],
29830
+ "exports": [
29831
+ {
29832
+ "kind": "js",
29833
+ "name": "definition",
29834
+ "declaration": {
29835
+ "name": "definition",
29836
+ "module": "src/tree-item/tree-item.definition-async.ts"
28485
29837
  }
28486
29838
  }
28487
29839
  ]
28488
29840
  },
29841
+ {
29842
+ "kind": "javascript-module",
29843
+ "path": "src/tree-item/define-async.ts",
29844
+ "declarations": [],
29845
+ "exports": []
29846
+ },
28489
29847
  {
28490
29848
  "kind": "javascript-module",
28491
29849
  "path": "src/utils/benchmark-wrapper.ts",