@vonage/vivid 5.24.0 → 5.25.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 (331) hide show
  1. package/README.md +1 -1
  2. package/avatar/index.cjs +10 -10
  3. package/avatar/index.js +4 -3
  4. package/breadcrumb-item/index.cjs +9 -5
  5. package/breadcrumb-item/index.js +11 -6
  6. package/bundled/affix.cjs +1 -1
  7. package/bundled/affix.js +1 -1
  8. package/bundled/definition10.cjs +2 -1
  9. package/bundled/definition10.js +3 -2
  10. package/bundled/definition11.cjs +4 -4
  11. package/bundled/definition11.js +4 -3
  12. package/bundled/definition12.cjs +1 -1
  13. package/bundled/definition12.js +1 -0
  14. package/bundled/definition15.cjs +5 -5
  15. package/bundled/definition15.js +4 -3
  16. package/bundled/definition17.cjs +7 -7
  17. package/bundled/definition17.js +22 -109
  18. package/bundled/definition18.cjs +3 -3
  19. package/bundled/definition18.js +9 -31
  20. package/bundled/definition19.cjs +19 -19
  21. package/bundled/definition19.js +3 -2
  22. package/bundled/definition21.cjs +8 -8
  23. package/bundled/definition21.js +5 -4
  24. package/bundled/definition22.cjs +2 -2
  25. package/bundled/definition22.js +2 -2
  26. package/bundled/definition24.cjs +4 -4
  27. package/bundled/definition24.js +4 -3
  28. package/bundled/definition25.cjs +3 -3
  29. package/bundled/definition25.js +32 -28
  30. package/bundled/definition3.cjs +5 -5
  31. package/bundled/definition3.js +10 -40
  32. package/bundled/definition4.cjs +6 -6
  33. package/bundled/definition4.js +4 -3
  34. package/bundled/definition6.cjs +11 -11
  35. package/bundled/definition6.js +4 -3
  36. package/bundled/definition9.cjs +12 -6
  37. package/bundled/definition9.js +66 -43
  38. package/bundled/extractOptions.cjs +1 -1
  39. package/bundled/extractOptions.js +2 -2
  40. package/bundled/icon.cjs +1 -0
  41. package/bundled/icon.js +34 -0
  42. package/bundled/listbox.cjs +1 -1
  43. package/bundled/listbox.js +5 -2
  44. package/bundled/mixins.cjs +8 -8
  45. package/bundled/mixins.js +4 -3
  46. package/bundled/optgroup.cjs +1 -0
  47. package/bundled/optgroup.js +27 -0
  48. package/bundled/option.cjs +1 -0
  49. package/bundled/option.js +93 -0
  50. package/bundled/vivid-element.cjs +1 -1
  51. package/bundled/vivid-element.js +1 -1
  52. package/card/index.cjs +22 -22
  53. package/card/index.js +4 -3
  54. package/color-picker/index.cjs +18 -18
  55. package/color-picker/index.js +4 -3
  56. package/combobox/index.cjs +7 -7
  57. package/combobox/index.js +4 -2
  58. package/custom-elements.json +4159 -3847
  59. package/data-grid/index.cjs +24 -24
  60. package/data-grid/index.js +4 -3
  61. package/dial-pad/index.cjs +21 -21
  62. package/dial-pad/index.js +4 -3
  63. package/dialog/index.cjs +14 -14
  64. package/dialog/index.js +4 -3
  65. package/empty-state/index.cjs +3 -3
  66. package/empty-state/index.js +4 -3
  67. package/file-picker/index.cjs +7 -7
  68. package/file-picker/index.js +4 -3
  69. package/icon/definition.cjs +2 -1
  70. package/icon/definition.js +2 -1
  71. package/index.cjs +148 -141
  72. package/index.js +41 -37
  73. package/lib/accordion-item/accordion-item.d.ts +1 -0
  74. package/lib/combobox/combobox.d.ts +1 -1
  75. package/lib/components.d.ts +1 -0
  76. package/lib/dial-pad/dial-pad.d.ts +0 -1
  77. package/lib/listbox/definition.d.ts +3 -0
  78. package/lib/listbox/index.d.ts +1 -0
  79. package/lib/listbox/listbox.d.ts +1302 -0
  80. package/lib/listbox/listbox.template.d.ts +3 -0
  81. package/lib/listbox/variations.browser-spec.d.ts +1 -0
  82. package/lib/menu/menu.d.ts +0 -1
  83. package/lib/number-field/number-field.d.ts +0 -1
  84. package/lib/rich-text-editor/rte/features/base.d.ts +1 -0
  85. package/lib/rich-text-editor/rte/utils/default-textblock.d.ts +2 -2
  86. package/lib/tag-name-map.d.ts +2 -1
  87. package/lib/text-field/text-field.d.ts +1 -0
  88. package/lib/toggletip/toggletip.d.ts +1 -0
  89. package/lib/tooltip/tooltip.d.ts +1 -0
  90. package/listbox/definition.cjs +5 -0
  91. package/listbox/definition.js +2 -0
  92. package/listbox/index.cjs +11 -0
  93. package/listbox/index.js +540 -0
  94. package/nav/definition.cjs +1 -1
  95. package/nav/definition.js +1 -1
  96. package/nav-disclosure/definition.cjs +1 -1
  97. package/nav-disclosure/definition.js +1 -1
  98. package/nav-disclosure/index.cjs +4 -4
  99. package/nav-disclosure/index.js +4 -3
  100. package/nav-item/definition.cjs +1 -1
  101. package/nav-item/definition.js +1 -1
  102. package/note/definition.cjs +1 -1
  103. package/note/definition.js +1 -1
  104. package/number-field/definition.cjs +1 -1
  105. package/number-field/definition.js +1 -1
  106. package/optgroup/definition.cjs +2 -1
  107. package/optgroup/definition.js +2 -1
  108. package/option/definition.cjs +2 -1
  109. package/option/definition.js +2 -1
  110. package/package.json +8 -7
  111. package/pagination/definition.cjs +1 -1
  112. package/pagination/definition.js +1 -1
  113. package/platform-switch/definition.cjs +1 -1
  114. package/platform-switch/definition.js +1 -1
  115. package/popover/definition.cjs +1 -1
  116. package/popover/definition.js +1 -1
  117. package/popover/index.cjs +5 -5
  118. package/popover/index.js +4 -3
  119. package/progress/definition.cjs +1 -1
  120. package/progress/definition.js +1 -1
  121. package/radio/definition.cjs +1 -1
  122. package/radio/definition.js +1 -1
  123. package/radio-group/definition.cjs +1 -1
  124. package/radio-group/definition.js +1 -1
  125. package/range-slider/definition.cjs +1 -1
  126. package/range-slider/definition.js +1 -1
  127. package/rich-text-editor/definition.cjs +1 -1
  128. package/rich-text-editor/definition.js +1 -1
  129. package/rich-text-editor/index.cjs +13 -13
  130. package/rich-text-editor/index.js +22 -19
  131. package/rich-text-view/definition.cjs +1 -1
  132. package/rich-text-view/definition.js +1 -1
  133. package/searchable-select/definition.cjs +1 -1
  134. package/searchable-select/definition.js +1 -1
  135. package/searchable-select/index.cjs +23 -23
  136. package/searchable-select/index.js +10 -7
  137. package/select/definition.cjs +1 -1
  138. package/select/definition.js +1 -1
  139. package/selectable-box/definition.cjs +1 -1
  140. package/selectable-box/definition.js +1 -1
  141. package/shared/listbox/commands.d.ts +17 -0
  142. package/shared/listbox/move.d.ts +6 -0
  143. package/shared/listbox/options.d.ts +12 -0
  144. package/shared/listbox/selection.d.ts +28 -0
  145. package/shared/listbox/state.d.ts +26 -0
  146. package/shared/listbox/typeahead.d.ts +8 -0
  147. package/shared/listbox/with-options-filter.d.ts +440 -0
  148. package/shared/listbox/with-options.d.ts +862 -0
  149. package/side-drawer/definition.cjs +1 -1
  150. package/side-drawer/definition.js +1 -1
  151. package/simple-color-picker/definition.cjs +1 -1
  152. package/simple-color-picker/definition.js +1 -1
  153. package/simple-color-picker/index.cjs +6 -6
  154. package/simple-color-picker/index.js +4 -3
  155. package/split-button/definition.cjs +1 -1
  156. package/split-button/definition.js +1 -1
  157. package/status/definition.cjs +1 -1
  158. package/status/definition.js +1 -1
  159. package/switch/definition.cjs +1 -1
  160. package/switch/definition.js +1 -1
  161. package/tab/definition.cjs +1 -1
  162. package/tab/definition.js +1 -1
  163. package/tab-panel/definition.cjs +1 -1
  164. package/tab-panel/definition.js +1 -1
  165. package/table/definition.cjs +1 -1
  166. package/table/definition.js +1 -1
  167. package/table/index.cjs +13 -13
  168. package/table/index.js +4 -3
  169. package/tabs/definition.cjs +1 -1
  170. package/tabs/definition.js +1 -1
  171. package/tag/definition.cjs +1 -1
  172. package/tag/definition.js +1 -1
  173. package/tag/index.cjs +11 -11
  174. package/tag/index.js +4 -3
  175. package/tag-group/definition.cjs +1 -1
  176. package/tag-group/definition.js +1 -1
  177. package/text-area/definition.cjs +1 -1
  178. package/text-area/definition.js +1 -1
  179. package/time-picker/definition.cjs +1 -1
  180. package/time-picker/definition.js +1 -1
  181. package/tree-item/definition.cjs +1 -1
  182. package/tree-item/definition.js +1 -1
  183. package/tree-view/definition.cjs +1 -1
  184. package/tree-view/definition.js +1 -1
  185. package/unbundled/affix.cjs +2 -2
  186. package/unbundled/affix.js +1 -1
  187. package/unbundled/base-progress.cjs +1 -1
  188. package/unbundled/base-progress.js +1 -1
  189. package/unbundled/button.cjs +2 -2
  190. package/unbundled/button.js +2 -2
  191. package/unbundled/definition.cjs +2 -65
  192. package/unbundled/definition.js +4 -61
  193. package/unbundled/definition11.cjs +4 -3
  194. package/unbundled/definition11.js +3 -2
  195. package/unbundled/definition12.cjs +3 -2
  196. package/unbundled/definition12.js +3 -2
  197. package/unbundled/definition14.cjs +2 -1
  198. package/unbundled/definition14.js +2 -1
  199. package/unbundled/definition17.cjs +9 -4
  200. package/unbundled/definition17.js +9 -4
  201. package/unbundled/definition2.cjs +7 -2
  202. package/unbundled/definition2.js +8 -3
  203. package/unbundled/definition21.cjs +2 -1
  204. package/unbundled/definition21.js +2 -1
  205. package/unbundled/definition23.cjs +2 -1
  206. package/unbundled/definition23.js +2 -1
  207. package/unbundled/definition24.cjs +6 -4
  208. package/unbundled/definition24.js +6 -4
  209. package/unbundled/definition25.cjs +2 -1
  210. package/unbundled/definition25.js +2 -1
  211. package/unbundled/definition26.cjs +7 -4
  212. package/unbundled/definition26.js +7 -4
  213. package/unbundled/definition27.cjs +39 -5
  214. package/unbundled/definition27.js +40 -6
  215. package/unbundled/definition28.cjs +4 -3
  216. package/unbundled/definition28.js +4 -3
  217. package/unbundled/definition29.cjs +5 -168
  218. package/unbundled/definition29.js +11 -162
  219. package/unbundled/definition30.cjs +2 -63
  220. package/unbundled/definition30.js +5 -54
  221. package/unbundled/definition31.cjs +5 -3
  222. package/unbundled/definition31.js +5 -3
  223. package/unbundled/definition32.cjs +2 -1
  224. package/unbundled/definition32.js +2 -1
  225. package/unbundled/definition35.cjs +2 -1
  226. package/unbundled/definition35.js +2 -1
  227. package/unbundled/definition37.cjs +1 -1
  228. package/unbundled/definition37.js +1 -1
  229. package/unbundled/definition39.cjs +1 -1
  230. package/unbundled/definition39.js +1 -1
  231. package/unbundled/definition40.cjs +4 -2
  232. package/unbundled/definition40.js +4 -2
  233. package/unbundled/definition41.cjs +11 -6
  234. package/unbundled/definition41.js +11 -6
  235. package/unbundled/definition42.cjs +5 -4
  236. package/unbundled/definition42.js +5 -4
  237. package/unbundled/definition44.cjs +3 -2
  238. package/unbundled/definition44.js +3 -2
  239. package/unbundled/definition45.cjs +2 -2
  240. package/unbundled/definition45.js +2 -2
  241. package/unbundled/definition49.cjs +583 -79
  242. package/unbundled/definition49.js +579 -76
  243. package/unbundled/definition50.cjs +71 -33
  244. package/unbundled/definition50.js +67 -29
  245. package/unbundled/definition51.cjs +54 -23
  246. package/unbundled/definition51.js +52 -18
  247. package/unbundled/definition52.cjs +23 -39
  248. package/unbundled/definition52.js +17 -36
  249. package/unbundled/definition53.cjs +29 -314
  250. package/unbundled/definition53.js +27 -312
  251. package/unbundled/definition54.cjs +302 -195
  252. package/unbundled/definition54.js +298 -191
  253. package/unbundled/definition55.cjs +210 -40
  254. package/unbundled/definition55.js +206 -36
  255. package/unbundled/definition56.cjs +42 -266
  256. package/unbundled/definition56.js +38 -262
  257. package/unbundled/definition57.cjs +270 -50
  258. package/unbundled/definition57.js +267 -46
  259. package/unbundled/definition58.cjs +48 -146
  260. package/unbundled/definition58.js +47 -143
  261. package/unbundled/definition59.cjs +127 -225
  262. package/unbundled/definition59.js +122 -223
  263. package/unbundled/definition6.cjs +2 -1
  264. package/unbundled/definition6.js +2 -1
  265. package/unbundled/definition60.cjs +199 -418
  266. package/unbundled/definition60.js +196 -415
  267. package/unbundled/definition61.cjs +442 -3738
  268. package/unbundled/definition61.js +432 -3565
  269. package/unbundled/definition62.cjs +3717 -730
  270. package/unbundled/definition62.js +3544 -720
  271. package/unbundled/definition63.cjs +770 -97
  272. package/unbundled/definition63.js +767 -94
  273. package/unbundled/definition64.cjs +100 -999
  274. package/unbundled/definition64.js +98 -994
  275. package/unbundled/definition65.cjs +991 -93
  276. package/unbundled/definition65.js +985 -90
  277. package/unbundled/definition66.cjs +109 -73
  278. package/unbundled/definition66.js +105 -63
  279. package/unbundled/definition67.cjs +69 -155
  280. package/unbundled/definition67.js +60 -152
  281. package/unbundled/definition68.cjs +155 -119
  282. package/unbundled/definition68.js +151 -115
  283. package/unbundled/definition69.cjs +124 -49
  284. package/unbundled/definition69.js +120 -45
  285. package/unbundled/definition70.cjs +51 -85
  286. package/unbundled/definition70.js +50 -81
  287. package/unbundled/definition71.cjs +91 -19
  288. package/unbundled/definition71.js +86 -14
  289. package/unbundled/definition72.cjs +20 -87
  290. package/unbundled/definition72.js +14 -84
  291. package/unbundled/definition73.cjs +77 -294
  292. package/unbundled/definition73.js +72 -217
  293. package/unbundled/definition74.cjs +289 -311
  294. package/unbundled/definition74.js +219 -306
  295. package/unbundled/definition75.cjs +326 -26
  296. package/unbundled/definition75.js +317 -23
  297. package/unbundled/definition76.cjs +27 -122
  298. package/unbundled/definition76.js +22 -118
  299. package/unbundled/definition77.cjs +105 -232
  300. package/unbundled/definition77.js +101 -228
  301. package/unbundled/definition78.cjs +259 -26
  302. package/unbundled/definition78.js +249 -23
  303. package/unbundled/definition79.cjs +29 -148
  304. package/unbundled/definition79.js +27 -133
  305. package/unbundled/definition80.cjs +118 -173
  306. package/unbundled/definition80.js +109 -169
  307. package/unbundled/definition81.cjs +181 -477
  308. package/unbundled/definition81.js +176 -471
  309. package/unbundled/definition82.cjs +517 -0
  310. package/unbundled/definition82.js +497 -0
  311. package/unbundled/extractOptions.cjs +5 -5
  312. package/unbundled/extractOptions.js +2 -2
  313. package/unbundled/icon.cjs +67 -0
  314. package/unbundled/icon.js +61 -0
  315. package/unbundled/linkable.cjs +1 -1
  316. package/unbundled/linkable.js +1 -1
  317. package/unbundled/listbox.cjs +8 -3
  318. package/unbundled/listbox.js +7 -2
  319. package/unbundled/mixins.cjs +2 -1
  320. package/unbundled/mixins.js +2 -1
  321. package/unbundled/optgroup.cjs +66 -0
  322. package/unbundled/optgroup.js +54 -0
  323. package/unbundled/option.cjs +176 -0
  324. package/unbundled/option.js +164 -0
  325. package/unbundled/time-selection-picker.template.cjs +1 -1
  326. package/unbundled/time-selection-picker.template.js +1 -1
  327. package/unbundled/vivid-element.cjs +1 -1
  328. package/unbundled/vivid-element.js +1 -1
  329. package/video-player/definition.cjs +1 -1
  330. package/video-player/definition.js +1 -1
  331. package/vivid.api.json +336 -193
@@ -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("./definition59.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 Radio Group. 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
  });