vuetify 3.3.9 → 3.3.11

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/dist/_component-variables-labs.sass +3 -1
  2. package/dist/json/attributes.json +221 -33
  3. package/dist/json/importMap-labs.json +28 -0
  4. package/dist/json/importMap.json +4 -4
  5. package/dist/json/tags.json +79 -0
  6. package/dist/json/web-types.json +693 -34
  7. package/dist/vuetify-labs.css +305 -138
  8. package/dist/vuetify-labs.d.ts +2804 -305
  9. package/dist/vuetify-labs.esm.js +755 -72
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +755 -72
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +48 -41
  14. package/dist/vuetify.d.ts +67 -31
  15. package/dist/vuetify.esm.js +173 -65
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +173 -65
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +959 -946
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/blueprints/md1.mjs +5 -0
  23. package/lib/blueprints/md1.mjs.map +1 -1
  24. package/lib/blueprints/md2.mjs +5 -0
  25. package/lib/blueprints/md2.mjs.map +1 -1
  26. package/lib/blueprints/md3.mjs +5 -0
  27. package/lib/blueprints/md3.mjs.map +1 -1
  28. package/lib/components/VAutocomplete/VAutocomplete.mjs +21 -9
  29. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  30. package/lib/components/VAutocomplete/index.d.mts +6 -0
  31. package/lib/components/VCarousel/index.d.mts +12 -10
  32. package/lib/components/VChip/VChip.mjs +3 -3
  33. package/lib/components/VChip/VChip.mjs.map +1 -1
  34. package/lib/components/VCombobox/VCombobox.mjs +10 -4
  35. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  36. package/lib/components/VCombobox/index.d.mts +6 -0
  37. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +8 -3
  38. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  39. package/lib/components/VFileInput/VFileInput.mjs +1 -0
  40. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  41. package/lib/components/VMenu/VMenu.mjs +29 -4
  42. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  43. package/lib/components/VNavigationDrawer/sticky.mjs +1 -1
  44. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  45. package/lib/components/VOverlay/useActivator.mjs +2 -2
  46. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  47. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  48. package/lib/components/VRangeSlider/index.d.mts +8 -8
  49. package/lib/components/VRating/VRating.mjs +4 -2
  50. package/lib/components/VRating/VRating.mjs.map +1 -1
  51. package/lib/components/VSelect/VSelect.css +1 -0
  52. package/lib/components/VSelect/VSelect.mjs +23 -8
  53. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  54. package/lib/components/VSelect/VSelect.sass +1 -0
  55. package/lib/components/VSelect/index.d.mts +6 -0
  56. package/lib/components/VSelectionControl/VSelectionControl.mjs +2 -2
  57. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  58. package/lib/components/VSlider/VSlider.mjs +2 -3
  59. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  60. package/lib/components/VSlider/slider.mjs +1 -0
  61. package/lib/components/VSlider/slider.mjs.map +1 -1
  62. package/lib/components/VSwitch/VSwitch.css +3 -0
  63. package/lib/components/VSwitch/VSwitch.sass +3 -0
  64. package/lib/components/VSwitch/_variables.scss +1 -0
  65. package/lib/components/VTable/VTable.css +10 -4
  66. package/lib/components/VTable/VTable.sass +6 -4
  67. package/lib/components/VTextarea/VTextarea.css +0 -3
  68. package/lib/components/VTextarea/VTextarea.sass +0 -4
  69. package/lib/components/VTimeline/VTimeline.css +2 -2
  70. package/lib/components/VTimeline/VTimeline.sass +2 -2
  71. package/lib/components/VWindow/VWindow.mjs +1 -0
  72. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  73. package/lib/components/VWindow/VWindowItem.mjs +3 -1
  74. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  75. package/lib/components/VWindow/index.d.mts +29 -11
  76. package/lib/components/index.d.mts +57 -29
  77. package/lib/composables/defaults.mjs.map +1 -1
  78. package/lib/composables/forwardRefs.mjs +14 -0
  79. package/lib/composables/forwardRefs.mjs.map +1 -1
  80. package/lib/composables/group.mjs +1 -1
  81. package/lib/composables/group.mjs.map +1 -1
  82. package/lib/composables/theme.mjs +12 -6
  83. package/lib/composables/theme.mjs.map +1 -1
  84. package/lib/entry-bundler.mjs +1 -1
  85. package/lib/entry-bundler.mjs.map +1 -1
  86. package/lib/framework.mjs +1 -1
  87. package/lib/framework.mjs.map +1 -1
  88. package/lib/index.d.mts +10 -2
  89. package/lib/labs/VDatePicker/VDatePicker.css +6 -5
  90. package/lib/labs/VDatePicker/VDatePicker.mjs +3 -3
  91. package/lib/labs/VDatePicker/VDatePicker.mjs.map +1 -1
  92. package/lib/labs/VDatePicker/VDatePicker.sass +8 -9
  93. package/lib/labs/VDateRangePicker/VDateRangePickerHeader.mjs +2 -2
  94. package/lib/labs/VDateRangePicker/VDateRangePickerHeader.mjs.map +1 -1
  95. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +4 -5
  96. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  97. package/lib/labs/VOtpInput/VOtpInput.css +53 -0
  98. package/lib/labs/VOtpInput/VOtpInput.mjs +213 -0
  99. package/lib/labs/VOtpInput/VOtpInput.mjs.map +1 -0
  100. package/lib/labs/VOtpInput/VOtpInput.sass +55 -0
  101. package/lib/labs/VOtpInput/_variables.scss +2 -0
  102. package/lib/labs/VOtpInput/index.d.mts +459 -0
  103. package/lib/labs/VOtpInput/index.mjs +2 -0
  104. package/lib/labs/VOtpInput/index.mjs.map +1 -0
  105. package/lib/labs/VPicker/VPicker.mjs +1 -1
  106. package/lib/labs/VPicker/VPicker.mjs.map +1 -1
  107. package/lib/labs/VStepper/VStepper.css +42 -0
  108. package/lib/labs/VStepper/VStepper.mjs +147 -0
  109. package/lib/labs/VStepper/VStepper.mjs.map +1 -0
  110. package/lib/labs/VStepper/VStepper.sass +44 -0
  111. package/lib/labs/VStepper/VStepperActions.mjs +61 -0
  112. package/lib/labs/VStepper/VStepperActions.mjs.map +1 -0
  113. package/lib/labs/VStepper/VStepperHeader.mjs +4 -0
  114. package/lib/labs/VStepper/VStepperHeader.mjs.map +1 -0
  115. package/lib/labs/VStepper/VStepperItem.css +67 -0
  116. package/lib/labs/VStepper/VStepperItem.mjs +114 -0
  117. package/lib/labs/VStepper/VStepperItem.mjs.map +1 -0
  118. package/lib/labs/VStepper/VStepperItem.sass +71 -0
  119. package/lib/labs/VStepper/VStepperWindow.mjs +50 -0
  120. package/lib/labs/VStepper/VStepperWindow.mjs.map +1 -0
  121. package/lib/labs/VStepper/VStepperWindowItem.mjs +24 -0
  122. package/lib/labs/VStepper/VStepperWindowItem.mjs.map +1 -0
  123. package/lib/labs/VStepper/_variables.scss +4 -0
  124. package/lib/labs/VStepper/index.d.mts +2051 -0
  125. package/lib/labs/VStepper/index.mjs +7 -0
  126. package/lib/labs/VStepper/index.mjs.map +1 -0
  127. package/lib/labs/components.d.mts +2751 -267
  128. package/lib/labs/components.mjs +2 -0
  129. package/lib/labs/components.mjs.map +1 -1
  130. package/lib/labs/date/adapters/vuetify.mjs +6 -7
  131. package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
  132. package/lib/locale/af.mjs +6 -1
  133. package/lib/locale/af.mjs.map +1 -1
  134. package/lib/locale/ar.mjs +6 -1
  135. package/lib/locale/ar.mjs.map +1 -1
  136. package/lib/locale/az.mjs +6 -1
  137. package/lib/locale/az.mjs.map +1 -1
  138. package/lib/locale/bg.mjs +6 -1
  139. package/lib/locale/bg.mjs.map +1 -1
  140. package/lib/locale/ca.mjs +6 -1
  141. package/lib/locale/ca.mjs.map +1 -1
  142. package/lib/locale/ckb.mjs +6 -1
  143. package/lib/locale/ckb.mjs.map +1 -1
  144. package/lib/locale/cs.mjs +6 -1
  145. package/lib/locale/cs.mjs.map +1 -1
  146. package/lib/locale/da.mjs +6 -1
  147. package/lib/locale/da.mjs.map +1 -1
  148. package/lib/locale/de.mjs +6 -1
  149. package/lib/locale/de.mjs.map +1 -1
  150. package/lib/locale/el.mjs +6 -1
  151. package/lib/locale/el.mjs.map +1 -1
  152. package/lib/locale/en.mjs +6 -1
  153. package/lib/locale/en.mjs.map +1 -1
  154. package/lib/locale/es.mjs +6 -1
  155. package/lib/locale/es.mjs.map +1 -1
  156. package/lib/locale/et.mjs +6 -1
  157. package/lib/locale/et.mjs.map +1 -1
  158. package/lib/locale/fa.mjs +6 -1
  159. package/lib/locale/fa.mjs.map +1 -1
  160. package/lib/locale/fi.mjs +6 -1
  161. package/lib/locale/fi.mjs.map +1 -1
  162. package/lib/locale/fr.mjs +6 -1
  163. package/lib/locale/fr.mjs.map +1 -1
  164. package/lib/locale/he.mjs +6 -1
  165. package/lib/locale/he.mjs.map +1 -1
  166. package/lib/locale/hr.mjs +6 -1
  167. package/lib/locale/hr.mjs.map +1 -1
  168. package/lib/locale/hu.mjs +6 -1
  169. package/lib/locale/hu.mjs.map +1 -1
  170. package/lib/locale/id.mjs +6 -1
  171. package/lib/locale/id.mjs.map +1 -1
  172. package/lib/locale/index.d.mts +210 -0
  173. package/lib/locale/it.mjs +6 -1
  174. package/lib/locale/it.mjs.map +1 -1
  175. package/lib/locale/ja.mjs +6 -1
  176. package/lib/locale/ja.mjs.map +1 -1
  177. package/lib/locale/ko.mjs +6 -1
  178. package/lib/locale/ko.mjs.map +1 -1
  179. package/lib/locale/lt.mjs +6 -1
  180. package/lib/locale/lt.mjs.map +1 -1
  181. package/lib/locale/lv.mjs +6 -1
  182. package/lib/locale/lv.mjs.map +1 -1
  183. package/lib/locale/nl.mjs +6 -1
  184. package/lib/locale/nl.mjs.map +1 -1
  185. package/lib/locale/no.mjs +6 -1
  186. package/lib/locale/no.mjs.map +1 -1
  187. package/lib/locale/pl.mjs +6 -1
  188. package/lib/locale/pl.mjs.map +1 -1
  189. package/lib/locale/pt.mjs +6 -1
  190. package/lib/locale/pt.mjs.map +1 -1
  191. package/lib/locale/ro.mjs +23 -18
  192. package/lib/locale/ro.mjs.map +1 -1
  193. package/lib/locale/ru.mjs +6 -1
  194. package/lib/locale/ru.mjs.map +1 -1
  195. package/lib/locale/sk.mjs +6 -1
  196. package/lib/locale/sk.mjs.map +1 -1
  197. package/lib/locale/sl.mjs +6 -1
  198. package/lib/locale/sl.mjs.map +1 -1
  199. package/lib/locale/sr-Cyrl.mjs +6 -1
  200. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  201. package/lib/locale/sr-Latn.mjs +6 -1
  202. package/lib/locale/sr-Latn.mjs.map +1 -1
  203. package/lib/locale/sv.mjs +6 -1
  204. package/lib/locale/sv.mjs.map +1 -1
  205. package/lib/locale/th.mjs +6 -1
  206. package/lib/locale/th.mjs.map +1 -1
  207. package/lib/locale/tr.mjs +6 -1
  208. package/lib/locale/tr.mjs.map +1 -1
  209. package/lib/locale/uk.mjs +6 -1
  210. package/lib/locale/uk.mjs.map +1 -1
  211. package/lib/locale/vi.mjs +6 -1
  212. package/lib/locale/vi.mjs.map +1 -1
  213. package/lib/locale/zh-Hans.mjs +6 -1
  214. package/lib/locale/zh-Hans.mjs.map +1 -1
  215. package/lib/locale/zh-Hant.mjs +6 -1
  216. package/lib/locale/zh-Hant.mjs.map +1 -1
  217. package/lib/util/globals.mjs +0 -1
  218. package/lib/util/globals.mjs.map +1 -1
  219. package/lib/util/helpers.mjs +32 -12
  220. package/lib/util/helpers.mjs.map +1 -1
  221. package/package.json +3 -2
@@ -57,6 +57,7 @@ declare const _default$F: {
57
57
  clear: string;
58
58
  prependAction: string;
59
59
  appendAction: string;
60
+ otp: string;
60
61
  };
61
62
  fileInput: {
62
63
  counter: string;
@@ -77,6 +78,10 @@ declare const _default$F: {
77
78
  last: string;
78
79
  };
79
80
  };
81
+ stepper: {
82
+ next: string;
83
+ prev: string;
84
+ };
80
85
  rating: {
81
86
  ariaLabel: {
82
87
  item: string;
@@ -149,6 +154,7 @@ declare const _default$E: {
149
154
  clear: string;
150
155
  prependAction: string;
151
156
  appendAction: string;
157
+ otp: string;
152
158
  };
153
159
  fileInput: {
154
160
  counter: string;
@@ -169,6 +175,10 @@ declare const _default$E: {
169
175
  last: string;
170
176
  };
171
177
  };
178
+ stepper: {
179
+ next: string;
180
+ prev: string;
181
+ };
172
182
  rating: {
173
183
  ariaLabel: {
174
184
  item: string;
@@ -241,6 +251,7 @@ declare const _default$D: {
241
251
  clear: string;
242
252
  prependAction: string;
243
253
  appendAction: string;
254
+ otp: string;
244
255
  };
245
256
  fileInput: {
246
257
  counter: string;
@@ -261,6 +272,10 @@ declare const _default$D: {
261
272
  last: string;
262
273
  };
263
274
  };
275
+ stepper: {
276
+ next: string;
277
+ prev: string;
278
+ };
264
279
  rating: {
265
280
  ariaLabel: {
266
281
  item: string;
@@ -333,6 +348,7 @@ declare const _default$C: {
333
348
  clear: string;
334
349
  prependAction: string;
335
350
  appendAction: string;
351
+ otp: string;
336
352
  };
337
353
  fileInput: {
338
354
  counter: string;
@@ -353,6 +369,10 @@ declare const _default$C: {
353
369
  last: string;
354
370
  };
355
371
  };
372
+ stepper: {
373
+ next: string;
374
+ prev: string;
375
+ };
356
376
  rating: {
357
377
  ariaLabel: {
358
378
  item: string;
@@ -425,6 +445,7 @@ declare const _default$B: {
425
445
  clear: string;
426
446
  prependAction: string;
427
447
  appendAction: string;
448
+ otp: string;
428
449
  };
429
450
  fileInput: {
430
451
  counter: string;
@@ -445,6 +466,10 @@ declare const _default$B: {
445
466
  last: string;
446
467
  };
447
468
  };
469
+ stepper: {
470
+ next: string;
471
+ prev: string;
472
+ };
448
473
  rating: {
449
474
  ariaLabel: {
450
475
  item: string;
@@ -517,6 +542,7 @@ declare const _default$A: {
517
542
  clear: string;
518
543
  prependAction: string;
519
544
  appendAction: string;
545
+ otp: string;
520
546
  };
521
547
  fileInput: {
522
548
  counter: string;
@@ -537,6 +563,10 @@ declare const _default$A: {
537
563
  last: string;
538
564
  };
539
565
  };
566
+ stepper: {
567
+ next: string;
568
+ prev: string;
569
+ };
540
570
  rating: {
541
571
  ariaLabel: {
542
572
  item: string;
@@ -609,6 +639,7 @@ declare const _default$z: {
609
639
  clear: string;
610
640
  prependAction: string;
611
641
  appendAction: string;
642
+ otp: string;
612
643
  };
613
644
  fileInput: {
614
645
  counter: string;
@@ -629,6 +660,10 @@ declare const _default$z: {
629
660
  last: string;
630
661
  };
631
662
  };
663
+ stepper: {
664
+ next: string;
665
+ prev: string;
666
+ };
632
667
  rating: {
633
668
  ariaLabel: {
634
669
  item: string;
@@ -701,6 +736,7 @@ declare const _default$y: {
701
736
  clear: string;
702
737
  prependAction: string;
703
738
  appendAction: string;
739
+ otp: string;
704
740
  };
705
741
  fileInput: {
706
742
  counter: string;
@@ -721,6 +757,10 @@ declare const _default$y: {
721
757
  last: string;
722
758
  };
723
759
  };
760
+ stepper: {
761
+ next: string;
762
+ prev: string;
763
+ };
724
764
  rating: {
725
765
  ariaLabel: {
726
766
  item: string;
@@ -793,6 +833,7 @@ declare const _default$x: {
793
833
  clear: string;
794
834
  prependAction: string;
795
835
  appendAction: string;
836
+ otp: string;
796
837
  };
797
838
  fileInput: {
798
839
  counter: string;
@@ -813,6 +854,10 @@ declare const _default$x: {
813
854
  last: string;
814
855
  };
815
856
  };
857
+ stepper: {
858
+ next: string;
859
+ prev: string;
860
+ };
816
861
  rating: {
817
862
  ariaLabel: {
818
863
  item: string;
@@ -885,6 +930,7 @@ declare const _default$w: {
885
930
  clear: string;
886
931
  prependAction: string;
887
932
  appendAction: string;
933
+ otp: string;
888
934
  };
889
935
  fileInput: {
890
936
  counter: string;
@@ -905,6 +951,10 @@ declare const _default$w: {
905
951
  last: string;
906
952
  };
907
953
  };
954
+ stepper: {
955
+ next: string;
956
+ prev: string;
957
+ };
908
958
  rating: {
909
959
  ariaLabel: {
910
960
  item: string;
@@ -977,6 +1027,7 @@ declare const _default$v: {
977
1027
  clear: string;
978
1028
  prependAction: string;
979
1029
  appendAction: string;
1030
+ otp: string;
980
1031
  };
981
1032
  fileInput: {
982
1033
  counter: string;
@@ -997,6 +1048,10 @@ declare const _default$v: {
997
1048
  last: string;
998
1049
  };
999
1050
  };
1051
+ stepper: {
1052
+ next: string;
1053
+ prev: string;
1054
+ };
1000
1055
  rating: {
1001
1056
  ariaLabel: {
1002
1057
  item: string;
@@ -1069,6 +1124,7 @@ declare const _default$u: {
1069
1124
  clear: string;
1070
1125
  prependAction: string;
1071
1126
  appendAction: string;
1127
+ otp: string;
1072
1128
  };
1073
1129
  fileInput: {
1074
1130
  counter: string;
@@ -1089,6 +1145,10 @@ declare const _default$u: {
1089
1145
  last: string;
1090
1146
  };
1091
1147
  };
1148
+ stepper: {
1149
+ next: string;
1150
+ prev: string;
1151
+ };
1092
1152
  rating: {
1093
1153
  ariaLabel: {
1094
1154
  item: string;
@@ -1161,6 +1221,7 @@ declare const _default$t: {
1161
1221
  clear: string;
1162
1222
  prependAction: string;
1163
1223
  appendAction: string;
1224
+ otp: string;
1164
1225
  };
1165
1226
  fileInput: {
1166
1227
  counter: string;
@@ -1181,6 +1242,10 @@ declare const _default$t: {
1181
1242
  last: string;
1182
1243
  };
1183
1244
  };
1245
+ stepper: {
1246
+ next: string;
1247
+ prev: string;
1248
+ };
1184
1249
  rating: {
1185
1250
  ariaLabel: {
1186
1251
  item: string;
@@ -1253,6 +1318,7 @@ declare const _default$s: {
1253
1318
  clear: string;
1254
1319
  prependAction: string;
1255
1320
  appendAction: string;
1321
+ otp: string;
1256
1322
  };
1257
1323
  fileInput: {
1258
1324
  counter: string;
@@ -1273,6 +1339,10 @@ declare const _default$s: {
1273
1339
  last: string;
1274
1340
  };
1275
1341
  };
1342
+ stepper: {
1343
+ next: string;
1344
+ prev: string;
1345
+ };
1276
1346
  rating: {
1277
1347
  ariaLabel: {
1278
1348
  item: string;
@@ -1345,6 +1415,7 @@ declare const _default$r: {
1345
1415
  clear: string;
1346
1416
  prependAction: string;
1347
1417
  appendAction: string;
1418
+ otp: string;
1348
1419
  };
1349
1420
  fileInput: {
1350
1421
  counter: string;
@@ -1365,6 +1436,10 @@ declare const _default$r: {
1365
1436
  last: string;
1366
1437
  };
1367
1438
  };
1439
+ stepper: {
1440
+ next: string;
1441
+ prev: string;
1442
+ };
1368
1443
  rating: {
1369
1444
  ariaLabel: {
1370
1445
  item: string;
@@ -1437,6 +1512,7 @@ declare const _default$q: {
1437
1512
  clear: string;
1438
1513
  prependAction: string;
1439
1514
  appendAction: string;
1515
+ otp: string;
1440
1516
  };
1441
1517
  fileInput: {
1442
1518
  counter: string;
@@ -1457,6 +1533,10 @@ declare const _default$q: {
1457
1533
  last: string;
1458
1534
  };
1459
1535
  };
1536
+ stepper: {
1537
+ next: string;
1538
+ prev: string;
1539
+ };
1460
1540
  rating: {
1461
1541
  ariaLabel: {
1462
1542
  item: string;
@@ -1529,6 +1609,7 @@ declare const _default$p: {
1529
1609
  clear: string;
1530
1610
  prependAction: string;
1531
1611
  appendAction: string;
1612
+ otp: string;
1532
1613
  };
1533
1614
  fileInput: {
1534
1615
  counter: string;
@@ -1549,6 +1630,10 @@ declare const _default$p: {
1549
1630
  last: string;
1550
1631
  };
1551
1632
  };
1633
+ stepper: {
1634
+ next: string;
1635
+ prev: string;
1636
+ };
1552
1637
  rating: {
1553
1638
  ariaLabel: {
1554
1639
  item: string;
@@ -1621,6 +1706,7 @@ declare const _default$o: {
1621
1706
  clear: string;
1622
1707
  prependAction: string;
1623
1708
  appendAction: string;
1709
+ otp: string;
1624
1710
  };
1625
1711
  fileInput: {
1626
1712
  counter: string;
@@ -1641,6 +1727,10 @@ declare const _default$o: {
1641
1727
  last: string;
1642
1728
  };
1643
1729
  };
1730
+ stepper: {
1731
+ next: string;
1732
+ prev: string;
1733
+ };
1644
1734
  rating: {
1645
1735
  ariaLabel: {
1646
1736
  item: string;
@@ -1713,6 +1803,7 @@ declare const _default$n: {
1713
1803
  clear: string;
1714
1804
  prependAction: string;
1715
1805
  appendAction: string;
1806
+ otp: string;
1716
1807
  };
1717
1808
  fileInput: {
1718
1809
  counter: string;
@@ -1733,6 +1824,10 @@ declare const _default$n: {
1733
1824
  last: string;
1734
1825
  };
1735
1826
  };
1827
+ stepper: {
1828
+ next: string;
1829
+ prev: string;
1830
+ };
1736
1831
  rating: {
1737
1832
  ariaLabel: {
1738
1833
  item: string;
@@ -1805,6 +1900,7 @@ declare const _default$m: {
1805
1900
  clear: string;
1806
1901
  prependAction: string;
1807
1902
  appendAction: string;
1903
+ otp: string;
1808
1904
  };
1809
1905
  fileInput: {
1810
1906
  counter: string;
@@ -1825,6 +1921,10 @@ declare const _default$m: {
1825
1921
  last: string;
1826
1922
  };
1827
1923
  };
1924
+ stepper: {
1925
+ next: string;
1926
+ prev: string;
1927
+ };
1828
1928
  rating: {
1829
1929
  ariaLabel: {
1830
1930
  item: string;
@@ -1897,6 +1997,7 @@ declare const _default$l: {
1897
1997
  clear: string;
1898
1998
  prependAction: string;
1899
1999
  appendAction: string;
2000
+ otp: string;
1900
2001
  };
1901
2002
  fileInput: {
1902
2003
  counter: string;
@@ -1917,6 +2018,10 @@ declare const _default$l: {
1917
2018
  last: string;
1918
2019
  };
1919
2020
  };
2021
+ stepper: {
2022
+ next: string;
2023
+ prev: string;
2024
+ };
1920
2025
  rating: {
1921
2026
  ariaLabel: {
1922
2027
  item: string;
@@ -1989,6 +2094,7 @@ declare const _default$k: {
1989
2094
  clear: string;
1990
2095
  prependAction: string;
1991
2096
  appendAction: string;
2097
+ otp: string;
1992
2098
  };
1993
2099
  fileInput: {
1994
2100
  counter: string;
@@ -2009,6 +2115,10 @@ declare const _default$k: {
2009
2115
  last: string;
2010
2116
  };
2011
2117
  };
2118
+ stepper: {
2119
+ next: string;
2120
+ prev: string;
2121
+ };
2012
2122
  rating: {
2013
2123
  ariaLabel: {
2014
2124
  item: string;
@@ -2081,6 +2191,7 @@ declare const _default$j: {
2081
2191
  clear: string;
2082
2192
  prependAction: string;
2083
2193
  appendAction: string;
2194
+ otp: string;
2084
2195
  };
2085
2196
  fileInput: {
2086
2197
  counter: string;
@@ -2101,6 +2212,10 @@ declare const _default$j: {
2101
2212
  last: string;
2102
2213
  };
2103
2214
  };
2215
+ stepper: {
2216
+ next: string;
2217
+ prev: string;
2218
+ };
2104
2219
  rating: {
2105
2220
  ariaLabel: {
2106
2221
  item: string;
@@ -2173,6 +2288,7 @@ declare const _default$i: {
2173
2288
  clear: string;
2174
2289
  prependAction: string;
2175
2290
  appendAction: string;
2291
+ otp: string;
2176
2292
  };
2177
2293
  fileInput: {
2178
2294
  counter: string;
@@ -2193,6 +2309,10 @@ declare const _default$i: {
2193
2309
  last: string;
2194
2310
  };
2195
2311
  };
2312
+ stepper: {
2313
+ next: string;
2314
+ prev: string;
2315
+ };
2196
2316
  rating: {
2197
2317
  ariaLabel: {
2198
2318
  item: string;
@@ -2265,6 +2385,7 @@ declare const _default$h: {
2265
2385
  clear: string;
2266
2386
  prependAction: string;
2267
2387
  appendAction: string;
2388
+ otp: string;
2268
2389
  };
2269
2390
  fileInput: {
2270
2391
  counter: string;
@@ -2285,6 +2406,10 @@ declare const _default$h: {
2285
2406
  last: string;
2286
2407
  };
2287
2408
  };
2409
+ stepper: {
2410
+ next: string;
2411
+ prev: string;
2412
+ };
2288
2413
  rating: {
2289
2414
  ariaLabel: {
2290
2415
  item: string;
@@ -2357,6 +2482,7 @@ declare const _default$g: {
2357
2482
  clear: string;
2358
2483
  prependAction: string;
2359
2484
  appendAction: string;
2485
+ otp: string;
2360
2486
  };
2361
2487
  fileInput: {
2362
2488
  counter: string;
@@ -2377,6 +2503,10 @@ declare const _default$g: {
2377
2503
  last: string;
2378
2504
  };
2379
2505
  };
2506
+ stepper: {
2507
+ next: string;
2508
+ prev: string;
2509
+ };
2380
2510
  rating: {
2381
2511
  ariaLabel: {
2382
2512
  item: string;
@@ -2449,6 +2579,7 @@ declare const _default$f: {
2449
2579
  clear: string;
2450
2580
  prependAction: string;
2451
2581
  appendAction: string;
2582
+ otp: string;
2452
2583
  };
2453
2584
  fileInput: {
2454
2585
  counter: string;
@@ -2469,6 +2600,10 @@ declare const _default$f: {
2469
2600
  last: string;
2470
2601
  };
2471
2602
  };
2603
+ stepper: {
2604
+ next: string;
2605
+ prev: string;
2606
+ };
2472
2607
  rating: {
2473
2608
  ariaLabel: {
2474
2609
  item: string;
@@ -2541,6 +2676,7 @@ declare const _default$e: {
2541
2676
  clear: string;
2542
2677
  prependAction: string;
2543
2678
  appendAction: string;
2679
+ otp: string;
2544
2680
  };
2545
2681
  fileInput: {
2546
2682
  counter: string;
@@ -2561,6 +2697,10 @@ declare const _default$e: {
2561
2697
  last: string;
2562
2698
  };
2563
2699
  };
2700
+ stepper: {
2701
+ next: string;
2702
+ prev: string;
2703
+ };
2564
2704
  rating: {
2565
2705
  ariaLabel: {
2566
2706
  item: string;
@@ -2633,6 +2773,7 @@ declare const _default$d: {
2633
2773
  clear: string;
2634
2774
  prependAction: string;
2635
2775
  appendAction: string;
2776
+ otp: string;
2636
2777
  };
2637
2778
  fileInput: {
2638
2779
  counter: string;
@@ -2653,6 +2794,10 @@ declare const _default$d: {
2653
2794
  last: string;
2654
2795
  };
2655
2796
  };
2797
+ stepper: {
2798
+ next: string;
2799
+ prev: string;
2800
+ };
2656
2801
  rating: {
2657
2802
  ariaLabel: {
2658
2803
  item: string;
@@ -2725,6 +2870,7 @@ declare const _default$c: {
2725
2870
  clear: string;
2726
2871
  prependAction: string;
2727
2872
  appendAction: string;
2873
+ otp: string;
2728
2874
  };
2729
2875
  fileInput: {
2730
2876
  counter: string;
@@ -2745,6 +2891,10 @@ declare const _default$c: {
2745
2891
  last: string;
2746
2892
  };
2747
2893
  };
2894
+ stepper: {
2895
+ next: string;
2896
+ prev: string;
2897
+ };
2748
2898
  rating: {
2749
2899
  ariaLabel: {
2750
2900
  item: string;
@@ -2817,6 +2967,7 @@ declare const _default$b: {
2817
2967
  clear: string;
2818
2968
  prependAction: string;
2819
2969
  appendAction: string;
2970
+ otp: string;
2820
2971
  };
2821
2972
  fileInput: {
2822
2973
  counter: string;
@@ -2837,6 +2988,10 @@ declare const _default$b: {
2837
2988
  last: string;
2838
2989
  };
2839
2990
  };
2991
+ stepper: {
2992
+ next: string;
2993
+ prev: string;
2994
+ };
2840
2995
  rating: {
2841
2996
  ariaLabel: {
2842
2997
  item: string;
@@ -2909,6 +3064,7 @@ declare const _default$a: {
2909
3064
  clear: string;
2910
3065
  prependAction: string;
2911
3066
  appendAction: string;
3067
+ otp: string;
2912
3068
  };
2913
3069
  fileInput: {
2914
3070
  counter: string;
@@ -2929,6 +3085,10 @@ declare const _default$a: {
2929
3085
  last: string;
2930
3086
  };
2931
3087
  };
3088
+ stepper: {
3089
+ next: string;
3090
+ prev: string;
3091
+ };
2932
3092
  rating: {
2933
3093
  ariaLabel: {
2934
3094
  item: string;
@@ -3001,6 +3161,7 @@ declare const _default$9: {
3001
3161
  clear: string;
3002
3162
  prependAction: string;
3003
3163
  appendAction: string;
3164
+ otp: string;
3004
3165
  };
3005
3166
  fileInput: {
3006
3167
  counter: string;
@@ -3021,6 +3182,10 @@ declare const _default$9: {
3021
3182
  last: string;
3022
3183
  };
3023
3184
  };
3185
+ stepper: {
3186
+ next: string;
3187
+ prev: string;
3188
+ };
3024
3189
  rating: {
3025
3190
  ariaLabel: {
3026
3191
  item: string;
@@ -3093,6 +3258,7 @@ declare const _default$8: {
3093
3258
  clear: string;
3094
3259
  prependAction: string;
3095
3260
  appendAction: string;
3261
+ otp: string;
3096
3262
  };
3097
3263
  fileInput: {
3098
3264
  counter: string;
@@ -3113,6 +3279,10 @@ declare const _default$8: {
3113
3279
  last: string;
3114
3280
  };
3115
3281
  };
3282
+ stepper: {
3283
+ next: string;
3284
+ prev: string;
3285
+ };
3116
3286
  rating: {
3117
3287
  ariaLabel: {
3118
3288
  item: string;
@@ -3185,6 +3355,7 @@ declare const _default$7: {
3185
3355
  clear: string;
3186
3356
  prependAction: string;
3187
3357
  appendAction: string;
3358
+ otp: string;
3188
3359
  };
3189
3360
  fileInput: {
3190
3361
  counter: string;
@@ -3205,6 +3376,10 @@ declare const _default$7: {
3205
3376
  last: string;
3206
3377
  };
3207
3378
  };
3379
+ stepper: {
3380
+ next: string;
3381
+ prev: string;
3382
+ };
3208
3383
  rating: {
3209
3384
  ariaLabel: {
3210
3385
  item: string;
@@ -3277,6 +3452,7 @@ declare const _default$6: {
3277
3452
  clear: string;
3278
3453
  prependAction: string;
3279
3454
  appendAction: string;
3455
+ otp: string;
3280
3456
  };
3281
3457
  fileInput: {
3282
3458
  counter: string;
@@ -3297,6 +3473,10 @@ declare const _default$6: {
3297
3473
  last: string;
3298
3474
  };
3299
3475
  };
3476
+ stepper: {
3477
+ next: string;
3478
+ prev: string;
3479
+ };
3300
3480
  rating: {
3301
3481
  ariaLabel: {
3302
3482
  item: string;
@@ -3369,6 +3549,7 @@ declare const _default$5: {
3369
3549
  clear: string;
3370
3550
  prependAction: string;
3371
3551
  appendAction: string;
3552
+ otp: string;
3372
3553
  };
3373
3554
  fileInput: {
3374
3555
  counter: string;
@@ -3389,6 +3570,10 @@ declare const _default$5: {
3389
3570
  last: string;
3390
3571
  };
3391
3572
  };
3573
+ stepper: {
3574
+ next: string;
3575
+ prev: string;
3576
+ };
3392
3577
  rating: {
3393
3578
  ariaLabel: {
3394
3579
  item: string;
@@ -3461,6 +3646,7 @@ declare const _default$4: {
3461
3646
  clear: string;
3462
3647
  prependAction: string;
3463
3648
  appendAction: string;
3649
+ otp: string;
3464
3650
  };
3465
3651
  fileInput: {
3466
3652
  counter: string;
@@ -3481,6 +3667,10 @@ declare const _default$4: {
3481
3667
  last: string;
3482
3668
  };
3483
3669
  };
3670
+ stepper: {
3671
+ next: string;
3672
+ prev: string;
3673
+ };
3484
3674
  rating: {
3485
3675
  ariaLabel: {
3486
3676
  item: string;
@@ -3553,6 +3743,7 @@ declare const _default$3: {
3553
3743
  clear: string;
3554
3744
  prependAction: string;
3555
3745
  appendAction: string;
3746
+ otp: string;
3556
3747
  };
3557
3748
  fileInput: {
3558
3749
  counter: string;
@@ -3573,6 +3764,10 @@ declare const _default$3: {
3573
3764
  last: string;
3574
3765
  };
3575
3766
  };
3767
+ stepper: {
3768
+ next: string;
3769
+ prev: string;
3770
+ };
3576
3771
  rating: {
3577
3772
  ariaLabel: {
3578
3773
  item: string;
@@ -3645,6 +3840,7 @@ declare const _default$2: {
3645
3840
  clear: string;
3646
3841
  prependAction: string;
3647
3842
  appendAction: string;
3843
+ otp: string;
3648
3844
  };
3649
3845
  fileInput: {
3650
3846
  counter: string;
@@ -3665,6 +3861,10 @@ declare const _default$2: {
3665
3861
  last: string;
3666
3862
  };
3667
3863
  };
3864
+ stepper: {
3865
+ next: string;
3866
+ prev: string;
3867
+ };
3668
3868
  rating: {
3669
3869
  ariaLabel: {
3670
3870
  item: string;
@@ -3737,6 +3937,7 @@ declare const _default$1: {
3737
3937
  clear: string;
3738
3938
  prependAction: string;
3739
3939
  appendAction: string;
3940
+ otp: string;
3740
3941
  };
3741
3942
  fileInput: {
3742
3943
  counter: string;
@@ -3757,6 +3958,10 @@ declare const _default$1: {
3757
3958
  last: string;
3758
3959
  };
3759
3960
  };
3961
+ stepper: {
3962
+ next: string;
3963
+ prev: string;
3964
+ };
3760
3965
  rating: {
3761
3966
  ariaLabel: {
3762
3967
  item: string;
@@ -3829,6 +4034,7 @@ declare const _default: {
3829
4034
  clear: string;
3830
4035
  prependAction: string;
3831
4036
  appendAction: string;
4037
+ otp: string;
3832
4038
  };
3833
4039
  fileInput: {
3834
4040
  counter: string;
@@ -3849,6 +4055,10 @@ declare const _default: {
3849
4055
  last: string;
3850
4056
  };
3851
4057
  };
4058
+ stepper: {
4059
+ next: string;
4060
+ prev: string;
4061
+ };
3852
4062
  rating: {
3853
4063
  ariaLabel: {
3854
4064
  item: string;