@vonage/vivid 4.16.1 → 4.17.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 (292) hide show
  1. package/custom-elements.json +3201 -281
  2. package/elevation/index.cjs +1 -1
  3. package/elevation/index.js +1 -1
  4. package/index.cjs +147 -39
  5. package/index.js +64 -59
  6. package/lib/accordion/definition.d.ts +2 -0
  7. package/lib/accordion-item/definition.d.ts +2 -0
  8. package/lib/action-group/definition.d.ts +2 -0
  9. package/lib/alert/definition.d.ts +2 -0
  10. package/lib/audio-player/definition.d.ts +2 -0
  11. package/lib/avatar/definition.d.ts +2 -0
  12. package/lib/badge/definition.d.ts +2 -0
  13. package/lib/banner/definition.d.ts +2 -0
  14. package/lib/breadcrumb/definition.d.ts +2 -0
  15. package/lib/breadcrumb-item/definition.d.ts +2 -0
  16. package/lib/button/definition.d.ts +2 -0
  17. package/lib/calendar/calendar.d.ts +2 -0
  18. package/lib/calendar/definition.d.ts +2 -0
  19. package/lib/calendar-event/definition.d.ts +2 -0
  20. package/lib/card/definition.d.ts +2 -0
  21. package/lib/checkbox/definition.d.ts +2 -0
  22. package/lib/combobox/definition.d.ts +2 -0
  23. package/lib/components.d.ts +1 -0
  24. package/lib/data-grid/definition.d.ts +4 -0
  25. package/lib/date-picker/definition.d.ts +2 -0
  26. package/lib/date-range-picker/definition.d.ts +2 -0
  27. package/lib/dial-pad/definition.d.ts +2 -0
  28. package/lib/dialog/definition.d.ts +2 -0
  29. package/lib/divider/definition.d.ts +2 -0
  30. package/lib/empty-state/definition.d.ts +2 -0
  31. package/lib/enums.d.ts +6 -0
  32. package/lib/fab/definition.d.ts +2 -0
  33. package/lib/file-picker/definition.d.ts +2 -0
  34. package/lib/header/definition.d.ts +2 -0
  35. package/lib/icon/definition.d.ts +2 -0
  36. package/lib/layout/definition.d.ts +2 -0
  37. package/lib/menu/definition.d.ts +2 -0
  38. package/lib/menu/menu.d.ts +454 -4
  39. package/lib/menu-item/definition.d.ts +2 -0
  40. package/lib/nav/definition.d.ts +2 -0
  41. package/lib/nav-disclosure/definition.d.ts +2 -0
  42. package/lib/nav-item/definition.d.ts +2 -0
  43. package/lib/note/definition.d.ts +2 -0
  44. package/lib/number-field/definition.d.ts +2 -0
  45. package/lib/option/definition.d.ts +2 -0
  46. package/lib/pagination/definition.d.ts +2 -0
  47. package/lib/popup/definition.d.ts +0 -1
  48. package/lib/popup/popup.d.ts +25 -0
  49. package/lib/progress/definition.d.ts +2 -0
  50. package/lib/progress-ring/definition.d.ts +2 -0
  51. package/lib/radio/definition.d.ts +2 -0
  52. package/lib/radio-group/definition.d.ts +2 -0
  53. package/lib/range-slider/definition.d.ts +2 -0
  54. package/lib/rich-text-editor/definition.d.ts +2 -0
  55. package/lib/rich-text-editor/facades/prose-mirror-vivid.schema.d.ts +2 -0
  56. package/lib/rich-text-editor/facades/vivid-prose-mirror.facade.d.ts +7 -0
  57. package/lib/rich-text-editor/rich-text-editor.d.ts +13 -0
  58. package/lib/rich-text-editor/rich-text-editor.template.d.ts +4 -0
  59. package/lib/searchable-select/definition.d.ts +2 -0
  60. package/lib/select/definition.d.ts +2 -0
  61. package/lib/selectable-box/definition.d.ts +2 -0
  62. package/lib/side-drawer/definition.d.ts +2 -0
  63. package/lib/slider/definition.d.ts +2 -0
  64. package/lib/split-button/definition.d.ts +2 -0
  65. package/lib/switch/definition.d.ts +2 -0
  66. package/lib/tab/definition.d.ts +2 -0
  67. package/lib/tab-panel/definition.d.ts +2 -0
  68. package/lib/tabs/definition.d.ts +2 -0
  69. package/lib/tag/definition.d.ts +2 -0
  70. package/lib/tag-group/definition.d.ts +2 -0
  71. package/lib/text-area/definition.d.ts +2 -0
  72. package/lib/text-field/definition.d.ts +2 -0
  73. package/lib/time-picker/definition.d.ts +2 -0
  74. package/lib/time-picker/inline-time-picker/columns.d.ts +13 -0
  75. package/lib/time-picker/inline-time-picker/definition.d.ts +1 -0
  76. package/lib/time-picker/inline-time-picker/inline-time-picker.d.ts +15 -0
  77. package/lib/time-picker/inline-time-picker/inline-time-picker.template.d.ts +5 -0
  78. package/lib/time-picker/time-picker.template.d.ts +1 -2
  79. package/lib/toggletip/definition.d.ts +2 -0
  80. package/lib/toggletip/toggletip.d.ts +454 -4
  81. package/lib/tooltip/definition.d.ts +2 -0
  82. package/lib/tooltip/tooltip.d.ts +454 -4
  83. package/lib/tree-item/definition.d.ts +2 -0
  84. package/lib/tree-view/definition.d.ts +2 -0
  85. package/lib/video-player/definition.d.ts +2 -0
  86. package/menu/index.js +1 -1
  87. package/package.json +7 -2
  88. package/popup/index.cjs +1 -1
  89. package/popup/index.js +1 -1
  90. package/rich-text-editor/index.cjs +5 -0
  91. package/rich-text-editor/index.js +3 -0
  92. package/searchable-select/index.cjs +1 -1
  93. package/searchable-select/index.js +1 -1
  94. package/select/index.cjs +1 -1
  95. package/select/index.js +1 -1
  96. package/selectable-box/index.cjs +1 -1
  97. package/selectable-box/index.js +1 -1
  98. package/shared/affix.cjs +1 -3
  99. package/shared/affix.js +2 -4
  100. package/shared/anchored.cjs +12 -9
  101. package/shared/anchored.js +13 -10
  102. package/shared/definition.js +1 -1
  103. package/shared/definition10.cjs +1 -0
  104. package/shared/definition10.js +2 -2
  105. package/shared/definition11.cjs +1 -1
  106. package/shared/definition11.js +2 -2
  107. package/shared/definition12.cjs +1 -1
  108. package/shared/definition12.js +2 -2
  109. package/shared/definition13.cjs +15 -2
  110. package/shared/definition13.js +16 -4
  111. package/shared/definition14.cjs +3 -2
  112. package/shared/definition14.js +4 -4
  113. package/shared/definition15.cjs +1 -1
  114. package/shared/definition15.js +2 -2
  115. package/shared/definition16.cjs +18 -18
  116. package/shared/definition16.js +6 -6
  117. package/shared/definition17.cjs +3 -0
  118. package/shared/definition17.js +2 -2
  119. package/shared/definition18.cjs +7 -7
  120. package/shared/definition18.js +4 -4
  121. package/shared/definition19.cjs +15 -15
  122. package/shared/definition19.js +4 -4
  123. package/shared/definition2.cjs +1 -0
  124. package/shared/definition2.js +2 -2
  125. package/shared/definition20.cjs +5 -4
  126. package/shared/definition20.js +6 -6
  127. package/shared/definition21.cjs +3 -2
  128. package/shared/definition21.js +4 -4
  129. package/shared/definition22.js +1 -1
  130. package/shared/definition23.cjs +2 -1
  131. package/shared/definition23.js +3 -3
  132. package/shared/definition24.cjs +2 -1
  133. package/shared/definition24.js +3 -3
  134. package/shared/definition25.cjs +14 -14
  135. package/shared/definition25.js +3 -3
  136. package/shared/definition26.cjs +2 -1
  137. package/shared/definition26.js +3 -3
  138. package/shared/definition27.cjs +1 -1
  139. package/shared/definition27.js +2 -2
  140. package/shared/definition28.cjs +1 -0
  141. package/shared/definition28.js +2 -2
  142. package/shared/definition29.cjs +53 -61
  143. package/shared/definition29.js +54 -63
  144. package/shared/definition3.cjs +1 -0
  145. package/shared/definition3.js +2 -2
  146. package/shared/definition30.cjs +1 -0
  147. package/shared/definition30.js +2 -2
  148. package/shared/definition31.cjs +1 -0
  149. package/shared/definition31.js +2 -2
  150. package/shared/definition32.cjs +1 -0
  151. package/shared/definition32.js +2 -2
  152. package/shared/definition33.cjs +2 -1
  153. package/shared/definition33.js +3 -3
  154. package/shared/definition34.cjs +25 -25
  155. package/shared/definition34.js +5 -5
  156. package/shared/definition35.cjs +1 -1
  157. package/shared/definition35.js +2 -2
  158. package/shared/definition36.cjs +2 -1
  159. package/shared/definition36.js +3 -3
  160. package/shared/definition37.cjs +1 -1
  161. package/shared/definition37.js +2 -2
  162. package/shared/definition38.cjs +2 -1
  163. package/shared/definition38.js +3 -3
  164. package/shared/definition39.cjs +1 -0
  165. package/shared/definition39.js +2 -2
  166. package/shared/definition4.cjs +3 -2
  167. package/shared/definition4.js +4 -4
  168. package/shared/definition40.cjs +1 -1
  169. package/shared/definition40.js +2 -2
  170. package/shared/definition41.cjs +30 -30
  171. package/shared/definition41.js +5 -5
  172. package/shared/definition42.cjs +12538 -1046
  173. package/shared/definition42.js +12538 -1047
  174. package/shared/definition43.cjs +927 -701
  175. package/shared/definition43.js +929 -702
  176. package/shared/definition44.cjs +874 -104
  177. package/shared/definition44.js +874 -104
  178. package/shared/definition45.cjs +114 -90
  179. package/shared/definition45.js +113 -90
  180. package/shared/definition46.cjs +88 -464
  181. package/shared/definition46.js +87 -463
  182. package/shared/definition47.cjs +463 -109
  183. package/shared/definition47.js +462 -109
  184. package/shared/definition48.cjs +108 -106
  185. package/shared/definition48.js +107 -106
  186. package/shared/definition49.cjs +139 -13
  187. package/shared/definition49.js +138 -13
  188. package/shared/definition5.cjs +3 -2
  189. package/shared/definition5.js +5 -5
  190. package/shared/definition50.cjs +16 -114
  191. package/shared/definition50.js +15 -114
  192. package/shared/definition51.cjs +79 -485
  193. package/shared/definition51.js +78 -485
  194. package/shared/definition52.cjs +503 -23
  195. package/shared/definition52.js +502 -23
  196. package/shared/definition53.cjs +25 -123
  197. package/shared/definition53.js +24 -123
  198. package/shared/definition54.cjs +96 -254
  199. package/shared/definition54.js +96 -255
  200. package/shared/definition55.cjs +261 -59
  201. package/shared/definition55.js +262 -60
  202. package/shared/definition56.cjs +72 -861
  203. package/shared/definition56.js +72 -861
  204. package/shared/definition57.cjs +880 -107
  205. package/shared/definition57.js +880 -107
  206. package/shared/definition58.cjs +104 -88
  207. package/shared/definition58.js +104 -89
  208. package/shared/definition59.cjs +80 -165
  209. package/shared/definition59.js +79 -163
  210. package/shared/definition6.cjs +2 -1
  211. package/shared/definition6.js +3 -3
  212. package/shared/definition60.cjs +142 -228
  213. package/shared/definition60.js +141 -229
  214. package/shared/definition61.cjs +233 -70146
  215. package/shared/definition61.js +232 -70146
  216. package/shared/definition62.cjs +69381 -28
  217. package/shared/definition62.js +69380 -27
  218. package/shared/definition63.cjs +28 -2163
  219. package/shared/definition63.js +27 -2161
  220. package/shared/definition64.cjs +2195 -0
  221. package/shared/definition64.js +2190 -0
  222. package/shared/definition7.cjs +2 -1
  223. package/shared/definition7.js +3 -3
  224. package/shared/definition8.cjs +2 -1
  225. package/shared/definition8.js +3 -3
  226. package/shared/definition9.cjs +1 -1
  227. package/shared/definition9.js +2 -2
  228. package/shared/enums.cjs +8 -0
  229. package/shared/enums.js +8 -1
  230. package/shared/form-associated.js +1 -1
  231. package/shared/form-elements.cjs +7 -7
  232. package/shared/form-elements.js +8 -8
  233. package/shared/foundation/vivid-element/vivid-element.d.ts +1 -0
  234. package/shared/patterns/anchored.d.ts +891 -10
  235. package/shared/patterns/trapped-focus.d.ts +2 -0
  236. package/shared/presentationDate.cjs +5 -7
  237. package/shared/presentationDate.js +5 -7
  238. package/shared/slider.template.cjs +4 -4
  239. package/shared/slider.template.js +4 -4
  240. package/shared/text-anchor.template.cjs +2 -2
  241. package/shared/text-anchor.template.js +2 -2
  242. package/shared/text-field.cjs +555 -2
  243. package/shared/text-field.js +554 -2
  244. package/shared/text-field2.cjs +2 -572
  245. package/shared/text-field2.js +2 -571
  246. package/shared/trapped-focus.cjs +7 -1
  247. package/shared/trapped-focus.js +7 -1
  248. package/shared/utils/mixins.d.ts +3 -0
  249. package/shared/vivid-element.cjs +3 -0
  250. package/shared/vivid-element.js +4 -1
  251. package/side-drawer/index.cjs +1 -1
  252. package/side-drawer/index.js +1 -1
  253. package/slider/index.cjs +1 -1
  254. package/slider/index.js +1 -1
  255. package/split-button/index.cjs +1 -1
  256. package/split-button/index.js +1 -1
  257. package/styles/core/all.css +1 -1
  258. package/styles/core/theme.css +1 -1
  259. package/styles/core/typography.css +1 -1
  260. package/styles/tokens/theme-dark.css +4 -4
  261. package/styles/tokens/theme-light.css +4 -4
  262. package/styles/tokens/vivid-2-compat.css +1 -1
  263. package/switch/index.cjs +1 -1
  264. package/switch/index.js +1 -1
  265. package/tab/index.cjs +1 -1
  266. package/tab/index.js +1 -1
  267. package/tab-panel/index.cjs +1 -1
  268. package/tab-panel/index.js +1 -1
  269. package/tabs/index.cjs +1 -1
  270. package/tabs/index.js +1 -1
  271. package/tag/index.cjs +1 -1
  272. package/tag/index.js +1 -1
  273. package/tag-group/index.cjs +1 -1
  274. package/tag-group/index.js +1 -1
  275. package/text-anchor/index.js +1 -1
  276. package/text-area/index.cjs +1 -1
  277. package/text-area/index.js +1 -1
  278. package/text-field/index.cjs +1 -1
  279. package/text-field/index.js +1 -1
  280. package/time-picker/index.cjs +1 -1
  281. package/time-picker/index.js +1 -1
  282. package/toggletip/index.cjs +1 -1
  283. package/toggletip/index.js +1 -1
  284. package/tooltip/index.cjs +1 -1
  285. package/tooltip/index.js +1 -1
  286. package/tree-item/index.cjs +1 -1
  287. package/tree-item/index.js +1 -1
  288. package/tree-view/index.cjs +1 -1
  289. package/tree-view/index.js +1 -1
  290. package/video-player/index.cjs +1 -1
  291. package/video-player/index.js +1 -1
  292. package/vivid.api.json +22795 -1
@@ -173,6 +173,20 @@
173
173
  "text": "void"
174
174
  }
175
175
  }
176
+ },
177
+ {
178
+ "kind": "field",
179
+ "name": "VIVID_VERSION",
180
+ "static": true,
181
+ "default": "__PACKAGE_VERSION__",
182
+ "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`.",
183
+ "type": {
184
+ "text": "string"
185
+ },
186
+ "inheritedFrom": {
187
+ "name": "VividElement",
188
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
189
+ }
176
190
  }
177
191
  ],
178
192
  "events": [
@@ -263,6 +277,14 @@
263
277
  "name": "registerAccordion",
264
278
  "module": "libs/components/src/lib/accordion/definition.ts"
265
279
  }
280
+ },
281
+ {
282
+ "kind": "js",
283
+ "name": "VwcAccordionElement",
284
+ "declaration": {
285
+ "name": "Accordion",
286
+ "module": "libs/components/src/lib/accordion/definition.ts"
287
+ }
266
288
  }
267
289
  ]
268
290
  },
@@ -369,6 +391,20 @@
369
391
  "kind": "field",
370
392
  "name": "change",
371
393
  "privacy": "private"
394
+ },
395
+ {
396
+ "kind": "field",
397
+ "name": "VIVID_VERSION",
398
+ "static": true,
399
+ "default": "__PACKAGE_VERSION__",
400
+ "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`.",
401
+ "type": {
402
+ "text": "string"
403
+ },
404
+ "inheritedFrom": {
405
+ "name": "VividElement",
406
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
407
+ }
372
408
  }
373
409
  ],
374
410
  "events": [
@@ -483,6 +519,14 @@
483
519
  "name": "registerAccordionItem",
484
520
  "module": "libs/components/src/lib/accordion-item/definition.ts"
485
521
  }
522
+ },
523
+ {
524
+ "kind": "js",
525
+ "name": "VwcAccordionItemElement",
526
+ "declaration": {
527
+ "name": "AccordionItem",
528
+ "module": "libs/components/src/lib/accordion-item/definition.ts"
529
+ }
486
530
  }
487
531
  ]
488
532
  },
@@ -558,6 +602,20 @@
558
602
  "text": "string | null"
559
603
  },
560
604
  "default": "null"
605
+ },
606
+ {
607
+ "kind": "field",
608
+ "name": "VIVID_VERSION",
609
+ "static": true,
610
+ "default": "__PACKAGE_VERSION__",
611
+ "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`.",
612
+ "type": {
613
+ "text": "string"
614
+ },
615
+ "inheritedFrom": {
616
+ "name": "VividElement",
617
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
618
+ }
561
619
  }
562
620
  ],
563
621
  "attributes": [
@@ -663,6 +721,14 @@
663
721
  "name": "registerActionGroup",
664
722
  "module": "libs/components/src/lib/action-group/definition.ts"
665
723
  }
724
+ },
725
+ {
726
+ "kind": "js",
727
+ "name": "VwcActionGroupElement",
728
+ "declaration": {
729
+ "name": "ActionGroup",
730
+ "module": "libs/components/src/lib/action-group/definition.ts"
731
+ }
666
732
  }
667
733
  ]
668
734
  },
@@ -883,6 +949,20 @@
883
949
  "kind": "field",
884
950
  "name": "#onTransitionEnd",
885
951
  "privacy": "private"
952
+ },
953
+ {
954
+ "kind": "field",
955
+ "name": "VIVID_VERSION",
956
+ "static": true,
957
+ "default": "__PACKAGE_VERSION__",
958
+ "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`.",
959
+ "type": {
960
+ "text": "string"
961
+ },
962
+ "inheritedFrom": {
963
+ "name": "VividElement",
964
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
965
+ }
886
966
  }
887
967
  ],
888
968
  "events": [
@@ -1037,6 +1117,14 @@
1037
1117
  "name": "registerAlert",
1038
1118
  "module": "libs/components/src/lib/alert/definition.ts"
1039
1119
  }
1120
+ },
1121
+ {
1122
+ "kind": "js",
1123
+ "name": "VwcAlertElement",
1124
+ "declaration": {
1125
+ "name": "Alert",
1126
+ "module": "libs/components/src/lib/alert/definition.ts"
1127
+ }
1040
1128
  }
1041
1129
  ]
1042
1130
  },
@@ -1269,6 +1357,20 @@
1269
1357
  "kind": "field",
1270
1358
  "name": "#setPausedState",
1271
1359
  "privacy": "private"
1360
+ },
1361
+ {
1362
+ "kind": "field",
1363
+ "name": "VIVID_VERSION",
1364
+ "static": true,
1365
+ "default": "__PACKAGE_VERSION__",
1366
+ "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`.",
1367
+ "type": {
1368
+ "text": "string"
1369
+ },
1370
+ "inheritedFrom": {
1371
+ "name": "VividElement",
1372
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
1373
+ }
1272
1374
  }
1273
1375
  ],
1274
1376
  "attributes": [
@@ -1430,6 +1532,14 @@
1430
1532
  "name": "registerAudioPlayer",
1431
1533
  "module": "libs/components/src/lib/audio-player/definition.ts"
1432
1534
  }
1535
+ },
1536
+ {
1537
+ "kind": "js",
1538
+ "name": "VwcAudioPlayerElement",
1539
+ "declaration": {
1540
+ "name": "AudioPlayer",
1541
+ "module": "libs/components/src/lib/audio-player/definition.ts"
1542
+ }
1433
1543
  }
1434
1544
  ]
1435
1545
  },
@@ -1573,6 +1683,20 @@
1573
1683
  },
1574
1684
  "description": "avatar name",
1575
1685
  "privacy": "public"
1686
+ },
1687
+ {
1688
+ "kind": "field",
1689
+ "name": "VIVID_VERSION",
1690
+ "static": true,
1691
+ "default": "__PACKAGE_VERSION__",
1692
+ "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`.",
1693
+ "type": {
1694
+ "text": "string"
1695
+ },
1696
+ "inheritedFrom": {
1697
+ "name": "VividElement",
1698
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
1699
+ }
1576
1700
  }
1577
1701
  ],
1578
1702
  "attributes": [
@@ -1702,6 +1826,14 @@
1702
1826
  "name": "registerAvatar",
1703
1827
  "module": "libs/components/src/lib/avatar/definition.ts"
1704
1828
  }
1829
+ },
1830
+ {
1831
+ "kind": "js",
1832
+ "name": "VwcAvatarElement",
1833
+ "declaration": {
1834
+ "name": "Avatar",
1835
+ "module": "libs/components/src/lib/avatar/definition.ts"
1836
+ }
1705
1837
  }
1706
1838
  ]
1707
1839
  },
@@ -2037,6 +2169,20 @@
2037
2169
  },
2038
2170
  "description": "Indicates the badge's text.",
2039
2171
  "privacy": "public"
2172
+ },
2173
+ {
2174
+ "kind": "field",
2175
+ "name": "VIVID_VERSION",
2176
+ "static": true,
2177
+ "default": "__PACKAGE_VERSION__",
2178
+ "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`.",
2179
+ "type": {
2180
+ "text": "string"
2181
+ },
2182
+ "inheritedFrom": {
2183
+ "name": "VividElement",
2184
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
2185
+ }
2040
2186
  }
2041
2187
  ],
2042
2188
  "attributes": [
@@ -2142,6 +2288,14 @@
2142
2288
  "name": "registerBadge",
2143
2289
  "module": "libs/components/src/lib/badge/definition.ts"
2144
2290
  }
2291
+ },
2292
+ {
2293
+ "kind": "js",
2294
+ "name": "VwcBadgeElement",
2295
+ "declaration": {
2296
+ "name": "Badge",
2297
+ "module": "libs/components/src/lib/badge/definition.ts"
2298
+ }
2145
2299
  }
2146
2300
  ]
2147
2301
  },
@@ -2288,6 +2442,20 @@
2288
2442
  "kind": "field",
2289
2443
  "name": "#closeOnKeyDown",
2290
2444
  "privacy": "private"
2445
+ },
2446
+ {
2447
+ "kind": "field",
2448
+ "name": "VIVID_VERSION",
2449
+ "static": true,
2450
+ "default": "__PACKAGE_VERSION__",
2451
+ "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`.",
2452
+ "type": {
2453
+ "text": "string"
2454
+ },
2455
+ "inheritedFrom": {
2456
+ "name": "VividElement",
2457
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
2458
+ }
2291
2459
  }
2292
2460
  ],
2293
2461
  "attributes": [
@@ -2403,6 +2571,14 @@
2403
2571
  "name": "registerBanner",
2404
2572
  "module": "libs/components/src/lib/banner/definition.ts"
2405
2573
  }
2574
+ },
2575
+ {
2576
+ "kind": "js",
2577
+ "name": "VwcBannerElement",
2578
+ "declaration": {
2579
+ "name": "Banner",
2580
+ "module": "libs/components/src/lib/banner/definition.ts"
2581
+ }
2406
2582
  }
2407
2583
  ]
2408
2584
  },
@@ -2484,6 +2660,20 @@
2484
2660
  }
2485
2661
  ],
2486
2662
  "description": "Sets ARIA Current for the current node\nIf child node with an anchor tag and with href is found then set aria-current to correct value for the child node,\notherwise apply aria-current to the host element, with an href"
2663
+ },
2664
+ {
2665
+ "kind": "field",
2666
+ "name": "VIVID_VERSION",
2667
+ "static": true,
2668
+ "default": "__PACKAGE_VERSION__",
2669
+ "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`.",
2670
+ "type": {
2671
+ "text": "string"
2672
+ },
2673
+ "inheritedFrom": {
2674
+ "name": "VividElement",
2675
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
2676
+ }
2487
2677
  }
2488
2678
  ],
2489
2679
  "superclass": {
@@ -2531,6 +2721,14 @@
2531
2721
  "name": "registerBreadcrumb",
2532
2722
  "module": "libs/components/src/lib/breadcrumb/definition.ts"
2533
2723
  }
2724
+ },
2725
+ {
2726
+ "kind": "js",
2727
+ "name": "VwcBreadcrumbElement",
2728
+ "declaration": {
2729
+ "name": "Breadcrumb",
2730
+ "module": "libs/components/src/lib/breadcrumb/definition.ts"
2731
+ }
2534
2732
  }
2535
2733
  ]
2536
2734
  },
@@ -2549,6 +2747,20 @@
2549
2747
  "type": {
2550
2748
  "text": "string | undefined"
2551
2749
  }
2750
+ },
2751
+ {
2752
+ "kind": "field",
2753
+ "name": "VIVID_VERSION",
2754
+ "static": true,
2755
+ "default": "__PACKAGE_VERSION__",
2756
+ "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`.",
2757
+ "type": {
2758
+ "text": "string"
2759
+ },
2760
+ "inheritedFrom": {
2761
+ "name": "VividElement",
2762
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
2763
+ }
2552
2764
  }
2553
2765
  ],
2554
2766
  "attributes": [
@@ -2605,6 +2817,14 @@
2605
2817
  "name": "registerBreadcrumbItem",
2606
2818
  "module": "libs/components/src/lib/breadcrumb-item/definition.ts"
2607
2819
  }
2820
+ },
2821
+ {
2822
+ "kind": "js",
2823
+ "name": "VwcBreadcrumbItemElement",
2824
+ "declaration": {
2825
+ "name": "BreadcrumbItem",
2826
+ "module": "libs/components/src/lib/breadcrumb-item/definition.ts"
2827
+ }
2608
2828
  }
2609
2829
  ]
2610
2830
  },
@@ -3228,6 +3448,20 @@
3228
3448
  "name": "FormAssociatedButton",
3229
3449
  "module": "libs/components/src/shared/foundation/button/button.form-associated.ts"
3230
3450
  }
3451
+ },
3452
+ {
3453
+ "kind": "field",
3454
+ "name": "VIVID_VERSION",
3455
+ "static": true,
3456
+ "default": "__PACKAGE_VERSION__",
3457
+ "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`.",
3458
+ "type": {
3459
+ "text": "string"
3460
+ },
3461
+ "inheritedFrom": {
3462
+ "name": "VividElement",
3463
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
3464
+ }
3231
3465
  }
3232
3466
  ],
3233
3467
  "attributes": [
@@ -3525,6 +3759,14 @@
3525
3759
  "name": "registerButton",
3526
3760
  "module": "libs/components/src/lib/button/definition.ts"
3527
3761
  }
3762
+ },
3763
+ {
3764
+ "kind": "js",
3765
+ "name": "VwcButtonElement",
3766
+ "declaration": {
3767
+ "name": "Button",
3768
+ "module": "libs/components/src/lib/button/definition.ts"
3769
+ }
3528
3770
  }
3529
3771
  ]
3530
3772
  },
@@ -3608,6 +3850,15 @@
3608
3850
  "description": "The convention of displayed time in which the day runs from midnight to midnight and is divided into 24 or 12 hours.\nUnless provided, choice will be set according to local time preference (e.g. US = 12, IL = 24)",
3609
3851
  "privacy": "public"
3610
3852
  },
3853
+ {
3854
+ "kind": "field",
3855
+ "name": "stickyMode",
3856
+ "type": {
3857
+ "text": "Sticky"
3858
+ },
3859
+ "description": "Sticky header and sticky column options",
3860
+ "privacy": "public"
3861
+ },
3611
3862
  {
3612
3863
  "kind": "field",
3613
3864
  "name": "#activeCalendarEvent",
@@ -3684,6 +3935,20 @@
3684
3935
  }
3685
3936
  }
3686
3937
  ]
3938
+ },
3939
+ {
3940
+ "kind": "field",
3941
+ "name": "VIVID_VERSION",
3942
+ "static": true,
3943
+ "default": "__PACKAGE_VERSION__",
3944
+ "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`.",
3945
+ "type": {
3946
+ "text": "string"
3947
+ },
3948
+ "inheritedFrom": {
3949
+ "name": "VividElement",
3950
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
3951
+ }
3687
3952
  }
3688
3953
  ],
3689
3954
  "attributes": [
@@ -3718,6 +3983,14 @@
3718
3983
  "default": "false",
3719
3984
  "description": "The convention of displayed time in which the day runs from midnight to midnight and is divided into 24 or 12 hours.\nUnless provided, choice will be set according to local time preference (e.g. US = 12, IL = 24)",
3720
3985
  "fieldName": "hour12"
3986
+ },
3987
+ {
3988
+ "name": "sticky-mode",
3989
+ "type": {
3990
+ "text": "Sticky"
3991
+ },
3992
+ "description": "Sticky header and sticky column options",
3993
+ "fieldName": "stickyMode"
3721
3994
  }
3722
3995
  ],
3723
3996
  "superclass": {
@@ -3765,6 +4038,14 @@
3765
4038
  "name": "registerCalendar",
3766
4039
  "module": "libs/components/src/lib/calendar/definition.ts"
3767
4040
  }
4041
+ },
4042
+ {
4043
+ "kind": "js",
4044
+ "name": "VwcCalendarElement",
4045
+ "declaration": {
4046
+ "name": "Calendar",
4047
+ "module": "libs/components/src/lib/calendar/definition.ts"
4048
+ }
3768
4049
  }
3769
4050
  ]
3770
4051
  },
@@ -3953,6 +4234,20 @@
3953
4234
  },
3954
4235
  "description": "event's time duration in hours",
3955
4236
  "privacy": "public"
4237
+ },
4238
+ {
4239
+ "kind": "field",
4240
+ "name": "VIVID_VERSION",
4241
+ "static": true,
4242
+ "default": "__PACKAGE_VERSION__",
4243
+ "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`.",
4244
+ "type": {
4245
+ "text": "string"
4246
+ },
4247
+ "inheritedFrom": {
4248
+ "name": "VividElement",
4249
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
4250
+ }
3956
4251
  }
3957
4252
  ],
3958
4253
  "attributes": [
@@ -4072,6 +4367,14 @@
4072
4367
  "name": "registerCalendarEvent",
4073
4368
  "module": "libs/components/src/lib/calendar-event/definition.ts"
4074
4369
  }
4370
+ },
4371
+ {
4372
+ "kind": "js",
4373
+ "name": "VwcCalendarEventElement",
4374
+ "declaration": {
4375
+ "name": "CalendarEvent",
4376
+ "module": "libs/components/src/lib/calendar-event/definition.ts"
4377
+ }
4075
4378
  }
4076
4379
  ]
4077
4380
  },
@@ -4173,6 +4476,20 @@
4173
4476
  "type": {
4174
4477
  "text": "HTMLElement[] | undefined"
4175
4478
  }
4479
+ },
4480
+ {
4481
+ "kind": "field",
4482
+ "name": "VIVID_VERSION",
4483
+ "static": true,
4484
+ "default": "__PACKAGE_VERSION__",
4485
+ "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`.",
4486
+ "type": {
4487
+ "text": "string"
4488
+ },
4489
+ "inheritedFrom": {
4490
+ "name": "VividElement",
4491
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
4492
+ }
4176
4493
  }
4177
4494
  ],
4178
4495
  "attributes": [
@@ -4278,6 +4595,14 @@
4278
4595
  "name": "registerCard",
4279
4596
  "module": "libs/components/src/lib/card/definition.ts"
4280
4597
  }
4598
+ },
4599
+ {
4600
+ "kind": "js",
4601
+ "name": "VwcCardElement",
4602
+ "declaration": {
4603
+ "name": "Card",
4604
+ "module": "libs/components/src/lib/card/definition.ts"
4605
+ }
4281
4606
  }
4282
4607
  ]
4283
4608
  },
@@ -4293,6 +4618,20 @@
4293
4618
  {
4294
4619
  "kind": "field",
4295
4620
  "name": "proxy"
4621
+ },
4622
+ {
4623
+ "kind": "field",
4624
+ "name": "VIVID_VERSION",
4625
+ "static": true,
4626
+ "default": "__PACKAGE_VERSION__",
4627
+ "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`.",
4628
+ "type": {
4629
+ "text": "string"
4630
+ },
4631
+ "inheritedFrom": {
4632
+ "name": "VividElement",
4633
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
4634
+ }
4296
4635
  }
4297
4636
  ],
4298
4637
  "mixins": [
@@ -4459,6 +4798,20 @@
4459
4798
  "name": "FormAssociatedCheckbox",
4460
4799
  "module": "libs/components/src/lib/checkbox/checkbox.form-associated.ts"
4461
4800
  }
4801
+ },
4802
+ {
4803
+ "kind": "field",
4804
+ "name": "VIVID_VERSION",
4805
+ "static": true,
4806
+ "default": "__PACKAGE_VERSION__",
4807
+ "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`.",
4808
+ "type": {
4809
+ "text": "string"
4810
+ },
4811
+ "inheritedFrom": {
4812
+ "name": "VividElement",
4813
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
4814
+ }
4462
4815
  }
4463
4816
  ],
4464
4817
  "events": [
@@ -4583,10 +4936,18 @@
4583
4936
  "name": "registerCheckbox",
4584
4937
  "module": "libs/components/src/lib/checkbox/definition.ts"
4585
4938
  }
4586
- }
4587
- ]
4588
- },
4589
- {
4939
+ },
4940
+ {
4941
+ "kind": "js",
4942
+ "name": "VwcCheckboxElement",
4943
+ "declaration": {
4944
+ "name": "Checkbox",
4945
+ "module": "libs/components/src/lib/checkbox/definition.ts"
4946
+ }
4947
+ }
4948
+ ]
4949
+ },
4950
+ {
4590
4951
  "kind": "javascript-module",
4591
4952
  "path": "libs/components/src/lib/combobox/combobox.form-associated.ts",
4592
4953
  "declarations": [],
@@ -4913,6 +5274,20 @@
4913
5274
  "name": "Listbox",
4914
5275
  "module": "libs/components/src/shared/foundation/listbox/listbox.ts"
4915
5276
  }
5277
+ },
5278
+ {
5279
+ "kind": "field",
5280
+ "name": "VIVID_VERSION",
5281
+ "static": true,
5282
+ "default": "__PACKAGE_VERSION__",
5283
+ "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`.",
5284
+ "type": {
5285
+ "text": "string"
5286
+ },
5287
+ "inheritedFrom": {
5288
+ "name": "VividElement",
5289
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
5290
+ }
4916
5291
  }
4917
5292
  ],
4918
5293
  "events": [
@@ -5074,6 +5449,14 @@
5074
5449
  "name": "registerCombobox",
5075
5450
  "module": "libs/components/src/lib/combobox/definition.ts"
5076
5451
  }
5452
+ },
5453
+ {
5454
+ "kind": "js",
5455
+ "name": "VwcComboboxElement",
5456
+ "declaration": {
5457
+ "name": "Combobox",
5458
+ "module": "libs/components/src/lib/combobox/definition.ts"
5459
+ }
5077
5460
  }
5078
5461
  ]
5079
5462
  },
@@ -5331,6 +5714,20 @@
5331
5714
  {
5332
5715
  "kind": "method",
5333
5716
  "name": "#getColumnDataKey"
5717
+ },
5718
+ {
5719
+ "kind": "field",
5720
+ "name": "VIVID_VERSION",
5721
+ "static": true,
5722
+ "default": "__PACKAGE_VERSION__",
5723
+ "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`.",
5724
+ "type": {
5725
+ "text": "string"
5726
+ },
5727
+ "inheritedFrom": {
5728
+ "name": "VividElement",
5729
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
5730
+ }
5334
5731
  }
5335
5732
  ],
5336
5733
  "events": [
@@ -5652,6 +6049,20 @@
5652
6049
  "default": "null",
5653
6050
  "description": "Indicates the selected status.",
5654
6051
  "privacy": "public"
6052
+ },
6053
+ {
6054
+ "kind": "field",
6055
+ "name": "VIVID_VERSION",
6056
+ "static": true,
6057
+ "default": "__PACKAGE_VERSION__",
6058
+ "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`.",
6059
+ "type": {
6060
+ "text": "string"
6061
+ },
6062
+ "inheritedFrom": {
6063
+ "name": "VividElement",
6064
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
6065
+ }
5655
6066
  }
5656
6067
  ],
5657
6068
  "events": [
@@ -6209,6 +6620,20 @@
6209
6620
  }
6210
6621
  }
6211
6622
  ]
6623
+ },
6624
+ {
6625
+ "kind": "field",
6626
+ "name": "VIVID_VERSION",
6627
+ "static": true,
6628
+ "default": "__PACKAGE_VERSION__",
6629
+ "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`.",
6630
+ "type": {
6631
+ "text": "string"
6632
+ },
6633
+ "inheritedFrom": {
6634
+ "name": "VividElement",
6635
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
6636
+ }
6212
6637
  }
6213
6638
  ],
6214
6639
  "events": [
@@ -6308,6 +6733,30 @@
6308
6733
  "name": "registerDataGrid",
6309
6734
  "module": "libs/components/src/lib/data-grid/definition.ts"
6310
6735
  }
6736
+ },
6737
+ {
6738
+ "kind": "js",
6739
+ "name": "VwcDataGridElement",
6740
+ "declaration": {
6741
+ "name": "DataGrid",
6742
+ "module": "libs/components/src/lib/data-grid/definition.ts"
6743
+ }
6744
+ },
6745
+ {
6746
+ "kind": "js",
6747
+ "name": "VwcDataGridRowElement",
6748
+ "declaration": {
6749
+ "name": "DataGridRow",
6750
+ "module": "libs/components/src/lib/data-grid/definition.ts"
6751
+ }
6752
+ },
6753
+ {
6754
+ "kind": "js",
6755
+ "name": "VwcDataGridCellElement",
6756
+ "declaration": {
6757
+ "name": "DataGridCell",
6758
+ "module": "libs/components/src/lib/data-grid/definition.ts"
6759
+ }
6311
6760
  }
6312
6761
  ]
6313
6762
  },
@@ -6722,6 +7171,14 @@
6722
7171
  "name": "registerDatePicker",
6723
7172
  "module": "libs/components/src/lib/date-picker/definition.ts"
6724
7173
  }
7174
+ },
7175
+ {
7176
+ "kind": "js",
7177
+ "name": "VwcDatePickerElement",
7178
+ "declaration": {
7179
+ "name": "DatePicker",
7180
+ "module": "libs/components/src/lib/date-picker/definition.ts"
7181
+ }
6725
7182
  }
6726
7183
  ]
6727
7184
  },
@@ -7266,6 +7723,14 @@
7266
7723
  "name": "registerDateRangePicker",
7267
7724
  "module": "libs/components/src/lib/date-range-picker/definition.ts"
7268
7725
  }
7726
+ },
7727
+ {
7728
+ "kind": "js",
7729
+ "name": "VwcDateRangePickerElement",
7730
+ "declaration": {
7731
+ "name": "DateRangePicker",
7732
+ "module": "libs/components/src/lib/date-range-picker/definition.ts"
7733
+ }
7269
7734
  }
7270
7735
  ]
7271
7736
  },
@@ -7293,6 +7758,14 @@
7293
7758
  "name": "registerDialPad",
7294
7759
  "module": "libs/components/src/lib/dial-pad/definition.ts"
7295
7760
  }
7761
+ },
7762
+ {
7763
+ "kind": "js",
7764
+ "name": "VwcDialPadElement",
7765
+ "declaration": {
7766
+ "name": "DialPad",
7767
+ "module": "libs/components/src/lib/dial-pad/definition.ts"
7768
+ }
7296
7769
  }
7297
7770
  ]
7298
7771
  },
@@ -7462,6 +7935,20 @@
7462
7935
  "default": "null",
7463
7936
  "privacy": "public",
7464
7937
  "description": ""
7938
+ },
7939
+ {
7940
+ "kind": "field",
7941
+ "name": "VIVID_VERSION",
7942
+ "static": true,
7943
+ "default": "__PACKAGE_VERSION__",
7944
+ "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`.",
7945
+ "type": {
7946
+ "text": "string"
7947
+ },
7948
+ "inheritedFrom": {
7949
+ "name": "VividElement",
7950
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
7951
+ }
7465
7952
  }
7466
7953
  ],
7467
7954
  "events": [
@@ -7679,6 +8166,14 @@
7679
8166
  "name": "registerDialog",
7680
8167
  "module": "libs/components/src/lib/dialog/definition.ts"
7681
8168
  }
8169
+ },
8170
+ {
8171
+ "kind": "js",
8172
+ "name": "VwcDialogElement",
8173
+ "declaration": {
8174
+ "name": "Dialog",
8175
+ "module": "libs/components/src/lib/dialog/definition.ts"
8176
+ }
7682
8177
  }
7683
8178
  ]
7684
8179
  },
@@ -7887,6 +8382,20 @@
7887
8382
  {
7888
8383
  "kind": "method",
7889
8384
  "name": "#showDialog"
8385
+ },
8386
+ {
8387
+ "kind": "field",
8388
+ "name": "VIVID_VERSION",
8389
+ "static": true,
8390
+ "default": "__PACKAGE_VERSION__",
8391
+ "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`.",
8392
+ "type": {
8393
+ "text": "string"
8394
+ },
8395
+ "inheritedFrom": {
8396
+ "name": "VividElement",
8397
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
8398
+ }
7890
8399
  }
7891
8400
  ],
7892
8401
  "events": [
@@ -8080,6 +8589,14 @@
8080
8589
  "name": "registerDivider",
8081
8590
  "module": "libs/components/src/lib/divider/definition.ts"
8082
8591
  }
8592
+ },
8593
+ {
8594
+ "kind": "js",
8595
+ "name": "VwcDividerElement",
8596
+ "declaration": {
8597
+ "name": "Divider",
8598
+ "module": "libs/components/src/lib/divider/definition.ts"
8599
+ }
8083
8600
  }
8084
8601
  ]
8085
8602
  },
@@ -8119,6 +8636,20 @@
8119
8636
  },
8120
8637
  "description": "The orientation of the divider.",
8121
8638
  "privacy": "public"
8639
+ },
8640
+ {
8641
+ "kind": "field",
8642
+ "name": "VIVID_VERSION",
8643
+ "static": true,
8644
+ "default": "__PACKAGE_VERSION__",
8645
+ "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`.",
8646
+ "type": {
8647
+ "text": "string"
8648
+ },
8649
+ "inheritedFrom": {
8650
+ "name": "VividElement",
8651
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
8652
+ }
8122
8653
  }
8123
8654
  ],
8124
8655
  "attributes": [
@@ -8234,6 +8765,20 @@
8234
8765
  "type": {
8235
8766
  "text": "boolean | undefined"
8236
8767
  }
8768
+ },
8769
+ {
8770
+ "kind": "field",
8771
+ "name": "VIVID_VERSION",
8772
+ "static": true,
8773
+ "default": "__PACKAGE_VERSION__",
8774
+ "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`.",
8775
+ "type": {
8776
+ "text": "string"
8777
+ },
8778
+ "inheritedFrom": {
8779
+ "name": "VividElement",
8780
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
8781
+ }
8237
8782
  }
8238
8783
  ],
8239
8784
  "attributes": [
@@ -8321,6 +8866,14 @@
8321
8866
  "name": "registerEmptyState",
8322
8867
  "module": "libs/components/src/lib/empty-state/definition.ts"
8323
8868
  }
8869
+ },
8870
+ {
8871
+ "kind": "js",
8872
+ "name": "VwcEmptyStateElement",
8873
+ "declaration": {
8874
+ "name": "EmptyState",
8875
+ "module": "libs/components/src/lib/empty-state/definition.ts"
8876
+ }
8324
8877
  }
8325
8878
  ]
8326
8879
  },
@@ -8468,6 +9021,20 @@
8468
9021
  },
8469
9022
  "description": "option to a new design for the icon circle",
8470
9023
  "privacy": "public"
9024
+ },
9025
+ {
9026
+ "kind": "field",
9027
+ "name": "VIVID_VERSION",
9028
+ "static": true,
9029
+ "default": "__PACKAGE_VERSION__",
9030
+ "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`.",
9031
+ "type": {
9032
+ "text": "string"
9033
+ },
9034
+ "inheritedFrom": {
9035
+ "name": "VividElement",
9036
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
9037
+ }
8471
9038
  }
8472
9039
  ],
8473
9040
  "attributes": [
@@ -8565,6 +9132,14 @@
8565
9132
  "name": "registerFab",
8566
9133
  "module": "libs/components/src/lib/fab/definition.ts"
8567
9134
  }
9135
+ },
9136
+ {
9137
+ "kind": "js",
9138
+ "name": "VwcFabElement",
9139
+ "declaration": {
9140
+ "name": "Fab",
9141
+ "module": "libs/components/src/lib/fab/definition.ts"
9142
+ }
8568
9143
  }
8569
9144
  ]
8570
9145
  },
@@ -8950,6 +9525,20 @@
8950
9525
  "name": "FormAssociatedButton",
8951
9526
  "module": "libs/components/src/shared/foundation/button/button.form-associated.ts"
8952
9527
  }
9528
+ },
9529
+ {
9530
+ "kind": "field",
9531
+ "name": "VIVID_VERSION",
9532
+ "static": true,
9533
+ "default": "__PACKAGE_VERSION__",
9534
+ "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`.",
9535
+ "type": {
9536
+ "text": "string"
9537
+ },
9538
+ "inheritedFrom": {
9539
+ "name": "VividElement",
9540
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
9541
+ }
8953
9542
  }
8954
9543
  ],
8955
9544
  "attributes": [
@@ -9106,6 +9695,14 @@
9106
9695
  "name": "registerFilePicker",
9107
9696
  "module": "libs/components/src/lib/file-picker/definition.ts"
9108
9697
  }
9698
+ },
9699
+ {
9700
+ "kind": "js",
9701
+ "name": "VwcFilePickerElement",
9702
+ "declaration": {
9703
+ "name": "FilePicker",
9704
+ "module": "libs/components/src/lib/file-picker/definition.ts"
9705
+ }
9109
9706
  }
9110
9707
  ]
9111
9708
  },
@@ -9124,6 +9721,20 @@
9124
9721
  "type": {
9125
9722
  "text": "HTMLInputElement"
9126
9723
  }
9724
+ },
9725
+ {
9726
+ "kind": "field",
9727
+ "name": "VIVID_VERSION",
9728
+ "static": true,
9729
+ "default": "__PACKAGE_VERSION__",
9730
+ "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`.",
9731
+ "type": {
9732
+ "text": "string"
9733
+ },
9734
+ "inheritedFrom": {
9735
+ "name": "VividElement",
9736
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
9737
+ }
9127
9738
  }
9128
9739
  ],
9129
9740
  "mixins": [
@@ -9550,6 +10161,20 @@
9550
10161
  "name": "FormAssociatedFilePicker",
9551
10162
  "module": "libs/components/src/lib/file-picker/file-picker.form-associated.ts"
9552
10163
  }
10164
+ },
10165
+ {
10166
+ "kind": "field",
10167
+ "name": "VIVID_VERSION",
10168
+ "static": true,
10169
+ "default": "__PACKAGE_VERSION__",
10170
+ "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`.",
10171
+ "type": {
10172
+ "text": "string"
10173
+ },
10174
+ "inheritedFrom": {
10175
+ "name": "VividElement",
10176
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
10177
+ }
9553
10178
  }
9554
10179
  ],
9555
10180
  "events": [
@@ -9680,6 +10305,14 @@
9680
10305
  "name": "registerHeader",
9681
10306
  "module": "libs/components/src/lib/header/definition.ts"
9682
10307
  }
10308
+ },
10309
+ {
10310
+ "kind": "js",
10311
+ "name": "VwcHeaderElement",
10312
+ "declaration": {
10313
+ "name": "Header",
10314
+ "module": "libs/components/src/lib/header/definition.ts"
10315
+ }
9683
10316
  }
9684
10317
  ]
9685
10318
  },
@@ -9725,6 +10358,20 @@
9725
10358
  "default": "false",
9726
10359
  "description": "applies scheme alternate to header region",
9727
10360
  "privacy": "public"
10361
+ },
10362
+ {
10363
+ "kind": "field",
10364
+ "name": "VIVID_VERSION",
10365
+ "static": true,
10366
+ "default": "__PACKAGE_VERSION__",
10367
+ "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`.",
10368
+ "type": {
10369
+ "text": "string"
10370
+ },
10371
+ "inheritedFrom": {
10372
+ "name": "VividElement",
10373
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
10374
+ }
9728
10375
  }
9729
10376
  ],
9730
10377
  "attributes": [
@@ -9799,6 +10446,14 @@
9799
10446
  "name": "registerIcon",
9800
10447
  "module": "libs/components/src/lib/icon/definition.ts"
9801
10448
  }
10449
+ },
10450
+ {
10451
+ "kind": "js",
10452
+ "name": "VwcIconElement",
10453
+ "declaration": {
10454
+ "name": "Icon",
10455
+ "module": "libs/components/src/lib/icon/definition.ts"
10456
+ }
9802
10457
  }
9803
10458
  ]
9804
10459
  },
@@ -9919,6 +10574,20 @@
9919
10574
  "kind": "method",
9920
10575
  "name": "nameChanged",
9921
10576
  "async": true
10577
+ },
10578
+ {
10579
+ "kind": "field",
10580
+ "name": "VIVID_VERSION",
10581
+ "static": true,
10582
+ "default": "__PACKAGE_VERSION__",
10583
+ "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`.",
10584
+ "type": {
10585
+ "text": "string"
10586
+ },
10587
+ "inheritedFrom": {
10588
+ "name": "VividElement",
10589
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
10590
+ }
9922
10591
  }
9923
10592
  ],
9924
10593
  "attributes": [
@@ -10030,6 +10699,14 @@
10030
10699
  "name": "registerLayout",
10031
10700
  "module": "libs/components/src/lib/layout/definition.ts"
10032
10701
  }
10702
+ },
10703
+ {
10704
+ "kind": "js",
10705
+ "name": "VwcLayoutElement",
10706
+ "declaration": {
10707
+ "name": "Layout",
10708
+ "module": "libs/components/src/lib/layout/definition.ts"
10709
+ }
10033
10710
  }
10034
10711
  ]
10035
10712
  },
@@ -10092,6 +10769,20 @@
10092
10769
  },
10093
10770
  "description": "sets the initial preferred auto-sizing from predefined available options",
10094
10771
  "privacy": "public"
10772
+ },
10773
+ {
10774
+ "kind": "field",
10775
+ "name": "VIVID_VERSION",
10776
+ "static": true,
10777
+ "default": "__PACKAGE_VERSION__",
10778
+ "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`.",
10779
+ "type": {
10780
+ "text": "string"
10781
+ },
10782
+ "inheritedFrom": {
10783
+ "name": "VividElement",
10784
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
10785
+ }
10095
10786
  }
10096
10787
  ],
10097
10788
  "attributes": [
@@ -10189,11 +10880,19 @@
10189
10880
  "name": "registerMenu",
10190
10881
  "module": "libs/components/src/lib/menu/definition.ts"
10191
10882
  }
10192
- }
10193
- ]
10194
- },
10195
- {
10196
- "kind": "javascript-module",
10883
+ },
10884
+ {
10885
+ "kind": "js",
10886
+ "name": "VwcMenuElement",
10887
+ "declaration": {
10888
+ "name": "Menu",
10889
+ "module": "libs/components/src/lib/menu/definition.ts"
10890
+ }
10891
+ }
10892
+ ]
10893
+ },
10894
+ {
10895
+ "kind": "javascript-module",
10197
10896
  "path": "libs/components/src/lib/menu/menu.ts",
10198
10897
  "declarations": [
10199
10898
  {
@@ -10485,6 +11184,72 @@
10485
11184
  "type": {
10486
11185
  "text": "HTMLElement[] | undefined"
10487
11186
  }
11187
+ },
11188
+ {
11189
+ "kind": "field",
11190
+ "name": "anchor",
11191
+ "type": {
11192
+ "text": "AnchorType | undefined"
11193
+ },
11194
+ "description": "ID or direct reference to the component's anchor element.",
11195
+ "privacy": "public",
11196
+ "inheritedFrom": {
11197
+ "name": "Anchored",
11198
+ "module": "libs/components/src/shared/patterns/anchored.ts"
11199
+ }
11200
+ },
11201
+ {
11202
+ "kind": "field",
11203
+ "name": "#updateAnchorEl",
11204
+ "privacy": "private",
11205
+ "inheritedFrom": {
11206
+ "name": "Anchored",
11207
+ "module": "libs/components/src/shared/patterns/anchored.ts"
11208
+ }
11209
+ },
11210
+ {
11211
+ "kind": "field",
11212
+ "name": "#observer",
11213
+ "privacy": "private",
11214
+ "type": {
11215
+ "text": "MutationObserver | undefined"
11216
+ },
11217
+ "inheritedFrom": {
11218
+ "name": "Anchored",
11219
+ "module": "libs/components/src/shared/patterns/anchored.ts"
11220
+ }
11221
+ },
11222
+ {
11223
+ "kind": "field",
11224
+ "name": "#observeMissingAnchor",
11225
+ "privacy": "private",
11226
+ "inheritedFrom": {
11227
+ "name": "Anchored",
11228
+ "module": "libs/components/src/shared/patterns/anchored.ts"
11229
+ }
11230
+ },
11231
+ {
11232
+ "kind": "field",
11233
+ "name": "#cleanupObserverIfNeeded",
11234
+ "privacy": "private",
11235
+ "inheritedFrom": {
11236
+ "name": "Anchored",
11237
+ "module": "libs/components/src/shared/patterns/anchored.ts"
11238
+ }
11239
+ },
11240
+ {
11241
+ "kind": "field",
11242
+ "name": "VIVID_VERSION",
11243
+ "static": true,
11244
+ "default": "__PACKAGE_VERSION__",
11245
+ "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`.",
11246
+ "type": {
11247
+ "text": "string"
11248
+ },
11249
+ "inheritedFrom": {
11250
+ "name": "VividElement",
11251
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
11252
+ }
10488
11253
  }
10489
11254
  ],
10490
11255
  "events": [
@@ -10553,6 +11318,24 @@
10553
11318
  "default": "false",
10554
11319
  "description": "indicates whether the menu is open",
10555
11320
  "fieldName": "open"
11321
+ },
11322
+ {
11323
+ "name": "anchor",
11324
+ "type": {
11325
+ "text": "AnchorType | undefined"
11326
+ },
11327
+ "description": "ID or direct reference to the component's anchor element.",
11328
+ "fieldName": "anchor",
11329
+ "inheritedFrom": {
11330
+ "name": "Anchored",
11331
+ "module": "libs/components/src/shared/patterns/anchored.ts"
11332
+ }
11333
+ }
11334
+ ],
11335
+ "mixins": [
11336
+ {
11337
+ "name": "Anchored",
11338
+ "module": "/libs/components/src/shared/patterns/anchored"
10556
11339
  }
10557
11340
  ],
10558
11341
  "superclass": {
@@ -10601,6 +11384,14 @@
10601
11384
  "module": "libs/components/src/lib/menu-item/definition.ts"
10602
11385
  }
10603
11386
  },
11387
+ {
11388
+ "kind": "js",
11389
+ "name": "VwcMenuItemElement",
11390
+ "declaration": {
11391
+ "name": "MenuItem",
11392
+ "module": "libs/components/src/lib/menu-item/definition.ts"
11393
+ }
11394
+ },
10604
11395
  {
10605
11396
  "kind": "js",
10606
11397
  "name": "MenuItemRole",
@@ -10857,6 +11648,20 @@
10857
11648
  {
10858
11649
  "kind": "method",
10859
11650
  "name": "#emitSyntheticClick"
11651
+ },
11652
+ {
11653
+ "kind": "field",
11654
+ "name": "VIVID_VERSION",
11655
+ "static": true,
11656
+ "default": "__PACKAGE_VERSION__",
11657
+ "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`.",
11658
+ "type": {
11659
+ "text": "string"
11660
+ },
11661
+ "inheritedFrom": {
11662
+ "name": "VividElement",
11663
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
11664
+ }
10860
11665
  }
10861
11666
  ],
10862
11667
  "events": [
@@ -11002,6 +11807,14 @@
11002
11807
  "name": "registerNav",
11003
11808
  "module": "libs/components/src/lib/nav/definition.ts"
11004
11809
  }
11810
+ },
11811
+ {
11812
+ "kind": "js",
11813
+ "name": "VwcNavElement",
11814
+ "declaration": {
11815
+ "name": "Nav",
11816
+ "module": "libs/components/src/lib/nav/definition.ts"
11817
+ }
11005
11818
  }
11006
11819
  ]
11007
11820
  },
@@ -11026,7 +11839,23 @@
11026
11839
  "vividComponent": {
11027
11840
  "public": true,
11028
11841
  "name": "nav"
11029
- }
11842
+ },
11843
+ "members": [
11844
+ {
11845
+ "kind": "field",
11846
+ "name": "VIVID_VERSION",
11847
+ "static": true,
11848
+ "default": "__PACKAGE_VERSION__",
11849
+ "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`.",
11850
+ "type": {
11851
+ "text": "string"
11852
+ },
11853
+ "inheritedFrom": {
11854
+ "name": "VividElement",
11855
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
11856
+ }
11857
+ }
11858
+ ]
11030
11859
  }
11031
11860
  ],
11032
11861
  "exports": [
@@ -11064,6 +11893,14 @@
11064
11893
  "name": "registerNavDisclosure",
11065
11894
  "module": "libs/components/src/lib/nav-disclosure/definition.ts"
11066
11895
  }
11896
+ },
11897
+ {
11898
+ "kind": "js",
11899
+ "name": "VwcNavDisclosureElement",
11900
+ "declaration": {
11901
+ "name": "NavDisclosure",
11902
+ "module": "libs/components/src/lib/nav-disclosure/definition.ts"
11903
+ }
11067
11904
  }
11068
11905
  ]
11069
11906
  },
@@ -11220,6 +12057,20 @@
11220
12057
  "kind": "field",
11221
12058
  "name": "#onToggle",
11222
12059
  "privacy": "private"
12060
+ },
12061
+ {
12062
+ "kind": "field",
12063
+ "name": "VIVID_VERSION",
12064
+ "static": true,
12065
+ "default": "__PACKAGE_VERSION__",
12066
+ "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`.",
12067
+ "type": {
12068
+ "text": "string"
12069
+ },
12070
+ "inheritedFrom": {
12071
+ "name": "VividElement",
12072
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
12073
+ }
11223
12074
  }
11224
12075
  ],
11225
12076
  "events": [
@@ -11317,6 +12168,14 @@
11317
12168
  "name": "registerNavItem",
11318
12169
  "module": "libs/components/src/lib/nav-item/definition.ts"
11319
12170
  }
12171
+ },
12172
+ {
12173
+ "kind": "js",
12174
+ "name": "VwcNavItemElement",
12175
+ "declaration": {
12176
+ "name": "NavItem",
12177
+ "module": "libs/components/src/lib/nav-item/definition.ts"
12178
+ }
11320
12179
  }
11321
12180
  ]
11322
12181
  },
@@ -11455,6 +12314,20 @@
11455
12314
  "name": "TextAnchor",
11456
12315
  "module": "libs/components/src/lib/text-anchor/text-anchor.ts"
11457
12316
  }
12317
+ },
12318
+ {
12319
+ "kind": "field",
12320
+ "name": "VIVID_VERSION",
12321
+ "static": true,
12322
+ "default": "__PACKAGE_VERSION__",
12323
+ "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`.",
12324
+ "type": {
12325
+ "text": "string"
12326
+ },
12327
+ "inheritedFrom": {
12328
+ "name": "VividElement",
12329
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
12330
+ }
11458
12331
  }
11459
12332
  ],
11460
12333
  "superclass": {
@@ -11548,6 +12421,14 @@
11548
12421
  "name": "registerNote",
11549
12422
  "module": "libs/components/src/lib/note/definition.ts"
11550
12423
  }
12424
+ },
12425
+ {
12426
+ "kind": "js",
12427
+ "name": "VwcNoteElement",
12428
+ "declaration": {
12429
+ "name": "Note",
12430
+ "module": "libs/components/src/lib/note/definition.ts"
12431
+ }
11551
12432
  }
11552
12433
  ]
11553
12434
  },
@@ -11659,6 +12540,20 @@
11659
12540
  "type": {
11660
12541
  "text": "NoteConnotation | undefined"
11661
12542
  }
12543
+ },
12544
+ {
12545
+ "kind": "field",
12546
+ "name": "VIVID_VERSION",
12547
+ "static": true,
12548
+ "default": "__PACKAGE_VERSION__",
12549
+ "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`.",
12550
+ "type": {
12551
+ "text": "string"
12552
+ },
12553
+ "inheritedFrom": {
12554
+ "name": "VividElement",
12555
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
12556
+ }
11662
12557
  }
11663
12558
  ],
11664
12559
  "attributes": [
@@ -11739,6 +12634,14 @@
11739
12634
  "name": "registerNumberField",
11740
12635
  "module": "libs/components/src/lib/number-field/definition.ts"
11741
12636
  }
12637
+ },
12638
+ {
12639
+ "kind": "js",
12640
+ "name": "VwcNumberFieldElement",
12641
+ "declaration": {
12642
+ "name": "NumberField",
12643
+ "module": "libs/components/src/lib/number-field/definition.ts"
12644
+ }
11742
12645
  }
11743
12646
  ]
11744
12647
  },
@@ -11760,6 +12663,20 @@
11760
12663
  {
11761
12664
  "kind": "field",
11762
12665
  "name": "proxy"
12666
+ },
12667
+ {
12668
+ "kind": "field",
12669
+ "name": "VIVID_VERSION",
12670
+ "static": true,
12671
+ "default": "__PACKAGE_VERSION__",
12672
+ "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`.",
12673
+ "type": {
12674
+ "text": "string"
12675
+ },
12676
+ "inheritedFrom": {
12677
+ "name": "VividElement",
12678
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
12679
+ }
11763
12680
  }
11764
12681
  ],
11765
12682
  "mixins": [
@@ -12081,6 +12998,20 @@
12081
12998
  "name": "FormAssociatedNumberField",
12082
12999
  "module": "libs/components/src/lib/number-field/number-field.form-associated.ts"
12083
13000
  }
13001
+ },
13002
+ {
13003
+ "kind": "field",
13004
+ "name": "VIVID_VERSION",
13005
+ "static": true,
13006
+ "default": "__PACKAGE_VERSION__",
13007
+ "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`.",
13008
+ "type": {
13009
+ "text": "string"
13010
+ },
13011
+ "inheritedFrom": {
13012
+ "name": "VividElement",
13013
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
13014
+ }
12084
13015
  }
12085
13016
  ],
12086
13017
  "events": [
@@ -12277,6 +13208,14 @@
12277
13208
  "name": "registerOption",
12278
13209
  "module": "libs/components/src/lib/option/definition.ts"
12279
13210
  }
13211
+ },
13212
+ {
13213
+ "kind": "js",
13214
+ "name": "VwcOptionElement",
13215
+ "declaration": {
13216
+ "name": "ListboxOption",
13217
+ "module": "libs/components/src/lib/option/definition.ts"
13218
+ }
12280
13219
  }
12281
13220
  ]
12282
13221
  },
@@ -12542,6 +13481,20 @@
12542
13481
  "name": "proxy",
12543
13482
  "default": "new Option(\n\t\t\tthis.text,\n\t\t\t// @ts-expect-error Propery is used before it is assigned\n\t\t\tthis.initialValue,\n\t\t\tthis.defaultSelected,\n\t\t\tthis.selected\n\t\t)",
12544
13483
  "description": ""
13484
+ },
13485
+ {
13486
+ "kind": "field",
13487
+ "name": "VIVID_VERSION",
13488
+ "static": true,
13489
+ "default": "__PACKAGE_VERSION__",
13490
+ "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`.",
13491
+ "type": {
13492
+ "text": "string"
13493
+ },
13494
+ "inheritedFrom": {
13495
+ "name": "VividElement",
13496
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
13497
+ }
12545
13498
  }
12546
13499
  ],
12547
13500
  "attributes": [
@@ -12737,6 +13690,14 @@
12737
13690
  "name": "registerPagination",
12738
13691
  "module": "libs/components/src/lib/pagination/definition.ts"
12739
13692
  }
13693
+ },
13694
+ {
13695
+ "kind": "js",
13696
+ "name": "VwcPaginationElement",
13697
+ "declaration": {
13698
+ "name": "Pagination",
13699
+ "module": "libs/components/src/lib/pagination/definition.ts"
13700
+ }
12740
13701
  }
12741
13702
  ]
12742
13703
  },
@@ -12870,6 +13831,20 @@
12870
13831
  }
12871
13832
  }
12872
13833
  ]
13834
+ },
13835
+ {
13836
+ "kind": "field",
13837
+ "name": "VIVID_VERSION",
13838
+ "static": true,
13839
+ "default": "__PACKAGE_VERSION__",
13840
+ "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`.",
13841
+ "type": {
13842
+ "text": "string"
13843
+ },
13844
+ "inheritedFrom": {
13845
+ "name": "VividElement",
13846
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
13847
+ }
12873
13848
  }
12874
13849
  ],
12875
13850
  "events": [
@@ -12960,14 +13935,6 @@
12960
13935
  }
12961
13936
  ],
12962
13937
  "exports": [
12963
- {
12964
- "kind": "js",
12965
- "name": "Popup",
12966
- "declaration": {
12967
- "name": "Popup",
12968
- "module": "./popup"
12969
- }
12970
- },
12971
13938
  {
12972
13939
  "kind": "js",
12973
13940
  "name": "Strategy",
@@ -12997,280 +13964,357 @@
12997
13964
  "text": "{\n\tFlip: 'flip',\n\tAutoPlacementHorizontal: 'auto-placement-horizontal',\n\tAutoPlacementVertical: 'auto-placement-vertical',\n}"
12998
13965
  },
12999
13966
  "default": "{\n\tFlip: 'flip',\n\tAutoPlacementHorizontal: 'auto-placement-horizontal',\n\tAutoPlacementVertical: 'auto-placement-vertical',\n}"
13000
- }
13001
- ],
13002
- "exports": [
13003
- {
13004
- "kind": "js",
13005
- "name": "PlacementStrategy",
13006
- "declaration": {
13007
- "name": "PlacementStrategy",
13008
- "module": "libs/components/src/lib/popup/popup.ts"
13009
- }
13010
- }
13011
- ]
13012
- },
13013
- {
13014
- "kind": "javascript-module",
13015
- "path": "libs/components/src/lib/progress/definition.ts",
13016
- "declarations": [
13967
+ },
13017
13968
  {
13018
- "kind": "variable",
13019
- "name": "registerProgress",
13020
- "description": "Registers the progress elements with the design system.",
13021
- "parameters": [
13969
+ "kind": "class",
13970
+ "description": "",
13971
+ "name": "Popup",
13972
+ "slots": [
13022
13973
  {
13023
- "description": "the prefix to use for the component name",
13024
- "name": "prefix"
13974
+ "description": "Default slot.",
13975
+ "name": ""
13025
13976
  }
13026
- ]
13027
- }
13028
- ],
13029
- "exports": [
13030
- {
13031
- "kind": "js",
13032
- "name": "ProgressConnotation",
13033
- "declaration": {
13034
- "name": "ProgressConnotation",
13035
- "module": "./progress"
13036
- }
13037
- },
13038
- {
13039
- "kind": "js",
13040
- "name": "ProgressShape",
13041
- "declaration": {
13042
- "name": "ProgressShape",
13043
- "module": "./progress"
13044
- }
13045
- },
13046
- {
13047
- "kind": "js",
13048
- "name": "registerProgress",
13049
- "declaration": {
13050
- "name": "registerProgress",
13051
- "module": "libs/components/src/lib/progress/definition.ts"
13052
- }
13053
- }
13054
- ]
13055
- },
13056
- {
13057
- "kind": "javascript-module",
13058
- "path": "libs/components/src/lib/progress/progress.ts",
13059
- "declarations": [
13060
- {
13061
- "kind": "class",
13062
- "description": "",
13063
- "name": "Progress",
13064
- "cssProperties": [
13977
+ ],
13978
+ "members": [
13065
13979
  {
13066
- "name": "--vvd-progress-cta-primary",
13067
- "default": "var(--vvd-color-cta-500)"
13980
+ "kind": "field",
13981
+ "name": "#middleware",
13982
+ "privacy": "private",
13983
+ "type": {
13984
+ "text": "Array<any>"
13985
+ },
13986
+ "readonly": true
13068
13987
  },
13069
13988
  {
13070
- "name": "--vvd-progress-cta-soft",
13071
- "default": "var(--vvd-color-cta-100)"
13989
+ "kind": "field",
13990
+ "name": "#cleanup",
13991
+ "privacy": "private",
13992
+ "type": {
13993
+ "text": "() => void | undefined"
13994
+ }
13072
13995
  },
13073
13996
  {
13074
- "name": "--vvd-progress-alert-primary",
13075
- "default": "var(--vvd-color-alert-500)"
13997
+ "kind": "field",
13998
+ "name": "popupEl",
13999
+ "type": {
14000
+ "text": "HTMLElement"
14001
+ }
13076
14002
  },
13077
14003
  {
13078
- "name": "--vvd-progress-alert-soft",
13079
- "default": "var(--vvd-color-alert-100)"
14004
+ "kind": "field",
14005
+ "name": "arrowEl",
14006
+ "type": {
14007
+ "text": "HTMLElement"
14008
+ }
13080
14009
  },
13081
14010
  {
13082
- "name": "--vvd-progress-success-primary",
13083
- "default": "var(--vvd-color-success-500)"
14011
+ "kind": "field",
14012
+ "name": "open",
14013
+ "type": {
14014
+ "text": "boolean"
14015
+ },
14016
+ "default": "false",
14017
+ "description": "indicates whether the popup is open",
14018
+ "privacy": "public"
13084
14019
  },
13085
14020
  {
13086
- "name": "--vvd-progress-success-soft",
13087
- "default": "var(--vvd-color-success-100)"
14021
+ "kind": "method",
14022
+ "name": "openChanged",
14023
+ "return": {
14024
+ "type": {
14025
+ "text": "void"
14026
+ }
14027
+ },
14028
+ "parameters": [
14029
+ {
14030
+ "name": "_",
14031
+ "type": {
14032
+ "text": "boolean"
14033
+ }
14034
+ },
14035
+ {
14036
+ "name": "newValue",
14037
+ "type": {
14038
+ "text": "boolean"
14039
+ }
14040
+ }
14041
+ ]
13088
14042
  },
13089
14043
  {
13090
- "name": "--vvd-progress-accent-primary",
13091
- "default": "var(--vvd-color-canvas-text)"
14044
+ "kind": "field",
14045
+ "name": "dismissible",
14046
+ "type": {
14047
+ "text": "boolean"
14048
+ },
14049
+ "default": "false",
14050
+ "description": "adds close button to the popup",
14051
+ "privacy": "public"
13092
14052
  },
13093
14053
  {
13094
- "name": "--vvd-progress-accent-soft",
13095
- "default": "var(--vvd-color-neutral-100)"
13096
- }
13097
- ],
13098
- "members": [
14054
+ "kind": "field",
14055
+ "name": "arrow",
14056
+ "type": {
14057
+ "text": "boolean"
14058
+ },
14059
+ "default": "false",
14060
+ "description": "adds small triangle to indicate the trigger element",
14061
+ "privacy": "public"
14062
+ },
13099
14063
  {
13100
14064
  "kind": "field",
13101
- "name": "ariaLabel",
14065
+ "name": "alternate",
13102
14066
  "type": {
13103
- "text": "string | null"
14067
+ "text": "boolean"
13104
14068
  },
13105
- "default": "null"
14069
+ "default": "false",
14070
+ "description": "set the color-scheme to dark",
14071
+ "privacy": "public"
13106
14072
  },
13107
14073
  {
13108
14074
  "kind": "field",
13109
- "name": "shape",
14075
+ "name": "placement",
13110
14076
  "type": {
13111
- "text": "ProgressShape | undefined"
14077
+ "text": "Placement | undefined"
13112
14078
  },
13113
- "description": "Indicates the progress' shape.",
14079
+ "description": "the placement of the popup",
13114
14080
  "privacy": "public"
13115
14081
  },
13116
14082
  {
13117
14083
  "kind": "field",
13118
- "name": "connotation",
14084
+ "name": "placementStrategy",
13119
14085
  "type": {
13120
- "text": "ProgressConnotation | undefined"
14086
+ "text": "PlacementStrategyId"
13121
14087
  },
13122
- "description": "Indicates the progress' connotation.",
14088
+ "description": "The placement strategy of the popup.",
13123
14089
  "privacy": "public"
13124
14090
  },
13125
14091
  {
13126
14092
  "kind": "field",
13127
- "name": "reverse",
14093
+ "name": "animationFrame",
13128
14094
  "type": {
13129
14095
  "text": "boolean"
13130
14096
  },
13131
14097
  "default": "false",
13132
- "description": "Indicates the progress' reverse status.",
14098
+ "description": "Whether to update the position of the floating element on every animation frame if required.",
13133
14099
  "privacy": "public"
13134
14100
  },
13135
14101
  {
13136
14102
  "kind": "field",
13137
- "name": "value",
14103
+ "name": "strategy",
13138
14104
  "type": {
13139
- "text": "number | null"
14105
+ "text": "Strategy | undefined"
13140
14106
  },
13141
- "description": "The value of the progress",
13142
- "privacy": "public",
13143
- "inheritedFrom": {
13144
- "name": "BaseProgress",
13145
- "module": "libs/components/src/shared/foundation/progress/base-progress.ts"
13146
- }
14107
+ "default": "'fixed'",
14108
+ "description": "the strategy of the popup",
14109
+ "privacy": "public"
13147
14110
  },
13148
14111
  {
13149
14112
  "kind": "field",
13150
- "name": "min",
14113
+ "name": "anchor",
13151
14114
  "type": {
13152
- "text": "number"
14115
+ "text": "HTMLElement | undefined"
13153
14116
  },
13154
- "description": "The minimum value",
13155
- "privacy": "public",
13156
- "inheritedFrom": {
13157
- "name": "BaseProgress",
13158
- "module": "libs/components/src/shared/foundation/progress/base-progress.ts"
13159
- }
14117
+ "description": "The element to anchor the popup to.",
14118
+ "privacy": "public"
14119
+ },
14120
+ {
14121
+ "kind": "method",
14122
+ "name": "#updateAutoUpdate"
14123
+ },
14124
+ {
14125
+ "kind": "method",
14126
+ "name": "#togglePopover"
13160
14127
  },
13161
14128
  {
13162
14129
  "kind": "field",
13163
- "name": "max",
14130
+ "name": "#lastPositionUpdate",
14131
+ "privacy": "private",
13164
14132
  "type": {
13165
- "text": "number"
13166
- },
13167
- "description": "The maximum value",
13168
- "privacy": "public",
13169
- "inheritedFrom": {
13170
- "name": "BaseProgress",
13171
- "module": "libs/components/src/shared/foundation/progress/base-progress.ts"
14133
+ "text": "Promise<void> | undefined"
13172
14134
  }
13173
14135
  },
14136
+ {
14137
+ "kind": "field",
14138
+ "name": "#autoUpdateCallback",
14139
+ "privacy": "private"
14140
+ },
13174
14141
  {
13175
14142
  "kind": "method",
13176
- "name": "maxChanged",
13177
- "privacy": "private",
13178
- "description": "",
13179
- "inheritedFrom": {
13180
- "name": "BaseProgress",
13181
- "module": "libs/components/src/shared/foundation/progress/base-progress.ts"
13182
- }
14143
+ "name": "updatePosition",
14144
+ "description": "Updates popup's position",
14145
+ "privacy": "public",
14146
+ "async": true
14147
+ },
14148
+ {
14149
+ "kind": "method",
14150
+ "name": "#assignPopupPosition",
14151
+ "return": {
14152
+ "type": {
14153
+ "text": "void"
14154
+ }
14155
+ },
14156
+ "parameters": [
14157
+ {
14158
+ "name": "data",
14159
+ "type": {
14160
+ "text": "any"
14161
+ }
14162
+ }
14163
+ ]
14164
+ },
14165
+ {
14166
+ "kind": "method",
14167
+ "name": "#assignArrowPosition",
14168
+ "return": {
14169
+ "type": {
14170
+ "text": "void"
14171
+ }
14172
+ },
14173
+ "parameters": [
14174
+ {
14175
+ "name": "data",
14176
+ "type": {
14177
+ "text": "any"
14178
+ }
14179
+ }
14180
+ ]
13183
14181
  },
13184
14182
  {
13185
14183
  "kind": "field",
13186
- "name": "paused",
14184
+ "name": "anchorEl",
13187
14185
  "type": {
13188
- "text": "boolean"
14186
+ "text": "HTMLElement | null"
13189
14187
  },
13190
- "description": "Indicates the progress is paused",
13191
- "privacy": "public",
13192
- "inheritedFrom": {
13193
- "name": "BaseProgress",
13194
- "module": "libs/components/src/shared/foundation/progress/base-progress.ts"
13195
- }
14188
+ "readonly": true
13196
14189
  },
13197
14190
  {
13198
14191
  "kind": "method",
13199
- "name": "updatePercentComplete",
13200
- "privacy": "private",
14192
+ "name": "show",
14193
+ "return": {
14194
+ "type": {
14195
+ "text": "Promise<void>"
14196
+ }
14197
+ },
14198
+ "description": "Shows the popup.\nUnlike toggling the `open` attribute, show() will wait for the popup to become visible and positioned correctly."
14199
+ },
14200
+ {
14201
+ "kind": "method",
14202
+ "name": "hide",
14203
+ "return": {
14204
+ "type": {
14205
+ "text": "void"
14206
+ }
14207
+ }
14208
+ },
14209
+ {
14210
+ "kind": "field",
14211
+ "name": "VIVID_VERSION",
14212
+ "static": true,
14213
+ "default": "__PACKAGE_VERSION__",
14214
+ "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`.",
14215
+ "type": {
14216
+ "text": "string"
14217
+ },
13201
14218
  "inheritedFrom": {
13202
- "name": "BaseProgress",
13203
- "module": "libs/components/src/shared/foundation/progress/base-progress.ts"
14219
+ "name": "VividElement",
14220
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
13204
14221
  }
13205
14222
  }
13206
14223
  ],
13207
14224
  "attributes": [
13208
14225
  {
13209
- "name": "aria-label",
13210
14226
  "type": {
13211
- "text": "string | null"
14227
+ "text": "boolean"
13212
14228
  },
13213
- "default": "null",
13214
- "fieldName": "ariaLabel"
14229
+ "default": "false",
14230
+ "description": "indicates whether the popup is open",
14231
+ "fieldName": "open"
13215
14232
  },
13216
14233
  {
13217
- "name": "shape",
13218
14234
  "type": {
13219
- "text": "ProgressShape | undefined"
14235
+ "text": "boolean"
13220
14236
  },
13221
- "description": "Indicates the progress' shape.",
13222
- "fieldName": "shape"
14237
+ "default": "false",
14238
+ "description": "adds close button to the popup",
14239
+ "fieldName": "dismissible"
13223
14240
  },
13224
14241
  {
13225
- "name": "connotation",
13226
14242
  "type": {
13227
- "text": "ProgressConnotation | undefined"
14243
+ "text": "boolean"
13228
14244
  },
13229
- "description": "Indicates the progress' connotation.",
13230
- "fieldName": "connotation"
14245
+ "default": "false",
14246
+ "description": "adds small triangle to indicate the trigger element",
14247
+ "fieldName": "arrow"
13231
14248
  },
13232
14249
  {
13233
14250
  "type": {
13234
14251
  "text": "boolean"
13235
14252
  },
13236
- "description": "Indicates the progress' reverse status.",
13237
- "fieldName": "reverse",
13238
14253
  "default": "false",
13239
- "inheritedFrom": {
13240
- "name": "BaseProgress",
13241
- "module": "libs/components/src/shared/foundation/progress/base-progress.ts"
13242
- }
14254
+ "description": "set the color-scheme to dark",
14255
+ "fieldName": "alternate"
14256
+ },
14257
+ {
14258
+ "type": {
14259
+ "text": "Placement | undefined"
14260
+ },
14261
+ "description": "the placement of the popup",
14262
+ "fieldName": "placement"
14263
+ },
14264
+ {
14265
+ "name": "animation-frame",
14266
+ "type": {
14267
+ "text": "boolean"
14268
+ },
14269
+ "default": "false",
14270
+ "description": "Whether to update the position of the floating element on every animation frame if required.",
14271
+ "fieldName": "animationFrame"
14272
+ },
14273
+ {
14274
+ "type": {
14275
+ "text": "Strategy | undefined"
14276
+ },
14277
+ "default": "'fixed'",
14278
+ "description": "the strategy of the popup",
14279
+ "fieldName": "strategy"
13243
14280
  }
13244
14281
  ],
13245
14282
  "superclass": {
13246
- "name": "BaseProgress",
13247
- "module": "/libs/components/src/shared/foundation/progress/base-progress"
14283
+ "name": "VividElement",
14284
+ "module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
13248
14285
  },
13249
14286
  "vividComponent": {
13250
- "public": true,
13251
- "name": "progress"
14287
+ "name": "popup"
13252
14288
  }
13253
14289
  }
13254
14290
  ],
13255
14291
  "exports": [
13256
14292
  {
13257
14293
  "kind": "js",
13258
- "name": "Progress",
14294
+ "name": "PlacementStrategy",
13259
14295
  "declaration": {
13260
- "name": "Progress",
13261
- "module": "libs/components/src/lib/progress/progress.ts"
14296
+ "name": "PlacementStrategy",
14297
+ "module": "libs/components/src/lib/popup/popup.ts"
14298
+ }
14299
+ },
14300
+ {
14301
+ "kind": "js",
14302
+ "name": "Popup",
14303
+ "declaration": {
14304
+ "name": "Popup",
14305
+ "module": "libs/components/src/lib/popup/popup.ts"
13262
14306
  }
13263
14307
  }
13264
14308
  ]
13265
14309
  },
13266
14310
  {
13267
14311
  "kind": "javascript-module",
13268
- "path": "libs/components/src/lib/progress-ring/definition.ts",
14312
+ "path": "libs/components/src/lib/progress/definition.ts",
13269
14313
  "declarations": [
13270
14314
  {
13271
14315
  "kind": "variable",
13272
- "name": "registerProgressRing",
13273
- "description": "Registers the progress-ring elements with the design system.",
14316
+ "name": "registerProgress",
14317
+ "description": "Registers the progress elements with the design system.",
13274
14318
  "parameters": [
13275
14319
  {
13276
14320
  "description": "the prefix to use for the component name",
@@ -13282,46 +14326,78 @@
13282
14326
  "exports": [
13283
14327
  {
13284
14328
  "kind": "js",
13285
- "name": "ProgressRingConnotation",
14329
+ "name": "ProgressConnotation",
13286
14330
  "declaration": {
13287
- "name": "ProgressRingConnotation",
13288
- "module": "./progress-ring"
14331
+ "name": "ProgressConnotation",
14332
+ "module": "./progress"
13289
14333
  }
13290
14334
  },
13291
14335
  {
13292
14336
  "kind": "js",
13293
- "name": "registerProgressRing",
14337
+ "name": "ProgressShape",
13294
14338
  "declaration": {
13295
- "name": "registerProgressRing",
13296
- "module": "libs/components/src/lib/progress-ring/definition.ts"
14339
+ "name": "ProgressShape",
14340
+ "module": "./progress"
14341
+ }
14342
+ },
14343
+ {
14344
+ "kind": "js",
14345
+ "name": "registerProgress",
14346
+ "declaration": {
14347
+ "name": "registerProgress",
14348
+ "module": "libs/components/src/lib/progress/definition.ts"
14349
+ }
14350
+ },
14351
+ {
14352
+ "kind": "js",
14353
+ "name": "VwcProgressElement",
14354
+ "declaration": {
14355
+ "name": "Progress",
14356
+ "module": "libs/components/src/lib/progress/definition.ts"
13297
14357
  }
13298
14358
  }
13299
14359
  ]
13300
14360
  },
13301
14361
  {
13302
14362
  "kind": "javascript-module",
13303
- "path": "libs/components/src/lib/progress-ring/progress-ring.ts",
14363
+ "path": "libs/components/src/lib/progress/progress.ts",
13304
14364
  "declarations": [
13305
14365
  {
13306
14366
  "kind": "class",
13307
14367
  "description": "",
13308
- "name": "ProgressRing",
14368
+ "name": "Progress",
13309
14369
  "cssProperties": [
13310
14370
  {
13311
- "name": "--vvd-progress-ring-cta-firm",
13312
- "default": "var(--vvd-color-cta-600)"
14371
+ "name": "--vvd-progress-cta-primary",
14372
+ "default": "var(--vvd-color-cta-500)"
13313
14373
  },
13314
14374
  {
13315
- "name": "--vvd-progress-ring-alert-firm",
13316
- "default": "var(--vvd-color-alert-600)"
14375
+ "name": "--vvd-progress-cta-soft",
14376
+ "default": "var(--vvd-color-cta-100)"
13317
14377
  },
13318
14378
  {
13319
- "name": "--vvd-progress-ring-success-firm",
13320
- "default": "var(--vvd-color-success-600)"
14379
+ "name": "--vvd-progress-alert-primary",
14380
+ "default": "var(--vvd-color-alert-500)"
13321
14381
  },
13322
14382
  {
13323
- "name": "--vvd-progress-ring-accent-firm",
14383
+ "name": "--vvd-progress-alert-soft",
14384
+ "default": "var(--vvd-color-alert-100)"
14385
+ },
14386
+ {
14387
+ "name": "--vvd-progress-success-primary",
14388
+ "default": "var(--vvd-color-success-500)"
14389
+ },
14390
+ {
14391
+ "name": "--vvd-progress-success-soft",
14392
+ "default": "var(--vvd-color-success-100)"
14393
+ },
14394
+ {
14395
+ "name": "--vvd-progress-accent-primary",
13324
14396
  "default": "var(--vvd-color-canvas-text)"
14397
+ },
14398
+ {
14399
+ "name": "--vvd-progress-accent-soft",
14400
+ "default": "var(--vvd-color-neutral-100)"
13325
14401
  }
13326
14402
  ],
13327
14403
  "members": [
@@ -13333,19 +14409,33 @@
13333
14409
  },
13334
14410
  "default": "null"
13335
14411
  },
14412
+ {
14413
+ "kind": "field",
14414
+ "name": "shape",
14415
+ "type": {
14416
+ "text": "ProgressShape | undefined"
14417
+ },
14418
+ "description": "Indicates the progress' shape.",
14419
+ "privacy": "public"
14420
+ },
13336
14421
  {
13337
14422
  "kind": "field",
13338
14423
  "name": "connotation",
13339
14424
  "type": {
13340
- "text": "ProgressRingConnotation | undefined"
13341
- }
14425
+ "text": "ProgressConnotation | undefined"
14426
+ },
14427
+ "description": "Indicates the progress' connotation.",
14428
+ "privacy": "public"
13342
14429
  },
13343
14430
  {
13344
14431
  "kind": "field",
13345
- "name": "size",
14432
+ "name": "reverse",
13346
14433
  "type": {
13347
- "text": "-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
13348
- }
14434
+ "text": "boolean"
14435
+ },
14436
+ "default": "false",
14437
+ "description": "Indicates the progress' reverse status.",
14438
+ "privacy": "public"
13349
14439
  },
13350
14440
  {
13351
14441
  "kind": "field",
@@ -13417,6 +14507,20 @@
13417
14507
  "name": "BaseProgress",
13418
14508
  "module": "libs/components/src/shared/foundation/progress/base-progress.ts"
13419
14509
  }
14510
+ },
14511
+ {
14512
+ "kind": "field",
14513
+ "name": "VIVID_VERSION",
14514
+ "static": true,
14515
+ "default": "__PACKAGE_VERSION__",
14516
+ "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`.",
14517
+ "type": {
14518
+ "text": "string"
14519
+ },
14520
+ "inheritedFrom": {
14521
+ "name": "VividElement",
14522
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
14523
+ }
13420
14524
  }
13421
14525
  ],
13422
14526
  "attributes": [
@@ -13429,25 +14533,28 @@
13429
14533
  "fieldName": "ariaLabel"
13430
14534
  },
13431
14535
  {
13432
- "name": "connotation",
14536
+ "name": "shape",
13433
14537
  "type": {
13434
- "text": "ProgressRingConnotation | undefined"
14538
+ "text": "ProgressShape | undefined"
13435
14539
  },
13436
- "fieldName": "connotation"
14540
+ "description": "Indicates the progress' shape.",
14541
+ "fieldName": "shape"
13437
14542
  },
13438
14543
  {
13439
- "name": "size",
14544
+ "name": "connotation",
13440
14545
  "type": {
13441
- "text": "-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
14546
+ "text": "ProgressConnotation | undefined"
13442
14547
  },
13443
- "fieldName": "size"
14548
+ "description": "Indicates the progress' connotation.",
14549
+ "fieldName": "connotation"
13444
14550
  },
13445
14551
  {
13446
14552
  "type": {
13447
14553
  "text": "boolean"
13448
14554
  },
13449
- "description": "The value of the progress",
13450
- "fieldName": "value",
14555
+ "description": "Indicates the progress' reverse status.",
14556
+ "fieldName": "reverse",
14557
+ "default": "false",
13451
14558
  "inheritedFrom": {
13452
14559
  "name": "BaseProgress",
13453
14560
  "module": "libs/components/src/shared/foundation/progress/base-progress.ts"
@@ -13460,29 +14567,29 @@
13460
14567
  },
13461
14568
  "vividComponent": {
13462
14569
  "public": true,
13463
- "name": "progress-ring"
14570
+ "name": "progress"
13464
14571
  }
13465
14572
  }
13466
14573
  ],
13467
14574
  "exports": [
13468
14575
  {
13469
14576
  "kind": "js",
13470
- "name": "ProgressRing",
14577
+ "name": "Progress",
13471
14578
  "declaration": {
13472
- "name": "ProgressRing",
13473
- "module": "libs/components/src/lib/progress-ring/progress-ring.ts"
14579
+ "name": "Progress",
14580
+ "module": "libs/components/src/lib/progress/progress.ts"
13474
14581
  }
13475
14582
  }
13476
14583
  ]
13477
14584
  },
13478
14585
  {
13479
14586
  "kind": "javascript-module",
13480
- "path": "libs/components/src/lib/radio/definition.ts",
14587
+ "path": "libs/components/src/lib/progress-ring/definition.ts",
13481
14588
  "declarations": [
13482
14589
  {
13483
14590
  "kind": "variable",
13484
- "name": "registerRadio",
13485
- "description": "Registers the radio elements with the design system.",
14591
+ "name": "registerProgressRing",
14592
+ "description": "Registers the progress-ring elements with the design system.",
13486
14593
  "parameters": [
13487
14594
  {
13488
14595
  "description": "the prefix to use for the component name",
@@ -13494,52 +14601,308 @@
13494
14601
  "exports": [
13495
14602
  {
13496
14603
  "kind": "js",
13497
- "name": "registerRadio",
14604
+ "name": "ProgressRingConnotation",
13498
14605
  "declaration": {
13499
- "name": "registerRadio",
13500
- "module": "libs/components/src/lib/radio/definition.ts"
14606
+ "name": "ProgressRingConnotation",
14607
+ "module": "./progress-ring"
14608
+ }
14609
+ },
14610
+ {
14611
+ "kind": "js",
14612
+ "name": "registerProgressRing",
14613
+ "declaration": {
14614
+ "name": "registerProgressRing",
14615
+ "module": "libs/components/src/lib/progress-ring/definition.ts"
14616
+ }
14617
+ },
14618
+ {
14619
+ "kind": "js",
14620
+ "name": "VwcProgressRingElement",
14621
+ "declaration": {
14622
+ "name": "ProgressRing",
14623
+ "module": "libs/components/src/lib/progress-ring/definition.ts"
13501
14624
  }
13502
14625
  }
13503
14626
  ]
13504
14627
  },
13505
14628
  {
13506
14629
  "kind": "javascript-module",
13507
- "path": "libs/components/src/lib/radio/radio.form-associated.ts",
14630
+ "path": "libs/components/src/lib/progress-ring/progress-ring.ts",
13508
14631
  "declarations": [
13509
14632
  {
13510
14633
  "kind": "class",
13511
14634
  "description": "",
13512
- "name": "FormAssociatedRadio",
13513
- "members": [
14635
+ "name": "ProgressRing",
14636
+ "cssProperties": [
13514
14637
  {
13515
- "kind": "field",
13516
- "name": "proxy"
14638
+ "name": "--vvd-progress-ring-cta-firm",
14639
+ "default": "var(--vvd-color-cta-600)"
13517
14640
  },
14641
+ {
14642
+ "name": "--vvd-progress-ring-alert-firm",
14643
+ "default": "var(--vvd-color-alert-600)"
14644
+ },
14645
+ {
14646
+ "name": "--vvd-progress-ring-success-firm",
14647
+ "default": "var(--vvd-color-success-600)"
14648
+ },
14649
+ {
14650
+ "name": "--vvd-progress-ring-accent-firm",
14651
+ "default": "var(--vvd-color-canvas-text)"
14652
+ }
14653
+ ],
14654
+ "members": [
13518
14655
  {
13519
14656
  "kind": "field",
13520
- "name": "#radioSiblings",
13521
- "privacy": "private",
14657
+ "name": "ariaLabel",
13522
14658
  "type": {
13523
- "text": "_Radio[]"
14659
+ "text": "string | null"
13524
14660
  },
13525
- "readonly": true
14661
+ "default": "null"
13526
14662
  },
13527
14663
  {
13528
14664
  "kind": "field",
13529
- "name": "#validateValueMissingWithSiblings",
13530
- "privacy": "private"
14665
+ "name": "connotation",
14666
+ "type": {
14667
+ "text": "ProgressRingConnotation | undefined"
14668
+ }
13531
14669
  },
13532
14670
  {
13533
14671
  "kind": "field",
13534
- "name": "#syncSiblingsRequiredValidationStatus",
13535
- "privacy": "private"
14672
+ "name": "size",
14673
+ "type": {
14674
+ "text": "-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
14675
+ }
13536
14676
  },
13537
14677
  {
13538
14678
  "kind": "field",
13539
- "name": "validate"
13540
- }
13541
- ],
13542
- "mixins": [
14679
+ "name": "value",
14680
+ "type": {
14681
+ "text": "number | null"
14682
+ },
14683
+ "description": "The value of the progress",
14684
+ "privacy": "public",
14685
+ "inheritedFrom": {
14686
+ "name": "BaseProgress",
14687
+ "module": "libs/components/src/shared/foundation/progress/base-progress.ts"
14688
+ }
14689
+ },
14690
+ {
14691
+ "kind": "field",
14692
+ "name": "min",
14693
+ "type": {
14694
+ "text": "number"
14695
+ },
14696
+ "description": "The minimum value",
14697
+ "privacy": "public",
14698
+ "inheritedFrom": {
14699
+ "name": "BaseProgress",
14700
+ "module": "libs/components/src/shared/foundation/progress/base-progress.ts"
14701
+ }
14702
+ },
14703
+ {
14704
+ "kind": "field",
14705
+ "name": "max",
14706
+ "type": {
14707
+ "text": "number"
14708
+ },
14709
+ "description": "The maximum value",
14710
+ "privacy": "public",
14711
+ "inheritedFrom": {
14712
+ "name": "BaseProgress",
14713
+ "module": "libs/components/src/shared/foundation/progress/base-progress.ts"
14714
+ }
14715
+ },
14716
+ {
14717
+ "kind": "method",
14718
+ "name": "maxChanged",
14719
+ "privacy": "private",
14720
+ "description": "",
14721
+ "inheritedFrom": {
14722
+ "name": "BaseProgress",
14723
+ "module": "libs/components/src/shared/foundation/progress/base-progress.ts"
14724
+ }
14725
+ },
14726
+ {
14727
+ "kind": "field",
14728
+ "name": "paused",
14729
+ "type": {
14730
+ "text": "boolean"
14731
+ },
14732
+ "description": "Indicates the progress is paused",
14733
+ "privacy": "public",
14734
+ "inheritedFrom": {
14735
+ "name": "BaseProgress",
14736
+ "module": "libs/components/src/shared/foundation/progress/base-progress.ts"
14737
+ }
14738
+ },
14739
+ {
14740
+ "kind": "method",
14741
+ "name": "updatePercentComplete",
14742
+ "privacy": "private",
14743
+ "inheritedFrom": {
14744
+ "name": "BaseProgress",
14745
+ "module": "libs/components/src/shared/foundation/progress/base-progress.ts"
14746
+ }
14747
+ },
14748
+ {
14749
+ "kind": "field",
14750
+ "name": "VIVID_VERSION",
14751
+ "static": true,
14752
+ "default": "__PACKAGE_VERSION__",
14753
+ "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`.",
14754
+ "type": {
14755
+ "text": "string"
14756
+ },
14757
+ "inheritedFrom": {
14758
+ "name": "VividElement",
14759
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
14760
+ }
14761
+ }
14762
+ ],
14763
+ "attributes": [
14764
+ {
14765
+ "name": "aria-label",
14766
+ "type": {
14767
+ "text": "string | null"
14768
+ },
14769
+ "default": "null",
14770
+ "fieldName": "ariaLabel"
14771
+ },
14772
+ {
14773
+ "name": "connotation",
14774
+ "type": {
14775
+ "text": "ProgressRingConnotation | undefined"
14776
+ },
14777
+ "fieldName": "connotation"
14778
+ },
14779
+ {
14780
+ "name": "size",
14781
+ "type": {
14782
+ "text": "-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
14783
+ },
14784
+ "fieldName": "size"
14785
+ },
14786
+ {
14787
+ "type": {
14788
+ "text": "boolean"
14789
+ },
14790
+ "description": "The value of the progress",
14791
+ "fieldName": "value",
14792
+ "inheritedFrom": {
14793
+ "name": "BaseProgress",
14794
+ "module": "libs/components/src/shared/foundation/progress/base-progress.ts"
14795
+ }
14796
+ }
14797
+ ],
14798
+ "superclass": {
14799
+ "name": "BaseProgress",
14800
+ "module": "/libs/components/src/shared/foundation/progress/base-progress"
14801
+ },
14802
+ "vividComponent": {
14803
+ "public": true,
14804
+ "name": "progress-ring"
14805
+ }
14806
+ }
14807
+ ],
14808
+ "exports": [
14809
+ {
14810
+ "kind": "js",
14811
+ "name": "ProgressRing",
14812
+ "declaration": {
14813
+ "name": "ProgressRing",
14814
+ "module": "libs/components/src/lib/progress-ring/progress-ring.ts"
14815
+ }
14816
+ }
14817
+ ]
14818
+ },
14819
+ {
14820
+ "kind": "javascript-module",
14821
+ "path": "libs/components/src/lib/radio/definition.ts",
14822
+ "declarations": [
14823
+ {
14824
+ "kind": "variable",
14825
+ "name": "registerRadio",
14826
+ "description": "Registers the radio elements with the design system.",
14827
+ "parameters": [
14828
+ {
14829
+ "description": "the prefix to use for the component name",
14830
+ "name": "prefix"
14831
+ }
14832
+ ]
14833
+ }
14834
+ ],
14835
+ "exports": [
14836
+ {
14837
+ "kind": "js",
14838
+ "name": "registerRadio",
14839
+ "declaration": {
14840
+ "name": "registerRadio",
14841
+ "module": "libs/components/src/lib/radio/definition.ts"
14842
+ }
14843
+ },
14844
+ {
14845
+ "kind": "js",
14846
+ "name": "VwcRadioElement",
14847
+ "declaration": {
14848
+ "name": "Radio",
14849
+ "module": "libs/components/src/lib/radio/definition.ts"
14850
+ }
14851
+ }
14852
+ ]
14853
+ },
14854
+ {
14855
+ "kind": "javascript-module",
14856
+ "path": "libs/components/src/lib/radio/radio.form-associated.ts",
14857
+ "declarations": [
14858
+ {
14859
+ "kind": "class",
14860
+ "description": "",
14861
+ "name": "FormAssociatedRadio",
14862
+ "members": [
14863
+ {
14864
+ "kind": "field",
14865
+ "name": "proxy"
14866
+ },
14867
+ {
14868
+ "kind": "field",
14869
+ "name": "#radioSiblings",
14870
+ "privacy": "private",
14871
+ "type": {
14872
+ "text": "_Radio[]"
14873
+ },
14874
+ "readonly": true
14875
+ },
14876
+ {
14877
+ "kind": "field",
14878
+ "name": "#validateValueMissingWithSiblings",
14879
+ "privacy": "private"
14880
+ },
14881
+ {
14882
+ "kind": "field",
14883
+ "name": "#syncSiblingsRequiredValidationStatus",
14884
+ "privacy": "private"
14885
+ },
14886
+ {
14887
+ "kind": "field",
14888
+ "name": "validate"
14889
+ },
14890
+ {
14891
+ "kind": "field",
14892
+ "name": "VIVID_VERSION",
14893
+ "static": true,
14894
+ "default": "__PACKAGE_VERSION__",
14895
+ "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`.",
14896
+ "type": {
14897
+ "text": "string"
14898
+ },
14899
+ "inheritedFrom": {
14900
+ "name": "VividElement",
14901
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
14902
+ }
14903
+ }
14904
+ ],
14905
+ "mixins": [
13543
14906
  {
13544
14907
  "name": "CheckableFormAssociated",
13545
14908
  "module": "/libs/components/src/shared/foundation/form-associated/form-associated"
@@ -13720,6 +15083,20 @@
13720
15083
  "name": "FormAssociatedRadio",
13721
15084
  "module": "libs/components/src/lib/radio/radio.form-associated.ts"
13722
15085
  }
15086
+ },
15087
+ {
15088
+ "kind": "field",
15089
+ "name": "VIVID_VERSION",
15090
+ "static": true,
15091
+ "default": "__PACKAGE_VERSION__",
15092
+ "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`.",
15093
+ "type": {
15094
+ "text": "string"
15095
+ },
15096
+ "inheritedFrom": {
15097
+ "name": "VividElement",
15098
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
15099
+ }
13723
15100
  }
13724
15101
  ],
13725
15102
  "events": [
@@ -13818,6 +15195,14 @@
13818
15195
  "name": "registerRadioGroup",
13819
15196
  "module": "libs/components/src/lib/radio-group/definition.ts"
13820
15197
  }
15198
+ },
15199
+ {
15200
+ "kind": "js",
15201
+ "name": "VwcRadioGroupElement",
15202
+ "declaration": {
15203
+ "name": "RadioGroup",
15204
+ "module": "libs/components/src/lib/radio-group/definition.ts"
15205
+ }
13821
15206
  }
13822
15207
  ]
13823
15208
  },
@@ -13978,6 +15363,20 @@
13978
15363
  "kind": "field",
13979
15364
  "name": "moveLeft",
13980
15365
  "privacy": "private"
15366
+ },
15367
+ {
15368
+ "kind": "field",
15369
+ "name": "VIVID_VERSION",
15370
+ "static": true,
15371
+ "default": "__PACKAGE_VERSION__",
15372
+ "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`.",
15373
+ "type": {
15374
+ "text": "string"
15375
+ },
15376
+ "inheritedFrom": {
15377
+ "name": "VividElement",
15378
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
15379
+ }
13981
15380
  }
13982
15381
  ],
13983
15382
  "events": [
@@ -14094,6 +15493,14 @@
14094
15493
  "name": "registerRangeSlider",
14095
15494
  "module": "libs/components/src/lib/range-slider/definition.ts"
14096
15495
  }
15496
+ },
15497
+ {
15498
+ "kind": "js",
15499
+ "name": "VwcRangeSliderElement",
15500
+ "declaration": {
15501
+ "name": "RangeSlider",
15502
+ "module": "libs/components/src/lib/range-slider/definition.ts"
15503
+ }
14097
15504
  }
14098
15505
  ]
14099
15506
  },
@@ -14115,6 +15522,20 @@
14115
15522
  {
14116
15523
  "kind": "field",
14117
15524
  "name": "proxy"
15525
+ },
15526
+ {
15527
+ "kind": "field",
15528
+ "name": "VIVID_VERSION",
15529
+ "static": true,
15530
+ "default": "__PACKAGE_VERSION__",
15531
+ "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`.",
15532
+ "type": {
15533
+ "text": "string"
15534
+ },
15535
+ "inheritedFrom": {
15536
+ "name": "VividElement",
15537
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
15538
+ }
14118
15539
  }
14119
15540
  ],
14120
15541
  "mixins": [
@@ -14548,6 +15969,20 @@
14548
15969
  "name": "FormAssociatedRangeSlider",
14549
15970
  "module": "libs/components/src/lib/range-slider/range-slider.form-associated.ts"
14550
15971
  }
15972
+ },
15973
+ {
15974
+ "kind": "field",
15975
+ "name": "VIVID_VERSION",
15976
+ "static": true,
15977
+ "default": "__PACKAGE_VERSION__",
15978
+ "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`.",
15979
+ "type": {
15980
+ "text": "string"
15981
+ },
15982
+ "inheritedFrom": {
15983
+ "name": "VividElement",
15984
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
15985
+ }
14551
15986
  }
14552
15987
  ],
14553
15988
  "events": [
@@ -14729,7 +16164,160 @@
14729
16164
  },
14730
16165
  {
14731
16166
  "kind": "javascript-module",
14732
- "path": "libs/components/src/lib/searchable-select/definition.ts",
16167
+ "path": "libs/components/src/lib/rich-text-editor/definition.ts",
16168
+ "declarations": [
16169
+ {
16170
+ "kind": "variable",
16171
+ "name": "richTextEditorDefinition"
16172
+ },
16173
+ {
16174
+ "kind": "variable",
16175
+ "name": "registerRichTextEditor",
16176
+ "description": "Registers the rich-text-editor element with the design system.",
16177
+ "parameters": [
16178
+ {
16179
+ "description": "the prefix to use for the component name",
16180
+ "name": "prefix"
16181
+ }
16182
+ ]
16183
+ }
16184
+ ],
16185
+ "exports": [
16186
+ {
16187
+ "kind": "js",
16188
+ "name": "richTextEditorDefinition",
16189
+ "declaration": {
16190
+ "name": "richTextEditorDefinition",
16191
+ "module": "libs/components/src/lib/rich-text-editor/definition.ts"
16192
+ }
16193
+ },
16194
+ {
16195
+ "kind": "js",
16196
+ "name": "registerRichTextEditor",
16197
+ "declaration": {
16198
+ "name": "registerRichTextEditor",
16199
+ "module": "libs/components/src/lib/rich-text-editor/definition.ts"
16200
+ }
16201
+ }
16202
+ ]
16203
+ },
16204
+ {
16205
+ "kind": "javascript-module",
16206
+ "path": "libs/components/src/lib/rich-text-editor/rich-text-editor.ts",
16207
+ "declarations": [
16208
+ {
16209
+ "kind": "class",
16210
+ "description": "",
16211
+ "name": "RichTextEditor",
16212
+ "members": [
16213
+ {
16214
+ "kind": "field",
16215
+ "name": "value",
16216
+ "type": {
16217
+ "text": "string | undefined"
16218
+ },
16219
+ "description": "Indicates the rich text editor's value.",
16220
+ "privacy": "public",
16221
+ "default": "''"
16222
+ },
16223
+ {
16224
+ "kind": "field",
16225
+ "name": "#editor",
16226
+ "privacy": "private",
16227
+ "type": {
16228
+ "text": "ProseMirrorFacade | undefined"
16229
+ }
16230
+ },
16231
+ {
16232
+ "kind": "method",
16233
+ "name": "valueChanged",
16234
+ "return": {
16235
+ "type": {
16236
+ "text": "void"
16237
+ }
16238
+ },
16239
+ "parameters": [
16240
+ {
16241
+ "name": "_",
16242
+ "type": {
16243
+ "text": "string"
16244
+ }
16245
+ },
16246
+ {
16247
+ "name": "newValue",
16248
+ "type": {
16249
+ "text": "string"
16250
+ }
16251
+ }
16252
+ ]
16253
+ },
16254
+ {
16255
+ "kind": "field",
16256
+ "name": "#editorWrapperElement",
16257
+ "privacy": "private",
16258
+ "type": {
16259
+ "text": "HTMLElement"
16260
+ },
16261
+ "readonly": true
16262
+ },
16263
+ {
16264
+ "kind": "field",
16265
+ "name": "selection",
16266
+ "type": {
16267
+ "text": "RichTextEditorSelection | undefined"
16268
+ },
16269
+ "readonly": true
16270
+ },
16271
+ {
16272
+ "kind": "field",
16273
+ "name": "VIVID_VERSION",
16274
+ "static": true,
16275
+ "default": "__PACKAGE_VERSION__",
16276
+ "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`.",
16277
+ "type": {
16278
+ "text": "string"
16279
+ },
16280
+ "inheritedFrom": {
16281
+ "name": "VividElement",
16282
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
16283
+ }
16284
+ }
16285
+ ],
16286
+ "attributes": [
16287
+ {
16288
+ "name": "value",
16289
+ "type": {
16290
+ "text": "string | undefined"
16291
+ },
16292
+ "description": "Indicates the rich text editor's value.",
16293
+ "default": "''",
16294
+ "fieldName": "value"
16295
+ }
16296
+ ],
16297
+ "superclass": {
16298
+ "name": "VividElement",
16299
+ "module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
16300
+ },
16301
+ "vividComponent": {
16302
+ "public": true,
16303
+ "name": "rich-text-editor"
16304
+ }
16305
+ }
16306
+ ],
16307
+ "exports": [
16308
+ {
16309
+ "kind": "js",
16310
+ "name": "RichTextEditor",
16311
+ "declaration": {
16312
+ "name": "RichTextEditor",
16313
+ "module": "libs/components/src/lib/rich-text-editor/rich-text-editor.ts"
16314
+ }
16315
+ }
16316
+ ]
16317
+ },
16318
+ {
16319
+ "kind": "javascript-module",
16320
+ "path": "libs/components/src/lib/searchable-select/definition.ts",
14733
16321
  "declarations": [
14734
16322
  {
14735
16323
  "kind": "variable",
@@ -14751,6 +16339,14 @@
14751
16339
  "name": "registerSearchableSelect",
14752
16340
  "module": "libs/components/src/lib/searchable-select/definition.ts"
14753
16341
  }
16342
+ },
16343
+ {
16344
+ "kind": "js",
16345
+ "name": "VwcSearchableSelectElement",
16346
+ "declaration": {
16347
+ "name": "SearchableSelect",
16348
+ "module": "libs/components/src/lib/searchable-select/definition.ts"
16349
+ }
14754
16350
  }
14755
16351
  ]
14756
16352
  },
@@ -14816,6 +16412,20 @@
14816
16412
  {
14817
16413
  "kind": "method",
14818
16414
  "name": "_onClickRemove"
16415
+ },
16416
+ {
16417
+ "kind": "field",
16418
+ "name": "VIVID_VERSION",
16419
+ "static": true,
16420
+ "default": "__PACKAGE_VERSION__",
16421
+ "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`.",
16422
+ "type": {
16423
+ "text": "string"
16424
+ },
16425
+ "inheritedFrom": {
16426
+ "name": "VividElement",
16427
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
16428
+ }
14819
16429
  }
14820
16430
  ],
14821
16431
  "attributes": [
@@ -14877,6 +16487,20 @@
14877
16487
  {
14878
16488
  "kind": "field",
14879
16489
  "name": "proxy"
16490
+ },
16491
+ {
16492
+ "kind": "field",
16493
+ "name": "VIVID_VERSION",
16494
+ "static": true,
16495
+ "default": "__PACKAGE_VERSION__",
16496
+ "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`.",
16497
+ "type": {
16498
+ "text": "string"
16499
+ },
16500
+ "inheritedFrom": {
16501
+ "name": "VividElement",
16502
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
16503
+ }
14880
16504
  }
14881
16505
  ],
14882
16506
  "mixins": [
@@ -15323,6 +16947,20 @@
15323
16947
  "name": "FormAssociatedSearchableSelect",
15324
16948
  "module": "libs/components/src/lib/searchable-select/searchable-select.form-associated.ts"
15325
16949
  }
16950
+ },
16951
+ {
16952
+ "kind": "field",
16953
+ "name": "VIVID_VERSION",
16954
+ "static": true,
16955
+ "default": "__PACKAGE_VERSION__",
16956
+ "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`.",
16957
+ "type": {
16958
+ "text": "string"
16959
+ },
16960
+ "inheritedFrom": {
16961
+ "name": "VividElement",
16962
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
16963
+ }
15326
16964
  }
15327
16965
  ],
15328
16966
  "events": [
@@ -15489,6 +17127,14 @@
15489
17127
  "name": "registerSelect",
15490
17128
  "module": "libs/components/src/lib/select/definition.ts"
15491
17129
  }
17130
+ },
17131
+ {
17132
+ "kind": "js",
17133
+ "name": "VwcSelectElement",
17134
+ "declaration": {
17135
+ "name": "Select",
17136
+ "module": "libs/components/src/lib/select/definition.ts"
17137
+ }
15492
17138
  }
15493
17139
  ]
15494
17140
  },
@@ -15614,6 +17260,20 @@
15614
17260
  "name": "Listbox",
15615
17261
  "module": "libs/components/src/shared/foundation/listbox/listbox.ts"
15616
17262
  }
17263
+ },
17264
+ {
17265
+ "kind": "field",
17266
+ "name": "VIVID_VERSION",
17267
+ "static": true,
17268
+ "default": "__PACKAGE_VERSION__",
17269
+ "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`.",
17270
+ "type": {
17271
+ "text": "string"
17272
+ },
17273
+ "inheritedFrom": {
17274
+ "name": "VividElement",
17275
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
17276
+ }
15617
17277
  }
15618
17278
  ],
15619
17279
  "mixins": [
@@ -15962,6 +17622,20 @@
15962
17622
  "name": "Listbox",
15963
17623
  "module": "libs/components/src/shared/foundation/listbox/listbox.ts"
15964
17624
  }
17625
+ },
17626
+ {
17627
+ "kind": "field",
17628
+ "name": "VIVID_VERSION",
17629
+ "static": true,
17630
+ "default": "__PACKAGE_VERSION__",
17631
+ "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`.",
17632
+ "type": {
17633
+ "text": "string"
17634
+ },
17635
+ "inheritedFrom": {
17636
+ "name": "VividElement",
17637
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
17638
+ }
15965
17639
  }
15966
17640
  ],
15967
17641
  "events": [
@@ -16156,6 +17830,14 @@
16156
17830
  "name": "registerSelectableBox",
16157
17831
  "module": "libs/components/src/lib/selectable-box/definition.ts"
16158
17832
  }
17833
+ },
17834
+ {
17835
+ "kind": "js",
17836
+ "name": "VwcSelectableBoxElement",
17837
+ "declaration": {
17838
+ "name": "SelectableBox",
17839
+ "module": "libs/components/src/lib/selectable-box/definition.ts"
17840
+ }
16159
17841
  }
16160
17842
  ]
16161
17843
  },
@@ -16281,6 +17963,20 @@
16281
17963
  "default": "false",
16282
17964
  "description": "Removes the padding around the box's slot content",
16283
17965
  "privacy": "public"
17966
+ },
17967
+ {
17968
+ "kind": "field",
17969
+ "name": "VIVID_VERSION",
17970
+ "static": true,
17971
+ "default": "__PACKAGE_VERSION__",
17972
+ "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`.",
17973
+ "type": {
17974
+ "text": "string"
17975
+ },
17976
+ "inheritedFrom": {
17977
+ "name": "VividElement",
17978
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
17979
+ }
16284
17980
  }
16285
17981
  ],
16286
17982
  "events": [
@@ -16396,6 +18092,14 @@
16396
18092
  "name": "registerSideDrawer",
16397
18093
  "module": "libs/components/src/lib/side-drawer/definition.ts"
16398
18094
  }
18095
+ },
18096
+ {
18097
+ "kind": "js",
18098
+ "name": "VwcSideDrawerElement",
18099
+ "declaration": {
18100
+ "name": "SideDrawer",
18101
+ "module": "libs/components/src/lib/side-drawer/definition.ts"
18102
+ }
16399
18103
  }
16400
18104
  ]
16401
18105
  },
@@ -16475,6 +18179,20 @@
16475
18179
  "text": "void"
16476
18180
  }
16477
18181
  }
18182
+ },
18183
+ {
18184
+ "kind": "field",
18185
+ "name": "VIVID_VERSION",
18186
+ "static": true,
18187
+ "default": "__PACKAGE_VERSION__",
18188
+ "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`.",
18189
+ "type": {
18190
+ "text": "string"
18191
+ },
18192
+ "inheritedFrom": {
18193
+ "name": "VividElement",
18194
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
18195
+ }
16478
18196
  }
16479
18197
  ],
16480
18198
  "events": [
@@ -16587,6 +18305,14 @@
16587
18305
  "name": "registerSlider",
16588
18306
  "module": "libs/components/src/lib/slider/definition.ts"
16589
18307
  }
18308
+ },
18309
+ {
18310
+ "kind": "js",
18311
+ "name": "VwcSliderElement",
18312
+ "declaration": {
18313
+ "name": "Slider",
18314
+ "module": "libs/components/src/lib/slider/definition.ts"
18315
+ }
16590
18316
  }
16591
18317
  ]
16592
18318
  },
@@ -16602,6 +18328,20 @@
16602
18328
  {
16603
18329
  "kind": "field",
16604
18330
  "name": "proxy"
18331
+ },
18332
+ {
18333
+ "kind": "field",
18334
+ "name": "VIVID_VERSION",
18335
+ "static": true,
18336
+ "default": "__PACKAGE_VERSION__",
18337
+ "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`.",
18338
+ "type": {
18339
+ "text": "string"
18340
+ },
18341
+ "inheritedFrom": {
18342
+ "name": "VividElement",
18343
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
18344
+ }
16605
18345
  }
16606
18346
  ],
16607
18347
  "mixins": [
@@ -16971,6 +18711,20 @@
16971
18711
  "name": "FormAssociatedSlider",
16972
18712
  "module": "libs/components/src/lib/slider/slider.form-associated.ts"
16973
18713
  }
18714
+ },
18715
+ {
18716
+ "kind": "field",
18717
+ "name": "VIVID_VERSION",
18718
+ "static": true,
18719
+ "default": "__PACKAGE_VERSION__",
18720
+ "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`.",
18721
+ "type": {
18722
+ "text": "string"
18723
+ },
18724
+ "inheritedFrom": {
18725
+ "name": "VividElement",
18726
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
18727
+ }
16974
18728
  }
16975
18729
  ],
16976
18730
  "events": [
@@ -17167,6 +18921,14 @@
17167
18921
  "name": "registerSplitButton",
17168
18922
  "module": "libs/components/src/lib/split-button/definition.ts"
17169
18923
  }
18924
+ },
18925
+ {
18926
+ "kind": "js",
18927
+ "name": "VwcSplitButtonElement",
18928
+ "declaration": {
18929
+ "name": "SplitButton",
18930
+ "module": "libs/components/src/lib/split-button/definition.ts"
18931
+ }
17170
18932
  }
17171
18933
  ]
17172
18934
  },
@@ -17490,12 +19252,26 @@
17490
19252
  "default": "null",
17491
19253
  "description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
17492
19254
  "privacy": "public"
17493
- }
17494
- ],
17495
- "events": [
19255
+ },
17496
19256
  {
19257
+ "kind": "field",
19258
+ "name": "VIVID_VERSION",
19259
+ "static": true,
19260
+ "default": "__PACKAGE_VERSION__",
19261
+ "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`.",
17497
19262
  "type": {
17498
- "text": "CustomEvent<undefined>"
19263
+ "text": "string"
19264
+ },
19265
+ "inheritedFrom": {
19266
+ "name": "VividElement",
19267
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
19268
+ }
19269
+ }
19270
+ ],
19271
+ "events": [
19272
+ {
19273
+ "type": {
19274
+ "text": "CustomEvent<undefined>"
17499
19275
  },
17500
19276
  "description": "Event emitted when the action button is clicked",
17501
19277
  "name": "action-click"
@@ -17654,6 +19430,14 @@
17654
19430
  "name": "registerSwitch",
17655
19431
  "module": "libs/components/src/lib/switch/definition.ts"
17656
19432
  }
19433
+ },
19434
+ {
19435
+ "kind": "js",
19436
+ "name": "VwcSwitchElement",
19437
+ "declaration": {
19438
+ "name": "Switch",
19439
+ "module": "libs/components/src/lib/switch/definition.ts"
19440
+ }
17657
19441
  }
17658
19442
  ]
17659
19443
  },
@@ -17669,6 +19453,20 @@
17669
19453
  {
17670
19454
  "kind": "field",
17671
19455
  "name": "proxy"
19456
+ },
19457
+ {
19458
+ "kind": "field",
19459
+ "name": "VIVID_VERSION",
19460
+ "static": true,
19461
+ "default": "__PACKAGE_VERSION__",
19462
+ "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`.",
19463
+ "type": {
19464
+ "text": "string"
19465
+ },
19466
+ "inheritedFrom": {
19467
+ "name": "VividElement",
19468
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
19469
+ }
17672
19470
  }
17673
19471
  ],
17674
19472
  "mixins": [
@@ -17889,6 +19687,20 @@
17889
19687
  "name": "FormAssociatedSwitch",
17890
19688
  "module": "libs/components/src/lib/switch/switch.form-associated.ts"
17891
19689
  }
19690
+ },
19691
+ {
19692
+ "kind": "field",
19693
+ "name": "VIVID_VERSION",
19694
+ "static": true,
19695
+ "default": "__PACKAGE_VERSION__",
19696
+ "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`.",
19697
+ "type": {
19698
+ "text": "string"
19699
+ },
19700
+ "inheritedFrom": {
19701
+ "name": "VividElement",
19702
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
19703
+ }
17892
19704
  }
17893
19705
  ],
17894
19706
  "events": [
@@ -18005,6 +19817,14 @@
18005
19817
  "name": "registerTab",
18006
19818
  "module": "libs/components/src/lib/tab/definition.ts"
18007
19819
  }
19820
+ },
19821
+ {
19822
+ "kind": "js",
19823
+ "name": "VwcTabElement",
19824
+ "declaration": {
19825
+ "name": "Tab",
19826
+ "module": "libs/components/src/lib/tab/definition.ts"
19827
+ }
18008
19828
  }
18009
19829
  ]
18010
19830
  },
@@ -18164,6 +19984,20 @@
18164
19984
  }
18165
19985
  }
18166
19986
  ]
19987
+ },
19988
+ {
19989
+ "kind": "field",
19990
+ "name": "VIVID_VERSION",
19991
+ "static": true,
19992
+ "default": "__PACKAGE_VERSION__",
19993
+ "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`.",
19994
+ "type": {
19995
+ "text": "string"
19996
+ },
19997
+ "inheritedFrom": {
19998
+ "name": "VividElement",
19999
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
20000
+ }
18167
20001
  }
18168
20002
  ],
18169
20003
  "attributes": [
@@ -18267,6 +20101,14 @@
18267
20101
  "name": "registerTabPanel",
18268
20102
  "module": "libs/components/src/lib/tab-panel/definition.ts"
18269
20103
  }
20104
+ },
20105
+ {
20106
+ "kind": "js",
20107
+ "name": "VwcTabPanelElement",
20108
+ "declaration": {
20109
+ "name": "TabPanel",
20110
+ "module": "libs/components/src/lib/tab-panel/definition.ts"
20111
+ }
18270
20112
  }
18271
20113
  ]
18272
20114
  },
@@ -18291,7 +20133,23 @@
18291
20133
  "vividComponent": {
18292
20134
  "public": true,
18293
20135
  "name": "tab-panel"
18294
- }
20136
+ },
20137
+ "members": [
20138
+ {
20139
+ "kind": "field",
20140
+ "name": "VIVID_VERSION",
20141
+ "static": true,
20142
+ "default": "__PACKAGE_VERSION__",
20143
+ "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`.",
20144
+ "type": {
20145
+ "text": "string"
20146
+ },
20147
+ "inheritedFrom": {
20148
+ "name": "VividElement",
20149
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
20150
+ }
20151
+ }
20152
+ ]
18295
20153
  }
18296
20154
  ],
18297
20155
  "exports": [
@@ -18329,6 +20187,14 @@
18329
20187
  "name": "registerTabs",
18330
20188
  "module": "libs/components/src/lib/tabs/definition.ts"
18331
20189
  }
20190
+ },
20191
+ {
20192
+ "kind": "js",
20193
+ "name": "VwcTabsElement",
20194
+ "declaration": {
20195
+ "name": "Tabs",
20196
+ "module": "libs/components/src/lib/tabs/definition.ts"
20197
+ }
18332
20198
  }
18333
20199
  ]
18334
20200
  },
@@ -18717,6 +20583,20 @@
18717
20583
  }
18718
20584
  }
18719
20585
  ]
20586
+ },
20587
+ {
20588
+ "kind": "field",
20589
+ "name": "VIVID_VERSION",
20590
+ "static": true,
20591
+ "default": "__PACKAGE_VERSION__",
20592
+ "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`.",
20593
+ "type": {
20594
+ "text": "string"
20595
+ },
20596
+ "inheritedFrom": {
20597
+ "name": "VividElement",
20598
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
20599
+ }
18720
20600
  }
18721
20601
  ],
18722
20602
  "events": [
@@ -18880,6 +20760,14 @@
18880
20760
  "name": "registerTag",
18881
20761
  "module": "libs/components/src/lib/tag/definition.ts"
18882
20762
  }
20763
+ },
20764
+ {
20765
+ "kind": "js",
20766
+ "name": "VwcTagElement",
20767
+ "declaration": {
20768
+ "name": "Tag",
20769
+ "module": "libs/components/src/lib/tag/definition.ts"
20770
+ }
18883
20771
  }
18884
20772
  ]
18885
20773
  },
@@ -19066,6 +20954,20 @@
19066
20954
  "text": "void"
19067
20955
  }
19068
20956
  }
20957
+ },
20958
+ {
20959
+ "kind": "field",
20960
+ "name": "VIVID_VERSION",
20961
+ "static": true,
20962
+ "default": "__PACKAGE_VERSION__",
20963
+ "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`.",
20964
+ "type": {
20965
+ "text": "string"
20966
+ },
20967
+ "inheritedFrom": {
20968
+ "name": "VividElement",
20969
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
20970
+ }
19069
20971
  }
19070
20972
  ],
19071
20973
  "events": [
@@ -19195,6 +21097,14 @@
19195
21097
  "name": "registerTagGroup",
19196
21098
  "module": "libs/components/src/lib/tag-group/definition.ts"
19197
21099
  }
21100
+ },
21101
+ {
21102
+ "kind": "js",
21103
+ "name": "VwcTagGroupElement",
21104
+ "declaration": {
21105
+ "name": "TagGroup",
21106
+ "module": "libs/components/src/lib/tag-group/definition.ts"
21107
+ }
19198
21108
  }
19199
21109
  ]
19200
21110
  },
@@ -19220,6 +21130,20 @@
19220
21130
  "text": "string | null"
19221
21131
  },
19222
21132
  "default": "null"
21133
+ },
21134
+ {
21135
+ "kind": "field",
21136
+ "name": "VIVID_VERSION",
21137
+ "static": true,
21138
+ "default": "__PACKAGE_VERSION__",
21139
+ "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`.",
21140
+ "type": {
21141
+ "text": "string"
21142
+ },
21143
+ "inheritedFrom": {
21144
+ "name": "VividElement",
21145
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
21146
+ }
19223
21147
  }
19224
21148
  ],
19225
21149
  "attributes": [
@@ -19337,6 +21261,20 @@
19337
21261
  },
19338
21262
  "description": "The appearance Text-Anchor should have.",
19339
21263
  "privacy": "public"
21264
+ },
21265
+ {
21266
+ "kind": "field",
21267
+ "name": "VIVID_VERSION",
21268
+ "static": true,
21269
+ "default": "__PACKAGE_VERSION__",
21270
+ "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`.",
21271
+ "type": {
21272
+ "text": "string"
21273
+ },
21274
+ "inheritedFrom": {
21275
+ "name": "VividElement",
21276
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
21277
+ }
19340
21278
  }
19341
21279
  ],
19342
21280
  "attributes": [
@@ -19417,6 +21355,14 @@
19417
21355
  "name": "registerTextArea",
19418
21356
  "module": "libs/components/src/lib/text-area/definition.ts"
19419
21357
  }
21358
+ },
21359
+ {
21360
+ "kind": "js",
21361
+ "name": "VwcTextAreaElement",
21362
+ "declaration": {
21363
+ "name": "TextArea",
21364
+ "module": "libs/components/src/lib/text-area/definition.ts"
21365
+ }
19420
21366
  }
19421
21367
  ]
19422
21368
  },
@@ -19432,6 +21378,20 @@
19432
21378
  {
19433
21379
  "kind": "field",
19434
21380
  "name": "proxy"
21381
+ },
21382
+ {
21383
+ "kind": "field",
21384
+ "name": "VIVID_VERSION",
21385
+ "static": true,
21386
+ "default": "__PACKAGE_VERSION__",
21387
+ "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`.",
21388
+ "type": {
21389
+ "text": "string"
21390
+ },
21391
+ "inheritedFrom": {
21392
+ "name": "VividElement",
21393
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
21394
+ }
19435
21395
  }
19436
21396
  ],
19437
21397
  "mixins": [
@@ -19729,6 +21689,20 @@
19729
21689
  "name": "FormAssociatedTextArea",
19730
21690
  "module": "libs/components/src/lib/text-area/text-area.form-associated.ts"
19731
21691
  }
21692
+ },
21693
+ {
21694
+ "kind": "field",
21695
+ "name": "VIVID_VERSION",
21696
+ "static": true,
21697
+ "default": "__PACKAGE_VERSION__",
21698
+ "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`.",
21699
+ "type": {
21700
+ "text": "string"
21701
+ },
21702
+ "inheritedFrom": {
21703
+ "name": "VividElement",
21704
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
21705
+ }
19732
21706
  }
19733
21707
  ],
19734
21708
  "events": [
@@ -19919,6 +21893,14 @@
19919
21893
  "name": "registerTextField",
19920
21894
  "module": "libs/components/src/lib/text-field/definition.ts"
19921
21895
  }
21896
+ },
21897
+ {
21898
+ "kind": "js",
21899
+ "name": "VwcTextFieldElement",
21900
+ "declaration": {
21901
+ "name": "TextField",
21902
+ "module": "libs/components/src/lib/text-field/definition.ts"
21903
+ }
19922
21904
  }
19923
21905
  ]
19924
21906
  },
@@ -19934,6 +21916,20 @@
19934
21916
  {
19935
21917
  "kind": "field",
19936
21918
  "name": "proxy"
21919
+ },
21920
+ {
21921
+ "kind": "field",
21922
+ "name": "VIVID_VERSION",
21923
+ "static": true,
21924
+ "default": "__PACKAGE_VERSION__",
21925
+ "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`.",
21926
+ "type": {
21927
+ "text": "string"
21928
+ },
21929
+ "inheritedFrom": {
21930
+ "name": "VividElement",
21931
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
21932
+ }
19937
21933
  }
19938
21934
  ],
19939
21935
  "mixins": [
@@ -20228,6 +22224,20 @@
20228
22224
  "name": "FormAssociatedTextField",
20229
22225
  "module": "libs/components/src/lib/text-field/text-field.form-associated.ts"
20230
22226
  }
22227
+ },
22228
+ {
22229
+ "kind": "field",
22230
+ "name": "VIVID_VERSION",
22231
+ "static": true,
22232
+ "default": "__PACKAGE_VERSION__",
22233
+ "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`.",
22234
+ "type": {
22235
+ "text": "string"
22236
+ },
22237
+ "inheritedFrom": {
22238
+ "name": "VividElement",
22239
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
22240
+ }
20231
22241
  }
20232
22242
  ],
20233
22243
  "events": [
@@ -20463,6 +22473,14 @@
20463
22473
  "name": "registerTimePicker",
20464
22474
  "module": "libs/components/src/lib/time-picker/definition.ts"
20465
22475
  }
22476
+ },
22477
+ {
22478
+ "kind": "js",
22479
+ "name": "VwcTimePickerElement",
22480
+ "declaration": {
22481
+ "name": "TimePicker",
22482
+ "module": "libs/components/src/lib/time-picker/definition.ts"
22483
+ }
20466
22484
  }
20467
22485
  ]
20468
22486
  },
@@ -20484,6 +22502,20 @@
20484
22502
  {
20485
22503
  "kind": "field",
20486
22504
  "name": "proxy"
22505
+ },
22506
+ {
22507
+ "kind": "field",
22508
+ "name": "VIVID_VERSION",
22509
+ "static": true,
22510
+ "default": "__PACKAGE_VERSION__",
22511
+ "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`.",
22512
+ "type": {
22513
+ "text": "string"
22514
+ },
22515
+ "inheritedFrom": {
22516
+ "name": "VividElement",
22517
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
22518
+ }
20487
22519
  }
20488
22520
  ],
20489
22521
  "mixins": [
@@ -20662,30 +22694,6 @@
20662
22694
  "kind": "method",
20663
22695
  "name": "#openPopupIfPossible"
20664
22696
  },
20665
- {
20666
- "kind": "method",
20667
- "name": "#scrollToItem",
20668
- "parameters": [
20669
- {
20670
- "name": "picker",
20671
- "type": {
20672
- "text": "string"
20673
- }
20674
- },
20675
- {
20676
- "name": "selectedValue",
20677
- "type": {
20678
- "text": "string"
20679
- }
20680
- },
20681
- {
20682
- "name": "position",
20683
- "type": {
20684
- "text": "'nearest' | 'start'"
20685
- }
20686
- }
20687
- ]
20688
- },
20689
22697
  {
20690
22698
  "kind": "field",
20691
22699
  "name": "value",
@@ -20717,6 +22725,20 @@
20717
22725
  "name": "FormAssociatedTimePicker",
20718
22726
  "module": "libs/components/src/lib/time-picker/time-picker.form-associated.ts"
20719
22727
  }
22728
+ },
22729
+ {
22730
+ "kind": "field",
22731
+ "name": "VIVID_VERSION",
22732
+ "static": true,
22733
+ "default": "__PACKAGE_VERSION__",
22734
+ "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`.",
22735
+ "type": {
22736
+ "text": "string"
22737
+ },
22738
+ "inheritedFrom": {
22739
+ "name": "VividElement",
22740
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
22741
+ }
20720
22742
  }
20721
22743
  ],
20722
22744
  "events": [
@@ -20843,6 +22865,14 @@
20843
22865
  "name": "registerToggletip",
20844
22866
  "module": "libs/components/src/lib/toggletip/definition.ts"
20845
22867
  }
22868
+ },
22869
+ {
22870
+ "kind": "js",
22871
+ "name": "VwcToggletipElement",
22872
+ "declaration": {
22873
+ "name": "Toggletip",
22874
+ "module": "libs/components/src/lib/toggletip/definition.ts"
22875
+ }
20846
22876
  }
20847
22877
  ]
20848
22878
  },
@@ -20994,28 +23024,94 @@
20994
23024
  "kind": "field",
20995
23025
  "name": "#closeOnEscape",
20996
23026
  "privacy": "private"
20997
- }
20998
- ],
20999
- "attributes": [
23027
+ },
21000
23028
  {
21001
- "name": "headline",
23029
+ "kind": "field",
23030
+ "name": "anchor",
21002
23031
  "type": {
21003
- "text": "string | undefined"
23032
+ "text": "AnchorType | undefined"
21004
23033
  },
21005
- "description": "the optional title of the toggletip",
21006
- "fieldName": "headline"
23034
+ "description": "ID or direct reference to the component's anchor element.",
23035
+ "privacy": "public",
23036
+ "inheritedFrom": {
23037
+ "name": "Anchored",
23038
+ "module": "libs/components/src/shared/patterns/anchored.ts"
23039
+ }
21007
23040
  },
21008
23041
  {
21009
- "type": {
21010
- "text": "boolean"
21011
- },
21012
- "default": "false",
21013
- "description": "toggle color scheme",
21014
- "fieldName": "alternate"
23042
+ "kind": "field",
23043
+ "name": "#updateAnchorEl",
23044
+ "privacy": "private",
23045
+ "inheritedFrom": {
23046
+ "name": "Anchored",
23047
+ "module": "libs/components/src/shared/patterns/anchored.ts"
23048
+ }
21015
23049
  },
21016
23050
  {
23051
+ "kind": "field",
23052
+ "name": "#observer",
23053
+ "privacy": "private",
21017
23054
  "type": {
21018
- "text": "Placement | undefined"
23055
+ "text": "MutationObserver | undefined"
23056
+ },
23057
+ "inheritedFrom": {
23058
+ "name": "Anchored",
23059
+ "module": "libs/components/src/shared/patterns/anchored.ts"
23060
+ }
23061
+ },
23062
+ {
23063
+ "kind": "field",
23064
+ "name": "#observeMissingAnchor",
23065
+ "privacy": "private",
23066
+ "inheritedFrom": {
23067
+ "name": "Anchored",
23068
+ "module": "libs/components/src/shared/patterns/anchored.ts"
23069
+ }
23070
+ },
23071
+ {
23072
+ "kind": "field",
23073
+ "name": "#cleanupObserverIfNeeded",
23074
+ "privacy": "private",
23075
+ "inheritedFrom": {
23076
+ "name": "Anchored",
23077
+ "module": "libs/components/src/shared/patterns/anchored.ts"
23078
+ }
23079
+ },
23080
+ {
23081
+ "kind": "field",
23082
+ "name": "VIVID_VERSION",
23083
+ "static": true,
23084
+ "default": "__PACKAGE_VERSION__",
23085
+ "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`.",
23086
+ "type": {
23087
+ "text": "string"
23088
+ },
23089
+ "inheritedFrom": {
23090
+ "name": "VividElement",
23091
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
23092
+ }
23093
+ }
23094
+ ],
23095
+ "attributes": [
23096
+ {
23097
+ "name": "headline",
23098
+ "type": {
23099
+ "text": "string | undefined"
23100
+ },
23101
+ "description": "the optional title of the toggletip",
23102
+ "fieldName": "headline"
23103
+ },
23104
+ {
23105
+ "type": {
23106
+ "text": "boolean"
23107
+ },
23108
+ "default": "false",
23109
+ "description": "toggle color scheme",
23110
+ "fieldName": "alternate"
23111
+ },
23112
+ {
23113
+ "type": {
23114
+ "text": "Placement | undefined"
21019
23115
  },
21020
23116
  "default": "'right'",
21021
23117
  "description": "placement of the toggletip",
@@ -21028,6 +23124,24 @@
21028
23124
  "default": "false",
21029
23125
  "description": "indicates whether the toggletip is open",
21030
23126
  "fieldName": "open"
23127
+ },
23128
+ {
23129
+ "name": "anchor",
23130
+ "type": {
23131
+ "text": "AnchorType | undefined"
23132
+ },
23133
+ "description": "ID or direct reference to the component's anchor element.",
23134
+ "fieldName": "anchor",
23135
+ "inheritedFrom": {
23136
+ "name": "Anchored",
23137
+ "module": "libs/components/src/shared/patterns/anchored.ts"
23138
+ }
23139
+ }
23140
+ ],
23141
+ "mixins": [
23142
+ {
23143
+ "name": "Anchored",
23144
+ "module": "/libs/components/src/shared/patterns/anchored"
21031
23145
  }
21032
23146
  ],
21033
23147
  "superclass": {
@@ -21075,6 +23189,14 @@
21075
23189
  "name": "registerTooltip",
21076
23190
  "module": "libs/components/src/lib/tooltip/definition.ts"
21077
23191
  }
23192
+ },
23193
+ {
23194
+ "kind": "js",
23195
+ "name": "VwcTooltipElement",
23196
+ "declaration": {
23197
+ "name": "Tooltip",
23198
+ "module": "libs/components/src/lib/tooltip/definition.ts"
23199
+ }
21078
23200
  }
21079
23201
  ]
21080
23202
  },
@@ -21159,6 +23281,72 @@
21159
23281
  "kind": "field",
21160
23282
  "name": "#closeOnEscape",
21161
23283
  "privacy": "private"
23284
+ },
23285
+ {
23286
+ "kind": "field",
23287
+ "name": "anchor",
23288
+ "type": {
23289
+ "text": "AnchorType | undefined"
23290
+ },
23291
+ "description": "ID or direct reference to the component's anchor element.",
23292
+ "privacy": "public",
23293
+ "inheritedFrom": {
23294
+ "name": "Anchored",
23295
+ "module": "libs/components/src/shared/patterns/anchored.ts"
23296
+ }
23297
+ },
23298
+ {
23299
+ "kind": "field",
23300
+ "name": "#updateAnchorEl",
23301
+ "privacy": "private",
23302
+ "inheritedFrom": {
23303
+ "name": "Anchored",
23304
+ "module": "libs/components/src/shared/patterns/anchored.ts"
23305
+ }
23306
+ },
23307
+ {
23308
+ "kind": "field",
23309
+ "name": "#observer",
23310
+ "privacy": "private",
23311
+ "type": {
23312
+ "text": "MutationObserver | undefined"
23313
+ },
23314
+ "inheritedFrom": {
23315
+ "name": "Anchored",
23316
+ "module": "libs/components/src/shared/patterns/anchored.ts"
23317
+ }
23318
+ },
23319
+ {
23320
+ "kind": "field",
23321
+ "name": "#observeMissingAnchor",
23322
+ "privacy": "private",
23323
+ "inheritedFrom": {
23324
+ "name": "Anchored",
23325
+ "module": "libs/components/src/shared/patterns/anchored.ts"
23326
+ }
23327
+ },
23328
+ {
23329
+ "kind": "field",
23330
+ "name": "#cleanupObserverIfNeeded",
23331
+ "privacy": "private",
23332
+ "inheritedFrom": {
23333
+ "name": "Anchored",
23334
+ "module": "libs/components/src/shared/patterns/anchored.ts"
23335
+ }
23336
+ },
23337
+ {
23338
+ "kind": "field",
23339
+ "name": "VIVID_VERSION",
23340
+ "static": true,
23341
+ "default": "__PACKAGE_VERSION__",
23342
+ "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`.",
23343
+ "type": {
23344
+ "text": "string"
23345
+ },
23346
+ "inheritedFrom": {
23347
+ "name": "VividElement",
23348
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
23349
+ }
21162
23350
  }
21163
23351
  ],
21164
23352
  "attributes": [
@@ -21182,6 +23370,24 @@
21182
23370
  },
21183
23371
  "default": "false",
21184
23372
  "fieldName": "open"
23373
+ },
23374
+ {
23375
+ "name": "anchor",
23376
+ "type": {
23377
+ "text": "AnchorType | undefined"
23378
+ },
23379
+ "description": "ID or direct reference to the component's anchor element.",
23380
+ "fieldName": "anchor",
23381
+ "inheritedFrom": {
23382
+ "name": "Anchored",
23383
+ "module": "libs/components/src/shared/patterns/anchored.ts"
23384
+ }
23385
+ }
23386
+ ],
23387
+ "mixins": [
23388
+ {
23389
+ "name": "Anchored",
23390
+ "module": "/libs/components/src/shared/patterns/anchored"
21185
23391
  }
21186
23392
  ],
21187
23393
  "superclass": {
@@ -21229,6 +23435,14 @@
21229
23435
  "name": "registerTreeItem",
21230
23436
  "module": "libs/components/src/lib/tree-item/definition.ts"
21231
23437
  }
23438
+ },
23439
+ {
23440
+ "kind": "js",
23441
+ "name": "VwcTreeItemElement",
23442
+ "declaration": {
23443
+ "name": "TreeItem",
23444
+ "module": "libs/components/src/lib/tree-item/definition.ts"
23445
+ }
21232
23446
  }
21233
23447
  ]
21234
23448
  },
@@ -21384,6 +23598,20 @@
21384
23598
  "description": "Whether the tree is nested",
21385
23599
  "privacy": "public",
21386
23600
  "readonly": true
23601
+ },
23602
+ {
23603
+ "kind": "field",
23604
+ "name": "VIVID_VERSION",
23605
+ "static": true,
23606
+ "default": "__PACKAGE_VERSION__",
23607
+ "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`.",
23608
+ "type": {
23609
+ "text": "string"
23610
+ },
23611
+ "inheritedFrom": {
23612
+ "name": "VividElement",
23613
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
23614
+ }
21387
23615
  }
21388
23616
  ],
21389
23617
  "events": [
@@ -21489,6 +23717,14 @@
21489
23717
  "name": "registerTreeView",
21490
23718
  "module": "libs/components/src/lib/tree-view/definition.ts"
21491
23719
  }
23720
+ },
23721
+ {
23722
+ "kind": "js",
23723
+ "name": "VwcTreeViewElement",
23724
+ "declaration": {
23725
+ "name": "TreeView",
23726
+ "module": "libs/components/src/lib/tree-view/definition.ts"
23727
+ }
21492
23728
  }
21493
23729
  ]
21494
23730
  },
@@ -21638,6 +23874,20 @@
21638
23874
  "text": "HTMLElement[]"
21639
23875
  }
21640
23876
  }
23877
+ },
23878
+ {
23879
+ "kind": "field",
23880
+ "name": "VIVID_VERSION",
23881
+ "static": true,
23882
+ "default": "__PACKAGE_VERSION__",
23883
+ "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`.",
23884
+ "type": {
23885
+ "text": "string"
23886
+ },
23887
+ "inheritedFrom": {
23888
+ "name": "VividElement",
23889
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
23890
+ }
21641
23891
  }
21642
23892
  ],
21643
23893
  "attributes": [
@@ -21703,6 +23953,14 @@
21703
23953
  "name": "registerVideoPlayer",
21704
23954
  "module": "libs/components/src/lib/video-player/definition.ts"
21705
23955
  }
23956
+ },
23957
+ {
23958
+ "kind": "js",
23959
+ "name": "VwcVideoPlayerElement",
23960
+ "declaration": {
23961
+ "name": "VideoPlayer",
23962
+ "module": "libs/components/src/lib/video-player/definition.ts"
23963
+ }
21706
23964
  }
21707
23965
  ]
21708
23966
  },
@@ -21837,6 +24095,20 @@
21837
24095
  {
21838
24096
  "kind": "method",
21839
24097
  "name": "#setupPlayerEvents"
24098
+ },
24099
+ {
24100
+ "kind": "field",
24101
+ "name": "VIVID_VERSION",
24102
+ "static": true,
24103
+ "default": "__PACKAGE_VERSION__",
24104
+ "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`.",
24105
+ "type": {
24106
+ "text": "string"
24107
+ },
24108
+ "inheritedFrom": {
24109
+ "name": "VividElement",
24110
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
24111
+ }
21840
24112
  }
21841
24113
  ],
21842
24114
  "events": [
@@ -22090,6 +24362,94 @@
22090
24362
  }
22091
24363
  ]
22092
24364
  },
24365
+ {
24366
+ "kind": "javascript-module",
24367
+ "path": "libs/components/src/lib/rich-text-editor/facades/prose-mirror-vivid.schema.ts",
24368
+ "declarations": [],
24369
+ "exports": [
24370
+ {
24371
+ "kind": "js",
24372
+ "name": "default",
24373
+ "declaration": {
24374
+ "name": "schema",
24375
+ "module": "libs/components/src/lib/rich-text-editor/facades/prose-mirror-vivid.schema.ts"
24376
+ }
24377
+ }
24378
+ ]
24379
+ },
24380
+ {
24381
+ "kind": "javascript-module",
24382
+ "path": "libs/components/src/lib/rich-text-editor/facades/vivid-prose-mirror.facade.ts",
24383
+ "declarations": [
24384
+ {
24385
+ "kind": "class",
24386
+ "description": "",
24387
+ "name": "ProseMirrorFacade",
24388
+ "members": [
24389
+ {
24390
+ "kind": "field",
24391
+ "name": "#view",
24392
+ "privacy": "private",
24393
+ "type": {
24394
+ "text": "EditorView | undefined"
24395
+ }
24396
+ },
24397
+ {
24398
+ "kind": "method",
24399
+ "name": "init",
24400
+ "parameters": [
24401
+ {
24402
+ "name": "element",
24403
+ "type": {
24404
+ "text": "HTMLElement"
24405
+ }
24406
+ }
24407
+ ]
24408
+ },
24409
+ {
24410
+ "kind": "method",
24411
+ "name": "replaceContent",
24412
+ "parameters": [
24413
+ {
24414
+ "name": "content",
24415
+ "type": {
24416
+ "text": "string"
24417
+ }
24418
+ }
24419
+ ]
24420
+ },
24421
+ {
24422
+ "kind": "method",
24423
+ "name": "selection",
24424
+ "return": {
24425
+ "type": {
24426
+ "text": "RichTextEditorSelection"
24427
+ }
24428
+ },
24429
+ "parameters": [
24430
+ {
24431
+ "name": "position",
24432
+ "optional": true,
24433
+ "type": {
24434
+ "text": "RichTextEditorSelection"
24435
+ }
24436
+ }
24437
+ ]
24438
+ }
24439
+ ]
24440
+ }
24441
+ ],
24442
+ "exports": [
24443
+ {
24444
+ "kind": "js",
24445
+ "name": "ProseMirrorFacade",
24446
+ "declaration": {
24447
+ "name": "ProseMirrorFacade",
24448
+ "module": "libs/components/src/lib/rich-text-editor/facades/vivid-prose-mirror.facade.ts"
24449
+ }
24450
+ }
24451
+ ]
24452
+ },
22093
24453
  {
22094
24454
  "kind": "javascript-module",
22095
24455
  "path": "libs/components/src/lib/time-picker/inline-time-picker/columns.ts",
@@ -22291,6 +24651,33 @@
22291
24651
  {
22292
24652
  "kind": "method",
22293
24653
  "name": "scrollSelectedOptionsToTop"
24654
+ },
24655
+ {
24656
+ "kind": "method",
24657
+ "name": "focus",
24658
+ "parameters": [
24659
+ {
24660
+ "name": "options",
24661
+ "optional": true,
24662
+ "type": {
24663
+ "text": "FocusOptions"
24664
+ }
24665
+ }
24666
+ ]
24667
+ },
24668
+ {
24669
+ "kind": "field",
24670
+ "name": "VIVID_VERSION",
24671
+ "static": true,
24672
+ "default": "__PACKAGE_VERSION__",
24673
+ "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`.",
24674
+ "type": {
24675
+ "text": "string"
24676
+ },
24677
+ "inheritedFrom": {
24678
+ "name": "VividElement",
24679
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
24680
+ }
22294
24681
  }
22295
24682
  ],
22296
24683
  "superclass": {
@@ -23080,7 +25467,21 @@
23080
25467
  "name": "FormAssociatedButton",
23081
25468
  "module": "libs/components/src/shared/foundation/button/button.form-associated.ts"
23082
25469
  }
23083
- }
25470
+ },
25471
+ {
25472
+ "kind": "field",
25473
+ "name": "VIVID_VERSION",
25474
+ "static": true,
25475
+ "default": "__PACKAGE_VERSION__",
25476
+ "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`.",
25477
+ "type": {
25478
+ "text": "string"
25479
+ },
25480
+ "inheritedFrom": {
25481
+ "name": "VividElement",
25482
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
25483
+ }
25484
+ }
23084
25485
  ],
23085
25486
  "attributes": [
23086
25487
  {
@@ -23372,6 +25773,20 @@
23372
25773
  "name": "setSelectedOptions",
23373
25774
  "privacy": "public",
23374
25775
  "description": "Sets an option as selected and gives it focus."
25776
+ },
25777
+ {
25778
+ "kind": "field",
25779
+ "name": "VIVID_VERSION",
25780
+ "static": true,
25781
+ "default": "__PACKAGE_VERSION__",
25782
+ "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`.",
25783
+ "type": {
25784
+ "text": "string"
25785
+ },
25786
+ "inheritedFrom": {
25787
+ "name": "VividElement",
25788
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
25789
+ }
23375
25790
  }
23376
25791
  ],
23377
25792
  "attributes": [
@@ -23854,6 +26269,20 @@
23854
26269
  "kind": "method",
23855
26270
  "name": "updatePercentComplete",
23856
26271
  "privacy": "private"
26272
+ },
26273
+ {
26274
+ "kind": "field",
26275
+ "name": "VIVID_VERSION",
26276
+ "static": true,
26277
+ "default": "__PACKAGE_VERSION__",
26278
+ "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`.",
26279
+ "type": {
26280
+ "text": "string"
26281
+ },
26282
+ "inheritedFrom": {
26283
+ "name": "VividElement",
26284
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
26285
+ }
23857
26286
  }
23858
26287
  ],
23859
26288
  "attributes": [
@@ -24045,6 +26474,18 @@
24045
26474
  "kind": "class",
24046
26475
  "description": "Base class for all Vivid elements.",
24047
26476
  "name": "VividElement",
26477
+ "members": [
26478
+ {
26479
+ "kind": "field",
26480
+ "name": "VIVID_VERSION",
26481
+ "static": true,
26482
+ "default": "__PACKAGE_VERSION__",
26483
+ "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`.",
26484
+ "type": {
26485
+ "text": "string"
26486
+ }
26487
+ }
26488
+ ],
24048
26489
  "superclass": {
24049
26490
  "name": "FASTElement",
24050
26491
  "package": "@microsoft/fast-element"
@@ -24063,6 +26504,485 @@
24063
26504
  }
24064
26505
  ]
24065
26506
  },
26507
+ {
26508
+ "kind": "javascript-module",
26509
+ "path": "libs/components/src/shared/patterns/anchored.ts",
26510
+ "declarations": [
26511
+ {
26512
+ "kind": "mixin",
26513
+ "description": "Mixin for elements that are anchored to another element.\nThe anchor can be specified either through the anchor slot or by using the anchor prop with an ID or direct reference.\nThe resolved anchor element is available as `_anchorEl` while the element is connected.",
26514
+ "name": "Anchored",
26515
+ "members": [
26516
+ {
26517
+ "kind": "field",
26518
+ "name": "anchor",
26519
+ "type": {
26520
+ "text": "AnchorType | undefined"
26521
+ },
26522
+ "description": "ID or direct reference to the component's anchor element.",
26523
+ "privacy": "public"
26524
+ },
26525
+ {
26526
+ "kind": "field",
26527
+ "name": "#updateAnchorEl",
26528
+ "privacy": "private"
26529
+ },
26530
+ {
26531
+ "kind": "field",
26532
+ "name": "#observer",
26533
+ "privacy": "private",
26534
+ "type": {
26535
+ "text": "MutationObserver | undefined"
26536
+ }
26537
+ },
26538
+ {
26539
+ "kind": "field",
26540
+ "name": "#observeMissingAnchor",
26541
+ "privacy": "private"
26542
+ },
26543
+ {
26544
+ "kind": "field",
26545
+ "name": "#cleanupObserverIfNeeded",
26546
+ "privacy": "private"
26547
+ }
26548
+ ],
26549
+ "parameters": [
26550
+ {
26551
+ "name": "Base",
26552
+ "type": {
26553
+ "text": "T"
26554
+ }
26555
+ }
26556
+ ],
26557
+ "attributes": [
26558
+ {
26559
+ "name": "anchor",
26560
+ "type": {
26561
+ "text": "AnchorType | undefined"
26562
+ },
26563
+ "description": "ID or direct reference to the component's anchor element.",
26564
+ "fieldName": "anchor"
26565
+ }
26566
+ ]
26567
+ },
26568
+ {
26569
+ "kind": "function",
26570
+ "name": "anchorSlotTemplateFactory"
26571
+ }
26572
+ ],
26573
+ "exports": [
26574
+ {
26575
+ "kind": "js",
26576
+ "name": "Anchored",
26577
+ "declaration": {
26578
+ "name": "Anchored",
26579
+ "module": "libs/components/src/shared/patterns/anchored.ts"
26580
+ }
26581
+ },
26582
+ {
26583
+ "kind": "js",
26584
+ "name": "anchorSlotTemplateFactory",
26585
+ "declaration": {
26586
+ "name": "anchorSlotTemplateFactory",
26587
+ "module": "libs/components/src/shared/patterns/anchored.ts"
26588
+ }
26589
+ }
26590
+ ]
26591
+ },
26592
+ {
26593
+ "kind": "javascript-module",
26594
+ "path": "libs/components/src/shared/patterns/chevron.ts",
26595
+ "declarations": [
26596
+ {
26597
+ "kind": "function",
26598
+ "name": "chevronTemplateFactory",
26599
+ "parameters": [
26600
+ {
26601
+ "name": "context",
26602
+ "type": {
26603
+ "text": "VividElementDefinitionContext"
26604
+ }
26605
+ }
26606
+ ]
26607
+ }
26608
+ ],
26609
+ "exports": [
26610
+ {
26611
+ "kind": "js",
26612
+ "name": "chevronTemplateFactory",
26613
+ "declaration": {
26614
+ "name": "chevronTemplateFactory",
26615
+ "module": "libs/components/src/shared/patterns/chevron.ts"
26616
+ }
26617
+ }
26618
+ ]
26619
+ },
26620
+ {
26621
+ "kind": "javascript-module",
26622
+ "path": "libs/components/src/shared/patterns/localized.ts",
26623
+ "declarations": [
26624
+ {
26625
+ "kind": "class",
26626
+ "description": "",
26627
+ "name": "Localized",
26628
+ "members": [
26629
+ {
26630
+ "kind": "field",
26631
+ "name": "locale",
26632
+ "type": {
26633
+ "text": "Locale"
26634
+ },
26635
+ "readonly": true
26636
+ }
26637
+ ]
26638
+ }
26639
+ ],
26640
+ "exports": [
26641
+ {
26642
+ "kind": "js",
26643
+ "name": "Localized",
26644
+ "declaration": {
26645
+ "name": "Localized",
26646
+ "module": "libs/components/src/shared/patterns/localized.ts"
26647
+ }
26648
+ }
26649
+ ]
26650
+ },
26651
+ {
26652
+ "kind": "javascript-module",
26653
+ "path": "libs/components/src/shared/patterns/trapped-focus.ts",
26654
+ "declarations": [
26655
+ {
26656
+ "kind": "class",
26657
+ "description": "",
26658
+ "name": "TrappedFocus",
26659
+ "members": [
26660
+ {
26661
+ "kind": "field",
26662
+ "name": "ignoredEvents",
26663
+ "privacy": "private",
26664
+ "static": true,
26665
+ "default": "new WeakSet<Event>()"
26666
+ },
26667
+ {
26668
+ "kind": "method",
26669
+ "name": "ignoreEvent",
26670
+ "static": true,
26671
+ "parameters": [
26672
+ {
26673
+ "name": "event",
26674
+ "type": {
26675
+ "text": "Event"
26676
+ }
26677
+ }
26678
+ ]
26679
+ }
26680
+ ]
26681
+ }
26682
+ ],
26683
+ "exports": [
26684
+ {
26685
+ "kind": "js",
26686
+ "name": "TrappedFocus",
26687
+ "declaration": {
26688
+ "name": "TrappedFocus",
26689
+ "module": "libs/components/src/shared/patterns/trapped-focus.ts"
26690
+ }
26691
+ }
26692
+ ]
26693
+ },
26694
+ {
26695
+ "kind": "javascript-module",
26696
+ "path": "libs/components/src/shared/patterns/form-elements/form-elements.ts",
26697
+ "declarations": [
26698
+ {
26699
+ "kind": "class",
26700
+ "description": "",
26701
+ "name": "FormElementHelperText",
26702
+ "members": [
26703
+ {
26704
+ "kind": "field",
26705
+ "name": "helperText",
26706
+ "type": {
26707
+ "text": "string | undefined"
26708
+ }
26709
+ }
26710
+ ],
26711
+ "attributes": [
26712
+ {
26713
+ "name": "helper-text",
26714
+ "type": {
26715
+ "text": "string | undefined"
26716
+ },
26717
+ "fieldName": "helperText"
26718
+ }
26719
+ ]
26720
+ },
26721
+ {
26722
+ "kind": "class",
26723
+ "description": "",
26724
+ "name": "FormElementSuccessText",
26725
+ "members": [
26726
+ {
26727
+ "kind": "field",
26728
+ "name": "successText",
26729
+ "type": {
26730
+ "text": "string | undefined"
26731
+ }
26732
+ }
26733
+ ],
26734
+ "attributes": [
26735
+ {
26736
+ "name": "success-text",
26737
+ "type": {
26738
+ "text": "string | undefined"
26739
+ },
26740
+ "fieldName": "successText"
26741
+ }
26742
+ ]
26743
+ },
26744
+ {
26745
+ "kind": "class",
26746
+ "description": "",
26747
+ "name": "FormElementCharCount",
26748
+ "members": [
26749
+ {
26750
+ "kind": "field",
26751
+ "name": "charCount",
26752
+ "type": {
26753
+ "text": "boolean"
26754
+ },
26755
+ "default": "false"
26756
+ }
26757
+ ],
26758
+ "attributes": [
26759
+ {
26760
+ "name": "char-count",
26761
+ "type": {
26762
+ "text": "boolean"
26763
+ },
26764
+ "default": "false",
26765
+ "fieldName": "charCount"
26766
+ }
26767
+ ]
26768
+ },
26769
+ {
26770
+ "kind": "mixin",
26771
+ "description": "",
26772
+ "name": "formElements",
26773
+ "members": [
26774
+ {
26775
+ "kind": "field",
26776
+ "name": "label",
26777
+ "type": {
26778
+ "text": "string | undefined"
26779
+ }
26780
+ },
26781
+ {
26782
+ "kind": "field",
26783
+ "name": "errorValidationMessage",
26784
+ "type": {
26785
+ "text": "string"
26786
+ },
26787
+ "default": "''",
26788
+ "description": "Will hold the error message that should currently be visible in the UI.\nNote: Cannot be a getter because this.validationMessage is not observable"
26789
+ },
26790
+ {
26791
+ "kind": "field",
26792
+ "name": "#forceErrorDisplay",
26793
+ "privacy": "private",
26794
+ "type": {
26795
+ "text": "boolean"
26796
+ },
26797
+ "default": "false"
26798
+ },
26799
+ {
26800
+ "kind": "field",
26801
+ "name": "#hasBeenTouched",
26802
+ "privacy": "private",
26803
+ "type": {
26804
+ "text": "boolean"
26805
+ },
26806
+ "default": "false"
26807
+ },
26808
+ {
26809
+ "kind": "field",
26810
+ "name": "#handleInvalidEvent",
26811
+ "privacy": "private"
26812
+ },
26813
+ {
26814
+ "kind": "method",
26815
+ "name": "formResetCallback"
26816
+ },
26817
+ {
26818
+ "kind": "field",
26819
+ "name": "validate"
26820
+ }
26821
+ ],
26822
+ "parameters": [
26823
+ {
26824
+ "name": "constructor",
26825
+ "type": {
26826
+ "text": "T"
26827
+ }
26828
+ }
26829
+ ],
26830
+ "attributes": [
26831
+ {
26832
+ "name": "label",
26833
+ "type": {
26834
+ "text": "string | undefined"
26835
+ },
26836
+ "fieldName": "label"
26837
+ }
26838
+ ]
26839
+ },
26840
+ {
26841
+ "kind": "function",
26842
+ "name": "getFeedbackTemplate",
26843
+ "parameters": [
26844
+ {
26845
+ "name": "context",
26846
+ "type": {
26847
+ "text": "VividElementDefinitionContext"
26848
+ }
26849
+ }
26850
+ ]
26851
+ },
26852
+ {
26853
+ "kind": "mixin",
26854
+ "description": "",
26855
+ "name": "errorText",
26856
+ "members": [
26857
+ {
26858
+ "kind": "field",
26859
+ "name": "errorText",
26860
+ "type": {
26861
+ "text": "string | undefined"
26862
+ }
26863
+ },
26864
+ {
26865
+ "kind": "field",
26866
+ "name": "#blockValidateCalls",
26867
+ "privacy": "private",
26868
+ "type": {
26869
+ "text": "boolean"
26870
+ },
26871
+ "default": "false"
26872
+ },
26873
+ {
26874
+ "kind": "method",
26875
+ "name": "errorTextChanged",
26876
+ "parameters": [
26877
+ {
26878
+ "name": "_",
26879
+ "type": {
26880
+ "text": "string"
26881
+ }
26882
+ },
26883
+ {
26884
+ "name": "newErrorText",
26885
+ "type": {
26886
+ "text": "string | undefined"
26887
+ }
26888
+ }
26889
+ ]
26890
+ },
26891
+ {
26892
+ "kind": "method",
26893
+ "name": "#forceCustomError",
26894
+ "parameters": [
26895
+ {
26896
+ "name": "errorMessage",
26897
+ "type": {
26898
+ "text": "string"
26899
+ }
26900
+ }
26901
+ ]
26902
+ },
26903
+ {
26904
+ "kind": "method",
26905
+ "name": "#clearCustomErrorAndRevalidate"
26906
+ },
26907
+ {
26908
+ "kind": "field",
26909
+ "name": "_validate"
26910
+ },
26911
+ {
26912
+ "kind": "field",
26913
+ "name": "validate"
26914
+ }
26915
+ ],
26916
+ "parameters": [
26917
+ {
26918
+ "name": "constructor",
26919
+ "type": {
26920
+ "text": "T"
26921
+ }
26922
+ }
26923
+ ],
26924
+ "attributes": [
26925
+ {
26926
+ "name": "error-text",
26927
+ "type": {
26928
+ "text": "string | undefined"
26929
+ },
26930
+ "fieldName": "errorText"
26931
+ }
26932
+ ]
26933
+ }
26934
+ ],
26935
+ "exports": [
26936
+ {
26937
+ "kind": "js",
26938
+ "name": "FormElementHelperText",
26939
+ "declaration": {
26940
+ "name": "FormElementHelperText",
26941
+ "module": "libs/components/src/shared/patterns/form-elements/form-elements.ts"
26942
+ }
26943
+ },
26944
+ {
26945
+ "kind": "js",
26946
+ "name": "FormElementSuccessText",
26947
+ "declaration": {
26948
+ "name": "FormElementSuccessText",
26949
+ "module": "libs/components/src/shared/patterns/form-elements/form-elements.ts"
26950
+ }
26951
+ },
26952
+ {
26953
+ "kind": "js",
26954
+ "name": "FormElementCharCount",
26955
+ "declaration": {
26956
+ "name": "FormElementCharCount",
26957
+ "module": "libs/components/src/shared/patterns/form-elements/form-elements.ts"
26958
+ }
26959
+ },
26960
+ {
26961
+ "kind": "js",
26962
+ "name": "formElements",
26963
+ "declaration": {
26964
+ "name": "formElements",
26965
+ "module": "libs/components/src/shared/patterns/form-elements/form-elements.ts"
26966
+ }
26967
+ },
26968
+ {
26969
+ "kind": "js",
26970
+ "name": "getFeedbackTemplate",
26971
+ "declaration": {
26972
+ "name": "getFeedbackTemplate",
26973
+ "module": "libs/components/src/shared/patterns/form-elements/form-elements.ts"
26974
+ }
26975
+ },
26976
+ {
26977
+ "kind": "js",
26978
+ "name": "errorText",
26979
+ "declaration": {
26980
+ "name": "errorText",
26981
+ "module": "libs/components/src/shared/patterns/form-elements/form-elements.ts"
26982
+ }
26983
+ }
26984
+ ]
26985
+ },
24066
26986
  {
24067
26987
  "kind": "javascript-module",
24068
26988
  "path": "libs/components/src/shared/date-picker/date-picker-base.ts",