@vonage/vivid 3.32.0 → 3.34.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 (218) hide show
  1. package/accordion/index.js +5 -5
  2. package/accordion-item/index.js +4 -4
  3. package/action-group/index.js +1 -1
  4. package/alert/index.js +6 -6
  5. package/avatar/index.js +2 -2
  6. package/badge/index.js +2 -2
  7. package/banner/index.js +5 -5
  8. package/breadcrumb/index.js +1 -1
  9. package/breadcrumb-item/index.js +3 -3
  10. package/button/index.js +4 -4
  11. package/calendar/index.js +1 -1
  12. package/calendar-event/index.js +1 -1
  13. package/card/index.js +3 -3
  14. package/checkbox/index.js +5 -3
  15. package/combobox/index.js +8 -8
  16. package/custom-elements.json +246 -16
  17. package/data-grid/index.js +2 -2
  18. package/date-picker/index.js +9 -9
  19. package/dialog/index.js +6 -6
  20. package/divider/index.js +1 -1
  21. package/elevation/index.js +1 -1
  22. package/empty-state/index.js +2 -2
  23. package/fab/index.js +4 -4
  24. package/file-picker/index.js +5 -5
  25. package/focus/index.js +1 -1
  26. package/header/index.js +2 -2
  27. package/icon/index.js +1 -1
  28. package/index.js +59 -59
  29. package/layout/index.js +1 -1
  30. package/lib/calendar/calendar.d.ts +1 -1
  31. package/lib/date-picker/calendar/dateStr.d.ts +1 -0
  32. package/lib/date-picker/calendar/month.d.ts +1 -0
  33. package/lib/date-picker/calendar/year.d.ts +2 -0
  34. package/lib/date-picker/date-picker.d.ts +2 -0
  35. package/lib/icon/icon.d.ts +0 -1
  36. package/lib/listbox/listbox.d.ts +9 -1
  37. package/lib/text-field/text-field.d.ts +1 -0
  38. package/listbox/index.js +20 -16
  39. package/locales/en-GB.js +48 -14
  40. package/locales/en-US.js +48 -14
  41. package/locales/ja-JP.js +48 -14
  42. package/locales/zh-CN.js +48 -14
  43. package/menu/index.js +8 -8
  44. package/menu-item/index.js +4 -4
  45. package/nav/index.js +1 -1
  46. package/nav-disclosure/index.js +3 -3
  47. package/nav-item/index.js +3 -3
  48. package/note/index.js +2 -3
  49. package/number-field/index.js +6 -6
  50. package/option/index.js +3 -3
  51. package/package.json +2 -16
  52. package/pagination/index.js +5 -5
  53. package/popup/index.js +6 -6
  54. package/progress/index.js +1 -1
  55. package/progress-ring/index.js +1 -1
  56. package/radio/index.js +2 -2
  57. package/radio-group/index.js +1 -1
  58. package/select/index.js +8 -8
  59. package/shared/affix.js +25 -9
  60. package/shared/apply-mixins.js +1 -1
  61. package/shared/breadcrumb-item.js +5 -5
  62. package/shared/button.js +13 -13
  63. package/shared/calendar-event.js +36 -16
  64. package/shared/definition.js +133 -194
  65. package/shared/definition10.js +225 -40
  66. package/shared/definition11.js +36 -32
  67. package/shared/definition12.js +763 -98
  68. package/shared/definition13.js +125 -89
  69. package/shared/definition14.js +207 -27
  70. package/shared/definition15.js +710 -731
  71. package/shared/definition16.js +1289 -47
  72. package/shared/definition17.js +6113 -93
  73. package/shared/definition18.js +242 -164
  74. package/shared/definition19.js +47 -692
  75. package/shared/definition2.js +199 -117
  76. package/shared/definition20.js +59 -1671
  77. package/shared/definition21.js +95 -255
  78. package/shared/definition22.js +2218 -1167
  79. package/shared/definition23.js +61 -5784
  80. package/shared/definition24.js +28 -117
  81. package/shared/definition25.js +52 -66
  82. package/shared/definition26.js +391 -214
  83. package/shared/definition27.js +441 -34
  84. package/shared/definition28.js +85 -73
  85. package/shared/definition29.js +21 -2283
  86. package/shared/definition3.js +61 -24
  87. package/shared/definition30.js +13 -49
  88. package/shared/definition31.js +54 -39
  89. package/shared/definition32.js +413 -375
  90. package/shared/definition33.js +223 -304
  91. package/shared/definition34.js +197 -13
  92. package/shared/definition35.js +88 -73
  93. package/shared/definition36.js +75 -25
  94. package/shared/definition37.js +434 -34
  95. package/shared/definition38.js +32 -432
  96. package/shared/definition39.js +677 -187
  97. package/shared/definition4.js +157 -12
  98. package/shared/definition40.js +95 -48
  99. package/shared/definition41.js +577 -31
  100. package/shared/definition42.js +126 -424
  101. package/shared/definition43.js +114 -618
  102. package/shared/definition44.js +24 -80
  103. package/shared/definition45.js +71 -543
  104. package/shared/definition46.js +499 -92
  105. package/shared/definition47.js +19 -133
  106. package/shared/definition48.js +129 -52
  107. package/shared/definition49.js +281 -17
  108. package/shared/definition5.js +71 -36
  109. package/shared/definition50.js +153 -484
  110. package/shared/definition51.js +131 -98
  111. package/shared/definition52.js +131 -16
  112. package/shared/definition53.js +80 -264
  113. package/shared/definition54.js +293 -118
  114. package/shared/definition55.js +12 -117
  115. package/shared/definition56.js +39 -68
  116. package/shared/definition57.js +166 -288
  117. package/shared/definition6.js +56 -111
  118. package/shared/definition7.js +120 -195
  119. package/shared/definition8.js +58 -23
  120. package/shared/definition9.js +92 -66
  121. package/shared/focus.js +2 -1
  122. package/shared/focus2.js +1 -1
  123. package/shared/form-associated.js +2 -2
  124. package/shared/icon.js +48 -27
  125. package/shared/index.js +7 -27
  126. package/shared/index2.js +108 -80
  127. package/shared/key-codes.js +1 -1
  128. package/shared/listbox.js +88 -11
  129. package/shared/patterns/form-elements/form-elements.d.ts +4 -4
  130. package/shared/radio.js +23 -7
  131. package/shared/repeat.js +1 -1
  132. package/shared/text-anchor.js +21 -4
  133. package/shared/text-anchor.template.js +37 -40
  134. package/shared/text-field.js +2 -2
  135. package/shared/text-field2.js +15 -15
  136. package/shared/tree-item.js +12 -12
  137. package/side-drawer/index.js +1 -1
  138. package/slider/index.js +2 -2
  139. package/split-button/index.js +3 -3
  140. package/style.css +6097 -0
  141. package/styles/core/all.css +1 -1
  142. package/styles/core/theme.css +1 -1
  143. package/styles/core/typography.css +1 -1
  144. package/styles/tokens/theme-dark.css +4 -4
  145. package/styles/tokens/theme-light.css +4 -4
  146. package/styles/tokens/vivid-2-compat.css +1 -1
  147. package/switch/index.js +3 -3
  148. package/tab/index.js +3 -3
  149. package/tab-panel/index.js +1 -1
  150. package/tabs/index.js +5 -5
  151. package/tag/index.js +3 -3
  152. package/tag-group/index.js +1 -1
  153. package/text-anchor/index.js +1 -1
  154. package/text-area/index.js +3 -3
  155. package/text-field/index.js +3 -3
  156. package/toggletip/index.js +7 -7
  157. package/tooltip/index.js +7 -7
  158. package/tree-item/index.js +3 -3
  159. package/tree-view/index.js +1 -1
  160. package/lib/accordion/index.d.ts +0 -1
  161. package/lib/accordion-item/index.d.ts +0 -1
  162. package/lib/action-group/index.d.ts +0 -1
  163. package/lib/alert/index.d.ts +0 -1
  164. package/lib/avatar/index.d.ts +0 -1
  165. package/lib/badge/index.d.ts +0 -1
  166. package/lib/banner/index.d.ts +0 -1
  167. package/lib/breadcrumb/index.d.ts +0 -1
  168. package/lib/breadcrumb-item/index.d.ts +0 -1
  169. package/lib/button/index.d.ts +0 -1
  170. package/lib/calendar/index.d.ts +0 -1
  171. package/lib/calendar-event/index.d.ts +0 -1
  172. package/lib/card/index.d.ts +0 -1
  173. package/lib/checkbox/index.d.ts +0 -1
  174. package/lib/combobox/index.d.ts +0 -1
  175. package/lib/data-grid/index.d.ts +0 -1
  176. package/lib/date-picker/index.d.ts +0 -1
  177. package/lib/dialog/index.d.ts +0 -1
  178. package/lib/divider/index.d.ts +0 -1
  179. package/lib/elevation/index.d.ts +0 -1
  180. package/lib/empty-state/index.d.ts +0 -1
  181. package/lib/fab/index.d.ts +0 -1
  182. package/lib/file-picker/index.d.ts +0 -1
  183. package/lib/focus/index.d.ts +0 -1
  184. package/lib/header/index.d.ts +0 -1
  185. package/lib/icon/index.d.ts +0 -1
  186. package/lib/layout/index.d.ts +0 -1
  187. package/lib/listbox/index.d.ts +0 -1
  188. package/lib/menu/index.d.ts +0 -1
  189. package/lib/menu-item/index.d.ts +0 -1
  190. package/lib/nav/index.d.ts +0 -1
  191. package/lib/nav-disclosure/index.d.ts +0 -1
  192. package/lib/nav-item/index.d.ts +0 -1
  193. package/lib/note/index.d.ts +0 -1
  194. package/lib/number-field/index.d.ts +0 -1
  195. package/lib/option/index.d.ts +0 -1
  196. package/lib/pagination/index.d.ts +0 -1
  197. package/lib/popup/index.d.ts +0 -1
  198. package/lib/progress/index.d.ts +0 -1
  199. package/lib/progress-ring/index.d.ts +0 -1
  200. package/lib/radio/index.d.ts +0 -1
  201. package/lib/radio-group/index.d.ts +0 -1
  202. package/lib/select/index.d.ts +0 -1
  203. package/lib/side-drawer/index.d.ts +0 -1
  204. package/lib/slider/index.d.ts +0 -1
  205. package/lib/split-button/index.d.ts +0 -1
  206. package/lib/switch/index.d.ts +0 -1
  207. package/lib/tab/index.d.ts +0 -1
  208. package/lib/tab-panel/index.d.ts +0 -1
  209. package/lib/tabs/index.d.ts +0 -1
  210. package/lib/tag/index.d.ts +0 -1
  211. package/lib/tag-group/index.d.ts +0 -1
  212. package/lib/text-anchor/index.d.ts +0 -1
  213. package/lib/text-area/index.d.ts +0 -1
  214. package/lib/text-field/index.d.ts +0 -1
  215. package/lib/toggletip/index.d.ts +0 -1
  216. package/lib/tooltip/index.d.ts +0 -1
  217. package/lib/tree-item/index.d.ts +0 -1
  218. package/lib/tree-view/index.d.ts +0 -1
@@ -1,17 +1,17 @@
1
- import { r as registerAccordion } from '../shared/definition.js';
1
+ import { r as registerAccordion } from '../shared/definition2.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition2.js';
4
- import '../shared/definition3.js';
3
+ import '../shared/definition.js';
4
+ import '../shared/definition24.js';
5
5
  import '../shared/icon.js';
6
6
  import '../shared/_has.js';
7
7
  import '../shared/class-names.js';
8
8
  import '../shared/when.js';
9
- import '../shared/definition4.js';
9
+ import '../shared/definition55.js';
10
10
  import '../shared/focus.js';
11
11
  import '../shared/affix.js';
12
+ import '../shared/apply-mixins.js';
12
13
  import '../shared/start-end.js';
13
14
  import '../shared/ref.js';
14
- import '../shared/apply-mixins.js';
15
15
  import '../shared/focus2.js';
16
16
  import '../shared/key-codes.js';
17
17
  import '../shared/numbers.js';
@@ -1,16 +1,16 @@
1
- import { r as registerAccordionItem } from '../shared/definition2.js';
1
+ import { r as registerAccordionItem } from '../shared/definition.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition3.js';
3
+ import '../shared/definition24.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
6
6
  import '../shared/class-names.js';
7
7
  import '../shared/when.js';
8
- import '../shared/definition4.js';
8
+ import '../shared/definition55.js';
9
9
  import '../shared/focus.js';
10
10
  import '../shared/affix.js';
11
+ import '../shared/apply-mixins.js';
11
12
  import '../shared/start-end.js';
12
13
  import '../shared/ref.js';
13
- import '../shared/apply-mixins.js';
14
14
  import '../shared/focus2.js';
15
15
 
16
16
  registerAccordionItem();
@@ -1,4 +1,4 @@
1
- import { r as registerActionGroup } from '../shared/definition5.js';
1
+ import { r as registerActionGroup } from '../shared/definition3.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/class-names.js';
4
4
 
package/alert/index.js CHANGED
@@ -1,14 +1,14 @@
1
- import { r as registerAlert } from '../shared/definition6.js';
1
+ import { r as registerAlert } from '../shared/definition4.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition7.js';
4
- import '../shared/definition3.js';
3
+ import '../shared/definition10.js';
4
+ import '../shared/definition24.js';
5
5
  import '../shared/icon.js';
6
6
  import '../shared/_has.js';
7
7
  import '../shared/class-names.js';
8
8
  import '../shared/when.js';
9
- import '../shared/definition4.js';
9
+ import '../shared/definition55.js';
10
10
  import '../shared/focus.js';
11
- import '../shared/definition9.js';
11
+ import '../shared/definition35.js';
12
12
  import '../shared/base-progress.js';
13
13
  import '../shared/affix.js';
14
14
  import '../shared/button.js';
@@ -19,7 +19,7 @@ import '../shared/aria-global.js';
19
19
  import '../shared/start-end.js';
20
20
  import '../shared/ref.js';
21
21
  import '../shared/focus2.js';
22
- import '../shared/definition8.js';
22
+ import '../shared/definition56.js';
23
23
  import '../shared/index2.js';
24
24
  import '../locales/en-US.js';
25
25
 
package/avatar/index.js CHANGED
@@ -1,6 +1,6 @@
1
- import { r as registerAvatar } from '../shared/definition10.js';
1
+ import { r as registerAvatar } from '../shared/definition5.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition3.js';
3
+ import '../shared/definition24.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
6
6
  import '../shared/class-names.js';
package/badge/index.js CHANGED
@@ -1,6 +1,6 @@
1
- import { r as registerBadge } from '../shared/definition11.js';
1
+ import { r as registerBadge } from '../shared/definition6.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition3.js';
3
+ import '../shared/definition24.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
6
6
  import '../shared/class-names.js';
package/banner/index.js CHANGED
@@ -1,14 +1,14 @@
1
- import { r as registerBanner } from '../shared/definition12.js';
1
+ import { r as registerBanner } from '../shared/definition7.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition7.js';
4
- import '../shared/definition3.js';
3
+ import '../shared/definition10.js';
4
+ import '../shared/definition24.js';
5
5
  import '../shared/icon.js';
6
6
  import '../shared/_has.js';
7
7
  import '../shared/class-names.js';
8
8
  import '../shared/when.js';
9
- import '../shared/definition4.js';
9
+ import '../shared/definition55.js';
10
10
  import '../shared/focus.js';
11
- import '../shared/definition9.js';
11
+ import '../shared/definition35.js';
12
12
  import '../shared/base-progress.js';
13
13
  import '../shared/affix.js';
14
14
  import '../shared/button.js';
@@ -1,4 +1,4 @@
1
- import { r as registerBreadcrumb } from '../shared/definition13.js';
1
+ import { r as registerBreadcrumb } from '../shared/definition9.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/node-observation.js';
4
4
  import '../shared/slotted.js';
@@ -1,11 +1,11 @@
1
- import { r as registerBreadcrumbItem } from '../shared/definition14.js';
1
+ import { r as registerBreadcrumbItem } from '../shared/definition8.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition3.js';
3
+ import '../shared/definition24.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
6
6
  import '../shared/class-names.js';
7
7
  import '../shared/when.js';
8
- import '../shared/definition4.js';
8
+ import '../shared/definition55.js';
9
9
  import '../shared/focus.js';
10
10
  import '../shared/breadcrumb-item.js';
11
11
  import '../shared/anchor.js';
package/button/index.js CHANGED
@@ -1,13 +1,13 @@
1
- import { r as registerButton } from '../shared/definition7.js';
1
+ import { r as registerButton } from '../shared/definition10.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition3.js';
3
+ import '../shared/definition24.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
6
6
  import '../shared/class-names.js';
7
7
  import '../shared/when.js';
8
- import '../shared/definition4.js';
8
+ import '../shared/definition55.js';
9
9
  import '../shared/focus.js';
10
- import '../shared/definition9.js';
10
+ import '../shared/definition35.js';
11
11
  import '../shared/base-progress.js';
12
12
  import '../shared/affix.js';
13
13
  import '../shared/button.js';
package/calendar/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { r as registerCalendar } from '../shared/definition15.js';
1
+ import { r as registerCalendar } from '../shared/definition12.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/calendar-event.js';
4
4
  import '../shared/_has.js';
@@ -1,4 +1,4 @@
1
- import { r as registerCalendarEvent } from '../shared/definition16.js';
1
+ import { r as registerCalendarEvent } from '../shared/definition11.js';
2
2
  import '../shared/index.js';
3
3
  import '../shared/calendar-event.js';
4
4
  import '../shared/when.js';
package/card/index.js CHANGED
@@ -1,11 +1,11 @@
1
- import { r as registerCard } from '../shared/definition17.js';
1
+ import { r as registerCard } from '../shared/definition13.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition3.js';
3
+ import '../shared/definition24.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
6
6
  import '../shared/class-names.js';
7
7
  import '../shared/when.js';
8
- import '../shared/definition8.js';
8
+ import '../shared/definition56.js';
9
9
  import '../shared/slotted.js';
10
10
  import '../shared/node-observation.js';
11
11
 
package/checkbox/index.js CHANGED
@@ -1,11 +1,11 @@
1
- import { r as registerCheckbox } from '../shared/definition18.js';
1
+ import { r as registerCheckbox } from '../shared/definition14.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition3.js';
3
+ import '../shared/definition24.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
6
6
  import '../shared/class-names.js';
7
7
  import '../shared/when.js';
8
- import '../shared/definition4.js';
8
+ import '../shared/definition55.js';
9
9
  import '../shared/focus.js';
10
10
  import '../shared/affix.js';
11
11
  import '../shared/index2.js';
@@ -14,5 +14,7 @@ import '../shared/form-associated.js';
14
14
  import '../shared/key-codes.js';
15
15
  import '../shared/apply-mixins.js';
16
16
  import '../shared/focus2.js';
17
+ import '../shared/slotted.js';
18
+ import '../shared/node-observation.js';
17
19
 
18
20
  registerCheckbox();
package/combobox/index.js CHANGED
@@ -1,15 +1,15 @@
1
- import { r as registerCombobox } from '../shared/definition19.js';
1
+ import { r as registerCombobox } from '../shared/definition15.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition3.js';
3
+ import '../shared/definition24.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
6
6
  import '../shared/class-names.js';
7
7
  import '../shared/when.js';
8
- import '../shared/definition20.js';
9
- import '../shared/definition7.js';
10
- import '../shared/definition4.js';
8
+ import '../shared/definition57.js';
9
+ import '../shared/definition10.js';
10
+ import '../shared/definition55.js';
11
11
  import '../shared/focus.js';
12
- import '../shared/definition9.js';
12
+ import '../shared/definition35.js';
13
13
  import '../shared/base-progress.js';
14
14
  import '../shared/affix.js';
15
15
  import '../shared/button.js';
@@ -20,8 +20,8 @@ import '../shared/aria-global.js';
20
20
  import '../shared/start-end.js';
21
21
  import '../shared/ref.js';
22
22
  import '../shared/focus2.js';
23
- import '../shared/definition8.js';
24
- import '../shared/definition21.js';
23
+ import '../shared/definition56.js';
24
+ import '../shared/definition33.js';
25
25
  import '../shared/dom.js';
26
26
  import '../shared/index2.js';
27
27
  import '../locales/en-US.js';
@@ -3650,6 +3650,26 @@
3650
3650
  "description": "The error-text text of the date-picker.",
3651
3651
  "privacy": "public"
3652
3652
  },
3653
+ {
3654
+ "kind": "field",
3655
+ "name": "min",
3656
+ "type": {
3657
+ "text": "DateStr | null"
3658
+ },
3659
+ "default": "null",
3660
+ "description": "The earliest accepted date of the date-picker.",
3661
+ "privacy": "public"
3662
+ },
3663
+ {
3664
+ "kind": "field",
3665
+ "name": "max",
3666
+ "type": {
3667
+ "text": "DateStr | null"
3668
+ },
3669
+ "default": "null",
3670
+ "description": "The latest accepted date of the date-picker.",
3671
+ "privacy": "public"
3672
+ },
3653
3673
  {
3654
3674
  "kind": "field",
3655
3675
  "name": "value",
@@ -3692,6 +3712,34 @@
3692
3712
  "description": "Whether the date-picker is readonly.",
3693
3713
  "privacy": "public"
3694
3714
  },
3715
+ {
3716
+ "kind": "method",
3717
+ "name": "#getFocusableEls"
3718
+ },
3719
+ {
3720
+ "kind": "method",
3721
+ "name": "#isMonthAfterValidRange",
3722
+ "parameters": [
3723
+ {
3724
+ "name": "month",
3725
+ "type": {
3726
+ "text": "Month"
3727
+ }
3728
+ }
3729
+ ]
3730
+ },
3731
+ {
3732
+ "kind": "method",
3733
+ "name": "#isMonthBeforeValidRange",
3734
+ "parameters": [
3735
+ {
3736
+ "name": "month",
3737
+ "type": {
3738
+ "text": "Month"
3739
+ }
3740
+ }
3741
+ ]
3742
+ },
3695
3743
  {
3696
3744
  "kind": "field",
3697
3745
  "name": "#dismissOnClickOutside",
@@ -3746,6 +3794,22 @@
3746
3794
  "description": "The error-text text of the date-picker.",
3747
3795
  "fieldName": "errorText"
3748
3796
  },
3797
+ {
3798
+ "type": {
3799
+ "text": "DateStr | null"
3800
+ },
3801
+ "default": "null",
3802
+ "description": "The earliest accepted date of the date-picker.",
3803
+ "fieldName": "min"
3804
+ },
3805
+ {
3806
+ "type": {
3807
+ "text": "DateStr | null"
3808
+ },
3809
+ "default": "null",
3810
+ "description": "The latest accepted date of the date-picker.",
3811
+ "fieldName": "max"
3812
+ },
3749
3813
  {
3750
3814
  "type": {
3751
3815
  "text": "DateStr | null"
@@ -5177,14 +5241,6 @@
5177
5241
  "kind": "javascript-module",
5178
5242
  "path": "libs/components/src/lib/icon/icon.ts",
5179
5243
  "declarations": [
5180
- {
5181
- "kind": "variable",
5182
- "name": "ICON_SET_VERSION",
5183
- "type": {
5184
- "text": "string"
5185
- },
5186
- "default": "'4.2.3'"
5187
- },
5188
5244
  {
5189
5245
  "kind": "class",
5190
5246
  "description": "",
@@ -5298,14 +5354,6 @@
5298
5354
  }
5299
5355
  ],
5300
5356
  "exports": [
5301
- {
5302
- "kind": "js",
5303
- "name": "ICON_SET_VERSION",
5304
- "declaration": {
5305
- "name": "ICON_SET_VERSION",
5306
- "module": "libs/components/src/lib/icon/icon.ts"
5307
- }
5308
- },
5309
5357
  {
5310
5358
  "kind": "js",
5311
5359
  "name": "Icon",
@@ -5605,6 +5653,60 @@
5605
5653
  },
5606
5654
  "description": "The appearance the listbox should have.",
5607
5655
  "privacy": "public"
5656
+ },
5657
+ {
5658
+ "kind": "field",
5659
+ "name": "orientation",
5660
+ "type": {
5661
+ "text": "'horizontal' | 'vertical' | undefined"
5662
+ },
5663
+ "description": "The direction the listbox options should flow.",
5664
+ "privacy": "public"
5665
+ },
5666
+ {
5667
+ "kind": "method",
5668
+ "name": "orientationChanged",
5669
+ "return": {
5670
+ "type": {
5671
+ "text": "void"
5672
+ }
5673
+ }
5674
+ },
5675
+ {
5676
+ "kind": "field",
5677
+ "name": "shape",
5678
+ "type": {
5679
+ "text": "ListboxShape | undefined"
5680
+ },
5681
+ "description": "The shape the listbox should have.",
5682
+ "privacy": "public"
5683
+ },
5684
+ {
5685
+ "kind": "method",
5686
+ "name": "slottedOptionsChanged",
5687
+ "parameters": [
5688
+ {
5689
+ "name": "prev",
5690
+ "type": {
5691
+ "text": "Element[] | undefined"
5692
+ }
5693
+ },
5694
+ {
5695
+ "name": "next",
5696
+ "type": {
5697
+ "text": "Element[]"
5698
+ }
5699
+ }
5700
+ ]
5701
+ },
5702
+ {
5703
+ "kind": "method",
5704
+ "name": "#disableSlottedChildren",
5705
+ "return": {
5706
+ "type": {
5707
+ "text": "void"
5708
+ }
5709
+ }
5608
5710
  }
5609
5711
  ],
5610
5712
  "attributes": [
@@ -5615,6 +5717,22 @@
5615
5717
  },
5616
5718
  "description": "The appearance the listbox should have.",
5617
5719
  "fieldName": "appearance"
5720
+ },
5721
+ {
5722
+ "name": "orientation",
5723
+ "type": {
5724
+ "text": "'horizontal' | 'vertical' | undefined"
5725
+ },
5726
+ "description": "The direction the listbox options should flow.",
5727
+ "fieldName": "orientation"
5728
+ },
5729
+ {
5730
+ "name": "shape",
5731
+ "type": {
5732
+ "text": "ListboxShape | undefined"
5733
+ },
5734
+ "description": "The shape the listbox should have.",
5735
+ "fieldName": "shape"
5618
5736
  }
5619
5737
  ],
5620
5738
  "superclass": {
@@ -10471,6 +10589,16 @@
10471
10589
  "default": "var(--vvd-color-neutral-100)"
10472
10590
  }
10473
10591
  ],
10592
+ "slots": [
10593
+ {
10594
+ "description": "Used to add action items to the start of the text-field.",
10595
+ "name": "leading-action-items"
10596
+ },
10597
+ {
10598
+ "description": "Used to add action items to the end of the text-field.",
10599
+ "name": "action-items"
10600
+ }
10601
+ ],
10474
10602
  "members": [
10475
10603
  {
10476
10604
  "kind": "field",
@@ -10492,6 +10620,13 @@
10492
10620
  "type": {
10493
10621
  "text": "string | undefined"
10494
10622
  }
10623
+ },
10624
+ {
10625
+ "kind": "field",
10626
+ "name": "leadingActionItemsSlottedContent",
10627
+ "type": {
10628
+ "text": "HTMLElement[] | undefined"
10629
+ }
10495
10630
  }
10496
10631
  ],
10497
10632
  "attributes": [
@@ -11343,6 +11478,29 @@
11343
11478
  }
11344
11479
  ]
11345
11480
  },
11481
+ {
11482
+ "kind": "function",
11483
+ "name": "compareDateStr",
11484
+ "return": {
11485
+ "type": {
11486
+ "text": "number"
11487
+ }
11488
+ },
11489
+ "parameters": [
11490
+ {
11491
+ "name": "a",
11492
+ "type": {
11493
+ "text": "DateStr"
11494
+ }
11495
+ },
11496
+ {
11497
+ "name": "b",
11498
+ "type": {
11499
+ "text": "DateStr"
11500
+ }
11501
+ }
11502
+ ]
11503
+ },
11346
11504
  {
11347
11505
  "kind": "function",
11348
11506
  "name": "isValidDateStr",
@@ -11394,6 +11552,14 @@
11394
11552
  "module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
11395
11553
  }
11396
11554
  },
11555
+ {
11556
+ "kind": "js",
11557
+ "name": "compareDateStr",
11558
+ "declaration": {
11559
+ "name": "compareDateStr",
11560
+ "module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
11561
+ }
11562
+ },
11397
11563
  {
11398
11564
  "kind": "js",
11399
11565
  "name": "isValidDateStr",
@@ -11463,6 +11629,29 @@
11463
11629
  }
11464
11630
  ]
11465
11631
  },
11632
+ {
11633
+ "kind": "function",
11634
+ "name": "compareMonths",
11635
+ "return": {
11636
+ "type": {
11637
+ "text": "number"
11638
+ }
11639
+ },
11640
+ "parameters": [
11641
+ {
11642
+ "name": "a",
11643
+ "type": {
11644
+ "text": "Month"
11645
+ }
11646
+ },
11647
+ {
11648
+ "name": "b",
11649
+ "type": {
11650
+ "text": "Month"
11651
+ }
11652
+ }
11653
+ ]
11654
+ },
11466
11655
  {
11467
11656
  "kind": "function",
11468
11657
  "name": "areMonthsEqual",
@@ -11529,6 +11718,14 @@
11529
11718
  "module": "libs/components/src/lib/date-picker/calendar/month.ts"
11530
11719
  }
11531
11720
  },
11721
+ {
11722
+ "kind": "js",
11723
+ "name": "compareMonths",
11724
+ "declaration": {
11725
+ "name": "compareMonths",
11726
+ "module": "libs/components/src/lib/date-picker/calendar/month.ts"
11727
+ }
11728
+ },
11532
11729
  {
11533
11730
  "kind": "js",
11534
11731
  "name": "areMonthsEqual",
@@ -11672,6 +11869,39 @@
11672
11869
  }
11673
11870
  }
11674
11871
  ]
11872
+ },
11873
+ {
11874
+ "kind": "javascript-module",
11875
+ "path": "libs/components/src/lib/date-picker/calendar/year.ts",
11876
+ "declarations": [
11877
+ {
11878
+ "kind": "function",
11879
+ "name": "yearOfDate",
11880
+ "return": {
11881
+ "type": {
11882
+ "text": "number"
11883
+ }
11884
+ },
11885
+ "parameters": [
11886
+ {
11887
+ "name": "dateStr",
11888
+ "type": {
11889
+ "text": "DateStr"
11890
+ }
11891
+ }
11892
+ ]
11893
+ }
11894
+ ],
11895
+ "exports": [
11896
+ {
11897
+ "kind": "js",
11898
+ "name": "yearOfDate",
11899
+ "declaration": {
11900
+ "name": "yearOfDate",
11901
+ "module": "libs/components/src/lib/date-picker/calendar/year.ts"
11902
+ }
11903
+ }
11904
+ ]
11675
11905
  }
11676
11906
  ]
11677
11907
  }
@@ -1,5 +1,5 @@
1
- import { r as registerDataGrid } from '../shared/definition22.js';
2
- import '../shared/definition3.js';
1
+ import { r as registerDataGrid } from '../shared/definition16.js';
2
+ import '../shared/definition24.js';
3
3
  import '../shared/index.js';
4
4
  import '../shared/icon.js';
5
5
  import '../shared/_has.js';
@@ -1,15 +1,15 @@
1
- import { r as registerDatePicker } from '../shared/definition23.js';
1
+ import { r as registerDatePicker } from '../shared/definition17.js';
2
2
  import '../shared/index.js';
3
- import '../shared/definition20.js';
4
- import '../shared/definition7.js';
5
- import '../shared/definition3.js';
3
+ import '../shared/definition57.js';
4
+ import '../shared/definition10.js';
5
+ import '../shared/definition24.js';
6
6
  import '../shared/icon.js';
7
7
  import '../shared/_has.js';
8
8
  import '../shared/class-names.js';
9
9
  import '../shared/when.js';
10
- import '../shared/definition4.js';
10
+ import '../shared/definition55.js';
11
11
  import '../shared/focus.js';
12
- import '../shared/definition9.js';
12
+ import '../shared/definition35.js';
13
13
  import '../shared/base-progress.js';
14
14
  import '../shared/affix.js';
15
15
  import '../shared/button.js';
@@ -20,15 +20,15 @@ import '../shared/aria-global.js';
20
20
  import '../shared/start-end.js';
21
21
  import '../shared/ref.js';
22
22
  import '../shared/focus2.js';
23
- import '../shared/definition8.js';
24
- import '../shared/definition24.js';
23
+ import '../shared/definition56.js';
24
+ import '../shared/definition50.js';
25
25
  import '../shared/index2.js';
26
26
  import '../locales/en-US.js';
27
27
  import '../shared/text-field2.js';
28
28
  import '../shared/text-field.js';
29
29
  import '../shared/slotted.js';
30
30
  import '../shared/node-observation.js';
31
- import '../shared/definition25.js';
31
+ import '../shared/definition19.js';
32
32
  import '../shared/aria.js';
33
33
  import '../shared/repeat.js';
34
34