@cnamts/synapse 1.0.22 → 1.0.23

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 (190) hide show
  1. package/dist/{DateFilter-B5n-ZkLi.js → DateFilter-Dc-gSGwk.js} +1 -1
  2. package/dist/{NumberFilter-CtiZ9uj8.js → NumberFilter-vP38Wp6j.js} +1 -1
  3. package/dist/{PeriodFilter-DzqiMb-b.js → PeriodFilter-Ba1uYUnT.js} +1 -1
  4. package/dist/{SelectFilter-BOYlF7rX.js → SelectFilter-BioGT6Nn.js} +1 -1
  5. package/dist/{TextFilter-BOFRNfcX.js → TextFilter-B84dpnoq.js} +1 -1
  6. package/dist/components/Accordion/Accordion.d.ts +13 -2
  7. package/dist/components/Accordion/composables/useAccordionState.d.ts +2 -1
  8. package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +7 -7
  9. package/dist/components/Amelipro/AmeliproCheckbox/AmeliproCheckbox.d.ts +1 -1
  10. package/dist/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.d.ts +1 -1
  11. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +1 -1
  12. package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +7 -7
  13. package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +16 -16
  14. package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +1 -1
  15. package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +1 -1
  16. package/dist/components/Customs/Selects/SyAutocomplete/SyAutocomplete.d.ts +22 -1
  17. package/dist/components/Customs/Selects/SyAutocomplete/locales.d.ts +5 -0
  18. package/dist/components/Customs/Selects/SyInputSelect/SyInputSelect.d.ts +1 -1
  19. package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +1 -1
  20. package/dist/components/Customs/Selects/SySelect/locales.d.ts +1 -0
  21. package/dist/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.d.ts +1 -1
  22. package/dist/components/Customs/SyCheckbox/SyCheckbox.d.ts +1 -1
  23. package/dist/components/Customs/SyRadioGroup/SyRadioGroup.d.ts +1 -1
  24. package/dist/components/Customs/SyTextField/SyTextField.d.ts +5 -2
  25. package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +13 -9
  26. package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +7 -5
  27. package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +2 -1
  28. package/dist/components/ErrorPage/ErrorPage.d.ts +3 -1
  29. package/dist/components/FileList/UploadItem/UploadItem.d.ts +6 -0
  30. package/dist/components/FileList/UploadItem/locales.d.ts +1 -4
  31. package/dist/components/FileUpload/FileUploadContent.d.ts +2 -0
  32. package/dist/components/FileUpload/validateFiles.d.ts +2 -1
  33. package/dist/components/HeaderBar/HeaderBar.d.ts +2 -1
  34. package/dist/components/HeaderBar/HeaderLogo/HeaderLogo.d.ts +2 -1
  35. package/dist/components/HeaderNavigationBar/HeaderNavigationBar.d.ts +2 -1
  36. package/dist/components/MonthPicker/MonthPicker.d.ts +1939 -0
  37. package/dist/components/MonthPicker/MonthPickerText/MonthPickerInput.d.ts +1899 -0
  38. package/dist/components/MonthPicker/MonthPickerText/useTextField.d.ts +21 -0
  39. package/dist/components/MonthPicker/MonthPickerVisual/MonthPickerVisual.d.ts +21 -0
  40. package/dist/components/MonthPicker/MonthPickerVisual/MonthPickerVisualProps.d.ts +12 -0
  41. package/dist/components/MonthPicker/MonthPickerVisual/MonthSelector.d.ts +11 -0
  42. package/dist/components/MonthPicker/MonthPickerVisual/VisualPickerFooter.d.ts +6 -0
  43. package/dist/components/MonthPicker/MonthPickerVisual/VisualPickerHeader.d.ts +14 -0
  44. package/dist/components/MonthPicker/MonthPickerVisual/YearSelector.d.ts +14 -0
  45. package/dist/components/MonthPicker/MonthPickerVisual/useMonthGrid.d.ts +9 -0
  46. package/dist/components/MonthPicker/MonthPickerVisual/useYearGrid.d.ts +8 -0
  47. package/dist/components/MonthPicker/MonthPickerVisual/utils.d.ts +8 -0
  48. package/dist/components/MonthPicker/locales.d.ts +12 -0
  49. package/dist/components/MonthPicker/useMonthPickerValidation.d.ts +25 -0
  50. package/dist/components/NirField/NirField.d.ts +3 -1
  51. package/dist/components/NotificationBar/Notification/Notification.d.ts +3 -0
  52. package/dist/components/PasswordField/PasswordField.d.ts +1 -1
  53. package/dist/components/PeriodField/PeriodField.d.ts +29 -21
  54. package/dist/components/PhoneField/PhoneField.d.ts +2 -1
  55. package/dist/components/SyBtnMenu/SyBtnMenu.d.ts +1 -1
  56. package/dist/components/SyHeading/SyHeading.a11y.test.d.ts +1 -0
  57. package/dist/components/SyHeading/SyHeading.d.ts +4 -2
  58. package/dist/components/SyHeading/SyHeading.test.d.ts +1 -0
  59. package/dist/components/SyTextArea/SyTextArea.d.ts +1 -1
  60. package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +4 -4
  61. package/dist/components/Tables/SyTable/SyTable.d.ts +4 -4
  62. package/dist/components/Tables/common/SyTablePagination.d.ts +6 -6
  63. package/dist/components/index.d.ts +1 -0
  64. package/dist/design-system-v3.js +102 -99
  65. package/dist/design-system-v3.umd.cjs +126 -126
  66. package/dist/designTokens/tokens/cnam/cnamContextual.d.ts +5 -0
  67. package/dist/{main-CEl4J8_T.js → main-aLKwdMi1.js} +11167 -10522
  68. package/dist/main.d.ts +1 -0
  69. package/dist/style.css +1 -1
  70. package/package.json +10 -4
  71. package/src/assets/apTokens.scss +2 -2
  72. package/src/assets/overrides/_btns.scss +8 -0
  73. package/src/assets/overrides/_forms.scss +9 -0
  74. package/src/assets/overrides/_icons.scss +38 -9
  75. package/src/assets/overrides/_tables.scss +19 -0
  76. package/src/components/Accordion/Accordion.mdx +23 -9
  77. package/src/components/Accordion/Accordion.stories.ts +153 -3
  78. package/src/components/Accordion/Accordion.vue +7 -6
  79. package/src/components/Accordion/composables/__tests__/useAccordionState.spec.ts +40 -12
  80. package/src/components/Accordion/composables/useAccordionState.ts +3 -4
  81. package/src/components/Accordion/tests/accordion.spec.ts +131 -19
  82. package/src/components/Amelipro/AmeliproPagination/AmeliproPagination.mdx +3 -1
  83. package/src/components/Amelipro/AmeliproPagination/AmeliproPagination.stories.ts +8 -0
  84. package/src/components/BackBtn/accessibilite/Accessibility.mdx +62 -10
  85. package/src/components/BackToTopBtn/BackToTopBtn.stories.ts +9 -3
  86. package/src/components/BackToTopBtn/accessibilite/Accessibility.mdx +86 -6
  87. package/src/components/Captcha/tests/Captcha.spec.ts +0 -29
  88. package/src/components/Captcha/tests/__snapshots__/Captcha.spec.ts.snap +2 -110
  89. package/src/components/Customs/Selects/SelectBtnField/accessibilite/Accessibility.mdx +133 -10
  90. package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.stories.ts +379 -93
  91. package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.vue +144 -83
  92. package/src/components/Customs/Selects/SyAutocomplete/accessibilite/Accessibilite.stories.ts +40 -1
  93. package/src/components/Customs/Selects/SyAutocomplete/accessibilite/Accessibility.mdx +7 -1
  94. package/src/components/Customs/Selects/SyAutocomplete/locales.ts +5 -0
  95. package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.a11y.spec.ts +96 -0
  96. package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.spec.ts +234 -9
  97. package/src/components/Customs/Selects/SyAutocomplete/utils/ariaManager.ts +13 -3
  98. package/src/components/Customs/Selects/SyAutocomplete/utils/useSelectionLogic.ts +9 -10
  99. package/src/components/Customs/Selects/SySelect/SySelect.vue +46 -3
  100. package/src/components/Customs/Selects/SySelect/locales.ts +1 -0
  101. package/src/components/Customs/SyIcon/SyIcon.vue +1 -1
  102. package/src/components/Customs/SyIcon/tests/SyIcon.a11y.spec.ts +20 -0
  103. package/src/components/Customs/SyIconButton/SyIconButton.mdx +46 -0
  104. package/src/components/Customs/SyIconButton/SyIconButton.stories.ts +184 -0
  105. package/src/components/Customs/SyIconButton/SyIconButton.vue +38 -0
  106. package/src/components/Customs/SyIconButton/accessibilite/Accessibility.mdx +64 -0
  107. package/src/components/Customs/SyIconButton/tests/SyIconButton.a11y.spec.ts +87 -0
  108. package/src/components/Customs/SyIconButton/tests/SyIconButton.spec.ts +152 -0
  109. package/src/components/Customs/SyIconButton/tests/__snapshots__/SyIconButton.spec.ts.snap +61 -0
  110. package/src/components/Customs/SyPagination/SyPagination.vue +5 -5
  111. package/src/components/Customs/SyTextField/SyTextField.vue +20 -2
  112. package/src/components/Customs/SyTextField/accessibilite/Accessibility.mdx +67 -9
  113. package/src/components/Customs/SyTextField/tests/SyTextField.a11y.spec.ts +15 -0
  114. package/src/components/Customs/SyTextField/tests/SyTextField.spec.ts +36 -0
  115. package/src/components/DataList/accessibilite/Accessibility.mdx +79 -11
  116. package/src/components/DataListGroup/accessibilite/Accessibility.mdx +80 -11
  117. package/src/components/DownloadBtn/tests/DownloadBtn.a11y.spec.ts +25 -0
  118. package/src/components/ErrorPage/ErrorPage.stories.ts +113 -19
  119. package/src/components/ErrorPage/ErrorPage.vue +17 -2
  120. package/src/components/ErrorPage/tests/ErrorPage.a11y.spec.ts +17 -0
  121. package/src/components/ErrorPage/tests/ErrorPage.spec.ts +21 -1
  122. package/src/components/ErrorPage/tests/__snapshots__/ErrorPage.spec.ts.snap +0 -1
  123. package/src/components/ExternalLinks/tests/ExternalLinks.a11y.spec.ts +23 -0
  124. package/src/components/FileList/FileList.stories.ts +51 -1
  125. package/src/components/FileList/UploadItem/UploadItem.vue +13 -6
  126. package/src/components/FileList/UploadItem/locales.ts +3 -12
  127. package/src/components/FileList/accessibilite/Accessibility.mdx +3 -0
  128. package/src/components/FileUpload/FileUpload.vue +2 -1
  129. package/src/components/FileUpload/FileUploadContent.vue +2 -1
  130. package/src/components/FileUpload/tests/FileUpload.spec.ts +47 -0
  131. package/src/components/FileUpload/validateFiles.ts +5 -2
  132. package/src/components/FranceConnectBtn/accessibilite/Accessibility.mdx +62 -9
  133. package/src/components/HeaderBar/HeaderBar.vue +2 -1
  134. package/src/components/HeaderBar/HeaderLogo/HeaderLogo.vue +2 -1
  135. package/src/components/HeaderNavigationBar/HeaderNavigationBar.vue +2 -1
  136. package/src/components/LunarCalendar/accessibilite/Accessibility.mdx +74 -8
  137. package/src/components/LunarCalendar/tests/LunarCalendar.a11y.spec.ts +163 -0
  138. package/src/components/MaintenancePage/MaintenancePage.vue +1 -1
  139. package/src/components/MaintenancePage/tests/MaintenancePage.spec.ts +4 -5
  140. package/src/components/MaintenancePage/tests/__snapshots__/MaintenancePage.spec.ts.snap +0 -1
  141. package/src/components/MonthPicker/MonthPicker.mdx +35 -0
  142. package/src/components/MonthPicker/MonthPicker.stories.ts +527 -0
  143. package/src/components/MonthPicker/MonthPicker.vue +79 -0
  144. package/src/components/MonthPicker/MonthPickerText/MonthPickerInput.vue +89 -0
  145. package/src/components/MonthPicker/MonthPickerText/useTextField.ts +27 -0
  146. package/src/components/MonthPicker/MonthPickerVisual/MonthPickerVisual.vue +154 -0
  147. package/src/components/MonthPicker/MonthPickerVisual/MonthPickerVisualProps.ts +13 -0
  148. package/src/components/MonthPicker/MonthPickerVisual/MonthSelector.vue +137 -0
  149. package/src/components/MonthPicker/MonthPickerVisual/VisualPickerFooter.vue +60 -0
  150. package/src/components/MonthPicker/MonthPickerVisual/VisualPickerHeader.vue +149 -0
  151. package/src/components/MonthPicker/MonthPickerVisual/YearSelector.vue +143 -0
  152. package/src/components/MonthPicker/MonthPickerVisual/useMonthGrid.ts +45 -0
  153. package/src/components/MonthPicker/MonthPickerVisual/useYearGrid.ts +45 -0
  154. package/src/components/MonthPicker/MonthPickerVisual/utils.ts +17 -0
  155. package/src/components/MonthPicker/accessibilite/Accessibility.mdx +59 -0
  156. package/src/components/MonthPicker/locales.ts +12 -0
  157. package/src/components/MonthPicker/tests/MonthPicker.a11y.spec.ts +71 -0
  158. package/src/components/MonthPicker/tests/MonthPicker.spec.ts +1248 -0
  159. package/src/components/MonthPicker/tests/__snapshots__/MonthPicker.spec.ts.snap +2545 -0
  160. package/src/components/MonthPicker/useMonthPickerValidation.ts +30 -0
  161. package/src/components/NirField/NirField.mdx +1 -2
  162. package/src/components/NirField/NirField.stories.ts +66 -6
  163. package/src/components/NotFoundPage/tests/NotFoundPage.spec.ts +2 -3
  164. package/src/components/NotFoundPage/tests/__snapshots__/NotFoundPage.spec.ts.snap +22 -14
  165. package/src/components/NotificationBar/Notification/Notification.vue +3 -1
  166. package/src/components/NotificationBar/NotificationBar.stories.ts +154 -0
  167. package/src/components/NotificationBar/tests/NotificationBar.a11y.spec.ts +26 -0
  168. package/src/components/NotificationBar/tests/NotificationBar.spec.ts +60 -0
  169. package/src/components/RangeField/accessibilite/Accessibility.mdx +79 -11
  170. package/src/components/SkipLink/tests/SkipLink.a11y.spec.ts +23 -0
  171. package/src/components/StatusPage/StatusPage.stories.ts +118 -0
  172. package/src/components/StatusPage/StatusPage.vue +5 -3
  173. package/src/components/StatusPage/tests/StatusPage.a11y.spec.ts +22 -0
  174. package/src/components/StatusPage/tests/StatusPage.spec.ts +22 -0
  175. package/src/components/StatusPage/tests/__snapshots__/StatusPage.spec.ts.snap +22 -14
  176. package/src/components/SubHeader/tests/SubHeader.a11y.spec.ts +20 -0
  177. package/src/components/SyAlert/SyAlert.vue +1 -0
  178. package/src/components/SyAlert/accessibilite/Accessibility.mdx +79 -9
  179. package/src/components/SyAlert/tests/SyAlert.a11y.spec.ts +23 -0
  180. package/src/components/SyHeading/SyHeading.a11y.test.ts +149 -0
  181. package/src/components/SyHeading/SyHeading.test.ts +115 -0
  182. package/src/components/SyHeading/SyHeading.vue +5 -3
  183. package/src/components/SyTextArea/accessibilite/Accessibility.mdx +80 -8
  184. package/src/components/SyTextArea/tests/SyTextArea.a11y.spec.ts +151 -0
  185. package/src/components/ToolbarContainer/tests/ToolbarContainer.a11y.spec.ts +126 -0
  186. package/src/components/UploadWorkflow/tests/__snapshots__/UploadWorkflow.spec.ts.snap +2 -2
  187. package/src/components/index.ts +1 -0
  188. package/src/composables/useFormFieldErrorHandling.ts +11 -2
  189. package/src/designTokens/tokens/cnam/cnamContextual.ts +6 -1
  190. package/src/main.ts +2 -0
@@ -0,0 +1,2545 @@
1
+ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2
+
3
+ exports[`mounthpicker > MonthPickerVisual > shows the month picker after the year is selected 1`] = `
4
+ <div
5
+ aria-label="Sélectionner un mois"
6
+ class="month-selector"
7
+ role="group"
8
+ >
9
+ <button
10
+ aria-label="January"
11
+ aria-pressed="false"
12
+ class="
13
+ month-1
14
+ month-selector__month
15
+ "
16
+ tabindex="-1"
17
+ >
18
+ Jan
19
+ </button>
20
+ <button
21
+ aria-label="February"
22
+ aria-pressed="false"
23
+ class="
24
+ month-2
25
+ month-selector__month
26
+ "
27
+ tabindex="-1"
28
+ >
29
+ Feb
30
+ </button>
31
+ <button
32
+ aria-label="March"
33
+ aria-pressed="false"
34
+ class="
35
+ month-3
36
+ month-selector__month
37
+ "
38
+ tabindex="-1"
39
+ >
40
+ Mar
41
+ </button>
42
+ <button
43
+ aria-label="April"
44
+ aria-pressed="false"
45
+ class="
46
+ month-4
47
+ month-selector__month
48
+ "
49
+ tabindex="-1"
50
+ >
51
+ Apr
52
+ </button>
53
+ <button
54
+ aria-label="May"
55
+ aria-pressed="false"
56
+ class="
57
+ month-5
58
+ month-selector__month
59
+ "
60
+ tabindex="-1"
61
+ >
62
+ May
63
+ </button>
64
+ <button
65
+ aria-label="June"
66
+ aria-pressed="false"
67
+ class="
68
+ month-6
69
+ month-selector__month
70
+ "
71
+ tabindex="-1"
72
+ >
73
+ Jun
74
+ </button>
75
+ <button
76
+ aria-label="July"
77
+ aria-pressed="false"
78
+ class="
79
+ month-7
80
+ month-selector__month
81
+ "
82
+ tabindex="-1"
83
+ >
84
+ Jul
85
+ </button>
86
+ <button
87
+ aria-label="August"
88
+ aria-pressed="false"
89
+ class="
90
+ month-8
91
+ month-selector__month
92
+ "
93
+ tabindex="-1"
94
+ >
95
+ Aug
96
+ </button>
97
+ <button
98
+ aria-label="September"
99
+ aria-pressed="false"
100
+ class="
101
+ month-9
102
+ month-selector__month
103
+ "
104
+ tabindex="-1"
105
+ >
106
+ Sep
107
+ </button>
108
+ <button
109
+ aria-label="October"
110
+ aria-pressed="false"
111
+ class="
112
+ month-10
113
+ month-selector__month
114
+ "
115
+ tabindex="-1"
116
+ >
117
+ Oct
118
+ </button>
119
+ <button
120
+ aria-label="November"
121
+ aria-pressed="true"
122
+ class="
123
+ month-11
124
+ month-selector__month
125
+ month-selector__month--active
126
+ month-selector__month--selected
127
+ "
128
+ tabindex="0"
129
+ >
130
+ Nov
131
+ </button>
132
+ <button
133
+ aria-label="December"
134
+ aria-pressed="false"
135
+ class="
136
+ month-12
137
+ month-selector__month
138
+ "
139
+ tabindex="-1"
140
+ >
141
+ Dec
142
+ </button>
143
+ </div>
144
+ `;
145
+
146
+ exports[`mounthpicker > MonthPickerVisual > shows the year picker after the month is selected 1`] = `
147
+ <div
148
+ aria-label="Sélectionner une année"
149
+ class="year-selector"
150
+ role="group"
151
+ >
152
+ <button
153
+ aria-pressed="false"
154
+ class="
155
+ year-1900
156
+ year-selector__year
157
+ "
158
+ tabindex="-1"
159
+ >
160
+ 1900
161
+ </button>
162
+ <button
163
+ aria-pressed="false"
164
+ class="
165
+ year-1901
166
+ year-selector__year
167
+ "
168
+ tabindex="-1"
169
+ >
170
+ 1901
171
+ </button>
172
+ <button
173
+ aria-pressed="false"
174
+ class="
175
+ year-1902
176
+ year-selector__year
177
+ "
178
+ tabindex="-1"
179
+ >
180
+ 1902
181
+ </button>
182
+ <button
183
+ aria-pressed="false"
184
+ class="
185
+ year-1903
186
+ year-selector__year
187
+ "
188
+ tabindex="-1"
189
+ >
190
+ 1903
191
+ </button>
192
+ <button
193
+ aria-pressed="false"
194
+ class="
195
+ year-1904
196
+ year-selector__year
197
+ "
198
+ tabindex="-1"
199
+ >
200
+ 1904
201
+ </button>
202
+ <button
203
+ aria-pressed="false"
204
+ class="
205
+ year-1905
206
+ year-selector__year
207
+ "
208
+ tabindex="-1"
209
+ >
210
+ 1905
211
+ </button>
212
+ <button
213
+ aria-pressed="false"
214
+ class="
215
+ year-1906
216
+ year-selector__year
217
+ "
218
+ tabindex="-1"
219
+ >
220
+ 1906
221
+ </button>
222
+ <button
223
+ aria-pressed="false"
224
+ class="
225
+ year-1907
226
+ year-selector__year
227
+ "
228
+ tabindex="-1"
229
+ >
230
+ 1907
231
+ </button>
232
+ <button
233
+ aria-pressed="false"
234
+ class="
235
+ year-1908
236
+ year-selector__year
237
+ "
238
+ tabindex="-1"
239
+ >
240
+ 1908
241
+ </button>
242
+ <button
243
+ aria-pressed="false"
244
+ class="
245
+ year-1909
246
+ year-selector__year
247
+ "
248
+ tabindex="-1"
249
+ >
250
+ 1909
251
+ </button>
252
+ <button
253
+ aria-pressed="false"
254
+ class="
255
+ year-1910
256
+ year-selector__year
257
+ "
258
+ tabindex="-1"
259
+ >
260
+ 1910
261
+ </button>
262
+ <button
263
+ aria-pressed="false"
264
+ class="
265
+ year-1911
266
+ year-selector__year
267
+ "
268
+ tabindex="-1"
269
+ >
270
+ 1911
271
+ </button>
272
+ <button
273
+ aria-pressed="false"
274
+ class="
275
+ year-1912
276
+ year-selector__year
277
+ "
278
+ tabindex="-1"
279
+ >
280
+ 1912
281
+ </button>
282
+ <button
283
+ aria-pressed="false"
284
+ class="
285
+ year-1913
286
+ year-selector__year
287
+ "
288
+ tabindex="-1"
289
+ >
290
+ 1913
291
+ </button>
292
+ <button
293
+ aria-pressed="false"
294
+ class="
295
+ year-1914
296
+ year-selector__year
297
+ "
298
+ tabindex="-1"
299
+ >
300
+ 1914
301
+ </button>
302
+ <button
303
+ aria-pressed="false"
304
+ class="
305
+ year-1915
306
+ year-selector__year
307
+ "
308
+ tabindex="-1"
309
+ >
310
+ 1915
311
+ </button>
312
+ <button
313
+ aria-pressed="false"
314
+ class="
315
+ year-1916
316
+ year-selector__year
317
+ "
318
+ tabindex="-1"
319
+ >
320
+ 1916
321
+ </button>
322
+ <button
323
+ aria-pressed="false"
324
+ class="
325
+ year-1917
326
+ year-selector__year
327
+ "
328
+ tabindex="-1"
329
+ >
330
+ 1917
331
+ </button>
332
+ <button
333
+ aria-pressed="false"
334
+ class="
335
+ year-1918
336
+ year-selector__year
337
+ "
338
+ tabindex="-1"
339
+ >
340
+ 1918
341
+ </button>
342
+ <button
343
+ aria-pressed="false"
344
+ class="
345
+ year-1919
346
+ year-selector__year
347
+ "
348
+ tabindex="-1"
349
+ >
350
+ 1919
351
+ </button>
352
+ <button
353
+ aria-pressed="false"
354
+ class="
355
+ year-1920
356
+ year-selector__year
357
+ "
358
+ tabindex="-1"
359
+ >
360
+ 1920
361
+ </button>
362
+ <button
363
+ aria-pressed="false"
364
+ class="
365
+ year-1921
366
+ year-selector__year
367
+ "
368
+ tabindex="-1"
369
+ >
370
+ 1921
371
+ </button>
372
+ <button
373
+ aria-pressed="false"
374
+ class="
375
+ year-1922
376
+ year-selector__year
377
+ "
378
+ tabindex="-1"
379
+ >
380
+ 1922
381
+ </button>
382
+ <button
383
+ aria-pressed="false"
384
+ class="
385
+ year-1923
386
+ year-selector__year
387
+ "
388
+ tabindex="-1"
389
+ >
390
+ 1923
391
+ </button>
392
+ <button
393
+ aria-pressed="false"
394
+ class="
395
+ year-1924
396
+ year-selector__year
397
+ "
398
+ tabindex="-1"
399
+ >
400
+ 1924
401
+ </button>
402
+ <button
403
+ aria-pressed="false"
404
+ class="
405
+ year-1925
406
+ year-selector__year
407
+ "
408
+ tabindex="-1"
409
+ >
410
+ 1925
411
+ </button>
412
+ <button
413
+ aria-pressed="false"
414
+ class="
415
+ year-1926
416
+ year-selector__year
417
+ "
418
+ tabindex="-1"
419
+ >
420
+ 1926
421
+ </button>
422
+ <button
423
+ aria-pressed="false"
424
+ class="
425
+ year-1927
426
+ year-selector__year
427
+ "
428
+ tabindex="-1"
429
+ >
430
+ 1927
431
+ </button>
432
+ <button
433
+ aria-pressed="false"
434
+ class="
435
+ year-1928
436
+ year-selector__year
437
+ "
438
+ tabindex="-1"
439
+ >
440
+ 1928
441
+ </button>
442
+ <button
443
+ aria-pressed="false"
444
+ class="
445
+ year-1929
446
+ year-selector__year
447
+ "
448
+ tabindex="-1"
449
+ >
450
+ 1929
451
+ </button>
452
+ <button
453
+ aria-pressed="false"
454
+ class="
455
+ year-1930
456
+ year-selector__year
457
+ "
458
+ tabindex="-1"
459
+ >
460
+ 1930
461
+ </button>
462
+ <button
463
+ aria-pressed="false"
464
+ class="
465
+ year-1931
466
+ year-selector__year
467
+ "
468
+ tabindex="-1"
469
+ >
470
+ 1931
471
+ </button>
472
+ <button
473
+ aria-pressed="false"
474
+ class="
475
+ year-1932
476
+ year-selector__year
477
+ "
478
+ tabindex="-1"
479
+ >
480
+ 1932
481
+ </button>
482
+ <button
483
+ aria-pressed="false"
484
+ class="
485
+ year-1933
486
+ year-selector__year
487
+ "
488
+ tabindex="-1"
489
+ >
490
+ 1933
491
+ </button>
492
+ <button
493
+ aria-pressed="false"
494
+ class="
495
+ year-1934
496
+ year-selector__year
497
+ "
498
+ tabindex="-1"
499
+ >
500
+ 1934
501
+ </button>
502
+ <button
503
+ aria-pressed="false"
504
+ class="
505
+ year-1935
506
+ year-selector__year
507
+ "
508
+ tabindex="-1"
509
+ >
510
+ 1935
511
+ </button>
512
+ <button
513
+ aria-pressed="false"
514
+ class="
515
+ year-1936
516
+ year-selector__year
517
+ "
518
+ tabindex="-1"
519
+ >
520
+ 1936
521
+ </button>
522
+ <button
523
+ aria-pressed="false"
524
+ class="
525
+ year-1937
526
+ year-selector__year
527
+ "
528
+ tabindex="-1"
529
+ >
530
+ 1937
531
+ </button>
532
+ <button
533
+ aria-pressed="false"
534
+ class="
535
+ year-1938
536
+ year-selector__year
537
+ "
538
+ tabindex="-1"
539
+ >
540
+ 1938
541
+ </button>
542
+ <button
543
+ aria-pressed="false"
544
+ class="
545
+ year-1939
546
+ year-selector__year
547
+ "
548
+ tabindex="-1"
549
+ >
550
+ 1939
551
+ </button>
552
+ <button
553
+ aria-pressed="false"
554
+ class="
555
+ year-1940
556
+ year-selector__year
557
+ "
558
+ tabindex="-1"
559
+ >
560
+ 1940
561
+ </button>
562
+ <button
563
+ aria-pressed="false"
564
+ class="
565
+ year-1941
566
+ year-selector__year
567
+ "
568
+ tabindex="-1"
569
+ >
570
+ 1941
571
+ </button>
572
+ <button
573
+ aria-pressed="false"
574
+ class="
575
+ year-1942
576
+ year-selector__year
577
+ "
578
+ tabindex="-1"
579
+ >
580
+ 1942
581
+ </button>
582
+ <button
583
+ aria-pressed="false"
584
+ class="
585
+ year-1943
586
+ year-selector__year
587
+ "
588
+ tabindex="-1"
589
+ >
590
+ 1943
591
+ </button>
592
+ <button
593
+ aria-pressed="false"
594
+ class="
595
+ year-1944
596
+ year-selector__year
597
+ "
598
+ tabindex="-1"
599
+ >
600
+ 1944
601
+ </button>
602
+ <button
603
+ aria-pressed="false"
604
+ class="
605
+ year-1945
606
+ year-selector__year
607
+ "
608
+ tabindex="-1"
609
+ >
610
+ 1945
611
+ </button>
612
+ <button
613
+ aria-pressed="false"
614
+ class="
615
+ year-1946
616
+ year-selector__year
617
+ "
618
+ tabindex="-1"
619
+ >
620
+ 1946
621
+ </button>
622
+ <button
623
+ aria-pressed="false"
624
+ class="
625
+ year-1947
626
+ year-selector__year
627
+ "
628
+ tabindex="-1"
629
+ >
630
+ 1947
631
+ </button>
632
+ <button
633
+ aria-pressed="false"
634
+ class="
635
+ year-1948
636
+ year-selector__year
637
+ "
638
+ tabindex="-1"
639
+ >
640
+ 1948
641
+ </button>
642
+ <button
643
+ aria-pressed="false"
644
+ class="
645
+ year-1949
646
+ year-selector__year
647
+ "
648
+ tabindex="-1"
649
+ >
650
+ 1949
651
+ </button>
652
+ <button
653
+ aria-pressed="false"
654
+ class="
655
+ year-1950
656
+ year-selector__year
657
+ "
658
+ tabindex="-1"
659
+ >
660
+ 1950
661
+ </button>
662
+ <button
663
+ aria-pressed="false"
664
+ class="
665
+ year-1951
666
+ year-selector__year
667
+ "
668
+ tabindex="-1"
669
+ >
670
+ 1951
671
+ </button>
672
+ <button
673
+ aria-pressed="false"
674
+ class="
675
+ year-1952
676
+ year-selector__year
677
+ "
678
+ tabindex="-1"
679
+ >
680
+ 1952
681
+ </button>
682
+ <button
683
+ aria-pressed="false"
684
+ class="
685
+ year-1953
686
+ year-selector__year
687
+ "
688
+ tabindex="-1"
689
+ >
690
+ 1953
691
+ </button>
692
+ <button
693
+ aria-pressed="false"
694
+ class="
695
+ year-1954
696
+ year-selector__year
697
+ "
698
+ tabindex="-1"
699
+ >
700
+ 1954
701
+ </button>
702
+ <button
703
+ aria-pressed="false"
704
+ class="
705
+ year-1955
706
+ year-selector__year
707
+ "
708
+ tabindex="-1"
709
+ >
710
+ 1955
711
+ </button>
712
+ <button
713
+ aria-pressed="false"
714
+ class="
715
+ year-1956
716
+ year-selector__year
717
+ "
718
+ tabindex="-1"
719
+ >
720
+ 1956
721
+ </button>
722
+ <button
723
+ aria-pressed="false"
724
+ class="
725
+ year-1957
726
+ year-selector__year
727
+ "
728
+ tabindex="-1"
729
+ >
730
+ 1957
731
+ </button>
732
+ <button
733
+ aria-pressed="false"
734
+ class="
735
+ year-1958
736
+ year-selector__year
737
+ "
738
+ tabindex="-1"
739
+ >
740
+ 1958
741
+ </button>
742
+ <button
743
+ aria-pressed="false"
744
+ class="
745
+ year-1959
746
+ year-selector__year
747
+ "
748
+ tabindex="-1"
749
+ >
750
+ 1959
751
+ </button>
752
+ <button
753
+ aria-pressed="false"
754
+ class="
755
+ year-1960
756
+ year-selector__year
757
+ "
758
+ tabindex="-1"
759
+ >
760
+ 1960
761
+ </button>
762
+ <button
763
+ aria-pressed="false"
764
+ class="
765
+ year-1961
766
+ year-selector__year
767
+ "
768
+ tabindex="-1"
769
+ >
770
+ 1961
771
+ </button>
772
+ <button
773
+ aria-pressed="false"
774
+ class="
775
+ year-1962
776
+ year-selector__year
777
+ "
778
+ tabindex="-1"
779
+ >
780
+ 1962
781
+ </button>
782
+ <button
783
+ aria-pressed="false"
784
+ class="
785
+ year-1963
786
+ year-selector__year
787
+ "
788
+ tabindex="-1"
789
+ >
790
+ 1963
791
+ </button>
792
+ <button
793
+ aria-pressed="false"
794
+ class="
795
+ year-1964
796
+ year-selector__year
797
+ "
798
+ tabindex="-1"
799
+ >
800
+ 1964
801
+ </button>
802
+ <button
803
+ aria-pressed="false"
804
+ class="
805
+ year-1965
806
+ year-selector__year
807
+ "
808
+ tabindex="-1"
809
+ >
810
+ 1965
811
+ </button>
812
+ <button
813
+ aria-pressed="false"
814
+ class="
815
+ year-1966
816
+ year-selector__year
817
+ "
818
+ tabindex="-1"
819
+ >
820
+ 1966
821
+ </button>
822
+ <button
823
+ aria-pressed="false"
824
+ class="
825
+ year-1967
826
+ year-selector__year
827
+ "
828
+ tabindex="-1"
829
+ >
830
+ 1967
831
+ </button>
832
+ <button
833
+ aria-pressed="false"
834
+ class="
835
+ year-1968
836
+ year-selector__year
837
+ "
838
+ tabindex="-1"
839
+ >
840
+ 1968
841
+ </button>
842
+ <button
843
+ aria-pressed="false"
844
+ class="
845
+ year-1969
846
+ year-selector__year
847
+ "
848
+ tabindex="-1"
849
+ >
850
+ 1969
851
+ </button>
852
+ <button
853
+ aria-pressed="false"
854
+ class="
855
+ year-1970
856
+ year-selector__year
857
+ "
858
+ tabindex="-1"
859
+ >
860
+ 1970
861
+ </button>
862
+ <button
863
+ aria-pressed="false"
864
+ class="
865
+ year-1971
866
+ year-selector__year
867
+ "
868
+ tabindex="-1"
869
+ >
870
+ 1971
871
+ </button>
872
+ <button
873
+ aria-pressed="false"
874
+ class="
875
+ year-1972
876
+ year-selector__year
877
+ "
878
+ tabindex="-1"
879
+ >
880
+ 1972
881
+ </button>
882
+ <button
883
+ aria-pressed="false"
884
+ class="
885
+ year-1973
886
+ year-selector__year
887
+ "
888
+ tabindex="-1"
889
+ >
890
+ 1973
891
+ </button>
892
+ <button
893
+ aria-pressed="false"
894
+ class="
895
+ year-1974
896
+ year-selector__year
897
+ "
898
+ tabindex="-1"
899
+ >
900
+ 1974
901
+ </button>
902
+ <button
903
+ aria-pressed="false"
904
+ class="
905
+ year-1975
906
+ year-selector__year
907
+ "
908
+ tabindex="-1"
909
+ >
910
+ 1975
911
+ </button>
912
+ <button
913
+ aria-pressed="false"
914
+ class="
915
+ year-1976
916
+ year-selector__year
917
+ "
918
+ tabindex="-1"
919
+ >
920
+ 1976
921
+ </button>
922
+ <button
923
+ aria-pressed="false"
924
+ class="
925
+ year-1977
926
+ year-selector__year
927
+ "
928
+ tabindex="-1"
929
+ >
930
+ 1977
931
+ </button>
932
+ <button
933
+ aria-pressed="false"
934
+ class="
935
+ year-1978
936
+ year-selector__year
937
+ "
938
+ tabindex="-1"
939
+ >
940
+ 1978
941
+ </button>
942
+ <button
943
+ aria-pressed="false"
944
+ class="
945
+ year-1979
946
+ year-selector__year
947
+ "
948
+ tabindex="-1"
949
+ >
950
+ 1979
951
+ </button>
952
+ <button
953
+ aria-pressed="false"
954
+ class="
955
+ year-1980
956
+ year-selector__year
957
+ "
958
+ tabindex="-1"
959
+ >
960
+ 1980
961
+ </button>
962
+ <button
963
+ aria-pressed="false"
964
+ class="
965
+ year-1981
966
+ year-selector__year
967
+ "
968
+ tabindex="-1"
969
+ >
970
+ 1981
971
+ </button>
972
+ <button
973
+ aria-pressed="false"
974
+ class="
975
+ year-1982
976
+ year-selector__year
977
+ "
978
+ tabindex="-1"
979
+ >
980
+ 1982
981
+ </button>
982
+ <button
983
+ aria-pressed="false"
984
+ class="
985
+ year-1983
986
+ year-selector__year
987
+ "
988
+ tabindex="-1"
989
+ >
990
+ 1983
991
+ </button>
992
+ <button
993
+ aria-pressed="false"
994
+ class="
995
+ year-1984
996
+ year-selector__year
997
+ "
998
+ tabindex="-1"
999
+ >
1000
+ 1984
1001
+ </button>
1002
+ <button
1003
+ aria-pressed="false"
1004
+ class="
1005
+ year-1985
1006
+ year-selector__year
1007
+ "
1008
+ tabindex="-1"
1009
+ >
1010
+ 1985
1011
+ </button>
1012
+ <button
1013
+ aria-pressed="false"
1014
+ class="
1015
+ year-1986
1016
+ year-selector__year
1017
+ "
1018
+ tabindex="-1"
1019
+ >
1020
+ 1986
1021
+ </button>
1022
+ <button
1023
+ aria-pressed="false"
1024
+ class="
1025
+ year-1987
1026
+ year-selector__year
1027
+ "
1028
+ tabindex="-1"
1029
+ >
1030
+ 1987
1031
+ </button>
1032
+ <button
1033
+ aria-pressed="false"
1034
+ class="
1035
+ year-1988
1036
+ year-selector__year
1037
+ "
1038
+ tabindex="-1"
1039
+ >
1040
+ 1988
1041
+ </button>
1042
+ <button
1043
+ aria-pressed="false"
1044
+ class="
1045
+ year-1989
1046
+ year-selector__year
1047
+ "
1048
+ tabindex="-1"
1049
+ >
1050
+ 1989
1051
+ </button>
1052
+ <button
1053
+ aria-pressed="false"
1054
+ class="
1055
+ year-1990
1056
+ year-selector__year
1057
+ "
1058
+ tabindex="-1"
1059
+ >
1060
+ 1990
1061
+ </button>
1062
+ <button
1063
+ aria-pressed="false"
1064
+ class="
1065
+ year-1991
1066
+ year-selector__year
1067
+ "
1068
+ tabindex="-1"
1069
+ >
1070
+ 1991
1071
+ </button>
1072
+ <button
1073
+ aria-pressed="false"
1074
+ class="
1075
+ year-1992
1076
+ year-selector__year
1077
+ "
1078
+ tabindex="-1"
1079
+ >
1080
+ 1992
1081
+ </button>
1082
+ <button
1083
+ aria-pressed="false"
1084
+ class="
1085
+ year-1993
1086
+ year-selector__year
1087
+ "
1088
+ tabindex="-1"
1089
+ >
1090
+ 1993
1091
+ </button>
1092
+ <button
1093
+ aria-pressed="false"
1094
+ class="
1095
+ year-1994
1096
+ year-selector__year
1097
+ "
1098
+ tabindex="-1"
1099
+ >
1100
+ 1994
1101
+ </button>
1102
+ <button
1103
+ aria-pressed="false"
1104
+ class="
1105
+ year-1995
1106
+ year-selector__year
1107
+ "
1108
+ tabindex="-1"
1109
+ >
1110
+ 1995
1111
+ </button>
1112
+ <button
1113
+ aria-pressed="false"
1114
+ class="
1115
+ year-1996
1116
+ year-selector__year
1117
+ "
1118
+ tabindex="-1"
1119
+ >
1120
+ 1996
1121
+ </button>
1122
+ <button
1123
+ aria-pressed="false"
1124
+ class="
1125
+ year-1997
1126
+ year-selector__year
1127
+ "
1128
+ tabindex="-1"
1129
+ >
1130
+ 1997
1131
+ </button>
1132
+ <button
1133
+ aria-pressed="false"
1134
+ class="
1135
+ year-1998
1136
+ year-selector__year
1137
+ "
1138
+ tabindex="-1"
1139
+ >
1140
+ 1998
1141
+ </button>
1142
+ <button
1143
+ aria-pressed="false"
1144
+ class="
1145
+ year-1999
1146
+ year-selector__year
1147
+ "
1148
+ tabindex="-1"
1149
+ >
1150
+ 1999
1151
+ </button>
1152
+ <button
1153
+ aria-pressed="false"
1154
+ class="
1155
+ year-2000
1156
+ year-selector__year
1157
+ "
1158
+ tabindex="-1"
1159
+ >
1160
+ 2000
1161
+ </button>
1162
+ <button
1163
+ aria-pressed="false"
1164
+ class="
1165
+ year-2001
1166
+ year-selector__year
1167
+ "
1168
+ tabindex="-1"
1169
+ >
1170
+ 2001
1171
+ </button>
1172
+ <button
1173
+ aria-pressed="false"
1174
+ class="
1175
+ year-2002
1176
+ year-selector__year
1177
+ "
1178
+ tabindex="-1"
1179
+ >
1180
+ 2002
1181
+ </button>
1182
+ <button
1183
+ aria-pressed="false"
1184
+ class="
1185
+ year-2003
1186
+ year-selector__year
1187
+ "
1188
+ tabindex="-1"
1189
+ >
1190
+ 2003
1191
+ </button>
1192
+ <button
1193
+ aria-pressed="false"
1194
+ class="
1195
+ year-2004
1196
+ year-selector__year
1197
+ "
1198
+ tabindex="-1"
1199
+ >
1200
+ 2004
1201
+ </button>
1202
+ <button
1203
+ aria-pressed="false"
1204
+ class="
1205
+ year-2005
1206
+ year-selector__year
1207
+ "
1208
+ tabindex="-1"
1209
+ >
1210
+ 2005
1211
+ </button>
1212
+ <button
1213
+ aria-pressed="false"
1214
+ class="
1215
+ year-2006
1216
+ year-selector__year
1217
+ "
1218
+ tabindex="-1"
1219
+ >
1220
+ 2006
1221
+ </button>
1222
+ <button
1223
+ aria-pressed="false"
1224
+ class="
1225
+ year-2007
1226
+ year-selector__year
1227
+ "
1228
+ tabindex="-1"
1229
+ >
1230
+ 2007
1231
+ </button>
1232
+ <button
1233
+ aria-pressed="false"
1234
+ class="
1235
+ year-2008
1236
+ year-selector__year
1237
+ "
1238
+ tabindex="-1"
1239
+ >
1240
+ 2008
1241
+ </button>
1242
+ <button
1243
+ aria-pressed="false"
1244
+ class="
1245
+ year-2009
1246
+ year-selector__year
1247
+ "
1248
+ tabindex="-1"
1249
+ >
1250
+ 2009
1251
+ </button>
1252
+ <button
1253
+ aria-pressed="false"
1254
+ class="
1255
+ year-2010
1256
+ year-selector__year
1257
+ "
1258
+ tabindex="-1"
1259
+ >
1260
+ 2010
1261
+ </button>
1262
+ <button
1263
+ aria-pressed="false"
1264
+ class="
1265
+ year-2011
1266
+ year-selector__year
1267
+ "
1268
+ tabindex="-1"
1269
+ >
1270
+ 2011
1271
+ </button>
1272
+ <button
1273
+ aria-pressed="false"
1274
+ class="
1275
+ year-2012
1276
+ year-selector__year
1277
+ "
1278
+ tabindex="-1"
1279
+ >
1280
+ 2012
1281
+ </button>
1282
+ <button
1283
+ aria-pressed="false"
1284
+ class="
1285
+ year-2013
1286
+ year-selector__year
1287
+ "
1288
+ tabindex="-1"
1289
+ >
1290
+ 2013
1291
+ </button>
1292
+ <button
1293
+ aria-pressed="false"
1294
+ class="
1295
+ year-2014
1296
+ year-selector__year
1297
+ "
1298
+ tabindex="-1"
1299
+ >
1300
+ 2014
1301
+ </button>
1302
+ <button
1303
+ aria-pressed="false"
1304
+ class="
1305
+ year-2015
1306
+ year-selector__year
1307
+ "
1308
+ tabindex="-1"
1309
+ >
1310
+ 2015
1311
+ </button>
1312
+ <button
1313
+ aria-pressed="false"
1314
+ class="
1315
+ year-2016
1316
+ year-selector__year
1317
+ "
1318
+ tabindex="-1"
1319
+ >
1320
+ 2016
1321
+ </button>
1322
+ <button
1323
+ aria-pressed="false"
1324
+ class="
1325
+ year-2017
1326
+ year-selector__year
1327
+ "
1328
+ tabindex="-1"
1329
+ >
1330
+ 2017
1331
+ </button>
1332
+ <button
1333
+ aria-pressed="false"
1334
+ class="
1335
+ year-2018
1336
+ year-selector__year
1337
+ "
1338
+ tabindex="-1"
1339
+ >
1340
+ 2018
1341
+ </button>
1342
+ <button
1343
+ aria-pressed="false"
1344
+ class="
1345
+ year-2019
1346
+ year-selector__year
1347
+ "
1348
+ tabindex="-1"
1349
+ >
1350
+ 2019
1351
+ </button>
1352
+ <button
1353
+ aria-pressed="false"
1354
+ class="
1355
+ year-2020
1356
+ year-selector__year
1357
+ "
1358
+ tabindex="-1"
1359
+ >
1360
+ 2020
1361
+ </button>
1362
+ <button
1363
+ aria-pressed="false"
1364
+ class="
1365
+ year-2021
1366
+ year-selector__year
1367
+ "
1368
+ tabindex="-1"
1369
+ >
1370
+ 2021
1371
+ </button>
1372
+ <button
1373
+ aria-pressed="false"
1374
+ class="
1375
+ year-2022
1376
+ year-selector__year
1377
+ "
1378
+ tabindex="-1"
1379
+ >
1380
+ 2022
1381
+ </button>
1382
+ <button
1383
+ aria-pressed="false"
1384
+ class="
1385
+ year-2023
1386
+ year-selector__year
1387
+ "
1388
+ tabindex="-1"
1389
+ >
1390
+ 2023
1391
+ </button>
1392
+ <button
1393
+ aria-pressed="false"
1394
+ class="
1395
+ year-2024
1396
+ year-selector__year
1397
+ "
1398
+ tabindex="-1"
1399
+ >
1400
+ 2024
1401
+ </button>
1402
+ <button
1403
+ aria-pressed="true"
1404
+ class="
1405
+ year-2025
1406
+ year-selector__year
1407
+ year-selector__year--active
1408
+ year-selector__year--selected
1409
+ "
1410
+ tabindex="0"
1411
+ >
1412
+ 2025
1413
+ </button>
1414
+ <button
1415
+ aria-pressed="false"
1416
+ class="
1417
+ year-2026
1418
+ year-selector__year
1419
+ "
1420
+ tabindex="-1"
1421
+ >
1422
+ 2026
1423
+ </button>
1424
+ <button
1425
+ aria-pressed="false"
1426
+ class="
1427
+ year-2027
1428
+ year-selector__year
1429
+ "
1430
+ tabindex="-1"
1431
+ >
1432
+ 2027
1433
+ </button>
1434
+ <button
1435
+ aria-pressed="false"
1436
+ class="
1437
+ year-2028
1438
+ year-selector__year
1439
+ "
1440
+ tabindex="-1"
1441
+ >
1442
+ 2028
1443
+ </button>
1444
+ <button
1445
+ aria-pressed="false"
1446
+ class="
1447
+ year-2029
1448
+ year-selector__year
1449
+ "
1450
+ tabindex="-1"
1451
+ >
1452
+ 2029
1453
+ </button>
1454
+ <button
1455
+ aria-pressed="false"
1456
+ class="
1457
+ year-2030
1458
+ year-selector__year
1459
+ "
1460
+ tabindex="-1"
1461
+ >
1462
+ 2030
1463
+ </button>
1464
+ <button
1465
+ aria-pressed="false"
1466
+ class="
1467
+ year-2031
1468
+ year-selector__year
1469
+ "
1470
+ tabindex="-1"
1471
+ >
1472
+ 2031
1473
+ </button>
1474
+ <button
1475
+ aria-pressed="false"
1476
+ class="
1477
+ year-2032
1478
+ year-selector__year
1479
+ "
1480
+ tabindex="-1"
1481
+ >
1482
+ 2032
1483
+ </button>
1484
+ <button
1485
+ aria-pressed="false"
1486
+ class="
1487
+ year-2033
1488
+ year-selector__year
1489
+ "
1490
+ tabindex="-1"
1491
+ >
1492
+ 2033
1493
+ </button>
1494
+ <button
1495
+ aria-pressed="false"
1496
+ class="
1497
+ year-2034
1498
+ year-selector__year
1499
+ "
1500
+ tabindex="-1"
1501
+ >
1502
+ 2034
1503
+ </button>
1504
+ <button
1505
+ aria-pressed="false"
1506
+ class="
1507
+ year-2035
1508
+ year-selector__year
1509
+ "
1510
+ tabindex="-1"
1511
+ >
1512
+ 2035
1513
+ </button>
1514
+ <button
1515
+ aria-pressed="false"
1516
+ class="
1517
+ year-2036
1518
+ year-selector__year
1519
+ "
1520
+ tabindex="-1"
1521
+ >
1522
+ 2036
1523
+ </button>
1524
+ <button
1525
+ aria-pressed="false"
1526
+ class="
1527
+ year-2037
1528
+ year-selector__year
1529
+ "
1530
+ tabindex="-1"
1531
+ >
1532
+ 2037
1533
+ </button>
1534
+ <button
1535
+ aria-pressed="false"
1536
+ class="
1537
+ year-2038
1538
+ year-selector__year
1539
+ "
1540
+ tabindex="-1"
1541
+ >
1542
+ 2038
1543
+ </button>
1544
+ <button
1545
+ aria-pressed="false"
1546
+ class="
1547
+ year-2039
1548
+ year-selector__year
1549
+ "
1550
+ tabindex="-1"
1551
+ >
1552
+ 2039
1553
+ </button>
1554
+ <button
1555
+ aria-pressed="false"
1556
+ class="
1557
+ year-2040
1558
+ year-selector__year
1559
+ "
1560
+ tabindex="-1"
1561
+ >
1562
+ 2040
1563
+ </button>
1564
+ <button
1565
+ aria-pressed="false"
1566
+ class="
1567
+ year-2041
1568
+ year-selector__year
1569
+ "
1570
+ tabindex="-1"
1571
+ >
1572
+ 2041
1573
+ </button>
1574
+ <button
1575
+ aria-pressed="false"
1576
+ class="
1577
+ year-2042
1578
+ year-selector__year
1579
+ "
1580
+ tabindex="-1"
1581
+ >
1582
+ 2042
1583
+ </button>
1584
+ <button
1585
+ aria-pressed="false"
1586
+ class="
1587
+ year-2043
1588
+ year-selector__year
1589
+ "
1590
+ tabindex="-1"
1591
+ >
1592
+ 2043
1593
+ </button>
1594
+ <button
1595
+ aria-pressed="false"
1596
+ class="
1597
+ year-2044
1598
+ year-selector__year
1599
+ "
1600
+ tabindex="-1"
1601
+ >
1602
+ 2044
1603
+ </button>
1604
+ <button
1605
+ aria-pressed="false"
1606
+ class="
1607
+ year-2045
1608
+ year-selector__year
1609
+ "
1610
+ tabindex="-1"
1611
+ >
1612
+ 2045
1613
+ </button>
1614
+ <button
1615
+ aria-pressed="false"
1616
+ class="
1617
+ year-2046
1618
+ year-selector__year
1619
+ "
1620
+ tabindex="-1"
1621
+ >
1622
+ 2046
1623
+ </button>
1624
+ <button
1625
+ aria-pressed="false"
1626
+ class="
1627
+ year-2047
1628
+ year-selector__year
1629
+ "
1630
+ tabindex="-1"
1631
+ >
1632
+ 2047
1633
+ </button>
1634
+ <button
1635
+ aria-pressed="false"
1636
+ class="
1637
+ year-2048
1638
+ year-selector__year
1639
+ "
1640
+ tabindex="-1"
1641
+ >
1642
+ 2048
1643
+ </button>
1644
+ <button
1645
+ aria-pressed="false"
1646
+ class="
1647
+ year-2049
1648
+ year-selector__year
1649
+ "
1650
+ tabindex="-1"
1651
+ >
1652
+ 2049
1653
+ </button>
1654
+ <button
1655
+ aria-pressed="false"
1656
+ class="
1657
+ year-2050
1658
+ year-selector__year
1659
+ "
1660
+ tabindex="-1"
1661
+ >
1662
+ 2050
1663
+ </button>
1664
+ <button
1665
+ aria-pressed="false"
1666
+ class="
1667
+ year-2051
1668
+ year-selector__year
1669
+ "
1670
+ tabindex="-1"
1671
+ >
1672
+ 2051
1673
+ </button>
1674
+ <button
1675
+ aria-pressed="false"
1676
+ class="
1677
+ year-2052
1678
+ year-selector__year
1679
+ "
1680
+ tabindex="-1"
1681
+ >
1682
+ 2052
1683
+ </button>
1684
+ <button
1685
+ aria-pressed="false"
1686
+ class="
1687
+ year-2053
1688
+ year-selector__year
1689
+ "
1690
+ tabindex="-1"
1691
+ >
1692
+ 2053
1693
+ </button>
1694
+ <button
1695
+ aria-pressed="false"
1696
+ class="
1697
+ year-2054
1698
+ year-selector__year
1699
+ "
1700
+ tabindex="-1"
1701
+ >
1702
+ 2054
1703
+ </button>
1704
+ <button
1705
+ aria-pressed="false"
1706
+ class="
1707
+ year-2055
1708
+ year-selector__year
1709
+ "
1710
+ tabindex="-1"
1711
+ >
1712
+ 2055
1713
+ </button>
1714
+ <button
1715
+ aria-pressed="false"
1716
+ class="
1717
+ year-2056
1718
+ year-selector__year
1719
+ "
1720
+ tabindex="-1"
1721
+ >
1722
+ 2056
1723
+ </button>
1724
+ <button
1725
+ aria-pressed="false"
1726
+ class="
1727
+ year-2057
1728
+ year-selector__year
1729
+ "
1730
+ tabindex="-1"
1731
+ >
1732
+ 2057
1733
+ </button>
1734
+ <button
1735
+ aria-pressed="false"
1736
+ class="
1737
+ year-2058
1738
+ year-selector__year
1739
+ "
1740
+ tabindex="-1"
1741
+ >
1742
+ 2058
1743
+ </button>
1744
+ <button
1745
+ aria-pressed="false"
1746
+ class="
1747
+ year-2059
1748
+ year-selector__year
1749
+ "
1750
+ tabindex="-1"
1751
+ >
1752
+ 2059
1753
+ </button>
1754
+ <button
1755
+ aria-pressed="false"
1756
+ class="
1757
+ year-2060
1758
+ year-selector__year
1759
+ "
1760
+ tabindex="-1"
1761
+ >
1762
+ 2060
1763
+ </button>
1764
+ <button
1765
+ aria-pressed="false"
1766
+ class="
1767
+ year-2061
1768
+ year-selector__year
1769
+ "
1770
+ tabindex="-1"
1771
+ >
1772
+ 2061
1773
+ </button>
1774
+ <button
1775
+ aria-pressed="false"
1776
+ class="
1777
+ year-2062
1778
+ year-selector__year
1779
+ "
1780
+ tabindex="-1"
1781
+ >
1782
+ 2062
1783
+ </button>
1784
+ <button
1785
+ aria-pressed="false"
1786
+ class="
1787
+ year-2063
1788
+ year-selector__year
1789
+ "
1790
+ tabindex="-1"
1791
+ >
1792
+ 2063
1793
+ </button>
1794
+ <button
1795
+ aria-pressed="false"
1796
+ class="
1797
+ year-2064
1798
+ year-selector__year
1799
+ "
1800
+ tabindex="-1"
1801
+ >
1802
+ 2064
1803
+ </button>
1804
+ <button
1805
+ aria-pressed="false"
1806
+ class="
1807
+ year-2065
1808
+ year-selector__year
1809
+ "
1810
+ tabindex="-1"
1811
+ >
1812
+ 2065
1813
+ </button>
1814
+ <button
1815
+ aria-pressed="false"
1816
+ class="
1817
+ year-2066
1818
+ year-selector__year
1819
+ "
1820
+ tabindex="-1"
1821
+ >
1822
+ 2066
1823
+ </button>
1824
+ <button
1825
+ aria-pressed="false"
1826
+ class="
1827
+ year-2067
1828
+ year-selector__year
1829
+ "
1830
+ tabindex="-1"
1831
+ >
1832
+ 2067
1833
+ </button>
1834
+ <button
1835
+ aria-pressed="false"
1836
+ class="
1837
+ year-2068
1838
+ year-selector__year
1839
+ "
1840
+ tabindex="-1"
1841
+ >
1842
+ 2068
1843
+ </button>
1844
+ <button
1845
+ aria-pressed="false"
1846
+ class="
1847
+ year-2069
1848
+ year-selector__year
1849
+ "
1850
+ tabindex="-1"
1851
+ >
1852
+ 2069
1853
+ </button>
1854
+ <button
1855
+ aria-pressed="false"
1856
+ class="
1857
+ year-2070
1858
+ year-selector__year
1859
+ "
1860
+ tabindex="-1"
1861
+ >
1862
+ 2070
1863
+ </button>
1864
+ <button
1865
+ aria-pressed="false"
1866
+ class="
1867
+ year-2071
1868
+ year-selector__year
1869
+ "
1870
+ tabindex="-1"
1871
+ >
1872
+ 2071
1873
+ </button>
1874
+ <button
1875
+ aria-pressed="false"
1876
+ class="
1877
+ year-2072
1878
+ year-selector__year
1879
+ "
1880
+ tabindex="-1"
1881
+ >
1882
+ 2072
1883
+ </button>
1884
+ <button
1885
+ aria-pressed="false"
1886
+ class="
1887
+ year-2073
1888
+ year-selector__year
1889
+ "
1890
+ tabindex="-1"
1891
+ >
1892
+ 2073
1893
+ </button>
1894
+ <button
1895
+ aria-pressed="false"
1896
+ class="
1897
+ year-2074
1898
+ year-selector__year
1899
+ "
1900
+ tabindex="-1"
1901
+ >
1902
+ 2074
1903
+ </button>
1904
+ <button
1905
+ aria-pressed="false"
1906
+ class="
1907
+ year-2075
1908
+ year-selector__year
1909
+ "
1910
+ tabindex="-1"
1911
+ >
1912
+ 2075
1913
+ </button>
1914
+ <button
1915
+ aria-pressed="false"
1916
+ class="
1917
+ year-2076
1918
+ year-selector__year
1919
+ "
1920
+ tabindex="-1"
1921
+ >
1922
+ 2076
1923
+ </button>
1924
+ <button
1925
+ aria-pressed="false"
1926
+ class="
1927
+ year-2077
1928
+ year-selector__year
1929
+ "
1930
+ tabindex="-1"
1931
+ >
1932
+ 2077
1933
+ </button>
1934
+ <button
1935
+ aria-pressed="false"
1936
+ class="
1937
+ year-2078
1938
+ year-selector__year
1939
+ "
1940
+ tabindex="-1"
1941
+ >
1942
+ 2078
1943
+ </button>
1944
+ <button
1945
+ aria-pressed="false"
1946
+ class="
1947
+ year-2079
1948
+ year-selector__year
1949
+ "
1950
+ tabindex="-1"
1951
+ >
1952
+ 2079
1953
+ </button>
1954
+ <button
1955
+ aria-pressed="false"
1956
+ class="
1957
+ year-2080
1958
+ year-selector__year
1959
+ "
1960
+ tabindex="-1"
1961
+ >
1962
+ 2080
1963
+ </button>
1964
+ <button
1965
+ aria-pressed="false"
1966
+ class="
1967
+ year-2081
1968
+ year-selector__year
1969
+ "
1970
+ tabindex="-1"
1971
+ >
1972
+ 2081
1973
+ </button>
1974
+ <button
1975
+ aria-pressed="false"
1976
+ class="
1977
+ year-2082
1978
+ year-selector__year
1979
+ "
1980
+ tabindex="-1"
1981
+ >
1982
+ 2082
1983
+ </button>
1984
+ <button
1985
+ aria-pressed="false"
1986
+ class="
1987
+ year-2083
1988
+ year-selector__year
1989
+ "
1990
+ tabindex="-1"
1991
+ >
1992
+ 2083
1993
+ </button>
1994
+ <button
1995
+ aria-pressed="false"
1996
+ class="
1997
+ year-2084
1998
+ year-selector__year
1999
+ "
2000
+ tabindex="-1"
2001
+ >
2002
+ 2084
2003
+ </button>
2004
+ <button
2005
+ aria-pressed="false"
2006
+ class="
2007
+ year-2085
2008
+ year-selector__year
2009
+ "
2010
+ tabindex="-1"
2011
+ >
2012
+ 2085
2013
+ </button>
2014
+ <button
2015
+ aria-pressed="false"
2016
+ class="
2017
+ year-2086
2018
+ year-selector__year
2019
+ "
2020
+ tabindex="-1"
2021
+ >
2022
+ 2086
2023
+ </button>
2024
+ <button
2025
+ aria-pressed="false"
2026
+ class="
2027
+ year-2087
2028
+ year-selector__year
2029
+ "
2030
+ tabindex="-1"
2031
+ >
2032
+ 2087
2033
+ </button>
2034
+ <button
2035
+ aria-pressed="false"
2036
+ class="
2037
+ year-2088
2038
+ year-selector__year
2039
+ "
2040
+ tabindex="-1"
2041
+ >
2042
+ 2088
2043
+ </button>
2044
+ <button
2045
+ aria-pressed="false"
2046
+ class="
2047
+ year-2089
2048
+ year-selector__year
2049
+ "
2050
+ tabindex="-1"
2051
+ >
2052
+ 2089
2053
+ </button>
2054
+ <button
2055
+ aria-pressed="false"
2056
+ class="
2057
+ year-2090
2058
+ year-selector__year
2059
+ "
2060
+ tabindex="-1"
2061
+ >
2062
+ 2090
2063
+ </button>
2064
+ <button
2065
+ aria-pressed="false"
2066
+ class="
2067
+ year-2091
2068
+ year-selector__year
2069
+ "
2070
+ tabindex="-1"
2071
+ >
2072
+ 2091
2073
+ </button>
2074
+ <button
2075
+ aria-pressed="false"
2076
+ class="
2077
+ year-2092
2078
+ year-selector__year
2079
+ "
2080
+ tabindex="-1"
2081
+ >
2082
+ 2092
2083
+ </button>
2084
+ <button
2085
+ aria-pressed="false"
2086
+ class="
2087
+ year-2093
2088
+ year-selector__year
2089
+ "
2090
+ tabindex="-1"
2091
+ >
2092
+ 2093
2093
+ </button>
2094
+ <button
2095
+ aria-pressed="false"
2096
+ class="
2097
+ year-2094
2098
+ year-selector__year
2099
+ "
2100
+ tabindex="-1"
2101
+ >
2102
+ 2094
2103
+ </button>
2104
+ <button
2105
+ aria-pressed="false"
2106
+ class="
2107
+ year-2095
2108
+ year-selector__year
2109
+ "
2110
+ tabindex="-1"
2111
+ >
2112
+ 2095
2113
+ </button>
2114
+ <button
2115
+ aria-pressed="false"
2116
+ class="
2117
+ year-2096
2118
+ year-selector__year
2119
+ "
2120
+ tabindex="-1"
2121
+ >
2122
+ 2096
2123
+ </button>
2124
+ <button
2125
+ aria-pressed="false"
2126
+ class="
2127
+ year-2097
2128
+ year-selector__year
2129
+ "
2130
+ tabindex="-1"
2131
+ >
2132
+ 2097
2133
+ </button>
2134
+ <button
2135
+ aria-pressed="false"
2136
+ class="
2137
+ year-2098
2138
+ year-selector__year
2139
+ "
2140
+ tabindex="-1"
2141
+ >
2142
+ 2098
2143
+ </button>
2144
+ <button
2145
+ aria-pressed="false"
2146
+ class="
2147
+ year-2099
2148
+ year-selector__year
2149
+ "
2150
+ tabindex="-1"
2151
+ >
2152
+ 2099
2153
+ </button>
2154
+ <button
2155
+ aria-pressed="false"
2156
+ class="
2157
+ year-2100
2158
+ year-selector__year
2159
+ "
2160
+ tabindex="-1"
2161
+ >
2162
+ 2100
2163
+ </button>
2164
+ </div>
2165
+ `;
2166
+
2167
+ exports[`mounthpicker > should open the menu when clicking on the input 1`] = `
2168
+ <div class="month-picker-menu">
2169
+ <div class="visual-picker-header">
2170
+ <div
2171
+ class="visual-picker-header__title"
2172
+ id="v-3-title"
2173
+ >
2174
+ Sélectionner un mois
2175
+ </div>
2176
+ <div class="visual-picker-header__date">
2177
+ December 2026
2178
+ </div>
2179
+ </div>
2180
+ <div class="visual-picker-subheader">
2181
+ <button
2182
+ aria-label="Sélectionner une année, l'année sélectionnée est 2026"
2183
+ class="visual-picker-year-btn"
2184
+ title="Sélectionner une année, l'année sélectionnée est 2026"
2185
+ type="button"
2186
+ >
2187
+ 2026
2188
+ <i
2189
+ aria-hidden="true"
2190
+ class="
2191
+ M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z
2192
+ mdi
2193
+ notranslate
2194
+ v-icon
2195
+ v-icon--size-default
2196
+ v-theme--light
2197
+ "
2198
+ ></i>
2199
+ </button>
2200
+ </div>
2201
+ <div
2202
+ aria-label="Sélectionner un mois"
2203
+ class="month-selector"
2204
+ role="group"
2205
+ >
2206
+ <button
2207
+ aria-label="January"
2208
+ aria-pressed="false"
2209
+ class="
2210
+ month-1
2211
+ month-selector__month
2212
+ "
2213
+ tabindex="-1"
2214
+ >
2215
+ Jan
2216
+ </button>
2217
+ <button
2218
+ aria-label="February"
2219
+ aria-pressed="false"
2220
+ class="
2221
+ month-2
2222
+ month-selector__month
2223
+ "
2224
+ tabindex="-1"
2225
+ >
2226
+ Feb
2227
+ </button>
2228
+ <button
2229
+ aria-label="March"
2230
+ aria-pressed="false"
2231
+ class="
2232
+ month-3
2233
+ month-selector__month
2234
+ "
2235
+ tabindex="-1"
2236
+ >
2237
+ Mar
2238
+ </button>
2239
+ <button
2240
+ aria-label="April"
2241
+ aria-pressed="false"
2242
+ class="
2243
+ month-4
2244
+ month-selector__month
2245
+ "
2246
+ tabindex="-1"
2247
+ >
2248
+ Apr
2249
+ </button>
2250
+ <button
2251
+ aria-label="May"
2252
+ aria-pressed="false"
2253
+ class="
2254
+ month-5
2255
+ month-selector__month
2256
+ "
2257
+ tabindex="-1"
2258
+ >
2259
+ May
2260
+ </button>
2261
+ <button
2262
+ aria-label="June"
2263
+ aria-pressed="false"
2264
+ class="
2265
+ month-6
2266
+ month-selector__month
2267
+ "
2268
+ tabindex="-1"
2269
+ >
2270
+ Jun
2271
+ </button>
2272
+ <button
2273
+ aria-label="July"
2274
+ aria-pressed="false"
2275
+ class="
2276
+ month-7
2277
+ month-selector__month
2278
+ "
2279
+ tabindex="-1"
2280
+ >
2281
+ Jul
2282
+ </button>
2283
+ <button
2284
+ aria-label="August"
2285
+ aria-pressed="false"
2286
+ class="
2287
+ month-8
2288
+ month-selector__month
2289
+ "
2290
+ tabindex="-1"
2291
+ >
2292
+ Aug
2293
+ </button>
2294
+ <button
2295
+ aria-label="September"
2296
+ aria-pressed="false"
2297
+ class="
2298
+ month-9
2299
+ month-selector__month
2300
+ "
2301
+ tabindex="-1"
2302
+ >
2303
+ Sep
2304
+ </button>
2305
+ <button
2306
+ aria-label="October"
2307
+ aria-pressed="false"
2308
+ class="
2309
+ month-10
2310
+ month-selector__month
2311
+ "
2312
+ tabindex="-1"
2313
+ >
2314
+ Oct
2315
+ </button>
2316
+ <button
2317
+ aria-label="November"
2318
+ aria-pressed="false"
2319
+ class="
2320
+ month-11
2321
+ month-selector__month
2322
+ "
2323
+ tabindex="-1"
2324
+ >
2325
+ Nov
2326
+ </button>
2327
+ <button
2328
+ aria-label="December"
2329
+ aria-pressed="true"
2330
+ class="
2331
+ month-12
2332
+ month-selector__month
2333
+ month-selector__month--active
2334
+ month-selector__month--selected
2335
+ "
2336
+ tabindex="0"
2337
+ >
2338
+ Dec
2339
+ </button>
2340
+ </div>
2341
+ <div class="month-picker-footer">
2342
+ <button
2343
+ aria-label="Sélectionner le mois en cours"
2344
+ class="month-picker-footer__current-month-btn"
2345
+ title="Sélectionner le mois en cours"
2346
+ type="button"
2347
+ >
2348
+ <i
2349
+ aria-hidden="true"
2350
+ class="
2351
+ 11H9V13H7V11M21
2352
+ 13V11H13V13H11M7
2353
+ 13V11H17V13H15M11
2354
+ 15H9V17H7V15M15
2355
+ 17V15H13V17H11Z
2356
+ 17V15H17V17H15M11
2357
+ 19
2358
+ 19V5C3
2359
+ 19V9H5V19H19M15
2360
+ 20.1
2361
+ 20.11
2362
+ 20.11
2363
+ 21
2364
+ 21
2365
+ 21
2366
+ 21
2367
+ 21H5C3.89
2368
+ 3
2369
+ 3
2370
+ 3
2371
+ 3
2372
+ 3.9
2373
+ 3.9
2374
+ 3.9
2375
+ 3H6V1H8V3H16V1H18V3H19C20.11
2376
+ 5
2377
+ 5M5
2378
+ 5V19C21
2379
+ 7H19V5H5V7M19
2380
+ M7
2381
+ mdi
2382
+ notranslate
2383
+ v-icon
2384
+ v-icon--size-default
2385
+ v-theme--light
2386
+ "
2387
+ ></i>
2388
+ Mois actuel
2389
+ </button>
2390
+ </div>
2391
+ </div>
2392
+ `;
2393
+
2394
+ exports[`mounthpicker > should render mounthpicker 1`] = `
2395
+ <div class="month-picker">
2396
+ <div class="sy-textfield-container">
2397
+ <div class="
2398
+ basic-field
2399
+ v-input
2400
+ v-input--center-affix
2401
+ v-input--density-default
2402
+ v-input--dirty
2403
+ v-input--horizontal
2404
+ v-locale--is-ltr
2405
+ v-text-field
2406
+ v-theme--light
2407
+ ">
2408
+ <!---->
2409
+ <div class="v-input__control">
2410
+ <div class="
2411
+ bg-white
2412
+ v-field
2413
+ v-field--active
2414
+ v-field--appended
2415
+ v-field--center-affix
2416
+ v-field--dirty
2417
+ v-field--has-background
2418
+ v-field--prepended
2419
+ v-field--variant-outlined
2420
+ v-locale--is-ltr
2421
+ v-theme--light
2422
+ ">
2423
+ <div class="v-field__overlay"></div>
2424
+ <div class="v-field__loader">
2425
+ <!-- v-if -->
2426
+ </div>
2427
+ <div class="v-field__prepend-inner">
2428
+ <!-- v-if -->
2429
+ <!-- v-if -->
2430
+ </div>
2431
+ <div
2432
+ class="v-field__field"
2433
+ data-no-activator=""
2434
+ >
2435
+ <!---->
2436
+ <label
2437
+ aria-hidden="true"
2438
+ class="
2439
+ v-field-label
2440
+ v-label
2441
+ "
2442
+ id="input-v-1-label"
2443
+ >
2444
+ <!---->
2445
+ Début du projet
2446
+ </label>
2447
+ <!---->
2448
+ <input
2449
+ aria-describedby="input-v-1-messages"
2450
+ aria-label="Début du projet"
2451
+ aria-labelledby="input-v-1-label"
2452
+ autocomplete="off"
2453
+ class="v-field__input"
2454
+ direction="horizontal"
2455
+ id="input-v-1"
2456
+ size="1"
2457
+ title="Début du projet"
2458
+ type="text"
2459
+ value="'11/2025'"
2460
+ />
2461
+ <!---->
2462
+ </div>
2463
+ <!---->
2464
+ <div class="v-field__append-inner">
2465
+ <!-- Keyboard-focusable clear button -->
2466
+ <!-- v-if -->
2467
+ <!-- v-if -->
2468
+ <!-- v-if -->
2469
+ </div>
2470
+ <div class="v-field__outline">
2471
+ <div class="v-field__outline__start"></div>
2472
+ <div class="v-field__outline__notch">
2473
+ <label
2474
+ aria-hidden="false"
2475
+ class="
2476
+ v-field-label
2477
+ v-field-label--floating
2478
+ v-label
2479
+ "
2480
+ for="input-v-1"
2481
+ >
2482
+ <!---->
2483
+ Début du projet
2484
+ </label>
2485
+ </div>
2486
+ <div class="v-field__outline__end"></div>
2487
+ <!---->
2488
+ </div>
2489
+ </div>
2490
+ </div>
2491
+ <div class="v-input__append">
2492
+ <button
2493
+ aria-label="Ouvrir le sélecteur de mois"
2494
+ class="month-picker-input__toggle-btn"
2495
+ title="Ouvrir le sélecteur de mois"
2496
+ type="button"
2497
+ >
2498
+ <i
2499
+ aria-hidden="true"
2500
+ class="
2501
+ 0
2502
+ 0
2503
+ 0,0
2504
+ 0,0
2505
+ 19,3H18V1M17,12H12V17H17V12Z
2506
+ 20.1,3
2507
+ 21,19V5C21,3.89
2508
+ 3,3.89
2509
+ 3,5V19A2,2
2510
+ 5,21H19A2,2
2511
+ M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3
2512
+ mdi
2513
+ notranslate
2514
+ v-icon
2515
+ v-icon--size-default
2516
+ v-theme--light
2517
+ "
2518
+ ></i>
2519
+ </button>
2520
+ </div>
2521
+ <div
2522
+ aria-live="polite"
2523
+ class="v-input__details"
2524
+ id="input-v-1-messages"
2525
+ role="alert"
2526
+ >
2527
+ <transition-group-stub
2528
+ appear="false"
2529
+ class="v-messages"
2530
+ css="true"
2531
+ name="slide-y-transition"
2532
+ persisted="false"
2533
+ tag="div"
2534
+ >
2535
+ <!---->
2536
+ </transition-group-stub>
2537
+ <!---->
2538
+ </div>
2539
+ </div>
2540
+ <!-- v-if -->
2541
+ </div>
2542
+ <!---->
2543
+ <!---->
2544
+ </div>
2545
+ `;