@vonage/vivid 5.23.1 → 5.24.0

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 (406) hide show
  1. package/accordion/index.cjs +1 -1
  2. package/accordion/index.js +1 -1
  3. package/accordion-item/index.cjs +1 -1
  4. package/accordion-item/index.js +1 -1
  5. package/audio-player/index.cjs +2 -2
  6. package/audio-player/index.js +3 -3
  7. package/badge/index.cjs +1 -1
  8. package/badge/index.js +1 -1
  9. package/bundled/definition15.cjs +8 -7
  10. package/bundled/definition15.js +26 -24
  11. package/bundled/definition17.cjs +2 -2
  12. package/bundled/definition17.js +2 -2
  13. package/bundled/definition18.cjs +12 -83
  14. package/bundled/definition18.js +35 -419
  15. package/bundled/definition19.cjs +87 -7
  16. package/bundled/definition19.js +432 -16
  17. package/bundled/definition20.cjs +7 -37
  18. package/bundled/definition20.js +17 -172
  19. package/bundled/definition21.cjs +35 -27
  20. package/bundled/definition21.js +154 -154
  21. package/bundled/definition22.cjs +29 -6
  22. package/bundled/definition22.js +172 -20
  23. package/bundled/definition23.cjs +6 -12
  24. package/bundled/definition23.js +17 -32
  25. package/bundled/definition24.cjs +12 -39
  26. package/bundled/definition24.js +32 -67
  27. package/bundled/definition25.cjs +44 -0
  28. package/bundled/definition25.js +77 -0
  29. package/bundled/extractOptions.cjs +1 -0
  30. package/bundled/extractOptions.js +11 -0
  31. package/bundled/listbox.cjs +1 -1
  32. package/bundled/listbox.js +24 -11
  33. package/bundled/render-in-light-dom.cjs +1 -1
  34. package/bundled/render-in-light-dom.js +16 -19
  35. package/bundled/vivid-element.cjs +1 -1
  36. package/bundled/vivid-element.js +9 -1
  37. package/combobox/definition.cjs +1 -1
  38. package/combobox/definition.js +1 -1
  39. package/combobox/index.cjs +7 -7
  40. package/combobox/index.js +29 -21
  41. package/country/definition.cjs +1 -1
  42. package/country/definition.js +1 -1
  43. package/country/index.cjs +1 -1
  44. package/country/index.js +1 -1
  45. package/country-group/definition.cjs +1 -1
  46. package/country-group/definition.js +1 -1
  47. package/country-group/index.cjs +1 -1
  48. package/country-group/index.js +2 -2
  49. package/custom-elements.json +3102 -2842
  50. package/data-grid/definition.cjs +1 -1
  51. package/data-grid/definition.js +1 -1
  52. package/data-grid/index.cjs +4 -4
  53. package/data-grid/index.js +5 -5
  54. package/date-picker/definition.cjs +1 -1
  55. package/date-picker/definition.js +1 -1
  56. package/date-picker/index.cjs +1 -1
  57. package/date-picker/index.js +1 -1
  58. package/date-range-picker/definition.cjs +1 -1
  59. package/date-range-picker/definition.js +1 -1
  60. package/date-range-picker/index.cjs +1 -1
  61. package/date-range-picker/index.js +1 -1
  62. package/date-time-picker/definition.cjs +1 -1
  63. package/date-time-picker/definition.js +1 -1
  64. package/date-time-picker/index.cjs +1 -1
  65. package/date-time-picker/index.js +1 -1
  66. package/dial-pad/definition.cjs +1 -1
  67. package/dial-pad/definition.js +1 -1
  68. package/dial-pad/index.cjs +24 -24
  69. package/dial-pad/index.js +120 -51
  70. package/dialog/definition.cjs +1 -1
  71. package/dialog/definition.js +1 -1
  72. package/divider/definition.cjs +1 -1
  73. package/divider/definition.js +1 -1
  74. package/divider/index.cjs +1 -1
  75. package/divider/index.js +1 -1
  76. package/empty-state/definition.cjs +1 -1
  77. package/empty-state/definition.js +1 -1
  78. package/fab/definition.cjs +1 -1
  79. package/fab/definition.js +1 -1
  80. package/file-picker/definition.cjs +1 -1
  81. package/file-picker/definition.js +1 -1
  82. package/flag/definition.cjs +1 -1
  83. package/flag/definition.js +1 -1
  84. package/header/definition.cjs +1 -1
  85. package/header/definition.js +1 -1
  86. package/header/index.cjs +3 -3
  87. package/header/index.js +3 -3
  88. package/index.cjs +200 -196
  89. package/index.js +53 -52
  90. package/kbd-key/definition.cjs +1 -1
  91. package/kbd-key/definition.js +1 -1
  92. package/kbd-shortcut/definition.cjs +1 -1
  93. package/kbd-shortcut/definition.js +1 -1
  94. package/layout/definition.cjs +1 -1
  95. package/layout/definition.js +1 -1
  96. package/lib/accordion-item/accordion-item.d.ts +2 -1
  97. package/lib/action-group/action-group.d.ts +1 -1
  98. package/lib/alert/alert.d.ts +2 -2
  99. package/lib/audio-player/audio-player.d.ts +1 -1
  100. package/lib/avatar/avatar.d.ts +1 -1
  101. package/lib/badge/badge.d.ts +1 -1
  102. package/lib/banner/banner.d.ts +3 -3
  103. package/lib/breadcrumb/breadcrumb.d.ts +1 -1
  104. package/lib/breadcrumb-item/breadcrumb-item.d.ts +1 -1
  105. package/lib/button/button.d.ts +3 -3
  106. package/lib/calendar-event/calendar-event.d.ts +1 -1
  107. package/lib/card/card.d.ts +1 -1
  108. package/lib/checkbox/checkbox.d.ts +6 -6
  109. package/lib/color-picker/color-picker.d.ts +7 -7
  110. package/lib/combobox/combobox.d.ts +7 -7
  111. package/lib/components.d.ts +1 -0
  112. package/lib/country-group/country-group.d.ts +2 -2
  113. package/lib/data-grid/data-grid-cell.d.ts +4 -3
  114. package/lib/data-grid/data-grid-row.d.ts +3 -2
  115. package/lib/data-grid/data-grid.options.d.ts +5 -0
  116. package/lib/date-picker/date-picker.d.ts +8 -8
  117. package/lib/date-range-picker/date-range-picker.d.ts +4 -4
  118. package/lib/date-time-picker/date-time-picker.d.ts +8 -8
  119. package/lib/dial-pad/dial-pad.d.ts +2 -1
  120. package/lib/dialog/dialog.d.ts +2 -2
  121. package/lib/divider/divider.d.ts +1 -1
  122. package/lib/fab/fab.d.ts +1 -1
  123. package/lib/file-picker/file-picker.d.ts +7 -7
  124. package/lib/header/header.d.ts +1 -1
  125. package/lib/menu/menu.d.ts +2 -2
  126. package/lib/menu-item/menu-item.d.ts +3 -3
  127. package/lib/nav/nav.d.ts +1 -1
  128. package/lib/nav-disclosure/nav-disclosure.d.ts +2 -2
  129. package/lib/nav-item/nav-item.d.ts +2 -2
  130. package/lib/note/note.d.ts +1 -1
  131. package/lib/number-field/number-field.d.ts +9 -9
  132. package/lib/optgroup/definition.d.ts +3 -0
  133. package/lib/optgroup/index.d.ts +1 -0
  134. package/lib/optgroup/optgroup.d.ts +430 -0
  135. package/lib/optgroup/optgroup.template.d.ts +2 -0
  136. package/lib/optgroup/variations.browser-spec.d.ts +1 -0
  137. package/lib/option/option.d.ts +2 -2
  138. package/lib/pagination/pagination.d.ts +1 -1
  139. package/lib/popover/popover.d.ts +2 -2
  140. package/lib/progress/progress.d.ts +1 -1
  141. package/lib/progress-ring/progress-ring.d.ts +1 -1
  142. package/lib/radio/radio.d.ts +3 -3
  143. package/lib/radio-group/radio-group.d.ts +1 -1
  144. package/lib/range-slider/range-slider.d.ts +3 -3
  145. package/lib/rich-text-editor/rich-text-editor.d.ts +1 -1
  146. package/lib/searchable-select/option-tag.d.ts +1 -1
  147. package/lib/searchable-select/searchable-select.d.ts +47 -47
  148. package/lib/select/select.d.ts +9 -9
  149. package/lib/selectable-box/selectable-box.d.ts +1 -1
  150. package/lib/simple-color-picker/simple-color-picker.d.ts +2 -2
  151. package/lib/slider/slider.d.ts +3 -3
  152. package/lib/split-button/split-button.d.ts +3 -3
  153. package/lib/status/status.d.ts +1 -1
  154. package/lib/switch/switch.d.ts +2 -2
  155. package/lib/tab/tab.d.ts +3 -3
  156. package/lib/tab-panel/tab-panel.d.ts +1 -1
  157. package/lib/table/table-cell.d.ts +1 -1
  158. package/lib/table/table-header-cell.d.ts +1 -1
  159. package/lib/table/table-row.d.ts +1 -1
  160. package/lib/table/table-sorting-button.d.ts +1 -1
  161. package/lib/tag/tag.d.ts +3 -3
  162. package/lib/tag-group/tag-group.d.ts +1 -1
  163. package/lib/tag-name-map.d.ts +2 -1
  164. package/lib/text-area/text-area.d.ts +8 -8
  165. package/lib/text-field/text-field.d.ts +9 -9
  166. package/lib/time-picker/time-picker.d.ts +4 -4
  167. package/lib/toggletip/toggletip.d.ts +2 -2
  168. package/lib/tooltip/tooltip.d.ts +2 -2
  169. package/lib/tree-item/tree-item.d.ts +2 -2
  170. package/lib/tree-view/tree-view.d.ts +1 -1
  171. package/lib/video-player/video-player.d.ts +1 -1
  172. package/menu/index.cjs +1 -1
  173. package/menu/index.js +1 -1
  174. package/menu-item/index.cjs +1 -1
  175. package/menu-item/index.js +1 -1
  176. package/nav/definition.cjs +1 -1
  177. package/nav/definition.js +1 -1
  178. package/nav-disclosure/definition.cjs +1 -1
  179. package/nav-disclosure/definition.js +1 -1
  180. package/nav-item/definition.cjs +1 -1
  181. package/nav-item/definition.js +1 -1
  182. package/note/definition.cjs +1 -1
  183. package/note/definition.js +1 -1
  184. package/number-field/definition.cjs +1 -1
  185. package/number-field/definition.js +1 -1
  186. package/number-field/index.cjs +1 -1
  187. package/number-field/index.js +1 -1
  188. package/optgroup/definition.cjs +5 -0
  189. package/optgroup/definition.js +2 -0
  190. package/optgroup/index.cjs +1 -0
  191. package/optgroup/index.js +4 -0
  192. package/package.json +6 -6
  193. package/pagination/definition.cjs +1 -1
  194. package/pagination/definition.js +1 -1
  195. package/platform-switch/definition.cjs +1 -1
  196. package/platform-switch/definition.js +1 -1
  197. package/popover/definition.cjs +1 -1
  198. package/popover/definition.js +1 -1
  199. package/progress/definition.cjs +1 -1
  200. package/progress/definition.js +1 -1
  201. package/radio/definition.cjs +1 -1
  202. package/radio/definition.js +1 -1
  203. package/radio-group/definition.cjs +1 -1
  204. package/radio-group/definition.js +1 -1
  205. package/range-slider/definition.cjs +1 -1
  206. package/range-slider/definition.js +1 -1
  207. package/rich-text-editor/definition.cjs +1 -1
  208. package/rich-text-editor/definition.js +1 -1
  209. package/rich-text-editor/index.cjs +1 -1
  210. package/rich-text-editor/index.js +4 -4
  211. package/rich-text-view/definition.cjs +1 -1
  212. package/rich-text-view/definition.js +1 -1
  213. package/searchable-select/definition.cjs +1 -1
  214. package/searchable-select/definition.js +1 -1
  215. package/searchable-select/index.cjs +19 -19
  216. package/searchable-select/index.js +60 -45
  217. package/select/definition.cjs +1 -1
  218. package/select/definition.js +1 -1
  219. package/select/index.cjs +1 -1
  220. package/select/index.js +1 -1
  221. package/selectable-box/definition.cjs +1 -1
  222. package/selectable-box/definition.js +1 -1
  223. package/shared/aria/delegates-aria.d.ts +1 -1
  224. package/shared/aria/host-semantics.d.ts +1 -1
  225. package/shared/color-picker/base-color-picker.d.ts +1 -1
  226. package/shared/feedback/feedback-message.d.ts +1 -1
  227. package/shared/feedback/mixins.d.ts +2 -2
  228. package/shared/foundation/button/button.d.ts +2 -2
  229. package/shared/foundation/form-associated/form-associated.d.ts +2 -2
  230. package/shared/foundation/listbox/extractOptions.d.ts +2 -0
  231. package/shared/foundation/listbox/listbox.d.ts +2 -0
  232. package/shared/patterns/affix.d.ts +2 -2
  233. package/shared/patterns/anchored.d.ts +2 -2
  234. package/shared/patterns/char-count/char-count.d.ts +1 -1
  235. package/shared/patterns/form-elements/form-element.d.ts +1 -1
  236. package/shared/patterns/form-elements/with-contextual-help.d.ts +1 -1
  237. package/shared/patterns/form-elements/with-error-text.d.ts +1 -1
  238. package/shared/patterns/form-elements/with-success-text.d.ts +1 -1
  239. package/shared/patterns/kbd-shortcut.d.ts +1 -1
  240. package/shared/patterns/linkable.d.ts +1 -1
  241. package/shared/patterns/localized.d.ts +2 -2
  242. package/shared/patterns/trapped-focus.d.ts +1 -1
  243. package/shared/picker-field/mixins/calendar-picker.d.ts +2 -2
  244. package/shared/picker-field/mixins/calendar-picker.template.d.ts +2 -2
  245. package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +1 -1
  246. package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +2 -2
  247. package/shared/picker-field/mixins/single-date-picker.d.ts +2 -2
  248. package/shared/picker-field/mixins/single-value-picker.d.ts +2 -2
  249. package/shared/picker-field/mixins/time-selection-picker.d.ts +2 -2
  250. package/shared/picker-field/mixins/time-selection-picker.template.d.ts +4 -4
  251. package/shared/picker-field/picker-field.d.ts +7 -7
  252. package/side-drawer/definition.cjs +1 -1
  253. package/side-drawer/definition.js +1 -1
  254. package/simple-color-picker/definition.cjs +1 -1
  255. package/simple-color-picker/definition.js +1 -1
  256. package/split-button/definition.cjs +1 -1
  257. package/split-button/definition.js +1 -1
  258. package/split-button/index.cjs +1 -0
  259. package/split-button/index.js +1 -0
  260. package/status/definition.cjs +1 -1
  261. package/status/definition.js +1 -1
  262. package/switch/definition.cjs +1 -1
  263. package/switch/definition.js +1 -1
  264. package/switch/index.cjs +6 -5
  265. package/switch/index.js +16 -14
  266. package/tab/definition.cjs +1 -1
  267. package/tab/definition.js +1 -1
  268. package/tab-panel/definition.cjs +1 -1
  269. package/tab-panel/definition.js +1 -1
  270. package/table/definition.cjs +1 -1
  271. package/table/definition.js +1 -1
  272. package/tabs/definition.cjs +1 -1
  273. package/tabs/definition.js +1 -1
  274. package/tag/definition.cjs +1 -1
  275. package/tag/definition.js +1 -1
  276. package/tag-group/definition.cjs +1 -1
  277. package/tag-group/definition.js +1 -1
  278. package/text-area/definition.cjs +1 -1
  279. package/text-area/definition.js +1 -1
  280. package/time-picker/definition.cjs +1 -1
  281. package/time-picker/definition.js +1 -1
  282. package/tree-item/definition.cjs +1 -1
  283. package/tree-item/definition.js +1 -1
  284. package/tree-view/definition.cjs +1 -1
  285. package/tree-view/definition.js +1 -1
  286. package/unbundled/definition13.cjs +1 -1
  287. package/unbundled/definition13.js +1 -1
  288. package/unbundled/definition2.cjs +9 -3
  289. package/unbundled/definition2.js +9 -3
  290. package/unbundled/definition23.cjs +1 -0
  291. package/unbundled/definition23.js +2 -1
  292. package/unbundled/definition29.cjs +2 -2
  293. package/unbundled/definition29.js +2 -2
  294. package/unbundled/definition30.cjs +65 -484
  295. package/unbundled/definition30.js +57 -482
  296. package/unbundled/definition31.cjs +501 -39
  297. package/unbundled/definition31.js +499 -37
  298. package/unbundled/definition32.cjs +38 -239
  299. package/unbundled/definition32.js +35 -236
  300. package/unbundled/definition33.cjs +236 -74
  301. package/unbundled/definition33.js +233 -71
  302. package/unbundled/definition34.cjs +74 -1968
  303. package/unbundled/definition34.js +70 -1940
  304. package/unbundled/definition35.cjs +1992 -26
  305. package/unbundled/definition35.js +1964 -27
  306. package/unbundled/definition36.cjs +26 -111
  307. package/unbundled/definition36.js +23 -103
  308. package/unbundled/definition37.cjs +53 -294
  309. package/unbundled/definition37.js +50 -291
  310. package/unbundled/definition38.cjs +282 -132
  311. package/unbundled/definition38.js +279 -129
  312. package/unbundled/definition39.cjs +165 -339
  313. package/unbundled/definition39.js +163 -337
  314. package/unbundled/definition40.cjs +394 -228
  315. package/unbundled/definition40.js +391 -225
  316. package/unbundled/definition41.cjs +263 -46
  317. package/unbundled/definition41.js +258 -41
  318. package/unbundled/definition42.cjs +47 -67
  319. package/unbundled/definition42.js +45 -65
  320. package/unbundled/definition43.cjs +56 -383
  321. package/unbundled/definition43.js +55 -382
  322. package/unbundled/definition44.cjs +386 -44
  323. package/unbundled/definition44.js +382 -40
  324. package/unbundled/definition45.cjs +53 -45
  325. package/unbundled/definition45.js +49 -41
  326. package/unbundled/definition46.cjs +40 -164
  327. package/unbundled/definition46.js +36 -160
  328. package/unbundled/definition47.cjs +171 -31
  329. package/unbundled/definition47.js +168 -22
  330. package/unbundled/definition48.cjs +30 -89
  331. package/unbundled/definition48.js +22 -87
  332. package/unbundled/definition49.cjs +70 -33
  333. package/unbundled/definition49.js +67 -30
  334. package/unbundled/definition50.cjs +54 -23
  335. package/unbundled/definition50.js +52 -18
  336. package/unbundled/definition51.cjs +23 -39
  337. package/unbundled/definition51.js +17 -36
  338. package/unbundled/definition52.cjs +29 -314
  339. package/unbundled/definition52.js +27 -312
  340. package/unbundled/definition53.cjs +301 -195
  341. package/unbundled/definition53.js +297 -191
  342. package/unbundled/definition54.cjs +210 -40
  343. package/unbundled/definition54.js +206 -36
  344. package/unbundled/definition55.cjs +42 -266
  345. package/unbundled/definition55.js +38 -262
  346. package/unbundled/definition56.cjs +266 -50
  347. package/unbundled/definition56.js +263 -46
  348. package/unbundled/definition57.cjs +48 -146
  349. package/unbundled/definition57.js +47 -143
  350. package/unbundled/definition58.cjs +127 -225
  351. package/unbundled/definition58.js +122 -223
  352. package/unbundled/definition59.cjs +199 -418
  353. package/unbundled/definition59.js +196 -415
  354. package/unbundled/definition60.cjs +441 -3738
  355. package/unbundled/definition60.js +431 -3565
  356. package/unbundled/definition61.cjs +3712 -728
  357. package/unbundled/definition61.js +3538 -717
  358. package/unbundled/definition62.cjs +769 -97
  359. package/unbundled/definition62.js +766 -94
  360. package/unbundled/definition63.cjs +100 -981
  361. package/unbundled/definition63.js +98 -976
  362. package/unbundled/definition64.cjs +988 -93
  363. package/unbundled/definition64.js +982 -90
  364. package/unbundled/definition65.cjs +109 -73
  365. package/unbundled/definition65.js +105 -63
  366. package/unbundled/definition66.cjs +69 -155
  367. package/unbundled/definition66.js +60 -152
  368. package/unbundled/definition67.cjs +154 -118
  369. package/unbundled/definition67.js +151 -115
  370. package/unbundled/definition68.cjs +124 -49
  371. package/unbundled/definition68.js +120 -45
  372. package/unbundled/definition69.cjs +51 -84
  373. package/unbundled/definition69.js +50 -80
  374. package/unbundled/definition70.cjs +91 -19
  375. package/unbundled/definition70.js +86 -14
  376. package/unbundled/definition71.cjs +20 -87
  377. package/unbundled/definition71.js +14 -84
  378. package/unbundled/definition72.cjs +76 -294
  379. package/unbundled/definition72.js +71 -217
  380. package/unbundled/definition73.cjs +288 -311
  381. package/unbundled/definition73.js +218 -306
  382. package/unbundled/definition74.cjs +326 -26
  383. package/unbundled/definition74.js +317 -23
  384. package/unbundled/definition75.cjs +27 -122
  385. package/unbundled/definition75.js +22 -118
  386. package/unbundled/definition76.cjs +103 -232
  387. package/unbundled/definition76.js +99 -228
  388. package/unbundled/definition77.cjs +259 -26
  389. package/unbundled/definition77.js +249 -23
  390. package/unbundled/definition78.cjs +29 -148
  391. package/unbundled/definition78.js +27 -133
  392. package/unbundled/definition79.cjs +117 -173
  393. package/unbundled/definition79.js +108 -169
  394. package/unbundled/definition80.cjs +181 -477
  395. package/unbundled/definition80.js +176 -471
  396. package/unbundled/definition81.cjs +517 -0
  397. package/unbundled/definition81.js +497 -0
  398. package/unbundled/extractOptions.cjs +21 -0
  399. package/unbundled/extractOptions.js +16 -0
  400. package/unbundled/listbox.cjs +23 -6
  401. package/unbundled/listbox.js +23 -6
  402. package/unbundled/vivid-element.cjs +10 -1
  403. package/unbundled/vivid-element.js +10 -1
  404. package/video-player/definition.cjs +1 -1
  405. package/video-player/definition.js +1 -1
  406. package/vivid.api.json +194 -0
@@ -1,498 +1,279 @@
1
1
  require("./chunk.cjs");
2
2
  const require_vivid_element = require("./vivid-element.cjs");
3
3
  const require_decorate = require("./decorate.cjs");
4
- const require_form_associated = require("./form-associated.cjs");
5
- const require_localized = require("./localized.cjs");
6
- const require_definition = require("./definition9.cjs");
4
+ const require_delegates_aria = require("./delegates-aria.cjs");
7
5
  const require_key_codes = require("./key-codes.cjs");
8
- const require_slider_template = require("./slider.template.cjs");
9
- const require_form_element = require("./form-element.cjs");
6
+ const require_mixins = require("./mixins.cjs");
7
+ const require_definition = require("./definition58.cjs");
10
8
  let _microsoft_fast_element = require("@microsoft/fast-element");
11
9
  let _microsoft_fast_web_utilities = require("@microsoft/fast-web-utilities");
12
- //#region src/lib/range-slider/range-slider.scss?inline
13
- var range_slider_default = ":host{display:inline-block}:host(:not([orientation=vertical])){inline-size:100%}:host([orientation=vertical]){block-size:100%;min-block-size:calc(var(--_thumb-interaction-indicator-size) * 5)}:host([disabled]){cursor:not-allowed}.control.connotation-cta{--_connotation-color-primary:var(--vvd-slider-cta-primary,var(--vvd-color-cta-500))}.control:not(.connotation-cta){--_connotation-color-primary:var(--vvd-slider-accent-primary,var(--vvd-color-canvas-text))}.control{--_appearance-color-text:var(--_connotation-color-primary-text);--_appearance-color-fill:var(--_connotation-color-primary);--_appearance-color-outline:transparent;--_thumb-size:12px;--_thumb-interaction-indicator-size:36px;--_track-start-inset-inline-start:0;--_track-start-inset-block-start:0;cursor:pointer;user-select:none;outline:none}.control .positioning-region{position:relative}.control .track{background:var(--_track-background-color);border-radius:4px;position:absolute}.control .track-start{border-radius:inherit;background:var(--_track-start-background-color);block-size:100%;position:absolute;inset-inline-start:var(--_track-start-inset-inline-start)}.control.horizontal{block-size:var(--_thumb-interaction-indicator-size);inline-size:calc(100% - var(--_thumb-size));min-inline-size:var(--_thumb-size);margin-inline-start:calc(var(--_thumb-size) / 2)}.control.horizontal .track{top:calc((var(--_thumb-interaction-indicator-size) - 2px) / 2);block-size:2px;left:0;right:0}:host([markers]) .control.horizontal .track-start{--_track-start-inset-inline-start:1px;border-top-left-radius:0;border-bottom-left-radius:0}.control.horizontal .track .mark{block-size:6px;inline-size:100%;position:absolute;inset-block-start:-2px;inset-inline-start:0}.control.vertical{margin-top:calc(var(--_thumb-interaction-indicator-size) / 2);block-size:calc(100% - var(--_thumb-interaction-indicator-size));inline-size:var(--_thumb-interaction-indicator-size);min-block-size:var(--_thumb-interaction-indicator-size)}.control.vertical .positioning-region{block-size:100%}.control.vertical .track{left:calc((var(--_thumb-interaction-indicator-size) - 2px) / 2);block-size:100%;inline-size:2px}.control.vertical .track .mark{block-size:100%;inline-size:6px;position:absolute;inset-block-start:0;inset-inline-start:-2px}.control.vertical .track-start{block-size:auto;inline-size:100%;inset-block-start:var(--_track-start-inset-block-start)}:host([markers]) .control.vertical .track-start{--_track-start-inset-block-start:1px;border-radius:0}.control.disabled{--_track-background-color:var(--vvd-color-neutral-100);--_track-start-background-color:var(--vvd-color-neutral-300);pointer-events:none}.control:not(.disabled){--_track-background-color:var(--vvd-color-neutral-300);--_track-start-background-color:var(--_appearance-color-fill)}.control:not(.disabled) .mark{color:var(--vvd-color-neutral-950)}.control.disabled .mark{color:var(--_track-start-background-color)}.thumb-container{block-size:var(--_thumb-interaction-indicator-size);cursor:inherit;inline-size:var(--_thumb-interaction-indicator-size);touch-action:none;border-radius:50%;outline:none;position:absolute}.thumb-container.focus-visible{box-shadow:0 0 0 4px color-mix(in sRGB, var(--focus-stroke-color,var(--vvd-color-cta-500)), transparent 85%), inset 0 0 0 3px var(--focus-stroke-gap-color,currentColor);outline:1px solid var(--focus-stroke-color,var(--vvd-color-cta-500));outline-offset:calc(-1px - var(--focus-inset,0px));--focus-stroke-gap-color:transparent;--_thumb-interaction-indicator-alpha:.05;border-radius:50%}.control.horizontal .thumb-container{transform:translateX(calc(var(--_thumb-interaction-indicator-size) / 2))}.control.vertical .thumb-container{transform:translateY(calc(var(--_thumb-interaction-indicator-size) / 2))}@media (hover:hover){.control:not(.disabled) .thumb-container:hover{--_thumb-interaction-indicator-alpha:.12}}.control:not(.disabled) .thumb-container:active{--_thumb-interaction-indicator-alpha:.25}.thumb-container:before{border-radius:inherit;background-color:var(--_track-start-background-color);block-size:var(--_thumb-interaction-indicator-size);content:\"\";inline-size:var(--_thumb-interaction-indicator-size);opacity:var(--_thumb-interaction-indicator-alpha,0);display:block;position:absolute}@media (prefers-reduced-motion:no-preference){.thumb-container:before{transition:opacity .2s ease-out}}.thumb-container:after{border-radius:inherit;background-color:var(--_track-start-background-color);block-size:var(--_thumb-size);content:\"\";inline-size:var(--_thumb-size);inset:calc((var(--_thumb-interaction-indicator-size) - var(--_thumb-size)) / 2);display:block;position:absolute}.popup{pointer-events:none}.tooltip{width:auto;color:var(--vvd-color-canvas-text);font:var(--vvd-typography-base-bold);padding:8px 12px}:host([internal-part]) .thumb-container{opacity:0}@media (prefers-reduced-motion:no-preference){:host([internal-part]) .thumb-container{transition:opacity .2s}}:host([internal-part]) .control.horizontal .track{block-size:4px;top:16px;overflow:hidden}:host([internal-part]) .control:focus .thumb-container{opacity:1}@media (hover:hover){:host([internal-part]) .control:hover .thumb-container{opacity:1}}.control,:host([markers]) .control.horizontal .track-start,:host([markers]) .control.vertical .track-start{--_track-start-inset-inline-start:auto;--_track-start-inset-block-start:auto}";
10
+ //#region src/lib/radio-group/radio-group.scss?inline
11
+ var radio_group_default = ".base{--_low-ink-color:var(--vvd-color-neutral-600);flex-direction:column;gap:8px;display:flex}.positioning-region{flex-wrap:wrap;gap:8px;display:flex}.positioning-region.vertical{flex-direction:column}fieldset{border:none;margin:0;padding:0;display:block}legend{color:var(--vvd-color-canvas-text);font:var(--vvd-typography-base);margin-block-end:8px;padding:0}";
14
12
  //#endregion
15
- //#region src/lib/range-slider/range-slider.ts
16
- var Direction = {
17
- Increment: 1,
18
- Decrement: -1
19
- };
13
+ //#region src/lib/radio-group/radio-group.ts
20
14
  /**
21
- * Base class for range-slider
22
- *
23
- * @component range-slider
24
15
  * @public
25
- * @event {CustomEvent<undefined>} input:start - Event emitted when the start value changes
26
- * @event {CustomEvent<undefined>} input:end - Event emitted when the end value changes
27
- * @event {CustomEvent<undefined>} input - Event emitted when either the start or end value changes.
28
- * @event {CustomEvent<undefined>} change - Event emitted when either the start or end value changes.
29
- * @vueModel start start input:start `event.currentTarget.start`
30
- * @vueModel end end input:end `event.currentTarget.end`
31
- * @vueModel startAsNumber startAsNumber input:start `event.currentTarget.startAsNumber`
32
- * @vueModel endAsNumber endAsNumber input:end `event.currentTarget.endAsNumber`
33
- * @testSelector byLabel byLabel
34
- * @testAction slideStartTo slideTo #track #startThumb
35
- * @testAction slideEndTo slideTo #track #endThumb
36
- * @testQuery range rangeAsNumber
37
- * @testRef track shadow .control
38
- * @testRef startThumb shadow #start-thumb
39
- * @testRef endThumb shadow #end-thumb
16
+ * @component radio-group
17
+ * @slot - Default slot.
18
+ * @slot helper-text - Describes how to use the text-field. Alternative to the `helper-text` attribute.
19
+ * @event {CustomEvent<undefined>} change - Fires a custom 'change' event when the value changes
20
+ * @vueModel modelValue value change `event.currentTarget.value`
40
21
  */
41
- var RangeSlider = class extends require_localized.Localized(require_form_element.FormElement(require_form_associated.FormAssociated(require_vivid_element.VividElement))) {
22
+ var RadioGroup = class extends require_mixins.WithFeedback(require_vivid_element.VividElement) {
42
23
  constructor(..._args) {
43
24
  super(..._args);
44
- this.#isInternalValueUpdate = false;
45
- this.start = "";
46
- this.end = "";
47
- this.min = 0;
48
- this.max = 10;
49
- this.step = 1;
25
+ this.errorValidationMessage = "";
50
26
  this.orientation = _microsoft_fast_web_utilities.Orientation.horizontal;
51
- this.ariaStartLabel = null;
52
- this.ariaEndLabel = null;
53
- this.markers = false;
54
- this.pin = false;
55
- this.valueTextFormatter = (value) => parseFloat(value).toLocaleString(this.locale.lang);
56
- this.proxy = document.createElement("input");
57
- this._trackEl = null;
58
- this._startThumbEl = null;
59
- this._endThumbEl = null;
60
- this._draggingThumb = false;
61
- this._visiblyFocusedThumb = null;
62
- this._hoveredThumb = null;
63
- this._startThumbCss = "";
64
- this._endThumbCss = "";
65
- this._selectedRangeCss = "";
66
- this.#isNonVisibleFocus = false;
67
- this.#onThumbFocus = (e) => {
68
- if (!this.#isNonVisibleFocus) this._visiblyFocusedThumb = this.#getThumbIdFromEvent(e);
69
- this.#isNonVisibleFocus = false;
70
- };
71
- this.#onThumbBlur = () => {
72
- this._visiblyFocusedThumb = null;
27
+ this.slottedRadioButtons = [];
28
+ this.radioErrorHandler = (e) => {
29
+ const radio = e.target;
30
+ this.errorValidationMessage = radio.errorValidationMessage || "";
73
31
  };
74
- this.#onVisibilityChange = () => {
75
- if (document.hidden && (this.shadowRoot.activeElement === this._startThumbEl || this.shadowRoot.activeElement === this._endThumbEl)) this.#isNonVisibleFocus = true;
32
+ this.radioChangeHandler = (e) => {
33
+ const changedRadio = e.target;
34
+ if (changedRadio.checked) {
35
+ this.slottedRadioButtons.forEach((radio) => {
36
+ if (radio !== changedRadio) radio.checked = false;
37
+ });
38
+ this.value = changedRadio.value;
39
+ this.#setTabRovingTarget(changedRadio);
40
+ }
41
+ e.stopPropagation();
76
42
  };
77
- this.#onMouseOver = (e) => {
78
- this._hoveredThumb = this.#getThumbIdFromEvent(e);
43
+ this.moveToRadioByIndex = (group, index) => {
44
+ const radio = group[index];
45
+ if (!this.isInsideToolbar && !radio.readOnly) radio.checked = true;
46
+ radio.focus();
79
47
  };
80
- this.#onMouseOut = () => {
81
- this._hoveredThumb = null;
48
+ this.moveRightOffGroup = () => {
49
+ const next = this.nextElementSibling;
50
+ if (next instanceof HTMLElement) next.focus();
82
51
  };
83
- this.#onThumbMousedown = (event) => {
84
- if (this.disabled || event.defaultPrevented) return;
85
- let target = event.target;
86
- if (target === this._endThumbEl && this.startAsNumber === this.max && this.endAsNumber === this.max) target = this._startThumbEl;
87
- this.#focusThumbNonVisibly(target);
88
- this._draggingThumb = this.#getThumbId(target);
89
- this.#registerDragHandlers();
52
+ this.moveLeftOffGroup = () => {
53
+ const prev = this.previousElementSibling;
54
+ if (prev instanceof HTMLElement) prev.focus();
90
55
  };
91
- this.#onThumbKeydown = (e) => {
92
- const thumb = this.#getThumbIdFromEvent(e);
93
- this._visiblyFocusedThumb = thumb;
94
- if (e.key === _microsoft_fast_web_utilities.keyHome) {
95
- e.preventDefault();
96
- this.#updateValues({ [thumb]: `${this.#thumbConstraints[thumb].min}` });
97
- } else if (e.key === _microsoft_fast_web_utilities.keyEnd) {
98
- e.preventDefault();
99
- this.#updateValues({ [thumb]: `${this.#thumbConstraints[thumb].max}` });
100
- } else {
101
- if (e.shiftKey) return;
102
- switch (e.key) {
103
- case require_key_codes.keyArrowRight:
104
- case _microsoft_fast_web_utilities.keyArrowDown:
105
- e.preventDefault();
106
- this.#applyStep(thumb, Direction.Increment);
107
- break;
108
- case require_key_codes.keyArrowLeft:
109
- case _microsoft_fast_web_utilities.keyArrowUp:
110
- e.preventDefault();
111
- this.#applyStep(thumb, Direction.Decrement);
112
- break;
113
- }
56
+ this.moveRight = (e) => {
57
+ const radio = e.target;
58
+ const group = this.#focusableRadioButtons;
59
+ let index = group.indexOf(radio) + 1;
60
+ if (index === group.length && this.isInsideToolbar && e.key === "ArrowRight") {
61
+ this.moveRightOffGroup();
62
+ return;
114
63
  }
64
+ if (index === group.length) index = 0;
65
+ this.moveToRadioByIndex(group, index);
115
66
  };
116
- this.#onDragMove = (e) => {
117
- if (this.disabled || e.defaultPrevented || !this._draggingThumb) return;
118
- const sourceEvent = "TouchEvent" in window && e instanceof TouchEvent ? e.touches[0] : e;
119
- const value = this.#calculateValueFromMouseEvent(sourceEvent);
120
- this.#updateValues({ [this._draggingThumb]: `${this.#roundToNearestStep(this._draggingThumb, value)}` });
67
+ this.moveLeft = (e) => {
68
+ const radio = e.target;
69
+ const group = this.#focusableRadioButtons;
70
+ let index = group.indexOf(radio) - 1;
71
+ if (this.isInsideToolbar && e.key === "ArrowLeft" && index < 0) {
72
+ this.moveLeftOffGroup();
73
+ return;
74
+ }
75
+ index = index < 0 ? group.length - 1 : index;
76
+ this.moveToRadioByIndex(group, index);
121
77
  };
122
- this.#onDragEnd = () => {
123
- this._draggingThumb = false;
124
- this.#unregisterDragListeners();
78
+ this.keydownHandler = (e) => {
79
+ switch (e.key) {
80
+ case _microsoft_fast_web_utilities.keyEnter:
81
+ this.checkFocusedRadio(e.target);
82
+ return;
83
+ case require_key_codes.keyArrowRight:
84
+ case _microsoft_fast_web_utilities.keyArrowDown:
85
+ this.moveRight(e);
86
+ return;
87
+ case require_key_codes.keyArrowLeft:
88
+ case _microsoft_fast_web_utilities.keyArrowUp:
89
+ this.moveLeft(e);
90
+ return;
91
+ default: return true;
92
+ }
125
93
  };
126
94
  }
127
- #isInternalValueUpdate;
128
95
  /** @internal */
129
- startChanged() {
130
- this.currentStart = this.start;
131
- if (!this.#isInternalValueUpdate) {
132
- this.dirtyValue = true;
133
- this.#updateFormValue();
134
- }
135
- if (this.$fastController.isConnected) this.#updateThumbPositions();
96
+ requiredChanged() {
97
+ this.slottedRadioButtons.forEach((radio) => {
98
+ if (this.required) radio.required = true;
99
+ else radio.required = false;
100
+ });
136
101
  }
137
102
  /** @internal */
138
- initialStartChanged(_, newValue) {
139
- if (newValue && !this.dirtyValue) {
140
- this.start = newValue;
141
- this.dirtyValue = false;
142
- }
103
+ readOnlyChanged() {
104
+ this.slottedRadioButtons.forEach((radio) => {
105
+ if (this.readOnly) radio.readOnly = true;
106
+ else radio.readOnly = false;
107
+ });
143
108
  }
144
109
  /** @internal */
145
- currentStartChanged() {
146
- this.start = this.currentStart;
147
- }
148
- /** The start property, typed as a number. */
149
- get startAsNumber() {
150
- return parseFloat(this.start);
110
+ disabledChanged() {
111
+ this.slottedRadioButtons.forEach((radio) => {
112
+ if (this.disabled) radio.disabled = true;
113
+ else radio.disabled = false;
114
+ });
151
115
  }
152
- set startAsNumber(next) {
153
- this.start = next.toString();
116
+ nameChanged() {
117
+ this.slottedRadioButtons.forEach((radio) => {
118
+ radio.setAttribute("name", this.name);
119
+ });
154
120
  }
155
121
  /** @internal */
156
- endChanged() {
157
- this.currentEnd = this.end;
158
- if (!this.#isInternalValueUpdate) {
159
- this.dirtyValue = true;
160
- this.#updateFormValue();
161
- }
162
- if (this.$fastController.isConnected) this.#updateThumbPositions();
122
+ valueChanged() {
123
+ this.slottedRadioButtons.forEach((radio) => {
124
+ if (radio.value === this.value) radio.checked = true;
125
+ });
126
+ this.$emit("change");
163
127
  }
164
128
  /** @internal */
165
- initialEndChanged(_, newValue) {
166
- if (newValue && !this.dirtyValue) {
167
- this.end = newValue;
168
- this.dirtyValue = false;
169
- }
129
+ handleSlotChange() {
130
+ if (this.errorText) this.slottedRadioButtons.forEach((radio) => {
131
+ radio.errorText = this.errorText;
132
+ });
170
133
  }
171
134
  /** @internal */
172
- currentEndChanged() {
173
- this.end = this.currentEnd;
174
- }
175
- /** The end property, typed as a number. */
176
- get endAsNumber() {
177
- return parseFloat(this.end);
178
- }
179
- set endAsNumber(next) {
180
- this.end = next.toString();
181
- }
182
- #updateValues({ start, end }, emitEvents = true) {
183
- if (start === this.start) start = void 0;
184
- if (end === this.end) end = void 0;
185
- if (start === void 0 && end === void 0) return;
186
- this.#isInternalValueUpdate = true;
187
- if (start !== void 0) this.start = start;
188
- if (end !== void 0) this.end = end;
189
- this.#isInternalValueUpdate = false;
190
- if (emitEvents) {
191
- if (start !== void 0) this.$emit("input:start");
192
- if (end !== void 0) this.$emit("input:end");
193
- this.$emit("input");
194
- this.$emit("change");
195
- this.dirtyValue = true;
196
- }
197
- this.#updateFormValue();
198
- }
199
- #applyStep(thumb, direction) {
200
- this.#updateValues({ [thumb]: this.#roundToNearestStep(thumb, Number(this[thumb]) + direction * this.step).toString() });
135
+ errorTextChanged(_, newErrorText) {
136
+ if (newErrorText) this.errorValidationMessage = newErrorText;
137
+ else this.errorValidationMessage = "";
201
138
  }
202
- /** @internal */
203
- orientationChanged() {
204
- if (this.$fastController.isConnected) this.#updateThumbPositions();
139
+ get #focusableRadioButtons() {
140
+ return this.slottedRadioButtons.filter((radio) => !radio.disabled);
205
141
  }
206
142
  /** @internal */
207
- nameChanged(previous, next) {
208
- super.nameChanged(previous, next);
209
- this.#updateFormValue();
210
- }
211
- #updateFormValue() {
212
- if (!this.name) this.setFormValue(null);
213
- else {
214
- const formData = new FormData();
215
- formData.append(this.name, this.start);
216
- formData.append(this.name, this.end);
217
- this.setFormValue(formData);
218
- }
219
- }
220
- formResetCallback() {
221
- this.#updateValues({
222
- start: this.initialStart ?? this.min.toString(),
223
- end: this.initialEnd ?? this.max.toString()
224
- });
225
- super.formResetCallback();
226
- }
227
- get #thumbs() {
228
- return {
229
- start: this._startThumbEl,
230
- end: this._endThumbEl
231
- };
232
- }
233
- get #thumbConstraints() {
234
- return {
235
- start: {
236
- min: this.min,
237
- max: this.endAsNumber
238
- },
239
- end: {
240
- min: this.startAsNumber,
241
- max: this.max
242
- }
243
- };
244
- }
245
- #getThumbId(thumb) {
246
- return thumb === this._startThumbEl ? "start" : "end";
143
+ slottedRadioButtonsChanged() {
144
+ if (this.slottedRadioButtons.length > 0) this.setupRadioButtons();
247
145
  }
248
- #getThumbIdFromEvent(e) {
249
- return this.#getThumbId(e.target);
250
- }
251
- #updateThumbPositions() {
252
- const startOffsetPct = this.#thumbTrackEndOffset(this.startAsNumber);
253
- const endOffsetPct = this.#thumbTrackEndOffset(this.endAsNumber);
254
- const [dirProp, dimProp] = this.orientation === _microsoft_fast_web_utilities.Orientation.horizontal ? ["right", "width"] : ["bottom", "height"];
255
- const transition = `transition: ${this._draggingThumb ? "none" : "all 0.2s ease"};`;
256
- this._startThumbCss = `${dirProp}: ${startOffsetPct}%; ${transition}`;
257
- this._endThumbCss = `${dirProp}: ${endOffsetPct}%; ${transition}`;
258
- this._selectedRangeCss = `${dirProp}: ${endOffsetPct}%; ${dimProp}: ${startOffsetPct - endOffsetPct}%; ${transition}`;
259
- }
260
- #thumbTrackEndOffset(value) {
261
- return (1 - require_slider_template.inverseLerp(this.min, this.max, value)) * 100;
262
- }
263
- #calculateValueFromMouseEvent(e) {
264
- const trackClientRect = this._trackEl.getBoundingClientRect();
265
- const [minPos, maxPos, valuePos] = this.orientation === _microsoft_fast_web_utilities.Orientation.horizontal ? [
266
- this._trackEl.clientLeft,
267
- this._trackEl.clientWidth,
268
- e.pageX - document.documentElement.scrollLeft - this.getBoundingClientRect().left
269
- ] : [
270
- trackClientRect.top,
271
- trackClientRect.bottom,
272
- e.pageY - document.documentElement.scrollTop
273
- ];
274
- return require_slider_template.lerp(this.min, this.max, require_slider_template.inverseLerp(minPos, maxPos, valuePos));
275
- }
276
- #roundToNearestStep(thumb, value) {
277
- return (0, _microsoft_fast_web_utilities.limit)(this.#thumbConstraints[thumb].min, this.#thumbConstraints[thumb].max, require_slider_template.roundToStepValue(value - this.min, this.step) + this.min);
278
- }
279
- #isNonVisibleFocus;
280
- #focusThumbNonVisibly(thumb) {
281
- this.#isNonVisibleFocus = true;
282
- thumb.focus();
283
- this.#isNonVisibleFocus = false;
146
+ get isInsideToolbar() {
147
+ return !!this.closest("[role=\"toolbar\"]");
284
148
  }
285
149
  /** @internal */
286
- _isThumbPopupOpen(thumb) {
287
- return this._visiblyFocusedThumb === thumb || this._hoveredThumb === thumb || this._draggingThumb === thumb;
288
- }
289
150
  connectedCallback() {
290
151
  super.connectedCallback();
291
- this.#updateValues({
292
- start: this.start || this.initialStart || this.min.toString(),
293
- end: this.end || this.initialEnd || this.max.toString()
294
- }, false);
295
- this.#registerThumbListeners();
296
- this.#updateThumbPositions();
297
- document.addEventListener("visibilitychange", this.#onVisibilityChange);
152
+ this.setupRadioButtons();
298
153
  }
299
154
  disconnectedCallback() {
300
- super.disconnectedCallback();
301
- this.#unregisterThumbListeners();
302
- this.#unregisterDragListeners();
303
- document.removeEventListener("visibilitychange", this.#onVisibilityChange);
155
+ this.slottedRadioButtons.forEach((radio) => {
156
+ radio.removeEventListener("change", this.radioChangeHandler);
157
+ radio.removeEventListener("invalid", this.radioErrorHandler);
158
+ });
304
159
  }
305
- #registerThumbListeners() {
306
- for (const thumb of ["start", "end"]) {
307
- this.#thumbs[thumb].addEventListener("keydown", this.#onThumbKeydown);
308
- this.#thumbs[thumb].addEventListener("mousedown", this.#onThumbMousedown, { passive: true });
309
- this.#thumbs[thumb].addEventListener("touchstart", this.#onThumbMousedown, { passive: true });
310
- this.#thumbs[thumb].addEventListener("mouseover", this.#onMouseOver, { passive: true });
311
- this.#thumbs[thumb].addEventListener("mouseout", this.#onMouseOut, { passive: true });
312
- this.#thumbs[thumb].addEventListener("focus", this.#onThumbFocus);
313
- this.#thumbs[thumb].addEventListener("blur", this.#onThumbBlur);
160
+ setupRadioButtons() {
161
+ let foundMatchingVal = false;
162
+ for (const radio of this.slottedRadioButtons) {
163
+ if (this.name !== void 0) radio.setAttribute("name", this.name);
164
+ if (this.disabled) radio.disabled = true;
165
+ if (this.readOnly) radio.readOnly = true;
166
+ if (this.required) radio.required = true;
167
+ if (this.value && this.value === radio.value) {
168
+ radio.checked = true;
169
+ this.#setTabRovingTarget(radio);
170
+ foundMatchingVal = true;
171
+ } else radio.checked = false;
172
+ radio.addEventListener("change", this.radioChangeHandler);
173
+ radio.addEventListener("invalid", this.radioErrorHandler);
314
174
  }
315
- }
316
- #unregisterThumbListeners() {
317
- for (const thumb of ["start", "end"]) {
318
- this.#thumbs[thumb].removeEventListener("keydown", this.#onThumbKeydown);
319
- this.#thumbs[thumb].removeEventListener("mousedown", this.#onThumbMousedown);
320
- this.#thumbs[thumb].removeEventListener("touchstart", this.#onThumbMousedown);
321
- this.#thumbs[thumb].removeEventListener("mouseover", this.#onMouseOver);
322
- this.#thumbs[thumb].removeEventListener("mouseout", this.#onMouseOut);
323
- this.#thumbs[thumb].removeEventListener("focus", this.#onThumbFocus);
324
- this.#thumbs[thumb].removeEventListener("blur", this.#onThumbBlur);
175
+ if (this.value === void 0 && this.slottedRadioButtons.length > 0) {
176
+ const checkedRadios = this.slottedRadioButtons.filter((radio) => radio.hasAttribute("checked"));
177
+ if (checkedRadios.length > 0 && !foundMatchingVal) {
178
+ const lastCheckedRadio = checkedRadios[checkedRadios.length - 1];
179
+ lastCheckedRadio.checked = true;
180
+ this.#setTabRovingTarget(lastCheckedRadio);
181
+ } else this.#setTabRovingTarget(this.slottedRadioButtons[0]);
325
182
  }
326
183
  }
327
184
  /** @internal */
328
- _onMouseDown(e) {
329
- if (this.disabled || this._draggingThumb) return;
330
- const value = this.#calculateValueFromMouseEvent(e);
331
- const startDistance = Math.abs(value - Number(this.start));
332
- const endDistance = Math.abs(value - Number(this.end));
333
- const thumb = startDistance < endDistance || startDistance === endDistance && value < Number(this.start) ? "start" : "end";
334
- this.#updateValues({ [thumb]: `${this.#roundToNearestStep(thumb, value)}` });
335
- this._draggingThumb = thumb;
336
- this.#focusThumbNonVisibly(this.#thumbs[thumb]);
337
- this.#registerDragHandlers();
185
+ focusInHandler(e) {
186
+ this.#setTabRovingTarget(e.target);
338
187
  }
339
- #onThumbFocus;
340
- #onThumbBlur;
341
- #onVisibilityChange;
342
- #onMouseOver;
343
- #onMouseOut;
344
- #onThumbMousedown;
345
- #onThumbKeydown;
346
- #registerDragHandlers() {
347
- window.addEventListener("mousemove", this.#onDragMove, { passive: true });
348
- window.addEventListener("touchmove", this.#onDragMove, { passive: true });
349
- window.addEventListener("mouseup", this.#onDragEnd);
350
- window.addEventListener("touchend", this.#onDragEnd);
351
- window.document.addEventListener("mouseleave", this.#onDragEnd);
188
+ #setTabRovingTarget(radio) {
189
+ radio.setAttribute("tabindex", "0");
190
+ for (const slottedRadio of this.slottedRadioButtons) if (slottedRadio !== radio) slottedRadio.setAttribute("tabindex", "-1");
352
191
  }
353
- #unregisterDragListeners() {
354
- window.removeEventListener("mouseup", this.#onDragEnd);
355
- window.document.removeEventListener("mouseleave", this.#onDragEnd);
356
- window.removeEventListener("mousemove", this.#onDragMove);
357
- window.removeEventListener("touchmove", this.#onDragMove);
358
- window.removeEventListener("touchend", this.#onDragEnd);
192
+ checkFocusedRadio(target) {
193
+ if (!target.readOnly) target.checked = true;
359
194
  }
360
- #onDragMove;
361
- #onDragEnd;
362
195
  };
363
- require_decorate.__decorate([_microsoft_fast_element.observable], RangeSlider.prototype, "start", void 0);
196
+ require_decorate.__decorate([_microsoft_fast_element.attr], RadioGroup.prototype, "label", void 0);
197
+ require_decorate.__decorate([(0, _microsoft_fast_element.attr)({
198
+ attribute: "required",
199
+ mode: "boolean"
200
+ })], RadioGroup.prototype, "required", void 0);
364
201
  require_decorate.__decorate([(0, _microsoft_fast_element.attr)({
365
- mode: "fromView",
366
- attribute: "start"
367
- })], RangeSlider.prototype, "initialStart", void 0);
368
- require_decorate.__decorate([(0, _microsoft_fast_element.attr)({ attribute: "current-start" })], RangeSlider.prototype, "currentStart", void 0);
369
- require_decorate.__decorate([_microsoft_fast_element.observable], RangeSlider.prototype, "end", void 0);
202
+ attribute: "readonly",
203
+ mode: "boolean"
204
+ })], RadioGroup.prototype, "readOnly", void 0);
370
205
  require_decorate.__decorate([(0, _microsoft_fast_element.attr)({
371
- mode: "fromView",
372
- attribute: "end"
373
- })], RangeSlider.prototype, "initialEnd", void 0);
374
- require_decorate.__decorate([(0, _microsoft_fast_element.attr)({ attribute: "current-end" })], RangeSlider.prototype, "currentEnd", void 0);
375
- require_decorate.__decorate([(0, _microsoft_fast_element.attr)({ converter: _microsoft_fast_element.nullableNumberConverter })], RangeSlider.prototype, "min", void 0);
376
- require_decorate.__decorate([(0, _microsoft_fast_element.attr)({ converter: _microsoft_fast_element.nullableNumberConverter })], RangeSlider.prototype, "max", void 0);
377
- require_decorate.__decorate([(0, _microsoft_fast_element.attr)({ converter: require_slider_template.defaultToOneConverter })], RangeSlider.prototype, "step", void 0);
378
- require_decorate.__decorate([_microsoft_fast_element.attr], RangeSlider.prototype, "orientation", void 0);
379
- require_decorate.__decorate([(0, _microsoft_fast_element.attr)({ attribute: "aria-start-label" })], RangeSlider.prototype, "ariaStartLabel", void 0);
380
- require_decorate.__decorate([(0, _microsoft_fast_element.attr)({ attribute: "aria-end-label" })], RangeSlider.prototype, "ariaEndLabel", void 0);
381
- require_decorate.__decorate([(0, _microsoft_fast_element.attr)({ mode: "boolean" })], RangeSlider.prototype, "markers", void 0);
382
- require_decorate.__decorate([_microsoft_fast_element.attr], RangeSlider.prototype, "connotation", void 0);
383
- require_decorate.__decorate([(0, _microsoft_fast_element.attr)({ mode: "boolean" })], RangeSlider.prototype, "pin", void 0);
384
- require_decorate.__decorate([_microsoft_fast_element.observable], RangeSlider.prototype, "valueTextFormatter", void 0);
385
- require_decorate.__decorate([_microsoft_fast_element.observable], RangeSlider.prototype, "_draggingThumb", void 0);
386
- require_decorate.__decorate([_microsoft_fast_element.observable], RangeSlider.prototype, "_visiblyFocusedThumb", void 0);
387
- require_decorate.__decorate([_microsoft_fast_element.observable], RangeSlider.prototype, "_hoveredThumb", void 0);
388
- require_decorate.__decorate([_microsoft_fast_element.observable], RangeSlider.prototype, "_startThumbCss", void 0);
389
- require_decorate.__decorate([_microsoft_fast_element.observable], RangeSlider.prototype, "_endThumbCss", void 0);
390
- require_decorate.__decorate([_microsoft_fast_element.observable], RangeSlider.prototype, "_selectedRangeCss", void 0);
206
+ attribute: "disabled",
207
+ mode: "boolean"
208
+ })], RadioGroup.prototype, "disabled", void 0);
209
+ require_decorate.__decorate([_microsoft_fast_element.attr], RadioGroup.prototype, "name", void 0);
210
+ require_decorate.__decorate([_microsoft_fast_element.attr], RadioGroup.prototype, "value", void 0);
211
+ require_decorate.__decorate([_microsoft_fast_element.observable], RadioGroup.prototype, "errorValidationMessage", void 0);
212
+ require_decorate.__decorate([(0, _microsoft_fast_element.attr)({ attribute: "error-text" })], RadioGroup.prototype, "errorText", void 0);
213
+ require_decorate.__decorate([_microsoft_fast_element.attr], RadioGroup.prototype, "orientation", void 0);
214
+ require_decorate.__decorate([_microsoft_fast_element.observable], RadioGroup.prototype, "slottedRadioButtons", void 0);
391
215
  //#endregion
392
- //#region src/lib/range-slider/range-slider.template.ts
393
- var getThumbClassesFor = (thumb) => ({ _visiblyFocusedThumb }) => (0, _microsoft_fast_web_utilities.classNames)("thumb-container", ["focus-visible", _visiblyFocusedThumb === thumb]);
394
- var RangeSliderTemplate = (context) => {
395
- const popupTag = context.tagFor(require_definition.Popup);
396
- return _microsoft_fast_element.html` <template
397
- @mousedown="${(x, c) => x._onMouseDown(c.event)}"
398
- >
399
- <div
400
- class="${(x) => (0, _microsoft_fast_web_utilities.classNames)("control", ["disabled", x.disabled], [`connotation-${x.connotation}`, Boolean(x.connotation)])} ${(x) => x.orientation}"
216
+ //#region src/lib/radio-group/radio-group.template.ts
217
+ var RadioGroupTemplate = (context) => {
218
+ const radioTagName = context.tagFor(require_definition.Radio, true);
219
+ return _microsoft_fast_element.html`
220
+ <template
221
+ @keydown="${(x, c) => x.keydownHandler(c.event)}"
222
+ @focusin="${(x, c) => x.focusInHandler(c.event)}"
401
223
  >
402
- <div class="positioning-region">
403
- <div ${(0, _microsoft_fast_element.ref)("_trackEl")} class="track">
404
- <div class="track-start" style="${(x) => x._selectedRangeCss}"></div>
405
- ${(0, _microsoft_fast_element.when)((x) => x.markers, _microsoft_fast_element.html`${(x) => require_slider_template.getMarkersTemplate(x.orientation === _microsoft_fast_web_utilities.Orientation.horizontal, Math.floor((x.max - x.min) / x.step))}`)}
406
- </div>
407
- <div
408
- id="start-thumb"
409
- ${(0, _microsoft_fast_element.ref)("_startThumbEl")}
410
- class="${getThumbClassesFor("start")}"
411
- style="${(x) => x._startThumbCss}"
412
- role="slider"
413
- tabindex="${(x) => x.disabled ? null : 0}"
414
- aria-label="${(x) => x.ariaStartLabel || x.locale.rangeSlider.startThumbLabel}"
415
- aria-valuetext="${(x) => x.valueTextFormatter(x.start)}"
416
- aria-valuenow="${(x) => x.start}"
417
- aria-valuemin="${(x) => x.min}"
418
- aria-valuemax="${(x) => x.end}"
419
- aria-disabled="${(x) => x.disabled}"
420
- aria-orientation="${(x) => x.orientation}"
421
- ></div>
422
- ${(0, _microsoft_fast_element.when)((x) => x.pin, _microsoft_fast_element.html`<${popupTag}
423
- class="popup"
424
- arrow
425
- alternate
426
- :anchor="${(x) => x._startThumbEl}"
427
- :open=${(x) => x._isThumbPopupOpen("start")}
428
- :placementStrategy=${(x) => x.orientation === _microsoft_fast_web_utilities.Orientation.horizontal ? require_definition.PlacementStrategy.AutoPlacementHorizontal : require_definition.PlacementStrategy.AutoPlacementVertical}
429
- animation-frame
430
- exportparts="vvd-theme-alternate"
431
- aria-hidden="true"
224
+ <div class="base">
225
+ <fieldset
226
+ ${require_delegates_aria.delegateAria({
227
+ role: "radiogroup",
228
+ ariaDisabled: (x) => x.disabled,
229
+ ariaReadOnly: (x) => x.readOnly,
230
+ ariaOrientation: (x) => x.orientation,
231
+ ariaInvalid: (x) => x.errorText ? "true" : "false",
232
+ ariaLabelledBy: "label",
233
+ ariaDescribedBy: (x) => x._feedbackDescribedBy
234
+ })}
235
+ class="control positioning-region ${(x) => x.orientation === _microsoft_fast_web_utilities.Orientation.horizontal ? "horizontal" : "vertical"}"
432
236
  >
433
- <div class="tooltip">${(x) => x.valueTextFormatter(x.start)}</div>
434
- </${popupTag}>`)}
435
- <div
436
- id="end-thumb"
437
- ${(0, _microsoft_fast_element.ref)("_endThumbEl")}
438
- class="${getThumbClassesFor("end")}"
439
- style="${(x) => x._endThumbCss}"
440
- role="slider"
441
- tabindex="${(x) => x.disabled ? null : 0}"
442
- aria-label="${(x) => x.ariaEndLabel || x.locale.rangeSlider.endThumbLabel}"
443
- aria-valuetext="${(x) => x.valueTextFormatter(x.end)}"
444
- aria-valuenow="${(x) => x.end}"
445
- aria-valuemin="${(x) => x.start}"
446
- aria-valuemax="${(x) => x.max}"
447
- aria-disabled="${(x) => x.disabled}"
448
- aria-orientation="${(x) => x.orientation}"
449
- ></div>
450
- ${(0, _microsoft_fast_element.when)((x) => x.pin, _microsoft_fast_element.html`<${popupTag}
451
- class="popup"
452
- arrow
453
- alternate
454
- :anchor="${(x) => x._endThumbEl}"
455
- :open=${(x) => x._isThumbPopupOpen("end")}
456
- :placementStrategy=${(x) => x.orientation === _microsoft_fast_web_utilities.Orientation.horizontal ? require_definition.PlacementStrategy.AutoPlacementHorizontal : require_definition.PlacementStrategy.AutoPlacementVertical}
457
- animation-frame
458
- exportparts="vvd-theme-alternate"
459
- aria-hidden="true"
460
- >
461
- <div class="tooltip">${(x) => x.valueTextFormatter(x.end)}</div>
462
- </${popupTag}>`)}
237
+ ${(0, _microsoft_fast_element.when)((x) => x.label, _microsoft_fast_element.html`<legend id="label">${(x) => x.label}</legend>`)}
238
+ <slot
239
+ ${(0, _microsoft_fast_element.slotted)({
240
+ property: "slottedRadioButtons",
241
+ filter: (0, _microsoft_fast_element.elements)(radioTagName)
242
+ })}
243
+ @slotchange="${(x) => x.handleSlotChange()}"
244
+ ></slot>
245
+ </fieldset>
246
+ ${(x) => x._getFeedbackTemplate(context)}
463
247
  </div>
464
- </div>
465
- </template>`;
248
+ </template>
249
+ `;
466
250
  };
467
251
  //#endregion
468
- //#region src/lib/range-slider/definition.ts
252
+ //#region src/lib/radio-group/definition.ts
469
253
  /** @internal */
470
- var rangeSliderDefinition = require_vivid_element.defineVividComponent("range-slider", RangeSlider, RangeSliderTemplate, [require_definition.popupDefinition], {
471
- styles: range_slider_default,
472
- shadowOptions: { delegatesFocus: true }
473
- });
254
+ var radioGroupDefinition = require_vivid_element.defineVividComponent("radio-group", RadioGroup, RadioGroupTemplate, [require_definition.radioDefinition, require_mixins.feedbackMessageDefinition], { styles: radio_group_default });
474
255
  /**
475
- * Registers the range-slider element with the design system.
256
+ * Registers the radio-group elements with the design system.
476
257
  *
477
258
  * @param prefix - the prefix to use for the component name
478
259
  */
479
- var registerRangeSlider = require_vivid_element.createRegisterFunction(rangeSliderDefinition);
260
+ var registerRadioGroup = require_vivid_element.createRegisterFunction(radioGroupDefinition);
480
261
  //#endregion
481
- Object.defineProperty(exports, "RangeSlider", {
262
+ Object.defineProperty(exports, "RadioGroup", {
482
263
  enumerable: true,
483
264
  get: function() {
484
- return RangeSlider;
265
+ return RadioGroup;
485
266
  }
486
267
  });
487
- Object.defineProperty(exports, "rangeSliderDefinition", {
268
+ Object.defineProperty(exports, "radioGroupDefinition", {
488
269
  enumerable: true,
489
270
  get: function() {
490
- return rangeSliderDefinition;
271
+ return radioGroupDefinition;
491
272
  }
492
273
  });
493
- Object.defineProperty(exports, "registerRangeSlider", {
274
+ Object.defineProperty(exports, "registerRadioGroup", {
494
275
  enumerable: true,
495
276
  get: function() {
496
- return registerRangeSlider;
277
+ return registerRadioGroup;
497
278
  }
498
279
  });