@vonage/vivid 3.32.0 → 3.35.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 (221) 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 +256 -18
  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/avatar/avatar.d.ts +1 -1
  31. package/lib/calendar/calendar.d.ts +1 -1
  32. package/lib/date-picker/calendar/dateStr.d.ts +1 -0
  33. package/lib/date-picker/calendar/month.d.ts +1 -0
  34. package/lib/date-picker/calendar/year.d.ts +2 -0
  35. package/lib/date-picker/date-picker.d.ts +2 -0
  36. package/lib/icon/icon.d.ts +0 -1
  37. package/lib/listbox/listbox.d.ts +9 -1
  38. package/lib/progress-ring/progress-ring.d.ts +1 -1
  39. package/lib/text-field/text-field.d.ts +1 -0
  40. package/listbox/index.js +20 -16
  41. package/locales/en-GB.js +48 -14
  42. package/locales/en-US.js +48 -14
  43. package/locales/ja-JP.js +48 -14
  44. package/locales/zh-CN.js +48 -14
  45. package/menu/index.js +8 -8
  46. package/menu-item/index.js +4 -4
  47. package/nav/index.js +1 -1
  48. package/nav-disclosure/index.js +3 -3
  49. package/nav-item/index.js +3 -3
  50. package/note/index.js +2 -3
  51. package/number-field/index.js +6 -6
  52. package/option/index.js +3 -3
  53. package/package.json +2 -16
  54. package/pagination/index.js +5 -5
  55. package/popup/index.js +6 -6
  56. package/progress/index.js +1 -1
  57. package/progress-ring/index.js +1 -1
  58. package/radio/index.js +2 -2
  59. package/radio-group/index.js +1 -1
  60. package/select/index.js +8 -8
  61. package/shared/affix.js +25 -9
  62. package/shared/apply-mixins.js +1 -1
  63. package/shared/breadcrumb-item.js +5 -5
  64. package/shared/button.js +13 -13
  65. package/shared/calendar-event.js +36 -16
  66. package/shared/definition.js +133 -194
  67. package/shared/definition10.js +225 -40
  68. package/shared/definition11.js +36 -32
  69. package/shared/definition12.js +763 -98
  70. package/shared/definition13.js +125 -89
  71. package/shared/definition14.js +207 -27
  72. package/shared/definition15.js +710 -731
  73. package/shared/definition16.js +1289 -47
  74. package/shared/definition17.js +6113 -93
  75. package/shared/definition18.js +242 -164
  76. package/shared/definition19.js +47 -692
  77. package/shared/definition2.js +199 -117
  78. package/shared/definition20.js +59 -1671
  79. package/shared/definition21.js +95 -255
  80. package/shared/definition22.js +2218 -1167
  81. package/shared/definition23.js +61 -5784
  82. package/shared/definition24.js +28 -117
  83. package/shared/definition25.js +52 -66
  84. package/shared/definition26.js +391 -214
  85. package/shared/definition27.js +441 -34
  86. package/shared/definition28.js +85 -73
  87. package/shared/definition29.js +21 -2283
  88. package/shared/definition3.js +61 -24
  89. package/shared/definition30.js +13 -49
  90. package/shared/definition31.js +54 -39
  91. package/shared/definition32.js +413 -375
  92. package/shared/definition33.js +223 -304
  93. package/shared/definition34.js +197 -13
  94. package/shared/definition35.js +88 -73
  95. package/shared/definition36.js +75 -25
  96. package/shared/definition37.js +434 -34
  97. package/shared/definition38.js +32 -432
  98. package/shared/definition39.js +677 -187
  99. package/shared/definition4.js +157 -12
  100. package/shared/definition40.js +95 -48
  101. package/shared/definition41.js +577 -31
  102. package/shared/definition42.js +126 -424
  103. package/shared/definition43.js +114 -618
  104. package/shared/definition44.js +24 -80
  105. package/shared/definition45.js +71 -543
  106. package/shared/definition46.js +499 -92
  107. package/shared/definition47.js +19 -133
  108. package/shared/definition48.js +129 -52
  109. package/shared/definition49.js +281 -17
  110. package/shared/definition5.js +71 -36
  111. package/shared/definition50.js +153 -484
  112. package/shared/definition51.js +131 -98
  113. package/shared/definition52.js +131 -16
  114. package/shared/definition53.js +80 -264
  115. package/shared/definition54.js +293 -118
  116. package/shared/definition55.js +12 -117
  117. package/shared/definition56.js +39 -68
  118. package/shared/definition57.js +166 -288
  119. package/shared/definition6.js +56 -111
  120. package/shared/definition7.js +120 -195
  121. package/shared/definition8.js +58 -23
  122. package/shared/definition9.js +92 -66
  123. package/shared/focus.js +2 -1
  124. package/shared/focus2.js +1 -1
  125. package/shared/form-associated.js +2 -2
  126. package/shared/icon.js +48 -27
  127. package/shared/index.js +7 -27
  128. package/shared/index2.js +108 -80
  129. package/shared/key-codes.js +1 -1
  130. package/shared/listbox.js +88 -11
  131. package/shared/patterns/form-elements/form-elements.d.ts +4 -4
  132. package/shared/radio.js +23 -7
  133. package/shared/repeat.js +1 -1
  134. package/shared/text-anchor.js +21 -4
  135. package/shared/text-anchor.template.js +37 -40
  136. package/shared/text-field.js +2 -2
  137. package/shared/text-field2.js +15 -15
  138. package/shared/tree-item.js +12 -12
  139. package/side-drawer/index.js +1 -1
  140. package/slider/index.js +2 -2
  141. package/split-button/index.js +3 -3
  142. package/style.css +6106 -0
  143. package/styles/core/all.css +1 -1
  144. package/styles/core/theme.css +1 -1
  145. package/styles/core/typography.css +1 -1
  146. package/styles/tokens/theme-dark.css +4 -4
  147. package/styles/tokens/theme-light.css +4 -4
  148. package/styles/tokens/vivid-2-compat.css +1 -1
  149. package/switch/index.js +3 -3
  150. package/tab/index.js +3 -3
  151. package/tab-panel/index.js +1 -1
  152. package/tabs/index.js +5 -5
  153. package/tag/index.js +3 -3
  154. package/tag-group/index.js +1 -1
  155. package/text-anchor/index.js +1 -1
  156. package/text-area/index.js +3 -3
  157. package/text-field/index.js +3 -3
  158. package/toggletip/index.js +7 -7
  159. package/tooltip/index.js +7 -7
  160. package/tree-item/index.js +3 -3
  161. package/tree-view/index.js +1 -1
  162. package/vivid.api.json +10 -1
  163. package/lib/accordion/index.d.ts +0 -1
  164. package/lib/accordion-item/index.d.ts +0 -1
  165. package/lib/action-group/index.d.ts +0 -1
  166. package/lib/alert/index.d.ts +0 -1
  167. package/lib/avatar/index.d.ts +0 -1
  168. package/lib/badge/index.d.ts +0 -1
  169. package/lib/banner/index.d.ts +0 -1
  170. package/lib/breadcrumb/index.d.ts +0 -1
  171. package/lib/breadcrumb-item/index.d.ts +0 -1
  172. package/lib/button/index.d.ts +0 -1
  173. package/lib/calendar/index.d.ts +0 -1
  174. package/lib/calendar-event/index.d.ts +0 -1
  175. package/lib/card/index.d.ts +0 -1
  176. package/lib/checkbox/index.d.ts +0 -1
  177. package/lib/combobox/index.d.ts +0 -1
  178. package/lib/data-grid/index.d.ts +0 -1
  179. package/lib/date-picker/index.d.ts +0 -1
  180. package/lib/dialog/index.d.ts +0 -1
  181. package/lib/divider/index.d.ts +0 -1
  182. package/lib/elevation/index.d.ts +0 -1
  183. package/lib/empty-state/index.d.ts +0 -1
  184. package/lib/fab/index.d.ts +0 -1
  185. package/lib/file-picker/index.d.ts +0 -1
  186. package/lib/focus/index.d.ts +0 -1
  187. package/lib/header/index.d.ts +0 -1
  188. package/lib/icon/index.d.ts +0 -1
  189. package/lib/layout/index.d.ts +0 -1
  190. package/lib/listbox/index.d.ts +0 -1
  191. package/lib/menu/index.d.ts +0 -1
  192. package/lib/menu-item/index.d.ts +0 -1
  193. package/lib/nav/index.d.ts +0 -1
  194. package/lib/nav-disclosure/index.d.ts +0 -1
  195. package/lib/nav-item/index.d.ts +0 -1
  196. package/lib/note/index.d.ts +0 -1
  197. package/lib/number-field/index.d.ts +0 -1
  198. package/lib/option/index.d.ts +0 -1
  199. package/lib/pagination/index.d.ts +0 -1
  200. package/lib/popup/index.d.ts +0 -1
  201. package/lib/progress/index.d.ts +0 -1
  202. package/lib/progress-ring/index.d.ts +0 -1
  203. package/lib/radio/index.d.ts +0 -1
  204. package/lib/radio-group/index.d.ts +0 -1
  205. package/lib/select/index.d.ts +0 -1
  206. package/lib/side-drawer/index.d.ts +0 -1
  207. package/lib/slider/index.d.ts +0 -1
  208. package/lib/split-button/index.d.ts +0 -1
  209. package/lib/switch/index.d.ts +0 -1
  210. package/lib/tab/index.d.ts +0 -1
  211. package/lib/tab-panel/index.d.ts +0 -1
  212. package/lib/tabs/index.d.ts +0 -1
  213. package/lib/tag/index.d.ts +0 -1
  214. package/lib/tag-group/index.d.ts +0 -1
  215. package/lib/text-anchor/index.d.ts +0 -1
  216. package/lib/text-area/index.d.ts +0 -1
  217. package/lib/text-field/index.d.ts +0 -1
  218. package/lib/toggletip/index.d.ts +0 -1
  219. package/lib/tooltip/index.d.ts +0 -1
  220. package/lib/tree-item/index.d.ts +0 -1
  221. 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';
@@ -752,6 +752,10 @@
752
752
  "name": "--vvd-avatar-cta-pale",
753
753
  "default": "var(--vvd-color-cta-300)"
754
754
  },
755
+ {
756
+ "name": "--vvd-avatar-cta-soft",
757
+ "default": "var(--vvd-color-cta-100)"
758
+ },
755
759
  {
756
760
  "name": "--vvd-avatar-accent-primary",
757
761
  "default": "var(--vvd-color-canvas-text)"
@@ -771,6 +775,10 @@
771
775
  {
772
776
  "name": "--vvd-avatar-accent-pale",
773
777
  "default": "var(--vvd-color-neutral-300)"
778
+ },
779
+ {
780
+ "name": "--vvd-avatar-accent-soft",
781
+ "default": "var(--vvd-color-neutral-100)"
774
782
  }
775
783
  ],
776
784
  "slots": [
@@ -3650,6 +3658,26 @@
3650
3658
  "description": "The error-text text of the date-picker.",
3651
3659
  "privacy": "public"
3652
3660
  },
3661
+ {
3662
+ "kind": "field",
3663
+ "name": "min",
3664
+ "type": {
3665
+ "text": "DateStr | null"
3666
+ },
3667
+ "default": "null",
3668
+ "description": "The earliest accepted date of the date-picker.",
3669
+ "privacy": "public"
3670
+ },
3671
+ {
3672
+ "kind": "field",
3673
+ "name": "max",
3674
+ "type": {
3675
+ "text": "DateStr | null"
3676
+ },
3677
+ "default": "null",
3678
+ "description": "The latest accepted date of the date-picker.",
3679
+ "privacy": "public"
3680
+ },
3653
3681
  {
3654
3682
  "kind": "field",
3655
3683
  "name": "value",
@@ -3692,6 +3720,34 @@
3692
3720
  "description": "Whether the date-picker is readonly.",
3693
3721
  "privacy": "public"
3694
3722
  },
3723
+ {
3724
+ "kind": "method",
3725
+ "name": "#getFocusableEls"
3726
+ },
3727
+ {
3728
+ "kind": "method",
3729
+ "name": "#isMonthAfterValidRange",
3730
+ "parameters": [
3731
+ {
3732
+ "name": "month",
3733
+ "type": {
3734
+ "text": "Month"
3735
+ }
3736
+ }
3737
+ ]
3738
+ },
3739
+ {
3740
+ "kind": "method",
3741
+ "name": "#isMonthBeforeValidRange",
3742
+ "parameters": [
3743
+ {
3744
+ "name": "month",
3745
+ "type": {
3746
+ "text": "Month"
3747
+ }
3748
+ }
3749
+ ]
3750
+ },
3695
3751
  {
3696
3752
  "kind": "field",
3697
3753
  "name": "#dismissOnClickOutside",
@@ -3746,6 +3802,22 @@
3746
3802
  "description": "The error-text text of the date-picker.",
3747
3803
  "fieldName": "errorText"
3748
3804
  },
3805
+ {
3806
+ "type": {
3807
+ "text": "DateStr | null"
3808
+ },
3809
+ "default": "null",
3810
+ "description": "The earliest accepted date of the date-picker.",
3811
+ "fieldName": "min"
3812
+ },
3813
+ {
3814
+ "type": {
3815
+ "text": "DateStr | null"
3816
+ },
3817
+ "default": "null",
3818
+ "description": "The latest accepted date of the date-picker.",
3819
+ "fieldName": "max"
3820
+ },
3749
3821
  {
3750
3822
  "type": {
3751
3823
  "text": "DateStr | null"
@@ -5177,14 +5249,6 @@
5177
5249
  "kind": "javascript-module",
5178
5250
  "path": "libs/components/src/lib/icon/icon.ts",
5179
5251
  "declarations": [
5180
- {
5181
- "kind": "variable",
5182
- "name": "ICON_SET_VERSION",
5183
- "type": {
5184
- "text": "string"
5185
- },
5186
- "default": "'4.2.3'"
5187
- },
5188
5252
  {
5189
5253
  "kind": "class",
5190
5254
  "description": "",
@@ -5298,14 +5362,6 @@
5298
5362
  }
5299
5363
  ],
5300
5364
  "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
5365
  {
5310
5366
  "kind": "js",
5311
5367
  "name": "Icon",
@@ -5605,6 +5661,60 @@
5605
5661
  },
5606
5662
  "description": "The appearance the listbox should have.",
5607
5663
  "privacy": "public"
5664
+ },
5665
+ {
5666
+ "kind": "field",
5667
+ "name": "orientation",
5668
+ "type": {
5669
+ "text": "'horizontal' | 'vertical' | undefined"
5670
+ },
5671
+ "description": "The direction the listbox options should flow.",
5672
+ "privacy": "public"
5673
+ },
5674
+ {
5675
+ "kind": "method",
5676
+ "name": "orientationChanged",
5677
+ "return": {
5678
+ "type": {
5679
+ "text": "void"
5680
+ }
5681
+ }
5682
+ },
5683
+ {
5684
+ "kind": "field",
5685
+ "name": "shape",
5686
+ "type": {
5687
+ "text": "ListboxShape | undefined"
5688
+ },
5689
+ "description": "The shape the listbox should have.",
5690
+ "privacy": "public"
5691
+ },
5692
+ {
5693
+ "kind": "method",
5694
+ "name": "slottedOptionsChanged",
5695
+ "parameters": [
5696
+ {
5697
+ "name": "prev",
5698
+ "type": {
5699
+ "text": "Element[] | undefined"
5700
+ }
5701
+ },
5702
+ {
5703
+ "name": "next",
5704
+ "type": {
5705
+ "text": "Element[]"
5706
+ }
5707
+ }
5708
+ ]
5709
+ },
5710
+ {
5711
+ "kind": "method",
5712
+ "name": "#disableSlottedChildren",
5713
+ "return": {
5714
+ "type": {
5715
+ "text": "void"
5716
+ }
5717
+ }
5608
5718
  }
5609
5719
  ],
5610
5720
  "attributes": [
@@ -5615,6 +5725,22 @@
5615
5725
  },
5616
5726
  "description": "The appearance the listbox should have.",
5617
5727
  "fieldName": "appearance"
5728
+ },
5729
+ {
5730
+ "name": "orientation",
5731
+ "type": {
5732
+ "text": "'horizontal' | 'vertical' | undefined"
5733
+ },
5734
+ "description": "The direction the listbox options should flow.",
5735
+ "fieldName": "orientation"
5736
+ },
5737
+ {
5738
+ "name": "shape",
5739
+ "type": {
5740
+ "text": "ListboxShape | undefined"
5741
+ },
5742
+ "description": "The shape the listbox should have.",
5743
+ "fieldName": "shape"
5618
5744
  }
5619
5745
  ],
5620
5746
  "superclass": {
@@ -7829,7 +7955,7 @@
7829
7955
  "kind": "field",
7830
7956
  "name": "size",
7831
7957
  "type": {
7832
- "text": "-5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
7958
+ "text": "-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
7833
7959
  }
7834
7960
  }
7835
7961
  ],
@@ -7844,7 +7970,7 @@
7844
7970
  {
7845
7971
  "name": "size",
7846
7972
  "type": {
7847
- "text": "-5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
7973
+ "text": "-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
7848
7974
  },
7849
7975
  "fieldName": "size"
7850
7976
  }
@@ -10471,6 +10597,16 @@
10471
10597
  "default": "var(--vvd-color-neutral-100)"
10472
10598
  }
10473
10599
  ],
10600
+ "slots": [
10601
+ {
10602
+ "description": "Used to add action items to the start of the text-field.",
10603
+ "name": "leading-action-items"
10604
+ },
10605
+ {
10606
+ "description": "Used to add action items to the end of the text-field.",
10607
+ "name": "action-items"
10608
+ }
10609
+ ],
10474
10610
  "members": [
10475
10611
  {
10476
10612
  "kind": "field",
@@ -10492,6 +10628,13 @@
10492
10628
  "type": {
10493
10629
  "text": "string | undefined"
10494
10630
  }
10631
+ },
10632
+ {
10633
+ "kind": "field",
10634
+ "name": "leadingActionItemsSlottedContent",
10635
+ "type": {
10636
+ "text": "HTMLElement[] | undefined"
10637
+ }
10495
10638
  }
10496
10639
  ],
10497
10640
  "attributes": [
@@ -11343,6 +11486,29 @@
11343
11486
  }
11344
11487
  ]
11345
11488
  },
11489
+ {
11490
+ "kind": "function",
11491
+ "name": "compareDateStr",
11492
+ "return": {
11493
+ "type": {
11494
+ "text": "number"
11495
+ }
11496
+ },
11497
+ "parameters": [
11498
+ {
11499
+ "name": "a",
11500
+ "type": {
11501
+ "text": "DateStr"
11502
+ }
11503
+ },
11504
+ {
11505
+ "name": "b",
11506
+ "type": {
11507
+ "text": "DateStr"
11508
+ }
11509
+ }
11510
+ ]
11511
+ },
11346
11512
  {
11347
11513
  "kind": "function",
11348
11514
  "name": "isValidDateStr",
@@ -11394,6 +11560,14 @@
11394
11560
  "module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
11395
11561
  }
11396
11562
  },
11563
+ {
11564
+ "kind": "js",
11565
+ "name": "compareDateStr",
11566
+ "declaration": {
11567
+ "name": "compareDateStr",
11568
+ "module": "libs/components/src/lib/date-picker/calendar/dateStr.ts"
11569
+ }
11570
+ },
11397
11571
  {
11398
11572
  "kind": "js",
11399
11573
  "name": "isValidDateStr",
@@ -11463,6 +11637,29 @@
11463
11637
  }
11464
11638
  ]
11465
11639
  },
11640
+ {
11641
+ "kind": "function",
11642
+ "name": "compareMonths",
11643
+ "return": {
11644
+ "type": {
11645
+ "text": "number"
11646
+ }
11647
+ },
11648
+ "parameters": [
11649
+ {
11650
+ "name": "a",
11651
+ "type": {
11652
+ "text": "Month"
11653
+ }
11654
+ },
11655
+ {
11656
+ "name": "b",
11657
+ "type": {
11658
+ "text": "Month"
11659
+ }
11660
+ }
11661
+ ]
11662
+ },
11466
11663
  {
11467
11664
  "kind": "function",
11468
11665
  "name": "areMonthsEqual",
@@ -11529,6 +11726,14 @@
11529
11726
  "module": "libs/components/src/lib/date-picker/calendar/month.ts"
11530
11727
  }
11531
11728
  },
11729
+ {
11730
+ "kind": "js",
11731
+ "name": "compareMonths",
11732
+ "declaration": {
11733
+ "name": "compareMonths",
11734
+ "module": "libs/components/src/lib/date-picker/calendar/month.ts"
11735
+ }
11736
+ },
11532
11737
  {
11533
11738
  "kind": "js",
11534
11739
  "name": "areMonthsEqual",
@@ -11672,6 +11877,39 @@
11672
11877
  }
11673
11878
  }
11674
11879
  ]
11880
+ },
11881
+ {
11882
+ "kind": "javascript-module",
11883
+ "path": "libs/components/src/lib/date-picker/calendar/year.ts",
11884
+ "declarations": [
11885
+ {
11886
+ "kind": "function",
11887
+ "name": "yearOfDate",
11888
+ "return": {
11889
+ "type": {
11890
+ "text": "number"
11891
+ }
11892
+ },
11893
+ "parameters": [
11894
+ {
11895
+ "name": "dateStr",
11896
+ "type": {
11897
+ "text": "DateStr"
11898
+ }
11899
+ }
11900
+ ]
11901
+ }
11902
+ ],
11903
+ "exports": [
11904
+ {
11905
+ "kind": "js",
11906
+ "name": "yearOfDate",
11907
+ "declaration": {
11908
+ "name": "yearOfDate",
11909
+ "module": "libs/components/src/lib/date-picker/calendar/year.ts"
11910
+ }
11911
+ }
11912
+ ]
11675
11913
  }
11676
11914
  ]
11677
11915
  }
@@ -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';