@vonage/vivid 5.2.0 → 5.4.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 (433) hide show
  1. package/accordion-item/definition.cjs +2 -1
  2. package/accordion-item/definition.js +3 -2
  3. package/alert/definition.cjs +1 -1
  4. package/alert/definition.js +2 -2
  5. package/alert/index.cjs +1 -1
  6. package/alert/index.js +1 -1
  7. package/audio-player/definition.cjs +4 -2
  8. package/audio-player/definition.js +4 -2
  9. package/audio-player/index.cjs +5 -3
  10. package/audio-player/index.js +5 -3
  11. package/badge/definition.js +1 -1
  12. package/badge/index.cjs +2 -2
  13. package/badge/index.js +4 -4
  14. package/banner/definition.js +1 -1
  15. package/banner/index.cjs +3 -3
  16. package/banner/index.js +6 -6
  17. package/breadcrumb-item/index.cjs +1 -1
  18. package/breadcrumb-item/index.js +1 -1
  19. package/bundled/affix.cjs +7 -7
  20. package/bundled/affix.js +5 -5
  21. package/bundled/anchored.cjs +1 -1
  22. package/bundled/anchored.js +6 -6
  23. package/bundled/attribute-binding-behaviour.cjs +1 -1
  24. package/bundled/attribute-binding-behaviour.js +15 -13
  25. package/bundled/base-color-picker.cjs +13 -0
  26. package/bundled/base-color-picker.js +194 -0
  27. package/bundled/button.cjs +1 -1
  28. package/bundled/button.js +2 -2
  29. package/bundled/calendar-picker.template.cjs +7 -7
  30. package/bundled/calendar-picker.template.js +118 -118
  31. package/bundled/char-count.cjs +1 -1
  32. package/bundled/char-count.js +1 -1
  33. package/bundled/children.cjs +1 -1
  34. package/bundled/children.js +28 -20
  35. package/bundled/definition.cjs +3 -3
  36. package/bundled/definition.js +38 -38
  37. package/bundled/definition10.cjs +72 -18
  38. package/bundled/definition10.js +351 -65
  39. package/bundled/definition11.cjs +19 -10
  40. package/bundled/definition11.js +217 -36
  41. package/bundled/definition12.cjs +10 -1
  42. package/bundled/definition12.js +38 -14
  43. package/bundled/definition13.cjs +1 -73
  44. package/bundled/definition13.js +15 -354
  45. package/bundled/definition15.cjs +1 -1
  46. package/bundled/definition15.js +1 -1
  47. package/bundled/definition16.cjs +2 -2
  48. package/bundled/definition16.js +8 -8
  49. package/bundled/definition17.cjs +7 -7
  50. package/bundled/definition17.js +17 -17
  51. package/bundled/definition19.cjs +23 -24
  52. package/bundled/definition19.js +151 -163
  53. package/bundled/definition2.cjs +9 -5
  54. package/bundled/definition2.js +21 -17
  55. package/bundled/definition22.cjs +9 -9
  56. package/bundled/definition22.js +31 -31
  57. package/bundled/definition3.cjs +1 -1
  58. package/bundled/definition3.js +1 -1
  59. package/bundled/definition6.cjs +3 -3
  60. package/bundled/definition6.js +28 -28
  61. package/bundled/definition7.cjs +1 -1
  62. package/bundled/definition7.js +6 -6
  63. package/bundled/definition8.cjs +2 -2
  64. package/bundled/definition8.js +4 -4
  65. package/bundled/definition9.cjs +5 -5
  66. package/bundled/definition9.js +394 -392
  67. package/bundled/delegates-aria.cjs +1 -1
  68. package/bundled/delegates-aria.js +59 -46
  69. package/bundled/form-associated.cjs +1 -1
  70. package/bundled/form-associated.js +3 -3
  71. package/bundled/host-semantics.cjs +1 -1
  72. package/bundled/host-semantics.js +48 -34
  73. package/bundled/listbox.cjs +1 -1
  74. package/bundled/listbox.js +82 -102
  75. package/bundled/localized.cjs +1 -1
  76. package/bundled/localized.js +51 -36
  77. package/bundled/mixins.cjs +18 -18
  78. package/bundled/mixins.js +99 -93
  79. package/bundled/normalize.cjs +1 -0
  80. package/bundled/normalize.js +7 -0
  81. package/bundled/picker-field.template.cjs +1 -1
  82. package/bundled/picker-field.template.js +4 -4
  83. package/bundled/ref.cjs +1 -1
  84. package/bundled/ref.js +8 -25
  85. package/bundled/repeat.cjs +1 -1
  86. package/bundled/repeat.js +459 -233
  87. package/bundled/slider.template.cjs +1 -1
  88. package/bundled/slider.template.js +2 -2
  89. package/bundled/slotted.cjs +1 -1
  90. package/bundled/slotted.js +62 -45
  91. package/bundled/time-selection-picker.template.cjs +1 -1
  92. package/bundled/time-selection-picker.template.js +5 -5
  93. package/bundled/vivid-element.cjs +5 -1
  94. package/bundled/vivid-element.js +2159 -1162
  95. package/bundled/when.cjs +1 -1
  96. package/bundled/when.js +8 -7
  97. package/calendar/definition.cjs +1 -1
  98. package/calendar/definition.js +2 -2
  99. package/calendar/index.cjs +1 -1
  100. package/calendar/index.js +15 -15
  101. package/calendar-event/index.cjs +1 -1
  102. package/calendar-event/index.js +1 -1
  103. package/card/definition.cjs +11 -3
  104. package/card/definition.js +11 -3
  105. package/card/index.cjs +19 -11
  106. package/card/index.js +35 -27
  107. package/color-picker/definition.cjs +1079 -0
  108. package/color-picker/definition.js +1073 -0
  109. package/color-picker/index.cjs +127 -0
  110. package/color-picker/index.js +726 -0
  111. package/combobox/definition.cjs +8 -28
  112. package/combobox/definition.js +10 -30
  113. package/combobox/index.cjs +7 -7
  114. package/combobox/index.js +60 -74
  115. package/contextual-help/index.cjs +1 -1
  116. package/contextual-help/index.js +1 -1
  117. package/custom-elements.json +1670 -163
  118. package/data-grid/definition.cjs +862 -27
  119. package/data-grid/definition.js +863 -28
  120. package/data-grid/index.cjs +25 -25
  121. package/data-grid/index.js +175 -168
  122. package/date-picker/definition.cjs +1 -1
  123. package/date-picker/definition.js +1 -1
  124. package/date-picker/index.cjs +1 -1
  125. package/date-picker/index.js +2 -2
  126. package/date-range-picker/definition.cjs +1 -1
  127. package/date-range-picker/definition.js +1 -1
  128. package/date-range-picker/index.cjs +1 -1
  129. package/date-range-picker/index.js +2 -2
  130. package/date-time-picker/definition.cjs +1 -1
  131. package/date-time-picker/definition.js +1 -1
  132. package/date-time-picker/index.cjs +1 -1
  133. package/date-time-picker/index.js +2 -2
  134. package/dial-pad/definition.cjs +4 -0
  135. package/dial-pad/definition.js +4 -0
  136. package/dial-pad/index.cjs +3 -3
  137. package/dial-pad/index.js +42 -39
  138. package/dialog/definition.cjs +6 -3
  139. package/dialog/definition.js +6 -3
  140. package/dialog/index.cjs +22 -19
  141. package/dialog/index.js +48 -45
  142. package/elevation/definition.cjs +1 -1
  143. package/elevation/definition.js +1 -1
  144. package/empty-state/definition.cjs +7 -2
  145. package/empty-state/definition.js +7 -2
  146. package/empty-state/index.cjs +10 -5
  147. package/empty-state/index.js +18 -13
  148. package/fab/definition.js +1 -1
  149. package/fab/index.cjs +2 -2
  150. package/fab/index.js +4 -4
  151. package/file-picker/definition.cjs +2 -2
  152. package/file-picker/definition.js +3 -3
  153. package/file-picker/index.cjs +1 -1
  154. package/file-picker/index.js +4 -4
  155. package/header/definition.cjs +1 -1
  156. package/header/definition.js +1 -1
  157. package/icon/definition.cjs +10 -6
  158. package/icon/definition.js +10 -6
  159. package/index.cjs +7 -4
  160. package/index.js +3 -3
  161. package/lib/accordion/accordion.d.ts +1 -1
  162. package/lib/accordion/definition.d.ts +1 -1
  163. package/lib/accordion-item/accordion-item.d.ts +2 -2
  164. package/lib/action-group/action-group.d.ts +2 -2
  165. package/lib/alert/alert.d.ts +4 -4
  166. package/lib/audio-player/audio-player.d.ts +3 -3
  167. package/lib/avatar/avatar.d.ts +2 -2
  168. package/lib/badge/badge.d.ts +2 -2
  169. package/lib/banner/banner.d.ts +6 -6
  170. package/lib/breadcrumb/breadcrumb.d.ts +2 -2
  171. package/lib/breadcrumb-item/breadcrumb-item.d.ts +2 -2
  172. package/lib/button/button.d.ts +6 -6
  173. package/lib/button/button.template.d.ts +2 -1
  174. package/lib/calendar/calendar.d.ts +1 -1
  175. package/lib/calendar-event/calendar-event.d.ts +2 -2
  176. package/lib/card/card.d.ts +2 -2
  177. package/lib/checkbox/checkbox.d.ts +12 -12
  178. package/lib/color-picker/color-picker.d.ts +2420 -0
  179. package/lib/color-picker/color-picker.template.d.ts +3 -0
  180. package/lib/color-picker/definition.d.ts +4 -0
  181. package/lib/color-picker/locale.d.ts +9 -0
  182. package/lib/combobox/combobox.d.ts +15 -14
  183. package/lib/combobox/combobox.options.d.ts +1 -1
  184. package/lib/components.d.ts +1 -0
  185. package/lib/data-grid/data-grid-cell.d.ts +4 -4
  186. package/lib/data-grid/data-grid-row.d.ts +3 -4
  187. package/lib/data-grid/data-grid.d.ts +1 -2
  188. package/lib/date-picker/date-picker.d.ts +54 -54
  189. package/lib/date-range-picker/date-range-picker.d.ts +28 -28
  190. package/lib/date-time-picker/date-time-picker.d.ts +56 -56
  191. package/lib/dial-pad/dial-pad.d.ts +3 -2
  192. package/lib/dialog/dialog.d.ts +4 -4
  193. package/lib/divider/divider.d.ts +3 -3
  194. package/lib/fab/fab.d.ts +2 -2
  195. package/lib/file-picker/file-picker.d.ts +14 -14
  196. package/lib/header/header.d.ts +2 -2
  197. package/lib/menu/menu.d.ts +4 -4
  198. package/lib/menu-item/menu-item-role.d.ts +1 -1
  199. package/lib/menu-item/menu-item.d.ts +4 -4
  200. package/lib/nav/nav.d.ts +2 -2
  201. package/lib/nav-disclosure/nav-disclosure.d.ts +4 -4
  202. package/lib/nav-item/nav-item.d.ts +4 -4
  203. package/lib/note/note.d.ts +2 -2
  204. package/lib/number-field/number-field.d.ts +18 -18
  205. package/lib/option/option.d.ts +4 -4
  206. package/lib/pagination/pagination.d.ts +2 -2
  207. package/lib/popup/popup.d.ts +1 -1
  208. package/lib/progress/progress.d.ts +2 -2
  209. package/lib/progress-ring/progress-ring.d.ts +2 -2
  210. package/lib/radio/radio.d.ts +6 -6
  211. package/lib/radio-group/radio-group.d.ts +2 -2
  212. package/lib/range-slider/range-slider.d.ts +6 -6
  213. package/lib/rich-text-editor/menubar/menubar.d.ts +2 -2
  214. package/lib/rich-text-editor/rich-text-editor.d.ts +2 -2
  215. package/lib/searchable-select/locale.d.ts +4 -0
  216. package/lib/searchable-select/option-tag.d.ts +2 -2
  217. package/lib/searchable-select/searchable-select.d.ts +21 -18
  218. package/lib/select/select.d.ts +19 -17
  219. package/lib/selectable-box/selectable-box.d.ts +2 -2
  220. package/lib/simple-color-picker/locale.d.ts +0 -1
  221. package/lib/simple-color-picker/simple-color-picker.d.ts +47 -821
  222. package/lib/slider/slider.d.ts +7 -7
  223. package/lib/split-button/split-button.d.ts +6 -6
  224. package/lib/switch/switch.d.ts +4 -4
  225. package/lib/tab/tab.d.ts +6 -6
  226. package/lib/tab-panel/tab-panel.d.ts +2 -2
  227. package/lib/tabs/tabs.d.ts +2 -2
  228. package/lib/tag/tag.d.ts +6 -6
  229. package/lib/tag-group/tag-group.d.ts +2 -2
  230. package/lib/tag-name-map.d.ts +2 -1
  231. package/lib/text-area/text-area.d.ts +17 -17
  232. package/lib/text-field/text-field.d.ts +19 -19
  233. package/lib/time-picker/time-picker.d.ts +28 -28
  234. package/lib/toggletip/toggletip.d.ts +4 -4
  235. package/lib/tooltip/tooltip.d.ts +2 -2
  236. package/lib/tree-item/tree-item.d.ts +4 -4
  237. package/lib/tree-view/tree-view.d.ts +2 -2
  238. package/lib/video-player/video-player.d.ts +2 -2
  239. package/locales/de-DE.cjs +17 -2
  240. package/locales/de-DE.js +17 -2
  241. package/locales/en-GB.cjs +17 -2
  242. package/locales/en-GB.js +17 -2
  243. package/locales/en-US.cjs +17 -2
  244. package/locales/en-US.js +17 -2
  245. package/locales/ja-JP.cjs +17 -2
  246. package/locales/ja-JP.js +17 -2
  247. package/locales/zh-CN.cjs +17 -2
  248. package/locales/zh-CN.js +17 -2
  249. package/menu/definition.cjs +6 -6
  250. package/menu/definition.js +7 -7
  251. package/nav-disclosure/definition.js +1 -1
  252. package/nav-item/definition.js +1 -1
  253. package/note/definition.js +1 -1
  254. package/note/index.cjs +2 -2
  255. package/note/index.js +4 -4
  256. package/number-field/definition.cjs +1 -1
  257. package/number-field/definition.js +3 -3
  258. package/number-field/index.cjs +5 -5
  259. package/number-field/index.js +21 -21
  260. package/option/definition.cjs +6 -77
  261. package/option/definition.js +3 -78
  262. package/option/index.cjs +1 -1
  263. package/option/index.js +1 -1
  264. package/package.json +34 -8
  265. package/pagination/definition.cjs +2 -1
  266. package/pagination/definition.js +2 -1
  267. package/pagination/index.cjs +12 -12
  268. package/pagination/index.js +59 -59
  269. package/popup/definition.cjs +2 -2
  270. package/popup/definition.js +2 -2
  271. package/progress/index.cjs +1 -1
  272. package/progress/index.js +1 -1
  273. package/radio/definition.cjs +9 -9
  274. package/radio/definition.js +10 -10
  275. package/radio-group/definition.cjs +2 -1
  276. package/radio-group/definition.js +2 -1
  277. package/radio-group/index.cjs +5 -5
  278. package/radio-group/index.js +80 -77
  279. package/range-slider/definition.cjs +1 -1
  280. package/range-slider/definition.js +1 -1
  281. package/range-slider/index.cjs +1 -1
  282. package/range-slider/index.js +1 -1
  283. package/rich-text-editor/definition.cjs +3 -4
  284. package/rich-text-editor/definition.js +3 -4
  285. package/rich-text-editor/index.cjs +27 -27
  286. package/rich-text-editor/index.js +1208 -1198
  287. package/searchable-select/definition.cjs +106 -14
  288. package/searchable-select/definition.js +107 -15
  289. package/searchable-select/index.cjs +81 -69
  290. package/searchable-select/index.js +362 -276
  291. package/select/definition.cjs +25 -42
  292. package/select/definition.js +26 -43
  293. package/selectable-box/definition.cjs +1 -1
  294. package/selectable-box/definition.js +1 -1
  295. package/selectable-box/index.cjs +3 -3
  296. package/selectable-box/index.js +20 -20
  297. package/shared/aria/aria-change-subscription.d.ts +0 -1
  298. package/shared/aria/aria-mixin.d.ts +3 -3
  299. package/shared/aria/delegate-aria-behavior.d.ts +5 -10
  300. package/shared/aria/delegates-aria.d.ts +3 -3
  301. package/shared/aria/host-semantics-behavior.d.ts +5 -8
  302. package/shared/aria/host-semantics.d.ts +3 -3
  303. package/shared/color-picker/base-color-picker.d.ts +436 -0
  304. package/shared/color-picker/index.d.ts +1 -0
  305. package/shared/color-picker/locale.d.ts +3 -0
  306. package/shared/color-picker/utils.d.ts +1 -0
  307. package/shared/deprecation/replaced-props.d.ts +317 -2
  308. package/shared/design-system/defineVividComponent.d.ts +2 -2
  309. package/shared/feedback/feedback-message.d.ts +2 -2
  310. package/shared/feedback/mixins.d.ts +4 -4
  311. package/shared/foundation/button/button.d.ts +4 -4
  312. package/shared/foundation/form-associated/form-associated.d.ts +4 -4
  313. package/shared/foundation/listbox/listbox.d.ts +4 -0
  314. package/shared/foundation/vivid-element/vivid-element.d.ts +335 -8
  315. package/shared/localization/Locale.d.ts +4 -0
  316. package/shared/patterns/affix.d.ts +4 -4
  317. package/shared/patterns/anchored.d.ts +4 -4
  318. package/shared/patterns/char-count/char-count.d.ts +2 -2
  319. package/shared/patterns/form-elements/form-element.d.ts +4 -4
  320. package/shared/patterns/form-elements/with-contextual-help.d.ts +6 -6
  321. package/shared/patterns/form-elements/with-error-text.d.ts +6 -6
  322. package/shared/patterns/form-elements/with-success-text.d.ts +2 -2
  323. package/shared/patterns/linkable.d.ts +2 -2
  324. package/shared/patterns/localized.d.ts +2 -2
  325. package/shared/patterns/trapped-focus.d.ts +2 -2
  326. package/shared/picker-field/mixins/calendar-picker.d.ts +14 -14
  327. package/shared/picker-field/mixins/calendar-picker.template.d.ts +14 -14
  328. package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +2 -2
  329. package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +28 -28
  330. package/shared/picker-field/mixins/single-date-picker.d.ts +40 -40
  331. package/shared/picker-field/mixins/single-value-picker.d.ts +12 -12
  332. package/shared/picker-field/mixins/time-selection-picker.d.ts +29 -29
  333. package/shared/picker-field/mixins/time-selection-picker.template.d.ts +28 -28
  334. package/shared/picker-field/picker-field.d.ts +14 -14
  335. package/shared/templating/attribute-binding-behaviour.d.ts +3 -4
  336. package/shared/templating/render-in-light-dom.d.ts +13 -12
  337. package/side-drawer/index.cjs +1 -1
  338. package/side-drawer/index.js +1 -1
  339. package/simple-color-picker/definition.cjs +29 -216
  340. package/simple-color-picker/definition.js +30 -217
  341. package/simple-color-picker/index.cjs +9 -21
  342. package/simple-color-picker/index.js +71 -185
  343. package/slider/definition.cjs +1 -1
  344. package/slider/definition.js +1 -1
  345. package/split-button/definition.js +1 -1
  346. package/styles/core/all.css +1 -1
  347. package/styles/core/theme.css +1 -1
  348. package/styles/core/typography.css +1 -1
  349. package/styles/tokens/theme-dark.css +4 -4
  350. package/styles/tokens/theme-light.css +4 -4
  351. package/styles/tokens/vivid-2-compat.css +1 -1
  352. package/switch/index.cjs +2 -2
  353. package/switch/index.js +4 -4
  354. package/tab/definition.js +1 -1
  355. package/tabs/definition.cjs +1 -1
  356. package/tabs/definition.js +2 -2
  357. package/tabs/index.cjs +2 -2
  358. package/tabs/index.js +16 -16
  359. package/tag/definition.js +1 -1
  360. package/tag/index.cjs +1 -1
  361. package/tag/index.js +1 -1
  362. package/text-area/index.cjs +3 -3
  363. package/text-area/index.js +8 -8
  364. package/text-field/definition.cjs +2 -2
  365. package/text-field/definition.js +4 -4
  366. package/text-field/index.cjs +1 -1
  367. package/text-field/index.js +1 -1
  368. package/time-picker/definition.cjs +1 -1
  369. package/time-picker/definition.js +1 -1
  370. package/time-picker/index.cjs +1 -1
  371. package/time-picker/index.js +2 -2
  372. package/toggletip/definition.cjs +2 -2
  373. package/toggletip/definition.js +3 -3
  374. package/tooltip/definition.cjs +1 -1
  375. package/tooltip/definition.js +1 -1
  376. package/tree-item/definition.cjs +1 -1
  377. package/tree-item/definition.js +1 -1
  378. package/tree-view/definition.cjs +2 -2
  379. package/tree-view/definition.js +3 -3
  380. package/tree-view/index.cjs +2 -2
  381. package/tree-view/index.js +6 -6
  382. package/unbundled/_commonjsHelpers.cjs +36 -0
  383. package/unbundled/_commonjsHelpers.js +32 -0
  384. package/unbundled/affix.cjs +1 -1
  385. package/unbundled/affix.js +2 -2
  386. package/unbundled/attribute-binding-behaviour.cjs +11 -10
  387. package/unbundled/attribute-binding-behaviour.js +11 -10
  388. package/unbundled/base-color-picker.cjs +278 -0
  389. package/unbundled/base-color-picker.js +275 -0
  390. package/unbundled/button.cjs +1 -1
  391. package/unbundled/button.js +2 -2
  392. package/unbundled/calendar-picker.template.cjs +4 -4
  393. package/unbundled/calendar-picker.template.js +5 -5
  394. package/unbundled/definition.js +1 -1
  395. package/unbundled/definition2.cjs +1 -1
  396. package/unbundled/definition2.js +3 -3
  397. package/unbundled/definition3.cjs +222 -140
  398. package/unbundled/definition3.js +220 -138
  399. package/unbundled/definition4.cjs +145 -235
  400. package/unbundled/definition4.js +143 -233
  401. package/unbundled/definition5.cjs +269 -27
  402. package/unbundled/definition5.js +267 -26
  403. package/unbundled/definition6.cjs +56 -0
  404. package/unbundled/definition6.js +52 -0
  405. package/unbundled/delegates-aria.cjs +67 -33
  406. package/unbundled/delegates-aria.js +69 -35
  407. package/unbundled/form-associated.cjs +2 -2
  408. package/unbundled/form-associated.js +3 -3
  409. package/unbundled/host-semantics.cjs +47 -22
  410. package/unbundled/host-semantics.js +48 -23
  411. package/unbundled/listbox.cjs +41 -63
  412. package/unbundled/listbox.js +39 -61
  413. package/unbundled/mixins.cjs +34 -27
  414. package/unbundled/mixins.js +35 -28
  415. package/unbundled/picker-field.template.cjs +3 -3
  416. package/unbundled/picker-field.template.js +4 -4
  417. package/unbundled/slider.template.cjs +1 -1
  418. package/unbundled/slider.template.js +1 -1
  419. package/unbundled/time-selection-picker.template.cjs +4 -4
  420. package/unbundled/time-selection-picker.template.js +5 -5
  421. package/unbundled/vivid-element.cjs +22 -15
  422. package/unbundled/vivid-element.js +23 -15
  423. package/video-player/definition.cjs +69047 -1
  424. package/video-player/definition.js +69047 -1
  425. package/video-player/index.cjs +36 -36
  426. package/video-player/index.js +1895 -1905
  427. package/visually-hidden/index.cjs +1 -1
  428. package/visually-hidden/index.js +1 -1
  429. package/vivid.api.json +719 -224
  430. package/bundled/option.cjs +0 -1
  431. package/bundled/option.js +0 -158
  432. package/unbundled/option.cjs +0 -217
  433. package/unbundled/option.js +0 -214
@@ -7285,6 +7285,806 @@
7285
7285
  }
7286
7286
  ]
7287
7287
  },
7288
+ {
7289
+ "kind": "javascript-module",
7290
+ "path": "src/lib/color-picker/color-picker.ts",
7291
+ "declarations": [
7292
+ {
7293
+ "kind": "variable",
7294
+ "name": "VC_HEX_PICKER_TAG",
7295
+ "type": {
7296
+ "text": "string"
7297
+ },
7298
+ "default": "'vvd-hex-picker'"
7299
+ },
7300
+ {
7301
+ "kind": "variable",
7302
+ "name": "VC_HEX_INPUT_TAG",
7303
+ "type": {
7304
+ "text": "string"
7305
+ },
7306
+ "default": "'vvd-hex-input'"
7307
+ },
7308
+ {
7309
+ "kind": "class",
7310
+ "description": "",
7311
+ "name": "VvdHexPicker",
7312
+ "members": [
7313
+ {
7314
+ "kind": "field",
7315
+ "name": "displayName",
7316
+ "type": {
7317
+ "text": "string"
7318
+ },
7319
+ "static": true,
7320
+ "default": "'VvdHexPicker'",
7321
+ "readonly": true
7322
+ }
7323
+ ],
7324
+ "superclass": {
7325
+ "name": "HexColorPicker",
7326
+ "package": "vanilla-colorful/hex-color-picker.js"
7327
+ },
7328
+ "tagName": "VC_HEX_PICKER_TAG",
7329
+ "customElement": true
7330
+ },
7331
+ {
7332
+ "kind": "class",
7333
+ "description": "",
7334
+ "name": "VvdHexInput",
7335
+ "members": [
7336
+ {
7337
+ "kind": "field",
7338
+ "name": "displayName",
7339
+ "type": {
7340
+ "text": "string"
7341
+ },
7342
+ "static": true,
7343
+ "default": "'VvdHexInput'",
7344
+ "readonly": true
7345
+ }
7346
+ ],
7347
+ "superclass": {
7348
+ "name": "HexInput",
7349
+ "package": "vanilla-colorful/hex-input.js"
7350
+ },
7351
+ "tagName": "VC_HEX_INPUT_TAG",
7352
+ "customElement": true
7353
+ },
7354
+ {
7355
+ "kind": "variable",
7356
+ "name": "vcPickerTag",
7357
+ "default": "VC_HEX_PICKER_TAG"
7358
+ },
7359
+ {
7360
+ "kind": "variable",
7361
+ "name": "vcInputTag",
7362
+ "default": "VC_HEX_INPUT_TAG"
7363
+ },
7364
+ {
7365
+ "kind": "class",
7366
+ "description": "",
7367
+ "name": "ColorPicker",
7368
+ "slots": [
7369
+ {
7370
+ "description": "Describes how to use the text-field. Alternative to the `helper-text` attribute.",
7371
+ "name": "helper-text"
7372
+ },
7373
+ {
7374
+ "description": "Overrides the default \"Color Picker\" title of the Popup window.",
7375
+ "name": "popup-text"
7376
+ },
7377
+ {
7378
+ "description": " Overrides the default \"Saved colors:\" text above color swatches.",
7379
+ "name": "swatches-text"
7380
+ }
7381
+ ],
7382
+ "members": [
7383
+ {
7384
+ "kind": "field",
7385
+ "name": "placeholder",
7386
+ "type": {
7387
+ "text": "string"
7388
+ },
7389
+ "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
7390
+ "privacy": "public"
7391
+ },
7392
+ {
7393
+ "kind": "field",
7394
+ "name": "savedColorsKey",
7395
+ "type": {
7396
+ "text": "string | undefined"
7397
+ },
7398
+ "description": "Sets the localStorage saved colors key explicitly.",
7399
+ "privacy": "public"
7400
+ },
7401
+ {
7402
+ "kind": "field",
7403
+ "name": "disableSavedColors",
7404
+ "type": {
7405
+ "text": "boolean"
7406
+ },
7407
+ "default": "false",
7408
+ "description": "Disables the saving colors functionality",
7409
+ "privacy": "public"
7410
+ },
7411
+ {
7412
+ "kind": "field",
7413
+ "name": "maxSwatches",
7414
+ "type": {
7415
+ "text": "number"
7416
+ },
7417
+ "default": "6",
7418
+ "description": "Limits number of swatches that can be saved.",
7419
+ "privacy": "public"
7420
+ },
7421
+ {
7422
+ "kind": "field",
7423
+ "name": "#iconResetTimer",
7424
+ "privacy": "private",
7425
+ "type": {
7426
+ "text": "ReturnType<typeof setTimeout> | null"
7427
+ },
7428
+ "default": "null"
7429
+ },
7430
+ {
7431
+ "kind": "field",
7432
+ "name": "helperText",
7433
+ "type": {
7434
+ "text": "string | undefined"
7435
+ },
7436
+ "description": "Provides additional information to help the user enter the correct information.\nTo add HTML to the helper text, use the helper-text slot instead.",
7437
+ "privacy": "public",
7438
+ "inheritedFrom": {
7439
+ "name": "WithFeedback",
7440
+ "module": "src/shared/feedback/mixins.ts"
7441
+ }
7442
+ },
7443
+ {
7444
+ "kind": "field",
7445
+ "name": "errorText",
7446
+ "type": {
7447
+ "text": "string | undefined"
7448
+ },
7449
+ "description": "Provides a custom error message. Any current error state will be overridden.",
7450
+ "privacy": "public",
7451
+ "inheritedFrom": {
7452
+ "name": "WithErrorText",
7453
+ "module": "src/shared/patterns/form-elements/with-error-text.ts"
7454
+ }
7455
+ },
7456
+ {
7457
+ "kind": "field",
7458
+ "name": "#blockValidateCalls",
7459
+ "privacy": "private",
7460
+ "type": {
7461
+ "text": "boolean"
7462
+ },
7463
+ "default": "false",
7464
+ "inheritedFrom": {
7465
+ "name": "WithErrorText",
7466
+ "module": "src/shared/patterns/form-elements/with-error-text.ts"
7467
+ }
7468
+ },
7469
+ {
7470
+ "kind": "field",
7471
+ "name": "#originalValidateFn",
7472
+ "privacy": "private",
7473
+ "type": {
7474
+ "text": "() => void"
7475
+ },
7476
+ "inheritedFrom": {
7477
+ "name": "WithErrorText",
7478
+ "module": "src/shared/patterns/form-elements/with-error-text.ts"
7479
+ }
7480
+ },
7481
+ {
7482
+ "kind": "method",
7483
+ "name": "#forceCustomError",
7484
+ "parameters": [
7485
+ {
7486
+ "name": "errorMessage",
7487
+ "type": {
7488
+ "text": "string"
7489
+ }
7490
+ }
7491
+ ],
7492
+ "inheritedFrom": {
7493
+ "name": "WithErrorText",
7494
+ "module": "src/shared/patterns/form-elements/with-error-text.ts"
7495
+ }
7496
+ },
7497
+ {
7498
+ "kind": "method",
7499
+ "name": "#clearCustomErrorAndRevalidate",
7500
+ "inheritedFrom": {
7501
+ "name": "WithErrorText",
7502
+ "module": "src/shared/patterns/form-elements/with-error-text.ts"
7503
+ }
7504
+ },
7505
+ {
7506
+ "kind": "field",
7507
+ "name": "validate",
7508
+ "inheritedFrom": {
7509
+ "name": "WithErrorText",
7510
+ "module": "src/shared/patterns/form-elements/with-error-text.ts"
7511
+ }
7512
+ },
7513
+ {
7514
+ "kind": "field",
7515
+ "name": "successText",
7516
+ "type": {
7517
+ "text": "string | undefined"
7518
+ },
7519
+ "description": "Provides a custom success message. Any current error state will be overridden.",
7520
+ "privacy": "public",
7521
+ "inheritedFrom": {
7522
+ "name": "WithSuccessText",
7523
+ "module": "src/shared/patterns/form-elements/with-success-text.ts"
7524
+ }
7525
+ },
7526
+ {
7527
+ "kind": "field",
7528
+ "name": "_vividAriaBehaviour",
7529
+ "default": "'delegate'",
7530
+ "type": {
7531
+ "text": "'delegate'"
7532
+ },
7533
+ "inheritedFrom": {
7534
+ "name": "DelegatesAria",
7535
+ "module": "src/shared/aria/delegates-aria.ts"
7536
+ }
7537
+ },
7538
+ {
7539
+ "kind": "field",
7540
+ "name": "open",
7541
+ "type": {
7542
+ "text": "boolean"
7543
+ },
7544
+ "default": "false",
7545
+ "description": "Indicates whether the popup is open",
7546
+ "privacy": "public",
7547
+ "inheritedFrom": {
7548
+ "name": "BaseColorPicker",
7549
+ "module": "src/shared/color-picker/base-color-picker.ts"
7550
+ }
7551
+ },
7552
+ {
7553
+ "kind": "field",
7554
+ "name": "swatches",
7555
+ "type": {
7556
+ "text": "ColorSwatch[]"
7557
+ },
7558
+ "default": "[]",
7559
+ "description": "List of color swatches, has to be an array of objects\n\n### Examples",
7560
+ "privacy": "public",
7561
+ "inheritedFrom": {
7562
+ "name": "BaseColorPicker",
7563
+ "module": "src/shared/color-picker/base-color-picker.ts"
7564
+ }
7565
+ },
7566
+ {
7567
+ "kind": "field",
7568
+ "name": "label",
7569
+ "type": {
7570
+ "text": "string | undefined"
7571
+ },
7572
+ "description": "The label for the form element.",
7573
+ "inheritedFrom": {
7574
+ "name": "FormElement",
7575
+ "module": "src/shared/patterns/form-elements/form-element.ts"
7576
+ }
7577
+ },
7578
+ {
7579
+ "kind": "field",
7580
+ "name": "#handleInvalidEvent",
7581
+ "privacy": "private",
7582
+ "inheritedFrom": {
7583
+ "name": "FormElement",
7584
+ "module": "src/shared/patterns/form-elements/form-element.ts"
7585
+ }
7586
+ },
7587
+ {
7588
+ "kind": "field",
7589
+ "name": "validity",
7590
+ "type": {
7591
+ "text": "ValidityState"
7592
+ },
7593
+ "description": "Returns the validity state of the element",
7594
+ "readonly": true,
7595
+ "inheritedFrom": {
7596
+ "name": "FormAssociated",
7597
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
7598
+ }
7599
+ },
7600
+ {
7601
+ "kind": "field",
7602
+ "name": "form",
7603
+ "type": {
7604
+ "text": "HTMLFormElement | null"
7605
+ },
7606
+ "description": "Retrieve a reference to the associated form.\nReturns null if not associated to any form.",
7607
+ "readonly": true,
7608
+ "inheritedFrom": {
7609
+ "name": "FormAssociated",
7610
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
7611
+ }
7612
+ },
7613
+ {
7614
+ "kind": "field",
7615
+ "name": "validationMessage",
7616
+ "type": {
7617
+ "text": "string"
7618
+ },
7619
+ "description": "Retrieve the localized validation message,\nor custom validation message if set.",
7620
+ "readonly": true,
7621
+ "inheritedFrom": {
7622
+ "name": "FormAssociated",
7623
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
7624
+ }
7625
+ },
7626
+ {
7627
+ "kind": "field",
7628
+ "name": "willValidate",
7629
+ "type": {
7630
+ "text": "boolean"
7631
+ },
7632
+ "description": "Whether the element will be validated when the\nform is submitted",
7633
+ "readonly": true,
7634
+ "inheritedFrom": {
7635
+ "name": "FormAssociated",
7636
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
7637
+ }
7638
+ },
7639
+ {
7640
+ "kind": "field",
7641
+ "name": "labels",
7642
+ "type": {
7643
+ "text": "ReadonlyArray<Node>"
7644
+ },
7645
+ "description": "A reference to all associated label elements",
7646
+ "readonly": true,
7647
+ "inheritedFrom": {
7648
+ "name": "FormAssociated",
7649
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
7650
+ }
7651
+ },
7652
+ {
7653
+ "kind": "field",
7654
+ "name": "value",
7655
+ "type": {
7656
+ "text": "string"
7657
+ },
7658
+ "description": "The current value of the element.",
7659
+ "inheritedFrom": {
7660
+ "name": "FormAssociated",
7661
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
7662
+ }
7663
+ },
7664
+ {
7665
+ "kind": "field",
7666
+ "name": "currentValue",
7667
+ "inheritedFrom": {
7668
+ "name": "FormAssociated",
7669
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
7670
+ }
7671
+ },
7672
+ {
7673
+ "kind": "field",
7674
+ "name": "initialValue",
7675
+ "type": {
7676
+ "text": "string"
7677
+ },
7678
+ "description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
7679
+ "inheritedFrom": {
7680
+ "name": "FormAssociated",
7681
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
7682
+ }
7683
+ },
7684
+ {
7685
+ "kind": "field",
7686
+ "name": "disabled",
7687
+ "type": {
7688
+ "text": "boolean"
7689
+ },
7690
+ "default": "false",
7691
+ "description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
7692
+ "inheritedFrom": {
7693
+ "name": "FormAssociated",
7694
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
7695
+ }
7696
+ },
7697
+ {
7698
+ "kind": "field",
7699
+ "name": "name",
7700
+ "type": {
7701
+ "text": "string"
7702
+ },
7703
+ "description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
7704
+ "inheritedFrom": {
7705
+ "name": "FormAssociated",
7706
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
7707
+ }
7708
+ },
7709
+ {
7710
+ "kind": "field",
7711
+ "name": "required",
7712
+ "type": {
7713
+ "text": "boolean"
7714
+ },
7715
+ "description": "Require the field to be completed prior to form submission.",
7716
+ "default": "false",
7717
+ "inheritedFrom": {
7718
+ "name": "FormAssociated",
7719
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
7720
+ }
7721
+ },
7722
+ {
7723
+ "kind": "method",
7724
+ "name": "checkValidity",
7725
+ "return": {
7726
+ "type": {
7727
+ "text": "boolean"
7728
+ }
7729
+ },
7730
+ "description": "Return the current validity of the element.",
7731
+ "inheritedFrom": {
7732
+ "name": "FormAssociated",
7733
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
7734
+ }
7735
+ },
7736
+ {
7737
+ "kind": "method",
7738
+ "name": "reportValidity",
7739
+ "return": {
7740
+ "type": {
7741
+ "text": "boolean"
7742
+ }
7743
+ },
7744
+ "description": "Return the current validity of the element.\nIf false, fires an invalid event at the element.",
7745
+ "inheritedFrom": {
7746
+ "name": "FormAssociated",
7747
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
7748
+ }
7749
+ },
7750
+ {
7751
+ "kind": "field",
7752
+ "name": "VIVID_VERSION",
7753
+ "static": true,
7754
+ "default": "__PACKAGE_VERSION__",
7755
+ "description": "The current version of the Vivid library, which is useful for debugging.\nIt can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.",
7756
+ "type": {
7757
+ "text": "string"
7758
+ },
7759
+ "inheritedFrom": {
7760
+ "name": "VividElement",
7761
+ "module": "src/shared/foundation/vivid-element/vivid-element.ts"
7762
+ }
7763
+ },
7764
+ {
7765
+ "kind": "field",
7766
+ "name": "componentName",
7767
+ "type": {
7768
+ "text": "string"
7769
+ },
7770
+ "static": true,
7771
+ "description": "Core component name, without prefix",
7772
+ "inheritedFrom": {
7773
+ "name": "VividElement",
7774
+ "module": "src/shared/foundation/vivid-element/vivid-element.ts"
7775
+ }
7776
+ }
7777
+ ],
7778
+ "events": [
7779
+ {
7780
+ "type": {
7781
+ "text": "CustomEvent<undefined>"
7782
+ },
7783
+ "description": "Fires when the value changes",
7784
+ "name": "change"
7785
+ }
7786
+ ],
7787
+ "attributes": [
7788
+ {
7789
+ "name": "placeholder",
7790
+ "type": {
7791
+ "text": "string"
7792
+ },
7793
+ "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
7794
+ "fieldName": "placeholder"
7795
+ },
7796
+ {
7797
+ "name": "saved-colors-key",
7798
+ "type": {
7799
+ "text": "string | undefined"
7800
+ },
7801
+ "description": "Sets the localStorage saved colors key explicitly.",
7802
+ "fieldName": "savedColorsKey"
7803
+ },
7804
+ {
7805
+ "name": "disable-saved-colors",
7806
+ "type": {
7807
+ "text": "boolean"
7808
+ },
7809
+ "default": "false",
7810
+ "description": "Disables the saving colors functionality",
7811
+ "fieldName": "disableSavedColors"
7812
+ },
7813
+ {
7814
+ "name": "max-swatches",
7815
+ "type": {
7816
+ "text": "number"
7817
+ },
7818
+ "default": "6",
7819
+ "description": "Limits number of swatches that can be saved.",
7820
+ "fieldName": "maxSwatches"
7821
+ },
7822
+ {
7823
+ "name": "helper-text",
7824
+ "type": {
7825
+ "text": "string | undefined"
7826
+ },
7827
+ "description": "Provides additional information to help the user enter the correct information.\nTo add HTML to the helper text, use the helper-text slot instead.",
7828
+ "fieldName": "helperText",
7829
+ "inheritedFrom": {
7830
+ "name": "WithFeedback",
7831
+ "module": "src/shared/feedback/mixins.ts"
7832
+ }
7833
+ },
7834
+ {
7835
+ "name": "error-text",
7836
+ "type": {
7837
+ "text": "string | undefined"
7838
+ },
7839
+ "description": "Provides a custom error message. Any current error state will be overridden.",
7840
+ "fieldName": "errorText",
7841
+ "inheritedFrom": {
7842
+ "name": "WithErrorText",
7843
+ "module": "src/shared/patterns/form-elements/with-error-text.ts"
7844
+ }
7845
+ },
7846
+ {
7847
+ "name": "success-text",
7848
+ "type": {
7849
+ "text": "string | undefined"
7850
+ },
7851
+ "description": "Provides a custom success message. Any current error state will be overridden.",
7852
+ "fieldName": "successText",
7853
+ "inheritedFrom": {
7854
+ "name": "WithSuccessText",
7855
+ "module": "src/shared/patterns/form-elements/with-success-text.ts"
7856
+ }
7857
+ },
7858
+ {
7859
+ "name": "open",
7860
+ "type": {
7861
+ "text": "boolean"
7862
+ },
7863
+ "default": "false",
7864
+ "description": "Indicates whether the popup is open",
7865
+ "fieldName": "open",
7866
+ "inheritedFrom": {
7867
+ "name": "BaseColorPicker",
7868
+ "module": "src/shared/color-picker/base-color-picker.ts"
7869
+ }
7870
+ },
7871
+ {
7872
+ "name": "label",
7873
+ "type": {
7874
+ "text": "string | undefined"
7875
+ },
7876
+ "description": "The label for the form element.",
7877
+ "fieldName": "label",
7878
+ "inheritedFrom": {
7879
+ "name": "FormElement",
7880
+ "module": "src/shared/patterns/form-elements/form-element.ts"
7881
+ }
7882
+ },
7883
+ {
7884
+ "name": "current-value",
7885
+ "type": {
7886
+ "text": "string"
7887
+ },
7888
+ "description": "The current value of the element.",
7889
+ "fieldName": "value",
7890
+ "inheritedFrom": {
7891
+ "name": "FormAssociated",
7892
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
7893
+ }
7894
+ },
7895
+ {
7896
+ "name": "value",
7897
+ "type": {
7898
+ "text": "string"
7899
+ },
7900
+ "description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
7901
+ "fieldName": "initialValue",
7902
+ "inheritedFrom": {
7903
+ "name": "FormAssociated",
7904
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
7905
+ }
7906
+ },
7907
+ {
7908
+ "name": "disabled",
7909
+ "type": {
7910
+ "text": "boolean"
7911
+ },
7912
+ "default": "false",
7913
+ "description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
7914
+ "fieldName": "disabled",
7915
+ "inheritedFrom": {
7916
+ "name": "FormAssociated",
7917
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
7918
+ }
7919
+ },
7920
+ {
7921
+ "name": "name",
7922
+ "type": {
7923
+ "text": "string"
7924
+ },
7925
+ "description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
7926
+ "fieldName": "name",
7927
+ "inheritedFrom": {
7928
+ "name": "FormAssociated",
7929
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
7930
+ }
7931
+ },
7932
+ {
7933
+ "name": "required",
7934
+ "type": {
7935
+ "text": "boolean"
7936
+ },
7937
+ "description": "Require the field to be completed prior to form submission.",
7938
+ "default": "false",
7939
+ "fieldName": "required",
7940
+ "inheritedFrom": {
7941
+ "name": "FormAssociated",
7942
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
7943
+ }
7944
+ }
7945
+ ],
7946
+ "mixins": [
7947
+ {
7948
+ "name": "WithContextualHelp",
7949
+ "module": "/src/shared/patterns"
7950
+ },
7951
+ {
7952
+ "name": "WithFeedback",
7953
+ "module": "/src/shared/feedback/mixins"
7954
+ },
7955
+ {
7956
+ "name": "WithErrorText",
7957
+ "module": "/src/shared/patterns"
7958
+ },
7959
+ {
7960
+ "name": "WithSuccessText",
7961
+ "module": "/src/shared/patterns"
7962
+ },
7963
+ {
7964
+ "name": "DelegatesAria",
7965
+ "module": "/src/shared/aria/delegates-aria"
7966
+ },
7967
+ {
7968
+ "name": "BaseColorPicker",
7969
+ "module": "/src/shared/color-picker"
7970
+ }
7971
+ ],
7972
+ "superclass": {
7973
+ "name": "VividElement",
7974
+ "module": "/src/shared/foundation/vivid-element/vivid-element"
7975
+ },
7976
+ "vividComponent": {
7977
+ "public": true,
7978
+ "name": "color-picker",
7979
+ "vueModels": [
7980
+ {
7981
+ "name": "modelValue",
7982
+ "propName": "value",
7983
+ "eventNames": [
7984
+ "input"
7985
+ ],
7986
+ "valueMapping": "event.currentTarget.value"
7987
+ }
7988
+ ]
7989
+ }
7990
+ }
7991
+ ],
7992
+ "exports": [
7993
+ {
7994
+ "kind": "custom-element-definition",
7995
+ "name": "VC_HEX_PICKER_TAG",
7996
+ "declaration": {
7997
+ "name": "VvdHexPicker",
7998
+ "module": "src/lib/color-picker/color-picker.ts"
7999
+ }
8000
+ },
8001
+ {
8002
+ "kind": "custom-element-definition",
8003
+ "name": "VC_HEX_INPUT_TAG",
8004
+ "declaration": {
8005
+ "name": "VvdHexInput",
8006
+ "module": "src/lib/color-picker/color-picker.ts"
8007
+ }
8008
+ },
8009
+ {
8010
+ "kind": "js",
8011
+ "name": "vcPickerTag",
8012
+ "declaration": {
8013
+ "name": "vcPickerTag",
8014
+ "module": "src/lib/color-picker/color-picker.ts"
8015
+ }
8016
+ },
8017
+ {
8018
+ "kind": "js",
8019
+ "name": "vcInputTag",
8020
+ "declaration": {
8021
+ "name": "vcInputTag",
8022
+ "module": "src/lib/color-picker/color-picker.ts"
8023
+ }
8024
+ },
8025
+ {
8026
+ "kind": "js",
8027
+ "name": "ColorPicker",
8028
+ "declaration": {
8029
+ "name": "ColorPicker",
8030
+ "module": "src/lib/color-picker/color-picker.ts"
8031
+ }
8032
+ }
8033
+ ]
8034
+ },
8035
+ {
8036
+ "kind": "javascript-module",
8037
+ "path": "src/lib/color-picker/definition.ts",
8038
+ "declarations": [
8039
+ {
8040
+ "kind": "variable",
8041
+ "name": "colorPickerDefinition"
8042
+ },
8043
+ {
8044
+ "kind": "variable",
8045
+ "name": "registerColorPicker",
8046
+ "description": "Registers the color-picker element with the design system.",
8047
+ "parameters": [
8048
+ {
8049
+ "description": "the prefix to use for the component name",
8050
+ "name": "prefix"
8051
+ }
8052
+ ]
8053
+ }
8054
+ ],
8055
+ "exports": [
8056
+ {
8057
+ "kind": "js",
8058
+ "name": "colorPickerDefinition",
8059
+ "declaration": {
8060
+ "name": "colorPickerDefinition",
8061
+ "module": "src/lib/color-picker/definition.ts"
8062
+ }
8063
+ },
8064
+ {
8065
+ "kind": "js",
8066
+ "name": "registerColorPicker",
8067
+ "declaration": {
8068
+ "name": "registerColorPicker",
8069
+ "module": "src/lib/color-picker/definition.ts"
8070
+ }
8071
+ },
8072
+ {
8073
+ "kind": "js",
8074
+ "name": "VwcColorPickerElement",
8075
+ "declaration": {
8076
+ "name": "ColorPicker",
8077
+ "module": "src/lib/color-picker/definition.ts"
8078
+ }
8079
+ }
8080
+ ]
8081
+ },
8082
+ {
8083
+ "kind": "javascript-module",
8084
+ "path": "src/lib/color-picker/locale.ts",
8085
+ "declarations": [],
8086
+ "exports": []
8087
+ },
7288
8088
  {
7289
8089
  "kind": "javascript-module",
7290
8090
  "path": "src/lib/combobox/combobox.options.ts",
@@ -7500,6 +8300,28 @@
7500
8300
  "description": "Filter available options by text value.",
7501
8301
  "privacy": "public"
7502
8302
  },
8303
+ {
8304
+ "kind": "method",
8305
+ "name": "_isDefaultSelected",
8306
+ "privacy": "protected",
8307
+ "parameters": [
8308
+ {
8309
+ "name": "option",
8310
+ "type": {
8311
+ "text": "ListboxOption"
8312
+ }
8313
+ }
8314
+ ],
8315
+ "return": {
8316
+ "type": {
8317
+ "text": "boolean"
8318
+ }
8319
+ },
8320
+ "inheritedFrom": {
8321
+ "name": "Listbox",
8322
+ "module": "src/shared/foundation/listbox/listbox.ts"
8323
+ }
8324
+ },
7503
8325
  {
7504
8326
  "kind": "field",
7505
8327
  "name": "helperText",
@@ -7845,6 +8667,45 @@
7845
8667
  "module": "src/shared/foundation/listbox/listbox.ts"
7846
8668
  }
7847
8669
  },
8670
+ {
8671
+ "kind": "method",
8672
+ "name": "getNextSelectableIndex",
8673
+ "privacy": "protected",
8674
+ "parameters": [
8675
+ {
8676
+ "name": "fromIndex",
8677
+ "type": {
8678
+ "text": "number"
8679
+ }
8680
+ }
8681
+ ],
8682
+ "inheritedFrom": {
8683
+ "name": "Listbox",
8684
+ "module": "src/shared/foundation/listbox/listbox.ts"
8685
+ }
8686
+ },
8687
+ {
8688
+ "kind": "method",
8689
+ "name": "_validSelectedIndex",
8690
+ "privacy": "protected",
8691
+ "return": {
8692
+ "type": {
8693
+ "text": "number"
8694
+ }
8695
+ },
8696
+ "parameters": [
8697
+ {
8698
+ "name": "index",
8699
+ "type": {
8700
+ "text": "number"
8701
+ }
8702
+ }
8703
+ ],
8704
+ "inheritedFrom": {
8705
+ "name": "Listbox",
8706
+ "module": "src/shared/foundation/listbox/listbox.ts"
8707
+ }
8708
+ },
7848
8709
  {
7849
8710
  "kind": "method",
7850
8711
  "name": "selectFirstOption",
@@ -7860,6 +8721,40 @@
7860
8721
  "module": "src/shared/foundation/listbox/listbox.ts"
7861
8722
  }
7862
8723
  },
8724
+ {
8725
+ "kind": "method",
8726
+ "name": "_newDefaultSelectedIndex",
8727
+ "privacy": "protected",
8728
+ "return": {
8729
+ "type": {
8730
+ "text": "number | null"
8731
+ }
8732
+ },
8733
+ "parameters": [
8734
+ {
8735
+ "name": "prev",
8736
+ "type": {
8737
+ "text": "ListboxOption[]"
8738
+ }
8739
+ },
8740
+ {
8741
+ "name": "next",
8742
+ "type": {
8743
+ "text": "ListboxOption[]"
8744
+ }
8745
+ },
8746
+ {
8747
+ "name": "currentSelectedIndex",
8748
+ "type": {
8749
+ "text": "number"
8750
+ }
8751
+ }
8752
+ ],
8753
+ "inheritedFrom": {
8754
+ "name": "Listbox",
8755
+ "module": "src/shared/foundation/listbox/listbox.ts"
8756
+ }
8757
+ },
7863
8758
  {
7864
8759
  "kind": "method",
7865
8760
  "name": "setSelectedOptions",
@@ -8934,18 +9829,9 @@
8934
9829
  },
8935
9830
  {
8936
9831
  "kind": "field",
8937
- "name": "cellsRepeatBehavior",
8938
- "type": {
8939
- "text": "RepeatBehavior | null"
8940
- },
8941
- "privacy": "private",
8942
- "default": "null"
8943
- },
8944
- {
8945
- "kind": "field",
8946
- "name": "cellsPlaceholder",
9832
+ "name": "behaviorOrchestrator",
8947
9833
  "type": {
8948
- "text": "Node | null"
9834
+ "text": "ViewBehaviorOrchestrator | null"
8949
9835
  },
8950
9836
  "privacy": "private",
8951
9837
  "default": "null"
@@ -9423,18 +10309,9 @@
9423
10309
  },
9424
10310
  {
9425
10311
  "kind": "field",
9426
- "name": "rowsRepeatBehavior",
10312
+ "name": "behaviorOrchestrator",
9427
10313
  "type": {
9428
- "text": "RepeatBehavior | null"
9429
- },
9430
- "privacy": "private",
9431
- "default": "null"
9432
- },
9433
- {
9434
- "kind": "field",
9435
- "name": "rowsPlaceholder",
9436
- "type": {
9437
- "text": "Node | null"
10314
+ "text": "ViewBehaviorOrchestrator | null"
9438
10315
  },
9439
10316
  "privacy": "private",
9440
10317
  "default": "null"
@@ -9952,7 +10829,7 @@
9952
10829
  "name": "#localeChangeObserver",
9953
10830
  "privacy": "private",
9954
10831
  "type": {
9955
- "text": "BindingObserver"
10832
+ "text": "ExpressionNotifier"
9956
10833
  },
9957
10834
  "inheritedFrom": {
9958
10835
  "name": "PickerField",
@@ -10755,7 +11632,7 @@
10755
11632
  "name": "#localeChangeObserver",
10756
11633
  "privacy": "private",
10757
11634
  "type": {
10758
- "text": "BindingObserver"
11635
+ "text": "ExpressionNotifier"
10759
11636
  },
10760
11637
  "inheritedFrom": {
10761
11638
  "name": "PickerField",
@@ -11555,7 +12432,7 @@
11555
12432
  "name": "#clockChangeObserver",
11556
12433
  "privacy": "private",
11557
12434
  "type": {
11558
- "text": "BindingObserver"
12435
+ "text": "ExpressionNotifier"
11559
12436
  },
11560
12437
  "inheritedFrom": {
11561
12438
  "name": "TimeSelectionPicker",
@@ -11673,7 +12550,7 @@
11673
12550
  "name": "#localeChangeObserver",
11674
12551
  "privacy": "private",
11675
12552
  "type": {
11676
- "text": "BindingObserver"
12553
+ "text": "ExpressionNotifier"
11677
12554
  },
11678
12555
  "inheritedFrom": {
11679
12556
  "name": "PickerField",
@@ -12522,6 +13399,16 @@
12522
13399
  "privacy": "public",
12523
13400
  "description": ""
12524
13401
  },
13402
+ {
13403
+ "kind": "field",
13404
+ "name": "deleteAriaLabel",
13405
+ "type": {
13406
+ "text": "string | null"
13407
+ },
13408
+ "default": "null",
13409
+ "description": "The aria-label for the delete button",
13410
+ "privacy": "public"
13411
+ },
12525
13412
  {
12526
13413
  "kind": "field",
12527
13414
  "name": "autofocus",
@@ -12720,6 +13607,15 @@
12720
13607
  "default": "null",
12721
13608
  "fieldName": "callButtonLabel"
12722
13609
  },
13610
+ {
13611
+ "name": "delete-aria-label",
13612
+ "type": {
13613
+ "text": "string | null"
13614
+ },
13615
+ "default": "null",
13616
+ "description": "The aria-label for the delete button",
13617
+ "fieldName": "deleteAriaLabel"
13618
+ },
12723
13619
  {
12724
13620
  "name": "autofocus",
12725
13621
  "type": {
@@ -15081,14 +15977,14 @@
15081
15977
  "type": {
15082
15978
  "text": "object"
15083
15979
  },
15084
- "default": "{\n\t\thandleChange: () => {\n\t\t\tthis._customValidationError =\n\t\t\t\tthis.#customValidationChangeObserver.observe(\n\t\t\t\t\tthis,\n\t\t\t\t\tdefaultExecutionContext\n\t\t\t\t);\n\t\t},\n\t}"
15980
+ "default": "{\n\t\thandleChange: () => {\n\t\t\tthis._customValidationError =\n\t\t\t\tthis.#customValidationChangeObserver.observe(\n\t\t\t\t\tthis,\n\t\t\t\t\tExecutionContext.default\n\t\t\t\t);\n\t\t},\n\t}"
15085
15981
  },
15086
15982
  {
15087
15983
  "kind": "field",
15088
15984
  "name": "#customValidationChangeObserver",
15089
15985
  "privacy": "private",
15090
15986
  "type": {
15091
- "text": "BindingObserver"
15987
+ "text": "ExpressionNotifier"
15092
15988
  }
15093
15989
  },
15094
15990
  {
@@ -24779,6 +25675,34 @@
24779
25675
  "kind": "method",
24780
25676
  "name": "#updateSelectionLimit"
24781
25677
  },
25678
+ {
25679
+ "kind": "field",
25680
+ "name": "enableSelectAll",
25681
+ "type": {
25682
+ "text": "boolean"
25683
+ },
25684
+ "default": "false",
25685
+ "description": "Adds a \"Select All\" option at the top of the options list.",
25686
+ "privacy": "public"
25687
+ },
25688
+ {
25689
+ "kind": "field",
25690
+ "name": "selectAllText",
25691
+ "type": {
25692
+ "text": "string | undefined"
25693
+ },
25694
+ "description": "Overrides the default \"Select All\" text",
25695
+ "privacy": "public"
25696
+ },
25697
+ {
25698
+ "kind": "field",
25699
+ "name": "deselectAllText",
25700
+ "type": {
25701
+ "text": "string | undefined"
25702
+ },
25703
+ "description": "Overrides the default \"Deselect All\" text",
25704
+ "privacy": "public"
25705
+ },
24782
25706
  {
24783
25707
  "kind": "method",
24784
25708
  "name": "#determineInitialValues"
@@ -25255,6 +26179,31 @@
25255
26179
  "default": "null",
25256
26180
  "fieldName": "maxSelected"
25257
26181
  },
26182
+ {
26183
+ "name": "enable-select-all",
26184
+ "type": {
26185
+ "text": "boolean"
26186
+ },
26187
+ "default": "false",
26188
+ "description": "Adds a \"Select All\" option at the top of the options list.",
26189
+ "fieldName": "enableSelectAll"
26190
+ },
26191
+ {
26192
+ "name": "select-all-text",
26193
+ "type": {
26194
+ "text": "string | undefined"
26195
+ },
26196
+ "description": "Overrides the default \"Select All\" text",
26197
+ "fieldName": "selectAllText"
26198
+ },
26199
+ {
26200
+ "name": "deselect-all-text",
26201
+ "type": {
26202
+ "text": "string | undefined"
26203
+ },
26204
+ "description": "Overrides the default \"Deselect All\" text",
26205
+ "fieldName": "deselectAllText"
26206
+ },
25258
26207
  {
25259
26208
  "name": "helper-text",
25260
26209
  "type": {
@@ -25697,11 +26646,53 @@
25697
26646
  },
25698
26647
  {
25699
26648
  "kind": "method",
25700
- "name": "setDefaultSelectedOption",
26649
+ "name": "_newDefaultSelectedIndex",
26650
+ "privacy": "protected",
25701
26651
  "return": {
25702
26652
  "type": {
25703
- "text": "void"
26653
+ "text": "number | null"
26654
+ }
26655
+ },
26656
+ "parameters": [
26657
+ {
26658
+ "name": "prev",
26659
+ "type": {
26660
+ "text": "ListboxOption[]"
26661
+ }
26662
+ },
26663
+ {
26664
+ "name": "next",
26665
+ "type": {
26666
+ "text": "ListboxOption[]"
26667
+ }
26668
+ },
26669
+ {
26670
+ "name": "currentSelectIndex",
26671
+ "type": {
26672
+ "text": "number"
26673
+ }
26674
+ }
26675
+ ],
26676
+ "inheritedFrom": {
26677
+ "name": "Listbox",
26678
+ "module": "src/shared/foundation/listbox/listbox.ts"
26679
+ }
26680
+ },
26681
+ {
26682
+ "kind": "method",
26683
+ "name": "_isDefaultSelected",
26684
+ "privacy": "protected",
26685
+ "parameters": [
26686
+ {
26687
+ "name": "option",
26688
+ "type": {
26689
+ "text": "ListboxOption"
26690
+ }
25704
26691
  }
26692
+ ],
26693
+ "inheritedFrom": {
26694
+ "name": "Listbox",
26695
+ "module": "src/shared/foundation/listbox/listbox.ts"
25705
26696
  }
25706
26697
  },
25707
26698
  {
@@ -26118,6 +27109,45 @@
26118
27109
  "module": "src/shared/foundation/listbox/listbox.ts"
26119
27110
  }
26120
27111
  },
27112
+ {
27113
+ "kind": "method",
27114
+ "name": "getNextSelectableIndex",
27115
+ "privacy": "protected",
27116
+ "parameters": [
27117
+ {
27118
+ "name": "fromIndex",
27119
+ "type": {
27120
+ "text": "number"
27121
+ }
27122
+ }
27123
+ ],
27124
+ "inheritedFrom": {
27125
+ "name": "Listbox",
27126
+ "module": "src/shared/foundation/listbox/listbox.ts"
27127
+ }
27128
+ },
27129
+ {
27130
+ "kind": "method",
27131
+ "name": "_validSelectedIndex",
27132
+ "privacy": "protected",
27133
+ "return": {
27134
+ "type": {
27135
+ "text": "number"
27136
+ }
27137
+ },
27138
+ "parameters": [
27139
+ {
27140
+ "name": "index",
27141
+ "type": {
27142
+ "text": "number"
27143
+ }
27144
+ }
27145
+ ],
27146
+ "inheritedFrom": {
27147
+ "name": "Listbox",
27148
+ "module": "src/shared/foundation/listbox/listbox.ts"
27149
+ }
27150
+ },
26121
27151
  {
26122
27152
  "kind": "method",
26123
27153
  "name": "selectFirstOption",
@@ -27071,16 +28101,6 @@
27071
28101
  }
27072
28102
  ],
27073
28103
  "members": [
27074
- {
27075
- "kind": "field",
27076
- "name": "open",
27077
- "type": {
27078
- "text": "boolean"
27079
- },
27080
- "default": "false",
27081
- "description": "Indicates whether the popup is open",
27082
- "privacy": "public"
27083
- },
27084
28104
  {
27085
28105
  "kind": "field",
27086
28106
  "name": "placement",
@@ -27091,16 +28111,6 @@
27091
28111
  "description": "Placement of the popup with color swatches",
27092
28112
  "privacy": "public"
27093
28113
  },
27094
- {
27095
- "kind": "field",
27096
- "name": "swatches",
27097
- "type": {
27098
- "text": "ColorSwatch[]"
27099
- },
27100
- "default": "[]",
27101
- "description": "List of color swatches, has to be an array of objects\n\n### Examples",
27102
- "privacy": "public"
27103
- },
27104
28114
  {
27105
28115
  "kind": "field",
27106
28116
  "name": "swatchesPerRow",
@@ -27163,6 +28173,34 @@
27163
28173
  "module": "src/shared/patterns/anchored.ts"
27164
28174
  }
27165
28175
  },
28176
+ {
28177
+ "kind": "field",
28178
+ "name": "open",
28179
+ "type": {
28180
+ "text": "boolean"
28181
+ },
28182
+ "default": "false",
28183
+ "description": "Indicates whether the popup is open",
28184
+ "privacy": "public",
28185
+ "inheritedFrom": {
28186
+ "name": "BaseColorPicker",
28187
+ "module": "src/shared/color-picker/base-color-picker.ts"
28188
+ }
28189
+ },
28190
+ {
28191
+ "kind": "field",
28192
+ "name": "swatches",
28193
+ "type": {
28194
+ "text": "ColorSwatch[]"
28195
+ },
28196
+ "default": "[]",
28197
+ "description": "List of color swatches, has to be an array of objects\n\n### Examples",
28198
+ "privacy": "public",
28199
+ "inheritedFrom": {
28200
+ "name": "BaseColorPicker",
28201
+ "module": "src/shared/color-picker/base-color-picker.ts"
28202
+ }
28203
+ },
27166
28204
  {
27167
28205
  "kind": "field",
27168
28206
  "name": "label",
@@ -27385,15 +28423,6 @@
27385
28423
  }
27386
28424
  ],
27387
28425
  "attributes": [
27388
- {
27389
- "name": "open",
27390
- "type": {
27391
- "text": "boolean"
27392
- },
27393
- "default": "false",
27394
- "description": "Indicates whether the popup is open",
27395
- "fieldName": "open"
27396
- },
27397
28426
  {
27398
28427
  "name": "placement",
27399
28428
  "type": {
@@ -27424,6 +28453,19 @@
27424
28453
  "module": "src/shared/patterns/anchored.ts"
27425
28454
  }
27426
28455
  },
28456
+ {
28457
+ "name": "open",
28458
+ "type": {
28459
+ "text": "boolean"
28460
+ },
28461
+ "default": "false",
28462
+ "description": "Indicates whether the popup is open",
28463
+ "fieldName": "open",
28464
+ "inheritedFrom": {
28465
+ "name": "BaseColorPicker",
28466
+ "module": "src/shared/color-picker/base-color-picker.ts"
28467
+ }
28468
+ },
27427
28469
  {
27428
28470
  "name": "label",
27429
28471
  "type": {
@@ -27500,21 +28542,13 @@
27500
28542
  }
27501
28543
  ],
27502
28544
  "mixins": [
27503
- {
27504
- "name": "Localized",
27505
- "module": "/src/shared/patterns"
27506
- },
27507
28545
  {
27508
28546
  "name": "Anchored",
27509
28547
  "module": "/src/shared/patterns/anchored"
27510
28548
  },
27511
28549
  {
27512
- "name": "FormElement",
27513
- "module": "/src/shared/patterns"
27514
- },
27515
- {
27516
- "name": "FormAssociated",
27517
- "module": "/src/shared/foundation/form-associated/form-associated"
28550
+ "name": "BaseColorPicker",
28551
+ "module": "/src/shared/color-picker"
27518
28552
  }
27519
28553
  ],
27520
28554
  "superclass": {
@@ -33470,7 +34504,7 @@
33470
34504
  "name": "#clockChangeObserver",
33471
34505
  "privacy": "private",
33472
34506
  "type": {
33473
- "text": "BindingObserver"
34507
+ "text": "ExpressionNotifier"
33474
34508
  },
33475
34509
  "inheritedFrom": {
33476
34510
  "name": "TimeSelectionPicker",
@@ -33543,7 +34577,7 @@
33543
34577
  "name": "#localeChangeObserver",
33544
34578
  "privacy": "private",
33545
34579
  "type": {
33546
- "text": "BindingObserver"
34580
+ "text": "ExpressionNotifier"
33547
34581
  },
33548
34582
  "inheritedFrom": {
33549
34583
  "name": "PickerField",
@@ -37990,6 +39024,37 @@
37990
39024
  ],
37991
39025
  "privacy": "public"
37992
39026
  },
39027
+ {
39028
+ "kind": "method",
39029
+ "name": "getNextSelectableIndex",
39030
+ "privacy": "protected",
39031
+ "parameters": [
39032
+ {
39033
+ "name": "fromIndex",
39034
+ "type": {
39035
+ "text": "number"
39036
+ }
39037
+ }
39038
+ ]
39039
+ },
39040
+ {
39041
+ "kind": "method",
39042
+ "name": "_validSelectedIndex",
39043
+ "privacy": "protected",
39044
+ "return": {
39045
+ "type": {
39046
+ "text": "number"
39047
+ }
39048
+ },
39049
+ "parameters": [
39050
+ {
39051
+ "name": "index",
39052
+ "type": {
39053
+ "text": "number"
39054
+ }
39055
+ }
39056
+ ]
39057
+ },
37993
39058
  {
37994
39059
  "kind": "method",
37995
39060
  "name": "selectFirstOption",
@@ -38001,6 +39066,49 @@
38001
39066
  "description": "Moves focus to the first selectable option.",
38002
39067
  "privacy": "public"
38003
39068
  },
39069
+ {
39070
+ "kind": "method",
39071
+ "name": "_newDefaultSelectedIndex",
39072
+ "privacy": "protected",
39073
+ "return": {
39074
+ "type": {
39075
+ "text": "number | null"
39076
+ }
39077
+ },
39078
+ "parameters": [
39079
+ {
39080
+ "name": "prev",
39081
+ "type": {
39082
+ "text": "ListboxOption[]"
39083
+ }
39084
+ },
39085
+ {
39086
+ "name": "next",
39087
+ "type": {
39088
+ "text": "ListboxOption[]"
39089
+ }
39090
+ },
39091
+ {
39092
+ "name": "currentSelectedIndex",
39093
+ "type": {
39094
+ "text": "number"
39095
+ }
39096
+ }
39097
+ ]
39098
+ },
39099
+ {
39100
+ "kind": "method",
39101
+ "name": "_isDefaultSelected",
39102
+ "privacy": "protected",
39103
+ "parameters": [
39104
+ {
39105
+ "name": "option",
39106
+ "type": {
39107
+ "text": "ListboxOption"
39108
+ }
39109
+ }
39110
+ ]
39111
+ },
38004
39112
  {
38005
39113
  "kind": "method",
38006
39114
  "name": "setSelectedOptions",
@@ -39340,24 +40448,6 @@
39340
40448
  }
39341
40449
  ]
39342
40450
  },
39343
- {
39344
- "kind": "function",
39345
- "name": "unsubscribeFromAriaPropertyChanges",
39346
- "parameters": [
39347
- {
39348
- "name": "source",
39349
- "type": {
39350
- "text": "AriaMixinElement"
39351
- }
39352
- },
39353
- {
39354
- "name": "listener",
39355
- "type": {
39356
- "text": "AriaChangeSubscriber"
39357
- }
39358
- }
39359
- ]
39360
- },
39361
40451
  {
39362
40452
  "kind": "function",
39363
40453
  "name": "publishAriaPropertyChange",
@@ -39386,14 +40476,6 @@
39386
40476
  "module": "src/shared/aria/aria-change-subscription.ts"
39387
40477
  }
39388
40478
  },
39389
- {
39390
- "kind": "js",
39391
- "name": "unsubscribeFromAriaPropertyChanges",
39392
- "declaration": {
39393
- "name": "unsubscribeFromAriaPropertyChanges",
39394
- "module": "src/shared/aria/aria-change-subscription.ts"
39395
- }
39396
- },
39397
40479
  {
39398
40480
  "kind": "js",
39399
40481
  "name": "publishAriaPropertyChange",
@@ -39568,29 +40650,25 @@
39568
40650
  },
39569
40651
  {
39570
40652
  "kind": "field",
39571
- "name": "source",
40653
+ "name": "target",
39572
40654
  "type": {
39573
- "text": "DelegatesAriaElement | null"
40655
+ "text": "HTMLElement | null"
39574
40656
  },
39575
40657
  "privacy": "private",
39576
- "default": "null"
40658
+ "default": "target"
39577
40659
  },
39578
40660
  {
39579
40661
  "kind": "method",
39580
40662
  "name": "bind",
39581
40663
  "parameters": [
39582
40664
  {
39583
- "name": "source",
40665
+ "name": "controller",
39584
40666
  "type": {
39585
- "text": "DelegatesAriaElement"
40667
+ "text": "ViewController"
39586
40668
  }
39587
40669
  }
39588
40670
  ]
39589
40671
  },
39590
- {
39591
- "kind": "method",
39592
- "name": "unbind"
39593
- },
39594
40672
  {
39595
40673
  "kind": "field",
39596
40674
  "name": "bindingBehaviours",
@@ -39625,19 +40703,6 @@
39625
40703
  }
39626
40704
  ]
39627
40705
  },
39628
- {
39629
- "kind": "method",
39630
- "name": "releasePropertyBindings",
39631
- "privacy": "private",
39632
- "parameters": [
39633
- {
39634
- "name": "source",
39635
- "type": {
39636
- "text": "DelegatesAriaElement"
39637
- }
39638
- }
39639
- ]
39640
- },
39641
40706
  {
39642
40707
  "kind": "method",
39643
40708
  "name": "startForwardingPropertiesToTarget",
@@ -39663,19 +40728,6 @@
39663
40728
  }
39664
40729
  ]
39665
40730
  },
39666
- {
39667
- "kind": "method",
39668
- "name": "stopForwardingPropertiesToTarget",
39669
- "privacy": "private",
39670
- "parameters": [
39671
- {
39672
- "name": "source",
39673
- "type": {
39674
- "text": "DelegatesAriaElement"
39675
- }
39676
- }
39677
- ]
39678
- },
39679
40731
  {
39680
40732
  "kind": "field",
39681
40733
  "name": "onSourceAriaPropertyChanged",
@@ -39729,7 +40781,7 @@
39729
40781
  "name": "delegateAria",
39730
40782
  "return": {
39731
40783
  "type": {
39732
- "text": "CaptureType<T>"
40784
+ "text": "CaptureType<T, any>"
39733
40785
  }
39734
40786
  },
39735
40787
  "parameters": [
@@ -39812,25 +40864,22 @@
39812
40864
  "readonly": true
39813
40865
  },
39814
40866
  {
39815
- "kind": "method",
39816
- "name": "bind",
39817
- "parameters": [
39818
- {
39819
- "name": "source",
39820
- "type": {
39821
- "text": "HostSemanticsElement"
39822
- }
39823
- }
39824
- ]
40867
+ "kind": "field",
40868
+ "name": "target",
40869
+ "type": {
40870
+ "text": "HTMLElement | null"
40871
+ },
40872
+ "privacy": "private",
40873
+ "default": "target"
39825
40874
  },
39826
40875
  {
39827
40876
  "kind": "method",
39828
- "name": "unbind",
40877
+ "name": "bind",
39829
40878
  "parameters": [
39830
40879
  {
39831
- "name": "source",
40880
+ "name": "controller",
39832
40881
  "type": {
39833
- "text": "HostSemanticsElement"
40882
+ "text": "ViewController"
39834
40883
  }
39835
40884
  }
39836
40885
  ]
@@ -39839,7 +40888,7 @@
39839
40888
  "kind": "field",
39840
40889
  "name": "bindingBehaviours",
39841
40890
  "type": {
39842
- "text": "Behavior[]"
40891
+ "text": "ViewBehavior[]"
39843
40892
  },
39844
40893
  "privacy": "private",
39845
40894
  "default": "[]"
@@ -39868,19 +40917,6 @@
39868
40917
  }
39869
40918
  }
39870
40919
  ]
39871
- },
39872
- {
39873
- "kind": "method",
39874
- "name": "releasePropertyBindings",
39875
- "privacy": "private",
39876
- "parameters": [
39877
- {
39878
- "name": "source",
39879
- "type": {
39880
- "text": "HostSemanticsElement"
39881
- }
39882
- }
39883
- ]
39884
40920
  }
39885
40921
  ]
39886
40922
  }
@@ -39905,7 +40941,7 @@
39905
40941
  "name": "applyHostSemantics",
39906
40942
  "return": {
39907
40943
  "type": {
39908
- "text": "CaptureType<T>"
40944
+ "text": "CaptureType<T, any>"
39909
40945
  }
39910
40946
  },
39911
40947
  "parameters": [
@@ -40240,7 +41276,7 @@
40240
41276
  "name": "#localeChangeObserver",
40241
41277
  "privacy": "private",
40242
41278
  "type": {
40243
- "text": "BindingObserver"
41279
+ "text": "ExpressionNotifier"
40244
41280
  }
40245
41281
  },
40246
41282
  {
@@ -41041,7 +42077,7 @@
41041
42077
  "name": "#clockChangeObserver",
41042
42078
  "privacy": "private",
41043
42079
  "type": {
41044
- "text": "BindingObserver"
42080
+ "text": "ExpressionNotifier"
41045
42081
  }
41046
42082
  },
41047
42083
  {
@@ -41740,6 +42776,477 @@
41740
42776
  }
41741
42777
  }
41742
42778
  ]
42779
+ },
42780
+ {
42781
+ "kind": "javascript-module",
42782
+ "path": "src/shared/color-picker/base-color-picker.ts",
42783
+ "declarations": [
42784
+ {
42785
+ "kind": "mixin",
42786
+ "description": "Base mixin for Color Picker components",
42787
+ "name": "BaseColorPicker",
42788
+ "members": [
42789
+ {
42790
+ "kind": "field",
42791
+ "name": "open",
42792
+ "type": {
42793
+ "text": "boolean"
42794
+ },
42795
+ "default": "false",
42796
+ "description": "Indicates whether the popup is open",
42797
+ "privacy": "public"
42798
+ },
42799
+ {
42800
+ "kind": "field",
42801
+ "name": "swatches",
42802
+ "type": {
42803
+ "text": "ColorSwatch[]"
42804
+ },
42805
+ "default": "[]",
42806
+ "description": "List of color swatches, has to be an array of objects\n\n### Examples",
42807
+ "privacy": "public"
42808
+ },
42809
+ {
42810
+ "kind": "field",
42811
+ "name": "label",
42812
+ "type": {
42813
+ "text": "string | undefined"
42814
+ },
42815
+ "description": "The label for the form element.",
42816
+ "inheritedFrom": {
42817
+ "name": "FormElement",
42818
+ "module": "src/shared/patterns/form-elements/form-element.ts"
42819
+ }
42820
+ },
42821
+ {
42822
+ "kind": "field",
42823
+ "name": "#handleInvalidEvent",
42824
+ "privacy": "private",
42825
+ "inheritedFrom": {
42826
+ "name": "FormElement",
42827
+ "module": "src/shared/patterns/form-elements/form-element.ts"
42828
+ }
42829
+ },
42830
+ {
42831
+ "kind": "field",
42832
+ "name": "validity",
42833
+ "type": {
42834
+ "text": "ValidityState"
42835
+ },
42836
+ "description": "Returns the validity state of the element",
42837
+ "readonly": true,
42838
+ "inheritedFrom": {
42839
+ "name": "FormAssociated",
42840
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42841
+ }
42842
+ },
42843
+ {
42844
+ "kind": "field",
42845
+ "name": "form",
42846
+ "type": {
42847
+ "text": "HTMLFormElement | null"
42848
+ },
42849
+ "description": "Retrieve a reference to the associated form.\nReturns null if not associated to any form.",
42850
+ "readonly": true,
42851
+ "inheritedFrom": {
42852
+ "name": "FormAssociated",
42853
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42854
+ }
42855
+ },
42856
+ {
42857
+ "kind": "field",
42858
+ "name": "validationMessage",
42859
+ "type": {
42860
+ "text": "string"
42861
+ },
42862
+ "description": "Retrieve the localized validation message,\nor custom validation message if set.",
42863
+ "readonly": true,
42864
+ "inheritedFrom": {
42865
+ "name": "FormAssociated",
42866
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42867
+ }
42868
+ },
42869
+ {
42870
+ "kind": "field",
42871
+ "name": "willValidate",
42872
+ "type": {
42873
+ "text": "boolean"
42874
+ },
42875
+ "description": "Whether the element will be validated when the\nform is submitted",
42876
+ "readonly": true,
42877
+ "inheritedFrom": {
42878
+ "name": "FormAssociated",
42879
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42880
+ }
42881
+ },
42882
+ {
42883
+ "kind": "field",
42884
+ "name": "labels",
42885
+ "type": {
42886
+ "text": "ReadonlyArray<Node>"
42887
+ },
42888
+ "description": "A reference to all associated label elements",
42889
+ "readonly": true,
42890
+ "inheritedFrom": {
42891
+ "name": "FormAssociated",
42892
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42893
+ }
42894
+ },
42895
+ {
42896
+ "kind": "field",
42897
+ "name": "value",
42898
+ "type": {
42899
+ "text": "string"
42900
+ },
42901
+ "description": "The current value of the element.",
42902
+ "inheritedFrom": {
42903
+ "name": "FormAssociated",
42904
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42905
+ }
42906
+ },
42907
+ {
42908
+ "kind": "field",
42909
+ "name": "currentValue",
42910
+ "inheritedFrom": {
42911
+ "name": "FormAssociated",
42912
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42913
+ }
42914
+ },
42915
+ {
42916
+ "kind": "field",
42917
+ "name": "initialValue",
42918
+ "type": {
42919
+ "text": "string"
42920
+ },
42921
+ "description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
42922
+ "inheritedFrom": {
42923
+ "name": "FormAssociated",
42924
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42925
+ }
42926
+ },
42927
+ {
42928
+ "kind": "field",
42929
+ "name": "disabled",
42930
+ "type": {
42931
+ "text": "boolean"
42932
+ },
42933
+ "default": "false",
42934
+ "description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
42935
+ "inheritedFrom": {
42936
+ "name": "FormAssociated",
42937
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42938
+ }
42939
+ },
42940
+ {
42941
+ "kind": "field",
42942
+ "name": "name",
42943
+ "type": {
42944
+ "text": "string"
42945
+ },
42946
+ "description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
42947
+ "inheritedFrom": {
42948
+ "name": "FormAssociated",
42949
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42950
+ }
42951
+ },
42952
+ {
42953
+ "kind": "field",
42954
+ "name": "required",
42955
+ "type": {
42956
+ "text": "boolean"
42957
+ },
42958
+ "description": "Require the field to be completed prior to form submission.",
42959
+ "default": "false",
42960
+ "inheritedFrom": {
42961
+ "name": "FormAssociated",
42962
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42963
+ }
42964
+ },
42965
+ {
42966
+ "kind": "method",
42967
+ "name": "checkValidity",
42968
+ "return": {
42969
+ "type": {
42970
+ "text": "boolean"
42971
+ }
42972
+ },
42973
+ "description": "Return the current validity of the element.",
42974
+ "inheritedFrom": {
42975
+ "name": "FormAssociated",
42976
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42977
+ }
42978
+ },
42979
+ {
42980
+ "kind": "method",
42981
+ "name": "reportValidity",
42982
+ "return": {
42983
+ "type": {
42984
+ "text": "boolean"
42985
+ }
42986
+ },
42987
+ "description": "Return the current validity of the element.\nIf false, fires an invalid event at the element.",
42988
+ "inheritedFrom": {
42989
+ "name": "FormAssociated",
42990
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42991
+ }
42992
+ }
42993
+ ],
42994
+ "mixins": [
42995
+ {
42996
+ "name": "Localized",
42997
+ "module": "/src/shared/patterns"
42998
+ },
42999
+ {
43000
+ "name": "FormElement",
43001
+ "module": "/src/shared/patterns"
43002
+ },
43003
+ {
43004
+ "name": "FormAssociated",
43005
+ "module": "/src/shared/foundation/form-associated/form-associated"
43006
+ }
43007
+ ],
43008
+ "parameters": [
43009
+ {
43010
+ "name": "Base",
43011
+ "type": {
43012
+ "text": "T"
43013
+ }
43014
+ }
43015
+ ],
43016
+ "attributes": [
43017
+ {
43018
+ "name": "open",
43019
+ "type": {
43020
+ "text": "boolean"
43021
+ },
43022
+ "default": "false",
43023
+ "description": "Indicates whether the popup is open",
43024
+ "fieldName": "open"
43025
+ },
43026
+ {
43027
+ "name": "label",
43028
+ "type": {
43029
+ "text": "string | undefined"
43030
+ },
43031
+ "description": "The label for the form element.",
43032
+ "fieldName": "label",
43033
+ "inheritedFrom": {
43034
+ "name": "FormElement",
43035
+ "module": "src/shared/patterns/form-elements/form-element.ts"
43036
+ }
43037
+ },
43038
+ {
43039
+ "name": "current-value",
43040
+ "type": {
43041
+ "text": "string"
43042
+ },
43043
+ "description": "The current value of the element.",
43044
+ "fieldName": "value",
43045
+ "inheritedFrom": {
43046
+ "name": "FormAssociated",
43047
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
43048
+ }
43049
+ },
43050
+ {
43051
+ "name": "value",
43052
+ "type": {
43053
+ "text": "string"
43054
+ },
43055
+ "description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
43056
+ "fieldName": "initialValue",
43057
+ "inheritedFrom": {
43058
+ "name": "FormAssociated",
43059
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
43060
+ }
43061
+ },
43062
+ {
43063
+ "name": "disabled",
43064
+ "type": {
43065
+ "text": "boolean"
43066
+ },
43067
+ "default": "false",
43068
+ "description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
43069
+ "fieldName": "disabled",
43070
+ "inheritedFrom": {
43071
+ "name": "FormAssociated",
43072
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
43073
+ }
43074
+ },
43075
+ {
43076
+ "name": "name",
43077
+ "type": {
43078
+ "text": "string"
43079
+ },
43080
+ "description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
43081
+ "fieldName": "name",
43082
+ "inheritedFrom": {
43083
+ "name": "FormAssociated",
43084
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
43085
+ }
43086
+ },
43087
+ {
43088
+ "name": "required",
43089
+ "type": {
43090
+ "text": "boolean"
43091
+ },
43092
+ "description": "Require the field to be completed prior to form submission.",
43093
+ "default": "false",
43094
+ "fieldName": "required",
43095
+ "inheritedFrom": {
43096
+ "name": "FormAssociated",
43097
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
43098
+ }
43099
+ }
43100
+ ]
43101
+ }
43102
+ ],
43103
+ "exports": [
43104
+ {
43105
+ "kind": "js",
43106
+ "name": "BaseColorPicker",
43107
+ "declaration": {
43108
+ "name": "BaseColorPicker",
43109
+ "module": "src/shared/color-picker/base-color-picker.ts"
43110
+ }
43111
+ }
43112
+ ]
43113
+ },
43114
+ {
43115
+ "kind": "javascript-module",
43116
+ "path": "src/shared/color-picker/locale.ts",
43117
+ "declarations": [],
43118
+ "exports": []
43119
+ },
43120
+ {
43121
+ "kind": "javascript-module",
43122
+ "path": "src/shared/color-picker/types.ts",
43123
+ "declarations": [],
43124
+ "exports": []
43125
+ },
43126
+ {
43127
+ "kind": "javascript-module",
43128
+ "path": "src/shared/color-picker/utils.ts",
43129
+ "declarations": [
43130
+ {
43131
+ "kind": "function",
43132
+ "name": "isValidHexColor",
43133
+ "return": {
43134
+ "type": {
43135
+ "text": "boolean"
43136
+ }
43137
+ },
43138
+ "parameters": [
43139
+ {
43140
+ "name": "input",
43141
+ "type": {
43142
+ "text": "string"
43143
+ }
43144
+ }
43145
+ ],
43146
+ "description": "Check if input value is valid hex color"
43147
+ },
43148
+ {
43149
+ "kind": "function",
43150
+ "name": "getLuminance",
43151
+ "return": {
43152
+ "type": {
43153
+ "text": "number"
43154
+ }
43155
+ },
43156
+ "parameters": [
43157
+ {
43158
+ "name": "hexColor",
43159
+ "type": {
43160
+ "text": "string"
43161
+ }
43162
+ }
43163
+ ],
43164
+ "description": "Calculate the relative luminance of a hex color using WCAG formula"
43165
+ },
43166
+ {
43167
+ "kind": "function",
43168
+ "name": "getContrastRatio",
43169
+ "return": {
43170
+ "type": {
43171
+ "text": "number"
43172
+ }
43173
+ },
43174
+ "parameters": [
43175
+ {
43176
+ "name": "color1",
43177
+ "type": {
43178
+ "text": "string"
43179
+ }
43180
+ },
43181
+ {
43182
+ "name": "color2",
43183
+ "type": {
43184
+ "text": "string"
43185
+ }
43186
+ }
43187
+ ],
43188
+ "description": "Calculate contrast ratio between two colors"
43189
+ },
43190
+ {
43191
+ "kind": "function",
43192
+ "name": "getCSSCustomProperty",
43193
+ "return": {
43194
+ "type": {
43195
+ "text": "string"
43196
+ }
43197
+ },
43198
+ "parameters": [
43199
+ {
43200
+ "name": "propertyName",
43201
+ "type": {
43202
+ "text": "string"
43203
+ }
43204
+ },
43205
+ {
43206
+ "name": "element",
43207
+ "optional": true,
43208
+ "type": {
43209
+ "text": "Element"
43210
+ }
43211
+ }
43212
+ ],
43213
+ "description": "Get CSS custom property value from the document"
43214
+ }
43215
+ ],
43216
+ "exports": [
43217
+ {
43218
+ "kind": "js",
43219
+ "name": "isValidHexColor",
43220
+ "declaration": {
43221
+ "name": "isValidHexColor",
43222
+ "module": "src/shared/color-picker/utils.ts"
43223
+ }
43224
+ },
43225
+ {
43226
+ "kind": "js",
43227
+ "name": "getLuminance",
43228
+ "declaration": {
43229
+ "name": "getLuminance",
43230
+ "module": "src/shared/color-picker/utils.ts"
43231
+ }
43232
+ },
43233
+ {
43234
+ "kind": "js",
43235
+ "name": "getContrastRatio",
43236
+ "declaration": {
43237
+ "name": "getContrastRatio",
43238
+ "module": "src/shared/color-picker/utils.ts"
43239
+ }
43240
+ },
43241
+ {
43242
+ "kind": "js",
43243
+ "name": "getCSSCustomProperty",
43244
+ "declaration": {
43245
+ "name": "getCSSCustomProperty",
43246
+ "module": "src/shared/color-picker/utils.ts"
43247
+ }
43248
+ }
43249
+ ]
41743
43250
  }
41744
43251
  ]
41745
43252
  }