@vonage/vivid 5.2.0 → 5.3.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 (373) hide show
  1. package/accordion-item/definition.cjs +2 -1
  2. package/accordion-item/definition.js +2 -1
  3. package/alert/index.cjs +1 -1
  4. package/alert/index.js +1 -1
  5. package/audio-player/definition.cjs +4 -2
  6. package/audio-player/definition.js +4 -2
  7. package/audio-player/index.cjs +5 -3
  8. package/audio-player/index.js +5 -3
  9. package/badge/index.cjs +2 -2
  10. package/badge/index.js +4 -4
  11. package/banner/index.cjs +3 -3
  12. package/banner/index.js +6 -6
  13. package/breadcrumb-item/index.cjs +1 -1
  14. package/breadcrumb-item/index.js +1 -1
  15. package/bundled/affix.cjs +7 -7
  16. package/bundled/affix.js +5 -5
  17. package/bundled/anchored.cjs +1 -1
  18. package/bundled/anchored.js +6 -6
  19. package/bundled/attribute-binding-behaviour.cjs +1 -1
  20. package/bundled/attribute-binding-behaviour.js +15 -13
  21. package/bundled/base-color-picker.cjs +13 -0
  22. package/bundled/base-color-picker.js +194 -0
  23. package/bundled/button.cjs +1 -1
  24. package/bundled/button.js +2 -2
  25. package/bundled/calendar-picker.template.cjs +1 -1
  26. package/bundled/calendar-picker.template.js +21 -21
  27. package/bundled/char-count.cjs +1 -1
  28. package/bundled/char-count.js +1 -1
  29. package/bundled/children.cjs +1 -1
  30. package/bundled/children.js +28 -20
  31. package/bundled/definition.cjs +3 -3
  32. package/bundled/definition.js +38 -38
  33. package/bundled/definition10.cjs +72 -18
  34. package/bundled/definition10.js +351 -65
  35. package/bundled/definition11.cjs +19 -10
  36. package/bundled/definition11.js +66 -37
  37. package/bundled/definition12.cjs +10 -1
  38. package/bundled/definition12.js +38 -14
  39. package/bundled/definition13.cjs +1 -73
  40. package/bundled/definition13.js +15 -354
  41. package/bundled/definition15.cjs +1 -1
  42. package/bundled/definition15.js +1 -1
  43. package/bundled/definition16.cjs +2 -2
  44. package/bundled/definition16.js +8 -8
  45. package/bundled/definition17.cjs +7 -7
  46. package/bundled/definition17.js +17 -17
  47. package/bundled/definition19.cjs +5 -5
  48. package/bundled/definition19.js +8 -8
  49. package/bundled/definition2.cjs +9 -5
  50. package/bundled/definition2.js +21 -17
  51. package/bundled/definition22.cjs +9 -9
  52. package/bundled/definition22.js +31 -31
  53. package/bundled/definition3.cjs +1 -1
  54. package/bundled/definition3.js +1 -1
  55. package/bundled/definition6.cjs +1 -1
  56. package/bundled/definition6.js +10 -10
  57. package/bundled/definition7.cjs +1 -1
  58. package/bundled/definition7.js +6 -6
  59. package/bundled/definition8.cjs +2 -2
  60. package/bundled/definition8.js +4 -4
  61. package/bundled/definition9.cjs +1 -1
  62. package/bundled/definition9.js +1 -1
  63. package/bundled/delegates-aria.cjs +1 -1
  64. package/bundled/delegates-aria.js +59 -46
  65. package/bundled/form-associated.cjs +1 -1
  66. package/bundled/form-associated.js +3 -3
  67. package/bundled/host-semantics.cjs +1 -1
  68. package/bundled/host-semantics.js +48 -34
  69. package/bundled/localized.cjs +1 -1
  70. package/bundled/localized.js +41 -30
  71. package/bundled/mixins.cjs +18 -18
  72. package/bundled/mixins.js +99 -93
  73. package/bundled/normalize.cjs +1 -0
  74. package/bundled/normalize.js +7 -0
  75. package/bundled/picker-field.template.cjs +1 -1
  76. package/bundled/picker-field.template.js +4 -4
  77. package/bundled/ref.cjs +1 -1
  78. package/bundled/ref.js +8 -25
  79. package/bundled/repeat.cjs +1 -1
  80. package/bundled/repeat.js +459 -233
  81. package/bundled/slider.template.cjs +1 -1
  82. package/bundled/slider.template.js +2 -2
  83. package/bundled/slotted.cjs +1 -1
  84. package/bundled/slotted.js +62 -45
  85. package/bundled/time-selection-picker.template.cjs +1 -1
  86. package/bundled/time-selection-picker.template.js +5 -5
  87. package/bundled/vivid-element.cjs +1 -1
  88. package/bundled/vivid-element.js +2126 -1172
  89. package/bundled/when.cjs +1 -1
  90. package/bundled/when.js +8 -7
  91. package/calendar/definition.cjs +1 -1
  92. package/calendar/definition.js +2 -2
  93. package/calendar/index.cjs +1 -1
  94. package/calendar/index.js +6 -6
  95. package/calendar-event/index.cjs +1 -1
  96. package/calendar-event/index.js +1 -1
  97. package/card/definition.cjs +10 -2
  98. package/card/definition.js +10 -2
  99. package/card/index.cjs +19 -11
  100. package/card/index.js +35 -27
  101. package/color-picker/definition.cjs +1079 -0
  102. package/color-picker/definition.js +1073 -0
  103. package/color-picker/index.cjs +127 -0
  104. package/color-picker/index.js +726 -0
  105. package/combobox/definition.cjs +1 -1
  106. package/combobox/definition.js +2 -2
  107. package/combobox/index.cjs +4 -4
  108. package/combobox/index.js +15 -15
  109. package/contextual-help/index.cjs +1 -1
  110. package/contextual-help/index.js +1 -1
  111. package/custom-elements.json +1365 -161
  112. package/data-grid/definition.cjs +862 -27
  113. package/data-grid/definition.js +863 -28
  114. package/data-grid/index.cjs +25 -25
  115. package/data-grid/index.js +175 -168
  116. package/date-picker/index.cjs +1 -1
  117. package/date-picker/index.js +2 -2
  118. package/date-range-picker/index.cjs +1 -1
  119. package/date-range-picker/index.js +2 -2
  120. package/date-time-picker/index.cjs +1 -1
  121. package/date-time-picker/index.js +2 -2
  122. package/dial-pad/definition.cjs +4 -0
  123. package/dial-pad/definition.js +4 -0
  124. package/dial-pad/index.cjs +3 -3
  125. package/dial-pad/index.js +42 -39
  126. package/dialog/definition.cjs +4 -1
  127. package/dialog/definition.js +4 -1
  128. package/dialog/index.cjs +21 -18
  129. package/dialog/index.js +43 -40
  130. package/empty-state/definition.cjs +7 -2
  131. package/empty-state/definition.js +7 -2
  132. package/empty-state/index.cjs +10 -5
  133. package/empty-state/index.js +18 -13
  134. package/fab/index.cjs +2 -2
  135. package/fab/index.js +4 -4
  136. package/file-picker/definition.cjs +2 -2
  137. package/file-picker/definition.js +3 -3
  138. package/file-picker/index.cjs +1 -1
  139. package/file-picker/index.js +4 -4
  140. package/icon/definition.cjs +10 -6
  141. package/icon/definition.js +10 -6
  142. package/index.cjs +4 -0
  143. package/index.js +1 -0
  144. package/lib/accordion-item/accordion-item.d.ts +2 -2
  145. package/lib/action-group/action-group.d.ts +2 -2
  146. package/lib/alert/alert.d.ts +4 -4
  147. package/lib/audio-player/audio-player.d.ts +2 -2
  148. package/lib/avatar/avatar.d.ts +2 -2
  149. package/lib/badge/badge.d.ts +2 -2
  150. package/lib/banner/banner.d.ts +6 -6
  151. package/lib/breadcrumb/breadcrumb.d.ts +2 -2
  152. package/lib/breadcrumb-item/breadcrumb-item.d.ts +2 -2
  153. package/lib/button/button.d.ts +6 -6
  154. package/lib/button/button.template.d.ts +2 -1
  155. package/lib/calendar/calendar.d.ts +1 -1
  156. package/lib/calendar-event/calendar-event.d.ts +2 -2
  157. package/lib/card/card.d.ts +2 -2
  158. package/lib/checkbox/checkbox.d.ts +12 -12
  159. package/lib/color-picker/color-picker.d.ts +2420 -0
  160. package/lib/color-picker/color-picker.template.d.ts +3 -0
  161. package/lib/color-picker/definition.d.ts +4 -0
  162. package/lib/color-picker/locale.d.ts +9 -0
  163. package/lib/combobox/combobox.d.ts +14 -14
  164. package/lib/components.d.ts +1 -0
  165. package/lib/data-grid/data-grid-cell.d.ts +4 -4
  166. package/lib/data-grid/data-grid-row.d.ts +3 -4
  167. package/lib/data-grid/data-grid.d.ts +1 -2
  168. package/lib/date-picker/date-picker.d.ts +54 -54
  169. package/lib/date-range-picker/date-range-picker.d.ts +28 -28
  170. package/lib/date-time-picker/date-time-picker.d.ts +56 -56
  171. package/lib/dial-pad/dial-pad.d.ts +3 -2
  172. package/lib/dialog/dialog.d.ts +4 -4
  173. package/lib/divider/divider.d.ts +2 -2
  174. package/lib/fab/fab.d.ts +2 -2
  175. package/lib/file-picker/file-picker.d.ts +14 -14
  176. package/lib/header/header.d.ts +2 -2
  177. package/lib/menu/menu.d.ts +4 -4
  178. package/lib/menu-item/menu-item.d.ts +4 -4
  179. package/lib/nav/nav.d.ts +2 -2
  180. package/lib/nav-disclosure/nav-disclosure.d.ts +4 -4
  181. package/lib/nav-item/nav-item.d.ts +4 -4
  182. package/lib/note/note.d.ts +2 -2
  183. package/lib/number-field/number-field.d.ts +18 -18
  184. package/lib/option/option.d.ts +4 -4
  185. package/lib/pagination/pagination.d.ts +2 -2
  186. package/lib/progress/progress.d.ts +2 -2
  187. package/lib/progress-ring/progress-ring.d.ts +2 -2
  188. package/lib/radio/radio.d.ts +6 -6
  189. package/lib/radio-group/radio-group.d.ts +2 -2
  190. package/lib/range-slider/range-slider.d.ts +6 -6
  191. package/lib/rich-text-editor/menubar/menubar.d.ts +2 -2
  192. package/lib/rich-text-editor/rich-text-editor.d.ts +2 -2
  193. package/lib/searchable-select/option-tag.d.ts +2 -2
  194. package/lib/searchable-select/searchable-select.d.ts +18 -18
  195. package/lib/select/select.d.ts +16 -16
  196. package/lib/selectable-box/selectable-box.d.ts +2 -2
  197. package/lib/simple-color-picker/locale.d.ts +0 -1
  198. package/lib/simple-color-picker/simple-color-picker.d.ts +47 -821
  199. package/lib/slider/slider.d.ts +6 -6
  200. package/lib/split-button/split-button.d.ts +6 -6
  201. package/lib/switch/switch.d.ts +4 -4
  202. package/lib/tab/tab.d.ts +6 -6
  203. package/lib/tab-panel/tab-panel.d.ts +2 -2
  204. package/lib/tag/tag.d.ts +6 -6
  205. package/lib/tag-group/tag-group.d.ts +2 -2
  206. package/lib/tag-name-map.d.ts +2 -1
  207. package/lib/text-area/text-area.d.ts +16 -16
  208. package/lib/text-field/text-field.d.ts +18 -18
  209. package/lib/time-picker/time-picker.d.ts +28 -28
  210. package/lib/toggletip/toggletip.d.ts +4 -4
  211. package/lib/tooltip/tooltip.d.ts +2 -2
  212. package/lib/tree-item/tree-item.d.ts +4 -4
  213. package/lib/tree-view/tree-view.d.ts +2 -2
  214. package/lib/video-player/video-player.d.ts +2 -2
  215. package/locales/de-DE.cjs +13 -2
  216. package/locales/de-DE.js +13 -2
  217. package/locales/en-GB.cjs +13 -2
  218. package/locales/en-GB.js +13 -2
  219. package/locales/en-US.cjs +13 -2
  220. package/locales/en-US.js +13 -2
  221. package/locales/ja-JP.cjs +13 -2
  222. package/locales/ja-JP.js +13 -2
  223. package/locales/zh-CN.cjs +13 -2
  224. package/locales/zh-CN.js +13 -2
  225. package/menu/definition.cjs +2 -2
  226. package/menu/definition.js +3 -3
  227. package/note/index.cjs +2 -2
  228. package/note/index.js +4 -4
  229. package/number-field/definition.cjs +1 -1
  230. package/number-field/definition.js +2 -2
  231. package/number-field/index.cjs +5 -5
  232. package/number-field/index.js +21 -21
  233. package/option/index.cjs +1 -1
  234. package/option/index.js +1 -1
  235. package/package.json +5 -5
  236. package/pagination/definition.cjs +2 -1
  237. package/pagination/definition.js +2 -1
  238. package/pagination/index.cjs +12 -12
  239. package/pagination/index.js +59 -59
  240. package/progress/index.cjs +1 -1
  241. package/progress/index.js +1 -1
  242. package/radio/definition.cjs +9 -9
  243. package/radio/definition.js +10 -10
  244. package/radio-group/definition.cjs +2 -1
  245. package/radio-group/definition.js +2 -1
  246. package/radio-group/index.cjs +5 -5
  247. package/radio-group/index.js +80 -77
  248. package/range-slider/index.cjs +1 -1
  249. package/range-slider/index.js +1 -1
  250. package/rich-text-editor/definition.cjs +1 -1
  251. package/rich-text-editor/definition.js +2 -2
  252. package/rich-text-editor/index.cjs +2 -2
  253. package/rich-text-editor/index.js +3 -3
  254. package/searchable-select/definition.cjs +3 -3
  255. package/searchable-select/definition.js +4 -4
  256. package/searchable-select/index.cjs +4 -4
  257. package/searchable-select/index.js +8 -8
  258. package/select/definition.cjs +1 -1
  259. package/select/definition.js +2 -2
  260. package/selectable-box/definition.cjs +1 -1
  261. package/selectable-box/definition.js +1 -1
  262. package/selectable-box/index.cjs +3 -3
  263. package/selectable-box/index.js +20 -20
  264. package/shared/aria/aria-change-subscription.d.ts +0 -1
  265. package/shared/aria/aria-mixin.d.ts +2 -2
  266. package/shared/aria/delegate-aria-behavior.d.ts +5 -10
  267. package/shared/aria/delegates-aria.d.ts +3 -3
  268. package/shared/aria/host-semantics-behavior.d.ts +5 -8
  269. package/shared/aria/host-semantics.d.ts +3 -3
  270. package/shared/color-picker/base-color-picker.d.ts +436 -0
  271. package/shared/color-picker/index.d.ts +1 -0
  272. package/shared/color-picker/locale.d.ts +3 -0
  273. package/shared/color-picker/utils.d.ts +1 -0
  274. package/shared/deprecation/replaced-props.d.ts +317 -2
  275. package/shared/design-system/defineVividComponent.d.ts +2 -2
  276. package/shared/feedback/feedback-message.d.ts +2 -2
  277. package/shared/feedback/mixins.d.ts +4 -4
  278. package/shared/foundation/button/button.d.ts +4 -4
  279. package/shared/foundation/form-associated/form-associated.d.ts +4 -4
  280. package/shared/foundation/vivid-element/vivid-element.d.ts +335 -8
  281. package/shared/localization/Locale.d.ts +4 -0
  282. package/shared/patterns/affix.d.ts +4 -4
  283. package/shared/patterns/anchored.d.ts +4 -4
  284. package/shared/patterns/char-count/char-count.d.ts +2 -2
  285. package/shared/patterns/form-elements/form-element.d.ts +4 -4
  286. package/shared/patterns/form-elements/with-contextual-help.d.ts +6 -6
  287. package/shared/patterns/form-elements/with-error-text.d.ts +6 -6
  288. package/shared/patterns/form-elements/with-success-text.d.ts +2 -2
  289. package/shared/patterns/linkable.d.ts +2 -2
  290. package/shared/patterns/localized.d.ts +2 -2
  291. package/shared/patterns/trapped-focus.d.ts +2 -2
  292. package/shared/picker-field/mixins/calendar-picker.d.ts +14 -14
  293. package/shared/picker-field/mixins/calendar-picker.template.d.ts +14 -14
  294. package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +2 -2
  295. package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +28 -28
  296. package/shared/picker-field/mixins/single-date-picker.d.ts +40 -40
  297. package/shared/picker-field/mixins/single-value-picker.d.ts +12 -12
  298. package/shared/picker-field/mixins/time-selection-picker.d.ts +29 -29
  299. package/shared/picker-field/mixins/time-selection-picker.template.d.ts +28 -28
  300. package/shared/picker-field/picker-field.d.ts +14 -14
  301. package/shared/templating/attribute-binding-behaviour.d.ts +3 -4
  302. package/shared/templating/render-in-light-dom.d.ts +13 -12
  303. package/side-drawer/index.cjs +1 -1
  304. package/side-drawer/index.js +1 -1
  305. package/simple-color-picker/definition.cjs +28 -215
  306. package/simple-color-picker/definition.js +29 -216
  307. package/simple-color-picker/index.cjs +9 -21
  308. package/simple-color-picker/index.js +71 -185
  309. package/styles/core/all.css +1 -1
  310. package/styles/core/theme.css +1 -1
  311. package/styles/core/typography.css +1 -1
  312. package/styles/tokens/theme-dark.css +4 -4
  313. package/styles/tokens/theme-light.css +4 -4
  314. package/styles/tokens/vivid-2-compat.css +1 -1
  315. package/switch/index.cjs +2 -2
  316. package/switch/index.js +4 -4
  317. package/tabs/definition.cjs +1 -1
  318. package/tabs/definition.js +2 -2
  319. package/tabs/index.cjs +2 -2
  320. package/tabs/index.js +16 -16
  321. package/tag/index.cjs +1 -1
  322. package/tag/index.js +1 -1
  323. package/text-area/index.cjs +3 -3
  324. package/text-area/index.js +8 -8
  325. package/text-field/definition.cjs +2 -2
  326. package/text-field/definition.js +3 -3
  327. package/text-field/index.cjs +1 -1
  328. package/text-field/index.js +1 -1
  329. package/time-picker/index.cjs +1 -1
  330. package/time-picker/index.js +2 -2
  331. package/toggletip/definition.cjs +1 -1
  332. package/toggletip/definition.js +2 -2
  333. package/tree-view/definition.cjs +1 -1
  334. package/tree-view/definition.js +2 -2
  335. package/tree-view/index.cjs +2 -2
  336. package/tree-view/index.js +6 -6
  337. package/unbundled/_commonjsHelpers.cjs +36 -0
  338. package/unbundled/_commonjsHelpers.js +32 -0
  339. package/unbundled/affix.cjs +1 -1
  340. package/unbundled/affix.js +1 -1
  341. package/unbundled/attribute-binding-behaviour.cjs +11 -10
  342. package/unbundled/attribute-binding-behaviour.js +11 -10
  343. package/unbundled/base-color-picker.cjs +278 -0
  344. package/unbundled/base-color-picker.js +275 -0
  345. package/unbundled/button.cjs +1 -1
  346. package/unbundled/button.js +2 -2
  347. package/unbundled/calendar-picker.template.cjs +3 -3
  348. package/unbundled/calendar-picker.template.js +4 -4
  349. package/unbundled/definition2.cjs +1 -1
  350. package/unbundled/definition2.js +2 -2
  351. package/unbundled/definition3.cjs +2 -1
  352. package/unbundled/definition3.js +2 -1
  353. package/unbundled/delegates-aria.cjs +67 -33
  354. package/unbundled/delegates-aria.js +69 -35
  355. package/unbundled/form-associated.cjs +2 -2
  356. package/unbundled/form-associated.js +3 -3
  357. package/unbundled/host-semantics.cjs +47 -22
  358. package/unbundled/host-semantics.js +48 -23
  359. package/unbundled/mixins.cjs +34 -27
  360. package/unbundled/mixins.js +35 -28
  361. package/unbundled/picker-field.template.cjs +2 -2
  362. package/unbundled/picker-field.template.js +3 -3
  363. package/unbundled/time-selection-picker.template.cjs +4 -4
  364. package/unbundled/time-selection-picker.template.js +5 -5
  365. package/unbundled/vivid-element.cjs +22 -15
  366. package/unbundled/vivid-element.js +23 -15
  367. package/video-player/definition.cjs +69007 -1
  368. package/video-player/definition.js +69007 -1
  369. package/video-player/index.cjs +35 -35
  370. package/video-player/index.js +1358 -1384
  371. package/visually-hidden/index.cjs +1 -1
  372. package/visually-hidden/index.js +1 -1
  373. package/vivid.api.json +317 -69
@@ -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",
@@ -8934,18 +9734,9 @@
8934
9734
  },
8935
9735
  {
8936
9736
  "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",
9737
+ "name": "behaviorOrchestrator",
8947
9738
  "type": {
8948
- "text": "Node | null"
9739
+ "text": "ViewBehaviorOrchestrator | null"
8949
9740
  },
8950
9741
  "privacy": "private",
8951
9742
  "default": "null"
@@ -9423,18 +10214,9 @@
9423
10214
  },
9424
10215
  {
9425
10216
  "kind": "field",
9426
- "name": "rowsRepeatBehavior",
9427
- "type": {
9428
- "text": "RepeatBehavior | null"
9429
- },
9430
- "privacy": "private",
9431
- "default": "null"
9432
- },
9433
- {
9434
- "kind": "field",
9435
- "name": "rowsPlaceholder",
10217
+ "name": "behaviorOrchestrator",
9436
10218
  "type": {
9437
- "text": "Node | null"
10219
+ "text": "ViewBehaviorOrchestrator | null"
9438
10220
  },
9439
10221
  "privacy": "private",
9440
10222
  "default": "null"
@@ -9952,7 +10734,7 @@
9952
10734
  "name": "#localeChangeObserver",
9953
10735
  "privacy": "private",
9954
10736
  "type": {
9955
- "text": "BindingObserver"
10737
+ "text": "ExpressionNotifier"
9956
10738
  },
9957
10739
  "inheritedFrom": {
9958
10740
  "name": "PickerField",
@@ -10755,7 +11537,7 @@
10755
11537
  "name": "#localeChangeObserver",
10756
11538
  "privacy": "private",
10757
11539
  "type": {
10758
- "text": "BindingObserver"
11540
+ "text": "ExpressionNotifier"
10759
11541
  },
10760
11542
  "inheritedFrom": {
10761
11543
  "name": "PickerField",
@@ -11555,7 +12337,7 @@
11555
12337
  "name": "#clockChangeObserver",
11556
12338
  "privacy": "private",
11557
12339
  "type": {
11558
- "text": "BindingObserver"
12340
+ "text": "ExpressionNotifier"
11559
12341
  },
11560
12342
  "inheritedFrom": {
11561
12343
  "name": "TimeSelectionPicker",
@@ -11673,7 +12455,7 @@
11673
12455
  "name": "#localeChangeObserver",
11674
12456
  "privacy": "private",
11675
12457
  "type": {
11676
- "text": "BindingObserver"
12458
+ "text": "ExpressionNotifier"
11677
12459
  },
11678
12460
  "inheritedFrom": {
11679
12461
  "name": "PickerField",
@@ -12522,6 +13304,16 @@
12522
13304
  "privacy": "public",
12523
13305
  "description": ""
12524
13306
  },
13307
+ {
13308
+ "kind": "field",
13309
+ "name": "deleteAriaLabel",
13310
+ "type": {
13311
+ "text": "string | null"
13312
+ },
13313
+ "default": "null",
13314
+ "description": "The aria-label for the delete button",
13315
+ "privacy": "public"
13316
+ },
12525
13317
  {
12526
13318
  "kind": "field",
12527
13319
  "name": "autofocus",
@@ -12720,6 +13512,15 @@
12720
13512
  "default": "null",
12721
13513
  "fieldName": "callButtonLabel"
12722
13514
  },
13515
+ {
13516
+ "name": "delete-aria-label",
13517
+ "type": {
13518
+ "text": "string | null"
13519
+ },
13520
+ "default": "null",
13521
+ "description": "The aria-label for the delete button",
13522
+ "fieldName": "deleteAriaLabel"
13523
+ },
12723
13524
  {
12724
13525
  "name": "autofocus",
12725
13526
  "type": {
@@ -15081,14 +15882,14 @@
15081
15882
  "type": {
15082
15883
  "text": "object"
15083
15884
  },
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}"
15885
+ "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
15886
  },
15086
15887
  {
15087
15888
  "kind": "field",
15088
15889
  "name": "#customValidationChangeObserver",
15089
15890
  "privacy": "private",
15090
15891
  "type": {
15091
- "text": "BindingObserver"
15892
+ "text": "ExpressionNotifier"
15092
15893
  }
15093
15894
  },
15094
15895
  {
@@ -27071,16 +27872,6 @@
27071
27872
  }
27072
27873
  ],
27073
27874
  "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
27875
  {
27085
27876
  "kind": "field",
27086
27877
  "name": "placement",
@@ -27091,16 +27882,6 @@
27091
27882
  "description": "Placement of the popup with color swatches",
27092
27883
  "privacy": "public"
27093
27884
  },
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
27885
  {
27105
27886
  "kind": "field",
27106
27887
  "name": "swatchesPerRow",
@@ -27163,6 +27944,34 @@
27163
27944
  "module": "src/shared/patterns/anchored.ts"
27164
27945
  }
27165
27946
  },
27947
+ {
27948
+ "kind": "field",
27949
+ "name": "open",
27950
+ "type": {
27951
+ "text": "boolean"
27952
+ },
27953
+ "default": "false",
27954
+ "description": "Indicates whether the popup is open",
27955
+ "privacy": "public",
27956
+ "inheritedFrom": {
27957
+ "name": "BaseColorPicker",
27958
+ "module": "src/shared/color-picker/base-color-picker.ts"
27959
+ }
27960
+ },
27961
+ {
27962
+ "kind": "field",
27963
+ "name": "swatches",
27964
+ "type": {
27965
+ "text": "ColorSwatch[]"
27966
+ },
27967
+ "default": "[]",
27968
+ "description": "List of color swatches, has to be an array of objects\n\n### Examples",
27969
+ "privacy": "public",
27970
+ "inheritedFrom": {
27971
+ "name": "BaseColorPicker",
27972
+ "module": "src/shared/color-picker/base-color-picker.ts"
27973
+ }
27974
+ },
27166
27975
  {
27167
27976
  "kind": "field",
27168
27977
  "name": "label",
@@ -27385,15 +28194,6 @@
27385
28194
  }
27386
28195
  ],
27387
28196
  "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
28197
  {
27398
28198
  "name": "placement",
27399
28199
  "type": {
@@ -27424,6 +28224,19 @@
27424
28224
  "module": "src/shared/patterns/anchored.ts"
27425
28225
  }
27426
28226
  },
28227
+ {
28228
+ "name": "open",
28229
+ "type": {
28230
+ "text": "boolean"
28231
+ },
28232
+ "default": "false",
28233
+ "description": "Indicates whether the popup is open",
28234
+ "fieldName": "open",
28235
+ "inheritedFrom": {
28236
+ "name": "BaseColorPicker",
28237
+ "module": "src/shared/color-picker/base-color-picker.ts"
28238
+ }
28239
+ },
27427
28240
  {
27428
28241
  "name": "label",
27429
28242
  "type": {
@@ -27500,21 +28313,13 @@
27500
28313
  }
27501
28314
  ],
27502
28315
  "mixins": [
27503
- {
27504
- "name": "Localized",
27505
- "module": "/src/shared/patterns"
27506
- },
27507
28316
  {
27508
28317
  "name": "Anchored",
27509
28318
  "module": "/src/shared/patterns/anchored"
27510
28319
  },
27511
28320
  {
27512
- "name": "FormElement",
27513
- "module": "/src/shared/patterns"
27514
- },
27515
- {
27516
- "name": "FormAssociated",
27517
- "module": "/src/shared/foundation/form-associated/form-associated"
28321
+ "name": "BaseColorPicker",
28322
+ "module": "/src/shared/color-picker"
27518
28323
  }
27519
28324
  ],
27520
28325
  "superclass": {
@@ -33470,7 +34275,7 @@
33470
34275
  "name": "#clockChangeObserver",
33471
34276
  "privacy": "private",
33472
34277
  "type": {
33473
- "text": "BindingObserver"
34278
+ "text": "ExpressionNotifier"
33474
34279
  },
33475
34280
  "inheritedFrom": {
33476
34281
  "name": "TimeSelectionPicker",
@@ -33543,7 +34348,7 @@
33543
34348
  "name": "#localeChangeObserver",
33544
34349
  "privacy": "private",
33545
34350
  "type": {
33546
- "text": "BindingObserver"
34351
+ "text": "ExpressionNotifier"
33547
34352
  },
33548
34353
  "inheritedFrom": {
33549
34354
  "name": "PickerField",
@@ -39340,24 +40145,6 @@
39340
40145
  }
39341
40146
  ]
39342
40147
  },
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
40148
  {
39362
40149
  "kind": "function",
39363
40150
  "name": "publishAriaPropertyChange",
@@ -39386,14 +40173,6 @@
39386
40173
  "module": "src/shared/aria/aria-change-subscription.ts"
39387
40174
  }
39388
40175
  },
39389
- {
39390
- "kind": "js",
39391
- "name": "unsubscribeFromAriaPropertyChanges",
39392
- "declaration": {
39393
- "name": "unsubscribeFromAriaPropertyChanges",
39394
- "module": "src/shared/aria/aria-change-subscription.ts"
39395
- }
39396
- },
39397
40176
  {
39398
40177
  "kind": "js",
39399
40178
  "name": "publishAriaPropertyChange",
@@ -39568,29 +40347,25 @@
39568
40347
  },
39569
40348
  {
39570
40349
  "kind": "field",
39571
- "name": "source",
40350
+ "name": "target",
39572
40351
  "type": {
39573
- "text": "DelegatesAriaElement | null"
40352
+ "text": "HTMLElement | null"
39574
40353
  },
39575
40354
  "privacy": "private",
39576
- "default": "null"
40355
+ "default": "target"
39577
40356
  },
39578
40357
  {
39579
40358
  "kind": "method",
39580
40359
  "name": "bind",
39581
40360
  "parameters": [
39582
40361
  {
39583
- "name": "source",
40362
+ "name": "controller",
39584
40363
  "type": {
39585
- "text": "DelegatesAriaElement"
40364
+ "text": "ViewController"
39586
40365
  }
39587
40366
  }
39588
40367
  ]
39589
40368
  },
39590
- {
39591
- "kind": "method",
39592
- "name": "unbind"
39593
- },
39594
40369
  {
39595
40370
  "kind": "field",
39596
40371
  "name": "bindingBehaviours",
@@ -39625,19 +40400,6 @@
39625
40400
  }
39626
40401
  ]
39627
40402
  },
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
40403
  {
39642
40404
  "kind": "method",
39643
40405
  "name": "startForwardingPropertiesToTarget",
@@ -39663,19 +40425,6 @@
39663
40425
  }
39664
40426
  ]
39665
40427
  },
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
40428
  {
39680
40429
  "kind": "field",
39681
40430
  "name": "onSourceAriaPropertyChanged",
@@ -39729,7 +40478,7 @@
39729
40478
  "name": "delegateAria",
39730
40479
  "return": {
39731
40480
  "type": {
39732
- "text": "CaptureType<T>"
40481
+ "text": "CaptureType<T, any>"
39733
40482
  }
39734
40483
  },
39735
40484
  "parameters": [
@@ -39812,25 +40561,22 @@
39812
40561
  "readonly": true
39813
40562
  },
39814
40563
  {
39815
- "kind": "method",
39816
- "name": "bind",
39817
- "parameters": [
39818
- {
39819
- "name": "source",
39820
- "type": {
39821
- "text": "HostSemanticsElement"
39822
- }
39823
- }
39824
- ]
40564
+ "kind": "field",
40565
+ "name": "target",
40566
+ "type": {
40567
+ "text": "HTMLElement | null"
40568
+ },
40569
+ "privacy": "private",
40570
+ "default": "target"
39825
40571
  },
39826
40572
  {
39827
40573
  "kind": "method",
39828
- "name": "unbind",
40574
+ "name": "bind",
39829
40575
  "parameters": [
39830
40576
  {
39831
- "name": "source",
40577
+ "name": "controller",
39832
40578
  "type": {
39833
- "text": "HostSemanticsElement"
40579
+ "text": "ViewController"
39834
40580
  }
39835
40581
  }
39836
40582
  ]
@@ -39839,7 +40585,7 @@
39839
40585
  "kind": "field",
39840
40586
  "name": "bindingBehaviours",
39841
40587
  "type": {
39842
- "text": "Behavior[]"
40588
+ "text": "ViewBehavior[]"
39843
40589
  },
39844
40590
  "privacy": "private",
39845
40591
  "default": "[]"
@@ -39868,19 +40614,6 @@
39868
40614
  }
39869
40615
  }
39870
40616
  ]
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
40617
  }
39885
40618
  ]
39886
40619
  }
@@ -39905,7 +40638,7 @@
39905
40638
  "name": "applyHostSemantics",
39906
40639
  "return": {
39907
40640
  "type": {
39908
- "text": "CaptureType<T>"
40641
+ "text": "CaptureType<T, any>"
39909
40642
  }
39910
40643
  },
39911
40644
  "parameters": [
@@ -40240,7 +40973,7 @@
40240
40973
  "name": "#localeChangeObserver",
40241
40974
  "privacy": "private",
40242
40975
  "type": {
40243
- "text": "BindingObserver"
40976
+ "text": "ExpressionNotifier"
40244
40977
  }
40245
40978
  },
40246
40979
  {
@@ -41041,7 +41774,7 @@
41041
41774
  "name": "#clockChangeObserver",
41042
41775
  "privacy": "private",
41043
41776
  "type": {
41044
- "text": "BindingObserver"
41777
+ "text": "ExpressionNotifier"
41045
41778
  }
41046
41779
  },
41047
41780
  {
@@ -41740,6 +42473,477 @@
41740
42473
  }
41741
42474
  }
41742
42475
  ]
42476
+ },
42477
+ {
42478
+ "kind": "javascript-module",
42479
+ "path": "src/shared/color-picker/base-color-picker.ts",
42480
+ "declarations": [
42481
+ {
42482
+ "kind": "mixin",
42483
+ "description": "Base mixin for Color Picker components",
42484
+ "name": "BaseColorPicker",
42485
+ "members": [
42486
+ {
42487
+ "kind": "field",
42488
+ "name": "open",
42489
+ "type": {
42490
+ "text": "boolean"
42491
+ },
42492
+ "default": "false",
42493
+ "description": "Indicates whether the popup is open",
42494
+ "privacy": "public"
42495
+ },
42496
+ {
42497
+ "kind": "field",
42498
+ "name": "swatches",
42499
+ "type": {
42500
+ "text": "ColorSwatch[]"
42501
+ },
42502
+ "default": "[]",
42503
+ "description": "List of color swatches, has to be an array of objects\n\n### Examples",
42504
+ "privacy": "public"
42505
+ },
42506
+ {
42507
+ "kind": "field",
42508
+ "name": "label",
42509
+ "type": {
42510
+ "text": "string | undefined"
42511
+ },
42512
+ "description": "The label for the form element.",
42513
+ "inheritedFrom": {
42514
+ "name": "FormElement",
42515
+ "module": "src/shared/patterns/form-elements/form-element.ts"
42516
+ }
42517
+ },
42518
+ {
42519
+ "kind": "field",
42520
+ "name": "#handleInvalidEvent",
42521
+ "privacy": "private",
42522
+ "inheritedFrom": {
42523
+ "name": "FormElement",
42524
+ "module": "src/shared/patterns/form-elements/form-element.ts"
42525
+ }
42526
+ },
42527
+ {
42528
+ "kind": "field",
42529
+ "name": "validity",
42530
+ "type": {
42531
+ "text": "ValidityState"
42532
+ },
42533
+ "description": "Returns the validity state of the element",
42534
+ "readonly": true,
42535
+ "inheritedFrom": {
42536
+ "name": "FormAssociated",
42537
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42538
+ }
42539
+ },
42540
+ {
42541
+ "kind": "field",
42542
+ "name": "form",
42543
+ "type": {
42544
+ "text": "HTMLFormElement | null"
42545
+ },
42546
+ "description": "Retrieve a reference to the associated form.\nReturns null if not associated to any form.",
42547
+ "readonly": true,
42548
+ "inheritedFrom": {
42549
+ "name": "FormAssociated",
42550
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42551
+ }
42552
+ },
42553
+ {
42554
+ "kind": "field",
42555
+ "name": "validationMessage",
42556
+ "type": {
42557
+ "text": "string"
42558
+ },
42559
+ "description": "Retrieve the localized validation message,\nor custom validation message if set.",
42560
+ "readonly": true,
42561
+ "inheritedFrom": {
42562
+ "name": "FormAssociated",
42563
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42564
+ }
42565
+ },
42566
+ {
42567
+ "kind": "field",
42568
+ "name": "willValidate",
42569
+ "type": {
42570
+ "text": "boolean"
42571
+ },
42572
+ "description": "Whether the element will be validated when the\nform is submitted",
42573
+ "readonly": true,
42574
+ "inheritedFrom": {
42575
+ "name": "FormAssociated",
42576
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42577
+ }
42578
+ },
42579
+ {
42580
+ "kind": "field",
42581
+ "name": "labels",
42582
+ "type": {
42583
+ "text": "ReadonlyArray<Node>"
42584
+ },
42585
+ "description": "A reference to all associated label elements",
42586
+ "readonly": true,
42587
+ "inheritedFrom": {
42588
+ "name": "FormAssociated",
42589
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42590
+ }
42591
+ },
42592
+ {
42593
+ "kind": "field",
42594
+ "name": "value",
42595
+ "type": {
42596
+ "text": "string"
42597
+ },
42598
+ "description": "The current value of the element.",
42599
+ "inheritedFrom": {
42600
+ "name": "FormAssociated",
42601
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42602
+ }
42603
+ },
42604
+ {
42605
+ "kind": "field",
42606
+ "name": "currentValue",
42607
+ "inheritedFrom": {
42608
+ "name": "FormAssociated",
42609
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42610
+ }
42611
+ },
42612
+ {
42613
+ "kind": "field",
42614
+ "name": "initialValue",
42615
+ "type": {
42616
+ "text": "string"
42617
+ },
42618
+ "description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
42619
+ "inheritedFrom": {
42620
+ "name": "FormAssociated",
42621
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42622
+ }
42623
+ },
42624
+ {
42625
+ "kind": "field",
42626
+ "name": "disabled",
42627
+ "type": {
42628
+ "text": "boolean"
42629
+ },
42630
+ "default": "false",
42631
+ "description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
42632
+ "inheritedFrom": {
42633
+ "name": "FormAssociated",
42634
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42635
+ }
42636
+ },
42637
+ {
42638
+ "kind": "field",
42639
+ "name": "name",
42640
+ "type": {
42641
+ "text": "string"
42642
+ },
42643
+ "description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
42644
+ "inheritedFrom": {
42645
+ "name": "FormAssociated",
42646
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42647
+ }
42648
+ },
42649
+ {
42650
+ "kind": "field",
42651
+ "name": "required",
42652
+ "type": {
42653
+ "text": "boolean"
42654
+ },
42655
+ "description": "Require the field to be completed prior to form submission.",
42656
+ "default": "false",
42657
+ "inheritedFrom": {
42658
+ "name": "FormAssociated",
42659
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42660
+ }
42661
+ },
42662
+ {
42663
+ "kind": "method",
42664
+ "name": "checkValidity",
42665
+ "return": {
42666
+ "type": {
42667
+ "text": "boolean"
42668
+ }
42669
+ },
42670
+ "description": "Return the current validity of the element.",
42671
+ "inheritedFrom": {
42672
+ "name": "FormAssociated",
42673
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42674
+ }
42675
+ },
42676
+ {
42677
+ "kind": "method",
42678
+ "name": "reportValidity",
42679
+ "return": {
42680
+ "type": {
42681
+ "text": "boolean"
42682
+ }
42683
+ },
42684
+ "description": "Return the current validity of the element.\nIf false, fires an invalid event at the element.",
42685
+ "inheritedFrom": {
42686
+ "name": "FormAssociated",
42687
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42688
+ }
42689
+ }
42690
+ ],
42691
+ "mixins": [
42692
+ {
42693
+ "name": "Localized",
42694
+ "module": "/src/shared/patterns"
42695
+ },
42696
+ {
42697
+ "name": "FormElement",
42698
+ "module": "/src/shared/patterns"
42699
+ },
42700
+ {
42701
+ "name": "FormAssociated",
42702
+ "module": "/src/shared/foundation/form-associated/form-associated"
42703
+ }
42704
+ ],
42705
+ "parameters": [
42706
+ {
42707
+ "name": "Base",
42708
+ "type": {
42709
+ "text": "T"
42710
+ }
42711
+ }
42712
+ ],
42713
+ "attributes": [
42714
+ {
42715
+ "name": "open",
42716
+ "type": {
42717
+ "text": "boolean"
42718
+ },
42719
+ "default": "false",
42720
+ "description": "Indicates whether the popup is open",
42721
+ "fieldName": "open"
42722
+ },
42723
+ {
42724
+ "name": "label",
42725
+ "type": {
42726
+ "text": "string | undefined"
42727
+ },
42728
+ "description": "The label for the form element.",
42729
+ "fieldName": "label",
42730
+ "inheritedFrom": {
42731
+ "name": "FormElement",
42732
+ "module": "src/shared/patterns/form-elements/form-element.ts"
42733
+ }
42734
+ },
42735
+ {
42736
+ "name": "current-value",
42737
+ "type": {
42738
+ "text": "string"
42739
+ },
42740
+ "description": "The current value of the element.",
42741
+ "fieldName": "value",
42742
+ "inheritedFrom": {
42743
+ "name": "FormAssociated",
42744
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42745
+ }
42746
+ },
42747
+ {
42748
+ "name": "value",
42749
+ "type": {
42750
+ "text": "string"
42751
+ },
42752
+ "description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
42753
+ "fieldName": "initialValue",
42754
+ "inheritedFrom": {
42755
+ "name": "FormAssociated",
42756
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42757
+ }
42758
+ },
42759
+ {
42760
+ "name": "disabled",
42761
+ "type": {
42762
+ "text": "boolean"
42763
+ },
42764
+ "default": "false",
42765
+ "description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
42766
+ "fieldName": "disabled",
42767
+ "inheritedFrom": {
42768
+ "name": "FormAssociated",
42769
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42770
+ }
42771
+ },
42772
+ {
42773
+ "name": "name",
42774
+ "type": {
42775
+ "text": "string"
42776
+ },
42777
+ "description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
42778
+ "fieldName": "name",
42779
+ "inheritedFrom": {
42780
+ "name": "FormAssociated",
42781
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42782
+ }
42783
+ },
42784
+ {
42785
+ "name": "required",
42786
+ "type": {
42787
+ "text": "boolean"
42788
+ },
42789
+ "description": "Require the field to be completed prior to form submission.",
42790
+ "default": "false",
42791
+ "fieldName": "required",
42792
+ "inheritedFrom": {
42793
+ "name": "FormAssociated",
42794
+ "module": "src/shared/foundation/form-associated/form-associated.ts"
42795
+ }
42796
+ }
42797
+ ]
42798
+ }
42799
+ ],
42800
+ "exports": [
42801
+ {
42802
+ "kind": "js",
42803
+ "name": "BaseColorPicker",
42804
+ "declaration": {
42805
+ "name": "BaseColorPicker",
42806
+ "module": "src/shared/color-picker/base-color-picker.ts"
42807
+ }
42808
+ }
42809
+ ]
42810
+ },
42811
+ {
42812
+ "kind": "javascript-module",
42813
+ "path": "src/shared/color-picker/locale.ts",
42814
+ "declarations": [],
42815
+ "exports": []
42816
+ },
42817
+ {
42818
+ "kind": "javascript-module",
42819
+ "path": "src/shared/color-picker/types.ts",
42820
+ "declarations": [],
42821
+ "exports": []
42822
+ },
42823
+ {
42824
+ "kind": "javascript-module",
42825
+ "path": "src/shared/color-picker/utils.ts",
42826
+ "declarations": [
42827
+ {
42828
+ "kind": "function",
42829
+ "name": "isValidHexColor",
42830
+ "return": {
42831
+ "type": {
42832
+ "text": "boolean"
42833
+ }
42834
+ },
42835
+ "parameters": [
42836
+ {
42837
+ "name": "input",
42838
+ "type": {
42839
+ "text": "string"
42840
+ }
42841
+ }
42842
+ ],
42843
+ "description": "Check if input value is valid hex color"
42844
+ },
42845
+ {
42846
+ "kind": "function",
42847
+ "name": "getLuminance",
42848
+ "return": {
42849
+ "type": {
42850
+ "text": "number"
42851
+ }
42852
+ },
42853
+ "parameters": [
42854
+ {
42855
+ "name": "hexColor",
42856
+ "type": {
42857
+ "text": "string"
42858
+ }
42859
+ }
42860
+ ],
42861
+ "description": "Calculate the relative luminance of a hex color using WCAG formula"
42862
+ },
42863
+ {
42864
+ "kind": "function",
42865
+ "name": "getContrastRatio",
42866
+ "return": {
42867
+ "type": {
42868
+ "text": "number"
42869
+ }
42870
+ },
42871
+ "parameters": [
42872
+ {
42873
+ "name": "color1",
42874
+ "type": {
42875
+ "text": "string"
42876
+ }
42877
+ },
42878
+ {
42879
+ "name": "color2",
42880
+ "type": {
42881
+ "text": "string"
42882
+ }
42883
+ }
42884
+ ],
42885
+ "description": "Calculate contrast ratio between two colors"
42886
+ },
42887
+ {
42888
+ "kind": "function",
42889
+ "name": "getCSSCustomProperty",
42890
+ "return": {
42891
+ "type": {
42892
+ "text": "string"
42893
+ }
42894
+ },
42895
+ "parameters": [
42896
+ {
42897
+ "name": "propertyName",
42898
+ "type": {
42899
+ "text": "string"
42900
+ }
42901
+ },
42902
+ {
42903
+ "name": "element",
42904
+ "optional": true,
42905
+ "type": {
42906
+ "text": "Element"
42907
+ }
42908
+ }
42909
+ ],
42910
+ "description": "Get CSS custom property value from the document"
42911
+ }
42912
+ ],
42913
+ "exports": [
42914
+ {
42915
+ "kind": "js",
42916
+ "name": "isValidHexColor",
42917
+ "declaration": {
42918
+ "name": "isValidHexColor",
42919
+ "module": "src/shared/color-picker/utils.ts"
42920
+ }
42921
+ },
42922
+ {
42923
+ "kind": "js",
42924
+ "name": "getLuminance",
42925
+ "declaration": {
42926
+ "name": "getLuminance",
42927
+ "module": "src/shared/color-picker/utils.ts"
42928
+ }
42929
+ },
42930
+ {
42931
+ "kind": "js",
42932
+ "name": "getContrastRatio",
42933
+ "declaration": {
42934
+ "name": "getContrastRatio",
42935
+ "module": "src/shared/color-picker/utils.ts"
42936
+ }
42937
+ },
42938
+ {
42939
+ "kind": "js",
42940
+ "name": "getCSSCustomProperty",
42941
+ "declaration": {
42942
+ "name": "getCSSCustomProperty",
42943
+ "module": "src/shared/color-picker/utils.ts"
42944
+ }
42945
+ }
42946
+ ]
41743
42947
  }
41744
42948
  ]
41745
42949
  }