@fluentui/web-components 3.0.0-rc.20 → 3.0.0-rc.22

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