@onereach/ui-components 10.0.2 → 10.1.0-beta.4242.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 (404) hide show
  1. package/dist/bundled/v2/{OrDateTimePickerMonthSelect-980a9ada.js → OrDateTimePickerMonthSelect-d0681d68.js} +40 -21
  2. package/dist/bundled/v2/{OrDateTimePickerPopoverHeader-a0ea3524.js → OrDateTimePickerPopoverHeader-31d1e247.js} +3 -6
  3. package/dist/bundled/v2/{OrDateTimePickerTimeSelect-328896c3.js → OrDateTimePickerTimeSelect-bcdf865d.js} +27 -14
  4. package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +1 -1
  5. package/dist/bundled/v2/components/OrDateFormatV3/OrDateFormat.js +26 -6
  6. package/dist/bundled/v2/components/OrDateFormatV3/OrDateFormat.vue.d.ts +33 -6
  7. package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +34 -9
  8. package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.vue.d.ts +55 -29
  9. package/dist/bundled/v2/components/OrDateRangePickerV3/OrDateRangePicker.js +47 -13
  10. package/dist/bundled/v2/components/OrDateRangePickerV3/OrDateRangePicker.vue.d.ts +49 -21
  11. package/dist/bundled/v2/components/OrDateRangePickerV3/index.d.ts +1 -0
  12. package/dist/bundled/v2/components/OrDateRangePickerV3/types.d.ts +2 -0
  13. package/dist/bundled/v2/components/OrDateTimeFormatV3/OrDateTimeFormat.js +32 -8
  14. package/dist/bundled/v2/components/OrDateTimeFormatV3/OrDateTimeFormat.vue.d.ts +36 -8
  15. package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +49 -18
  16. package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.vue.d.ts +73 -46
  17. package/dist/bundled/v2/components/OrDateTimePickerV3/index.d.ts +1 -1
  18. package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +5 -4
  19. package/dist/bundled/v2/components/OrDateTimePickerV3/tokens.d.ts +3 -0
  20. package/dist/bundled/v2/components/OrDateTimePickerV3/tokens.js +5 -0
  21. package/dist/bundled/v2/components/OrDateTimePickerV3/types.d.ts +12 -1
  22. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/formatDate.d.ts +2 -1
  23. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/formatDate.js +3 -3
  24. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/formatTime.d.ts +2 -2
  25. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/formatTime.js +3 -3
  26. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getDatePlaceholder.d.ts +2 -1
  27. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getDatePlaceholder.js +24 -4
  28. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getTimePlaceholder.d.ts +2 -2
  29. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getTimePlaceholder.js +15 -4
  30. package/dist/bundled/v2/components/OrInputV3/OrInput.js +1 -1
  31. package/dist/bundled/v2/components/OrInputV3/index.js +1 -1
  32. package/dist/bundled/v2/components/OrLabelV3/styles.js +3 -3
  33. package/dist/bundled/v2/components/OrListV3/OrList.js +1 -1
  34. package/dist/bundled/v2/components/OrListV3/index.js +1 -1
  35. package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +1 -1
  36. package/dist/bundled/v2/components/OrSearchV3/OrSearch.js +1 -1
  37. package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +1 -1
  38. package/dist/bundled/v2/components/OrTimeFormatV3/OrTimeFormat.js +23 -8
  39. package/dist/bundled/v2/components/OrTimeFormatV3/OrTimeFormat.vue.d.ts +23 -8
  40. package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +30 -13
  41. package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.vue.d.ts +41 -26
  42. package/dist/bundled/v2/components/OrTimeRangePickerV3/OrTimeRangePicker.js +45 -22
  43. package/dist/bundled/v2/components/OrTimeRangePickerV3/OrTimeRangePicker.vue.d.ts +40 -22
  44. package/dist/bundled/v2/components/OrTimeRangePickerV3/index.d.ts +1 -0
  45. package/dist/bundled/v2/components/OrTimeRangePickerV3/types.d.ts +2 -0
  46. package/dist/bundled/v2/components/index.js +7 -6
  47. package/dist/bundled/v2/index.js +7 -6
  48. package/dist/bundled/v2/types-6a847182.js +14 -0
  49. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +1 -1
  50. package/dist/bundled/v3/components/OrCardCollectionV3/index.js +1 -1
  51. package/dist/bundled/v3/components/OrCardCollectionV3/props.js +1 -1
  52. package/dist/bundled/v3/components/OrCardCollectionV3/styles.js +1 -1
  53. package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +2 -2
  54. package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +1 -1
  55. package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +1 -1
  56. package/dist/bundled/v3/components/OrCheckboxTreeV3/styles.js +1 -1
  57. package/dist/bundled/v3/components/OrCheckboxTreeV3/utils/extractChildrenValues.js +1 -1
  58. package/dist/bundled/v3/components/{OrCheckboxTreeV3-4635160f.js → OrCheckboxTreeV3-a4d5bc04.js} +1 -1
  59. package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.js +1 -1
  60. package/dist/bundled/v3/components/OrCheckboxV3/index.js +1 -1
  61. package/dist/bundled/v3/components/OrCheckboxV3/styles.js +1 -1
  62. package/dist/bundled/v3/components/{OrCheckboxV3-69269b9c.js → OrCheckboxV3-50db4f65.js} +1 -1
  63. package/dist/bundled/v3/components/OrCodeV3/OrCode.js +1 -1
  64. package/dist/bundled/v3/components/OrCodeV3/index.js +1 -1
  65. package/dist/bundled/v3/components/OrCodeV3/props.js +1 -1
  66. package/dist/bundled/v3/components/OrCodeV3/styles.js +1 -1
  67. package/dist/bundled/v3/components/{OrCodeV3-5b8b5a7a.js → OrCodeV3-782af0c4.js} +1 -1
  68. package/dist/bundled/v3/components/OrCombinedInputV3/OrCombinedInput.js +1 -1
  69. package/dist/bundled/v3/components/OrCombinedInputV3/index.js +1 -1
  70. package/dist/bundled/v3/components/OrCombinedInputV3/styles.js +1 -1
  71. package/dist/bundled/v3/components/{OrCombinedInputV3-d6f24b0f.js → OrCombinedInputV3-933f1920.js} +1 -1
  72. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +1 -1
  73. package/dist/bundled/v3/components/OrConfirmV3/index.js +1 -1
  74. package/dist/bundled/v3/components/OrConfirmV3/props.js +1 -1
  75. package/dist/bundled/v3/components/OrConfirmV3/styles.js +1 -1
  76. package/dist/bundled/v3/components/{OrConfirmV3-882d8f35.js → OrConfirmV3-bd6d7a69.js} +1 -1
  77. package/dist/bundled/v3/components/OrDateFormatV3/OrDateFormat.js +1 -1
  78. package/dist/bundled/v3/components/OrDateFormatV3/OrDateFormat.vue.d.ts +25 -4
  79. package/dist/bundled/v3/components/OrDateFormatV3/index.js +1 -1
  80. package/dist/bundled/v3/components/OrDateFormatV3/styles.js +1 -1
  81. package/dist/bundled/v3/components/OrDateFormatV3-79a25ac8.js +71 -0
  82. package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +1 -1
  83. package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.vue.d.ts +37 -17
  84. package/dist/bundled/v3/components/OrDatePickerV3/index.js +1 -1
  85. package/dist/bundled/v3/components/OrDatePickerV3/styles.js +1 -1
  86. package/dist/bundled/v3/components/{OrDatePickerV3-d5f8c11a.js → OrDatePickerV3-7e493ca1.js} +35 -12
  87. package/dist/bundled/v3/components/OrDateRangePickerV3/OrDateRangePicker.js +1 -1
  88. package/dist/bundled/v3/components/OrDateRangePickerV3/OrDateRangePicker.vue.d.ts +34 -12
  89. package/dist/bundled/v3/components/OrDateRangePickerV3/index.d.ts +1 -0
  90. package/dist/bundled/v3/components/OrDateRangePickerV3/index.js +1 -1
  91. package/dist/bundled/v3/components/OrDateRangePickerV3/styles.js +1 -1
  92. package/dist/bundled/v3/components/OrDateRangePickerV3/types.d.ts +2 -0
  93. package/dist/bundled/v3/components/{OrDateRangePickerV3-e62adab9.js → OrDateRangePickerV3-f215b1ba.js} +49 -21
  94. package/dist/bundled/v3/components/OrDateTimeFormatV3/OrDateTimeFormat.js +1 -1
  95. package/dist/bundled/v3/components/OrDateTimeFormatV3/OrDateTimeFormat.vue.d.ts +27 -6
  96. package/dist/bundled/v3/components/OrDateTimeFormatV3/index.js +1 -1
  97. package/dist/bundled/v3/components/OrDateTimeFormatV3/styles.js +1 -1
  98. package/dist/bundled/v3/components/OrDateTimeFormatV3-57c82e28.js +81 -0
  99. package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +1 -1
  100. package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.vue.d.ts +48 -28
  101. package/dist/bundled/v3/components/OrDateTimePickerV3/index.d.ts +1 -1
  102. package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +1 -1
  103. package/dist/bundled/v3/components/OrDateTimePickerV3/styles.js +1 -1
  104. package/dist/bundled/v3/components/OrDateTimePickerV3/tokens.d.ts +3 -0
  105. package/dist/bundled/v3/components/OrDateTimePickerV3/tokens.js +1 -0
  106. package/dist/bundled/v3/components/OrDateTimePickerV3/types.d.ts +12 -1
  107. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatDate.d.ts +2 -1
  108. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatDate.js +1 -1
  109. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatTime.d.ts +2 -2
  110. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatTime.js +1 -1
  111. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getCurrentDate.js +1 -1
  112. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getDatePlaceholder.d.ts +2 -1
  113. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getDatePlaceholder.js +1 -1
  114. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getNextMonthDate.js +1 -1
  115. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getTimePlaceholder.d.ts +2 -2
  116. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getTimePlaceholder.js +1 -1
  117. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/index.js +1 -1
  118. package/dist/bundled/v3/components/{OrDateTimePickerV3-84c0fee3.js → OrDateTimePickerV3-345a6c12.js} +171 -75
  119. package/dist/bundled/v3/components/OrFormGroupV3/OrFormGroup.js +1 -1
  120. package/dist/bundled/v3/components/OrFormGroupV3/index.js +1 -1
  121. package/dist/bundled/v3/components/OrFormGroupV3/props.js +1 -1
  122. package/dist/bundled/v3/components/OrFormGroupV3/styles.js +1 -1
  123. package/dist/bundled/v3/components/{OrFormGroupV3-7d09a939.js → OrFormGroupV3-72dc8852.js} +1 -1
  124. package/dist/bundled/v3/components/OrInputV3/OrInput.js +1 -1
  125. package/dist/bundled/v3/components/OrInputV3/index.js +1 -1
  126. package/dist/bundled/v3/components/OrInputV3/styles.js +1 -1
  127. package/dist/bundled/v3/components/{OrInputV3-db89dfb7.js → OrInputV3-ac1c7fe7.js} +1 -1
  128. package/dist/bundled/v3/components/OrLabelV3/OrLabel.js +1 -1
  129. package/dist/bundled/v3/components/OrLabelV3/index.js +1 -1
  130. package/dist/bundled/v3/components/OrLabelV3/props.js +1 -1
  131. package/dist/bundled/v3/components/OrLabelV3/styles.js +1 -1
  132. package/dist/bundled/v3/components/{OrLabelV3-b1cd132a.js → OrLabelV3-23a42d9d.js} +3 -3
  133. package/dist/bundled/v3/components/OrListV3/OrList.js +1 -1
  134. package/dist/bundled/v3/components/OrListV3/index.js +1 -1
  135. package/dist/bundled/v3/components/OrListV3/styles.js +1 -1
  136. package/dist/bundled/v3/components/{OrListV3-62e510b2.js → OrListV3-02565baf.js} +1 -1
  137. package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.js +2 -2
  138. package/dist/bundled/v3/components/OrRadioV3/OrRadio.js +1 -1
  139. package/dist/bundled/v3/components/OrRadioV3/index.js +1 -1
  140. package/dist/bundled/v3/components/OrRadioV3/styles.js +1 -1
  141. package/dist/bundled/v3/components/{OrRadioV3-e9c05c7b.js → OrRadioV3-0e34f4d0.js} +1 -1
  142. package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +1 -1
  143. package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +1 -1
  144. package/dist/bundled/v3/components/OrRichTextEditorV3/props.js +1 -1
  145. package/dist/bundled/v3/components/OrRichTextEditorV3/styles.js +1 -1
  146. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +1 -1
  147. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +1 -1
  148. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.js +1 -1
  149. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.js +1 -1
  150. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.js +1 -1
  151. package/dist/bundled/v3/components/{OrRichTextEditorV3-01acbe53.js → OrRichTextEditorV3-cbaf6f09.js} +2 -2
  152. package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +1 -1
  153. package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +1 -1
  154. package/dist/bundled/v3/components/OrSelectV3/index.js +1 -1
  155. package/dist/bundled/v3/components/OrSelectV3/styles.js +1 -1
  156. package/dist/bundled/v3/components/OrSelectV3/utils/castToMultipleValue.js +1 -1
  157. package/dist/bundled/v3/components/{OrSelectV3-7888ad93.js → OrSelectV3-c63decef.js} +3 -3
  158. package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.js +1 -1
  159. package/dist/bundled/v3/components/OrSwitchV3/index.js +1 -1
  160. package/dist/bundled/v3/components/OrSwitchV3/styles.js +1 -1
  161. package/dist/bundled/v3/components/{OrSwitchV3-2fa19537.js → OrSwitchV3-efb0189f.js} +1 -1
  162. package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +1 -1
  163. package/dist/bundled/v3/components/OrTagInputV3/index.js +1 -1
  164. package/dist/bundled/v3/components/OrTagInputV3/styles.js +1 -1
  165. package/dist/bundled/v3/components/{OrTagInputV3-1dadfcfd.js → OrTagInputV3-591da379.js} +1 -1
  166. package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.js +1 -1
  167. package/dist/bundled/v3/components/OrTextareaV3/index.js +1 -1
  168. package/dist/bundled/v3/components/OrTextareaV3/styles.js +1 -1
  169. package/dist/bundled/v3/components/{OrTextareaV3-4a8136b0.js → OrTextareaV3-e2e9affb.js} +1 -1
  170. package/dist/bundled/v3/components/OrTimeFormatV3/OrTimeFormat.js +1 -1
  171. package/dist/bundled/v3/components/OrTimeFormatV3/OrTimeFormat.vue.d.ts +17 -6
  172. package/dist/bundled/v3/components/OrTimeFormatV3/index.js +1 -1
  173. package/dist/bundled/v3/components/OrTimeFormatV3/styles.js +1 -1
  174. package/dist/bundled/v3/components/OrTimeFormatV3-9d2eeebc.js +71 -0
  175. package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +1 -1
  176. package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.vue.d.ts +27 -16
  177. package/dist/bundled/v3/components/OrTimePickerV3/index.js +1 -1
  178. package/dist/bundled/v3/components/OrTimePickerV3/styles.js +1 -1
  179. package/dist/bundled/v3/components/{OrTimePickerV3-ac66eecb.js → OrTimePickerV3-973014d4.js} +30 -14
  180. package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.js +1 -1
  181. package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.vue.d.ts +90 -15
  182. package/dist/bundled/v3/components/OrTimeRangePickerV3/index.d.ts +1 -0
  183. package/dist/bundled/v3/components/OrTimeRangePickerV3/index.js +1 -1
  184. package/dist/bundled/v3/components/OrTimeRangePickerV3/styles.js +1 -1
  185. package/dist/bundled/v3/components/OrTimeRangePickerV3/types.d.ts +2 -0
  186. package/dist/bundled/v3/components/{OrTimeRangePickerV3-ea15e8da.js → OrTimeRangePickerV3-b5c80254.js} +47 -25
  187. package/dist/bundled/v3/components/index.js +24 -24
  188. package/dist/bundled/v3/index.js +24 -24
  189. package/dist/esm/v2/{OrCardCollection-dae2f81d.js → OrCardCollection-cd033a01.js} +1 -1
  190. package/dist/esm/v2/{OrCheckbox-2e14d995.js → OrCheckbox-8cdfdc56.js} +1 -1
  191. package/dist/esm/v2/{OrCheckboxGroup-4c3c1418.js → OrCheckboxGroup-4a817c00.js} +2 -2
  192. package/dist/esm/v2/{OrCheckboxTree-9613ade5.js → OrCheckboxTree-338b5ff4.js} +1 -1
  193. package/dist/esm/v2/{OrCode-bab23c65.js → OrCode-06a15a0c.js} +1 -1
  194. package/dist/esm/v2/{OrCombinedInput-e3f4498e.js → OrCombinedInput-79d57e49.js} +1 -1
  195. package/dist/esm/v2/{OrConfirm-4561fd88.js → OrConfirm-121af86c.js} +1 -1
  196. package/dist/esm/v2/{OrDateFormat-7b761b0f.js → OrDateFormat-a17b5b23.js} +27 -9
  197. package/dist/esm/v2/{OrDatePicker-847e9db1.js → OrDatePicker-67c281d7.js} +34 -11
  198. package/dist/esm/v2/{OrDateRangePicker-01c5a09c.js → OrDateRangePicker-4d776fe2.js} +47 -15
  199. package/dist/esm/v2/{OrDateTimeFormat-80ff6397.js → OrDateTimeFormat-70e61dd6.js} +33 -10
  200. package/dist/esm/v2/{OrDateTimePicker-c68aacf9.js → OrDateTimePicker-cb46a36b.js} +10 -3
  201. package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-bd0836fd.js → OrDateTimePicker.vue_rollup-plugin-vue_script-b7ca34e8.js} +43 -16
  202. package/dist/esm/v2/{OrDateTimePickerTimeSelect-2f7efc41.js → OrDateTimePickerTimeSelect-3fa9a7c7.js} +71 -42
  203. package/dist/esm/v2/{OrFormGroup-d8b290f4.js → OrFormGroup-936aa0ff.js} +1 -1
  204. package/dist/esm/v2/{OrInput-43f90e4a.js → OrInput-431ae55a.js} +1 -1
  205. package/dist/esm/v2/{OrLabel-113eae8d.js → OrLabel-b0805497.js} +3 -3
  206. package/dist/esm/v2/{OrList-aae21920.js → OrList-3078c5cd.js} +1 -1
  207. package/dist/esm/v2/{OrRadio-c6aec5c3.js → OrRadio-fd1fbde2.js} +1 -1
  208. package/dist/esm/v2/{OrRadioGroup-038ad285.js → OrRadioGroup-c4135a8f.js} +2 -2
  209. package/dist/esm/v2/{OrRichTextEditor-6a2785c0.js → OrRichTextEditor-85f52908.js} +2 -2
  210. package/dist/esm/v2/{OrSearch-5dd1820f.js → OrSearch-493eb34d.js} +1 -1
  211. package/dist/esm/v2/{OrSelect-bf279168.js → OrSelect-8acf0bfe.js} +3 -3
  212. package/dist/esm/v2/{OrSwitch-b636a4e7.js → OrSwitch-b1c4a235.js} +1 -1
  213. package/dist/esm/v2/{OrTagInput-dbd9096c.js → OrTagInput-cc597ae0.js} +1 -1
  214. package/dist/esm/v2/{OrTextarea-56e2159d.js → OrTextarea-ba7551a4.js} +1 -1
  215. package/dist/esm/v2/{OrTimeFormat-6e82fcd3.js → OrTimeFormat-bd9582b8.js} +24 -10
  216. package/dist/esm/v2/{OrTimePicker-e18d9265.js → OrTimePicker-7878d2c8.js} +30 -14
  217. package/dist/esm/v2/{OrTimeRangePicker-e46462b3.js → OrTimeRangePicker-bee857dc.js} +45 -23
  218. package/dist/esm/v2/components/index.js +30 -30
  219. package/dist/esm/v2/components/or-card-collection-v3/index.js +4 -4
  220. package/dist/esm/v2/components/or-checkbox-group-v3/index.js +5 -5
  221. package/dist/esm/v2/components/or-checkbox-tree-v3/index.js +3 -3
  222. package/dist/esm/v2/components/or-checkbox-v3/index.js +2 -2
  223. package/dist/esm/v2/components/or-code-v3/index.js +2 -2
  224. package/dist/esm/v2/components/or-combined-input-v3/index.js +2 -2
  225. package/dist/esm/v2/components/or-confirm-v3/index.js +3 -3
  226. package/dist/esm/v2/components/or-date-format-v3/OrDateFormat.vue.d.ts +33 -6
  227. package/dist/esm/v2/components/or-date-format-v3/index.js +5 -5
  228. package/dist/esm/v2/components/or-date-picker-v3/OrDatePicker.vue.d.ts +55 -29
  229. package/dist/esm/v2/components/or-date-picker-v3/index.js +5 -5
  230. package/dist/esm/v2/components/or-date-range-picker-v3/OrDateRangePicker.vue.d.ts +49 -21
  231. package/dist/esm/v2/components/or-date-range-picker-v3/index.d.ts +1 -0
  232. package/dist/esm/v2/components/or-date-range-picker-v3/index.js +5 -5
  233. package/dist/esm/v2/components/or-date-range-picker-v3/types.d.ts +2 -0
  234. package/dist/esm/v2/components/or-date-time-format-v3/OrDateTimeFormat.vue.d.ts +36 -8
  235. package/dist/esm/v2/components/or-date-time-format-v3/index.js +5 -5
  236. package/dist/esm/v2/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +73 -46
  237. package/dist/esm/v2/components/or-date-time-picker-v3/index.d.ts +1 -1
  238. package/dist/esm/v2/components/or-date-time-picker-v3/index.js +14 -14
  239. package/dist/esm/v2/components/or-date-time-picker-v3/partials/index.js +3 -3
  240. package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue.d.ts +31 -9
  241. package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +33 -13
  242. package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +29 -19
  243. package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue.d.ts +22 -13
  244. package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +30 -22
  245. package/dist/esm/v2/components/or-date-time-picker-v3/tokens.d.ts +3 -0
  246. package/dist/esm/v2/components/or-date-time-picker-v3/types.d.ts +12 -1
  247. package/dist/esm/v2/components/or-date-time-picker-v3/utils/formatDate.d.ts +2 -1
  248. package/dist/esm/v2/components/or-date-time-picker-v3/utils/formatTime.d.ts +2 -2
  249. package/dist/esm/v2/components/or-date-time-picker-v3/utils/getDatePlaceholder.d.ts +2 -1
  250. package/dist/esm/v2/components/or-date-time-picker-v3/utils/getTimePlaceholder.d.ts +2 -2
  251. package/dist/esm/v2/components/or-date-time-picker-v3/utils/index.js +1 -1
  252. package/dist/esm/v2/components/or-form-group-v3/index.js +2 -2
  253. package/dist/esm/v2/components/or-input-v3/index.js +2 -2
  254. package/dist/esm/v2/components/or-label-v3/index.js +1 -1
  255. package/dist/esm/v2/components/or-list-v3/index.js +2 -2
  256. package/dist/esm/v2/components/or-radio-group-v3/index.js +4 -4
  257. package/dist/esm/v2/components/or-radio-v3/index.js +2 -2
  258. package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +3 -3
  259. package/dist/esm/v2/components/or-search-v3/index.js +3 -3
  260. package/dist/esm/v2/components/or-select-v3/index.js +4 -4
  261. package/dist/esm/v2/components/or-switch-v3/index.js +2 -2
  262. package/dist/esm/v2/components/or-tag-input-v3/index.js +2 -2
  263. package/dist/esm/v2/components/or-textarea-v3/index.js +2 -2
  264. package/dist/esm/v2/components/or-time-format-v3/OrTimeFormat.vue.d.ts +23 -8
  265. package/dist/esm/v2/components/or-time-format-v3/index.js +5 -5
  266. package/dist/esm/v2/components/or-time-picker-v3/OrTimePicker.vue.d.ts +41 -26
  267. package/dist/esm/v2/components/or-time-picker-v3/index.js +5 -5
  268. package/dist/esm/v2/components/or-time-range-picker-v3/OrTimeRangePicker.vue.d.ts +40 -22
  269. package/dist/esm/v2/components/or-time-range-picker-v3/index.d.ts +1 -0
  270. package/dist/esm/v2/components/or-time-range-picker-v3/index.js +5 -5
  271. package/dist/esm/v2/components/or-time-range-picker-v3/types.d.ts +2 -0
  272. package/dist/esm/v2/getTimePlaceholder-9d18b5ac.js +77 -0
  273. package/dist/esm/v2/index.js +30 -30
  274. package/dist/esm/v3/{OrCardCollection-7eecfe1b.js → OrCardCollection-853aaa1c.js} +1 -1
  275. package/dist/esm/v3/{OrCheckbox-91bc37d7.js → OrCheckbox-637049b9.js} +1 -1
  276. package/dist/esm/v3/{OrCheckboxGroup-ba429495.js → OrCheckboxGroup-4f9235bb.js} +2 -2
  277. package/dist/esm/v3/{OrCheckboxTree-e3b760d1.js → OrCheckboxTree-129603b3.js} +1 -1
  278. package/dist/esm/v3/{OrCode-590736cc.js → OrCode-79ec7fc2.js} +1 -1
  279. package/dist/esm/v3/{OrCombinedInput-1a22e413.js → OrCombinedInput-391b1de9.js} +1 -1
  280. package/dist/esm/v3/{OrConfirm-fdc47d05.js → OrConfirm-7333b2ff.js} +1 -1
  281. package/dist/esm/v3/OrDateFormat-3ef8c5c3.js +73 -0
  282. package/dist/esm/v3/{OrDatePicker-a65e349c.js → OrDatePicker-1d21985d.js} +37 -14
  283. package/dist/esm/v3/{OrDateRangePicker-06b39fc4.js → OrDateRangePicker-fb715f58.js} +51 -23
  284. package/dist/esm/v3/OrDateTimeFormat-595566fa.js +83 -0
  285. package/dist/esm/v3/{OrDateTimePicker-b2749f72.js → OrDateTimePicker-c3544059.js} +57 -23
  286. package/dist/esm/v3/{OrDateTimePickerTimeSelect-c6ea3195.js → OrDateTimePickerTimeSelect-62e04a6c.js} +69 -44
  287. package/dist/esm/v3/{OrFormGroup-17c3cc0a.js → OrFormGroup-230f2015.js} +1 -1
  288. package/dist/esm/v3/{OrInput-89bb16d6.js → OrInput-89162a71.js} +1 -1
  289. package/dist/esm/v3/{OrLabel-02aa56ad.js → OrLabel-59d09591.js} +3 -3
  290. package/dist/esm/v3/{OrList-384bf436.js → OrList-75b5e6ac.js} +1 -1
  291. package/dist/esm/v3/{OrRadio-160d7841.js → OrRadio-a7bb97f7.js} +1 -1
  292. package/dist/esm/v3/{OrRadioGroup-6a5af61f.js → OrRadioGroup-2648ef67.js} +2 -2
  293. package/dist/esm/v3/{OrRichTextEditor-87baa915.js → OrRichTextEditor-56c41be2.js} +2 -2
  294. package/dist/esm/v3/{OrSearch-42922cb7.js → OrSearch-169317ea.js} +1 -1
  295. package/dist/esm/v3/{OrSelect-27ede5ab.js → OrSelect-cb207029.js} +3 -3
  296. package/dist/esm/v3/{OrSwitch-43616cd3.js → OrSwitch-bd2093d2.js} +1 -1
  297. package/dist/esm/v3/{OrTagInput-e768c2d1.js → OrTagInput-c68c8430.js} +1 -1
  298. package/dist/esm/v3/{OrTextarea-97b57866.js → OrTextarea-d5beb823.js} +1 -1
  299. package/dist/esm/v3/OrTimeFormat-25c748db.js +73 -0
  300. package/dist/esm/v3/{OrTimePicker-9dcd20dd.js → OrTimePicker-5f6111da.js} +32 -16
  301. package/dist/esm/v3/{OrTimeRangePicker-1f6509eb.js → OrTimeRangePicker-0d79f664.js} +49 -27
  302. package/dist/esm/v3/components/index.js +29 -29
  303. package/dist/esm/v3/components/or-card-collection-v3/index.js +4 -4
  304. package/dist/esm/v3/components/or-checkbox-group-v3/index.js +5 -5
  305. package/dist/esm/v3/components/or-checkbox-tree-v3/index.js +3 -3
  306. package/dist/esm/v3/components/or-checkbox-v3/index.js +2 -2
  307. package/dist/esm/v3/components/or-code-v3/index.js +2 -2
  308. package/dist/esm/v3/components/or-combined-input-v3/index.js +2 -2
  309. package/dist/esm/v3/components/or-confirm-v3/index.js +3 -3
  310. package/dist/esm/v3/components/or-date-format-v3/OrDateFormat.vue.d.ts +25 -4
  311. package/dist/esm/v3/components/or-date-format-v3/index.js +5 -5
  312. package/dist/esm/v3/components/or-date-picker-v3/OrDatePicker.vue.d.ts +37 -17
  313. package/dist/esm/v3/components/or-date-picker-v3/index.js +5 -5
  314. package/dist/esm/v3/components/or-date-range-picker-v3/OrDateRangePicker.vue.d.ts +34 -12
  315. package/dist/esm/v3/components/or-date-range-picker-v3/index.d.ts +1 -0
  316. package/dist/esm/v3/components/or-date-range-picker-v3/index.js +5 -5
  317. package/dist/esm/v3/components/or-date-range-picker-v3/types.d.ts +2 -0
  318. package/dist/esm/v3/components/or-date-time-format-v3/OrDateTimeFormat.vue.d.ts +27 -6
  319. package/dist/esm/v3/components/or-date-time-format-v3/index.js +5 -5
  320. package/dist/esm/v3/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +48 -28
  321. package/dist/esm/v3/components/or-date-time-picker-v3/index.d.ts +1 -1
  322. package/dist/esm/v3/components/or-date-time-picker-v3/index.js +4 -4
  323. package/dist/esm/v3/components/or-date-time-picker-v3/partials/index.js +3 -3
  324. package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue.d.ts +23 -5
  325. package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +24 -8
  326. package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +20 -12
  327. package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue.d.ts +16 -9
  328. package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +21 -15
  329. package/dist/esm/v3/components/or-date-time-picker-v3/tokens.d.ts +3 -0
  330. package/dist/esm/v3/components/or-date-time-picker-v3/types.d.ts +12 -1
  331. package/dist/esm/v3/components/or-date-time-picker-v3/utils/formatDate.d.ts +2 -1
  332. package/dist/esm/v3/components/or-date-time-picker-v3/utils/formatTime.d.ts +2 -2
  333. package/dist/esm/v3/components/or-date-time-picker-v3/utils/getDatePlaceholder.d.ts +2 -1
  334. package/dist/esm/v3/components/or-date-time-picker-v3/utils/getTimePlaceholder.d.ts +2 -2
  335. package/dist/esm/v3/components/or-date-time-picker-v3/utils/index.js +1 -1
  336. package/dist/esm/v3/components/or-form-group-v3/index.js +2 -2
  337. package/dist/esm/v3/components/or-input-v3/index.js +2 -2
  338. package/dist/esm/v3/components/or-label-v3/index.js +1 -1
  339. package/dist/esm/v3/components/or-list-v3/index.js +2 -2
  340. package/dist/esm/v3/components/or-radio-group-v3/index.js +4 -4
  341. package/dist/esm/v3/components/or-radio-v3/index.js +2 -2
  342. package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +3 -3
  343. package/dist/esm/v3/components/or-search-v3/index.js +3 -3
  344. package/dist/esm/v3/components/or-select-v3/index.js +4 -4
  345. package/dist/esm/v3/components/or-switch-v3/index.js +2 -2
  346. package/dist/esm/v3/components/or-tag-input-v3/index.js +2 -2
  347. package/dist/esm/v3/components/or-textarea-v3/index.js +2 -2
  348. package/dist/esm/v3/components/or-time-format-v3/OrTimeFormat.vue.d.ts +17 -6
  349. package/dist/esm/v3/components/or-time-format-v3/index.js +5 -5
  350. package/dist/esm/v3/components/or-time-picker-v3/OrTimePicker.vue.d.ts +27 -16
  351. package/dist/esm/v3/components/or-time-picker-v3/index.js +5 -5
  352. package/dist/esm/v3/components/or-time-range-picker-v3/OrTimeRangePicker.vue.d.ts +90 -15
  353. package/dist/esm/v3/components/or-time-range-picker-v3/index.d.ts +1 -0
  354. package/dist/esm/v3/components/or-time-range-picker-v3/index.js +5 -5
  355. package/dist/esm/v3/components/or-time-range-picker-v3/types.d.ts +2 -0
  356. package/dist/esm/v3/getTimePlaceholder-9d18b5ac.js +77 -0
  357. package/dist/esm/v3/index.js +29 -29
  358. package/package.json +2 -3
  359. package/src/components/or-date-format-v3/OrDateFormat.vue +36 -9
  360. package/src/components/or-date-picker-v3/OrDatePicker.vue +48 -18
  361. package/src/components/or-date-range-picker-v3/OrDateRangePicker.vue +60 -22
  362. package/src/components/or-date-range-picker-v3/index.ts +1 -0
  363. package/src/components/or-date-range-picker-v3/types.ts +3 -0
  364. package/src/components/or-date-time-format-v3/OrDateTimeFormat.vue +42 -10
  365. package/src/components/or-date-time-picker-v3/OrDateTimePicker.vue +70 -32
  366. package/src/components/or-date-time-picker-v3/index.ts +1 -1
  367. package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue +23 -9
  368. package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue +27 -15
  369. package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/OrDateTimePickerMobileControl.vue +5 -5
  370. package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue +33 -21
  371. package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/OrDateTimePickerPopoverFooter.vue +3 -4
  372. package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/OrDateTimePickerPopoverHeader.vue +3 -4
  373. package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue +19 -10
  374. package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue +22 -16
  375. package/src/components/or-date-time-picker-v3/tokens.ts +4 -0
  376. package/src/components/or-date-time-picker-v3/types.ts +15 -1
  377. package/src/components/or-date-time-picker-v3/utils/formatDate.ts +5 -3
  378. package/src/components/or-date-time-picker-v3/utils/formatTime.ts +3 -3
  379. package/src/components/or-date-time-picker-v3/utils/getDatePlaceholder.ts +38 -7
  380. package/src/components/or-date-time-picker-v3/utils/getTimePlaceholder.ts +22 -7
  381. package/src/components/or-label-v3/styles.ts +3 -3
  382. package/src/components/or-time-format-v3/OrTimeFormat.vue +32 -10
  383. package/src/components/or-time-picker-v3/OrTimePicker.vue +42 -20
  384. package/src/components/or-time-range-picker-v3/OrTimeRangePicker.vue +57 -27
  385. package/src/components/or-time-range-picker-v3/index.ts +1 -0
  386. package/src/components/or-time-range-picker-v3/types.ts +3 -0
  387. package/dist/bundled/v2/components/OrDateTimePickerV3/props.d.ts +0 -5
  388. package/dist/bundled/v2/components/OrDateTimePickerV3/props.js +0 -8
  389. package/dist/bundled/v3/components/OrDateFormatV3-3000643b.js +0 -49
  390. package/dist/bundled/v3/components/OrDateTimeFormatV3-1ff1795b.js +0 -54
  391. package/dist/bundled/v3/components/OrDateTimePickerV3/props.d.ts +0 -5
  392. package/dist/bundled/v3/components/OrDateTimePickerV3/props.js +0 -1
  393. package/dist/bundled/v3/components/OrTimeFormatV3-1a6191e2.js +0 -53
  394. package/dist/esm/v2/components/or-date-time-picker-v3/props.d.ts +0 -5
  395. package/dist/esm/v2/getTimePlaceholder-a1d75821.js +0 -40
  396. package/dist/esm/v3/OrDateFormat-755671ca.js +0 -51
  397. package/dist/esm/v3/OrDateTimeFormat-3408f038.js +0 -56
  398. package/dist/esm/v3/OrTimeFormat-ef653117.js +0 -55
  399. package/dist/esm/v3/components/or-date-time-picker-v3/props.d.ts +0 -5
  400. package/dist/esm/v3/getTimePlaceholder-a1d75821.js +0 -40
  401. package/src/components/or-date-time-picker-v3/props.ts +0 -5
  402. /package/dist/bundled/v2/{OrInput-aeca8c1a.js → OrInput-5cef921b.js} +0 -0
  403. /package/dist/bundled/v2/{OrList-1cda0d88.js → OrList-ee849918.js} +0 -0
  404. /package/dist/bundled/v3/components/{OrCardCollectionV3-7416a26d.js → OrCardCollectionV3-8a2f7f68.js} +0 -0
@@ -1,34 +1,41 @@
1
1
  import { PropType } from 'vue-demi';
2
2
  import { InputBoxSize } from '../or-input-box-v3';
3
- import { DateTimePickerTimeFormat } from './props';
4
- import { FilterFunction } from './types';
3
+ import { DateTimePickerDateFormat, DateTimePickerFilterFunction, DateTimePickerModelValue, DateTimePickerTimeFormat } from './types';
5
4
  declare const _default: import("vue-demi").DefineComponent<{
6
5
  modelValue: {
7
- type: DateConstructor;
6
+ type: PropType<DateTimePickerModelValue>;
7
+ default: undefined;
8
+ };
9
+ dateFormat: {
10
+ type: PropType<"short" | "medium" | "long">;
8
11
  default: undefined;
9
12
  };
10
13
  timeFormat: {
11
14
  type: PropType<"auto" | "h12" | "h23">;
12
- default: () => DateTimePickerTimeFormat;
15
+ default: undefined;
16
+ };
17
+ locale: {
18
+ type: StringConstructor;
19
+ default: undefined;
13
20
  };
14
21
  yearFilter: {
15
- type: PropType<FilterFunction>;
22
+ type: PropType<DateTimePickerFilterFunction>;
16
23
  default: undefined;
17
24
  };
18
25
  monthFilter: {
19
- type: PropType<FilterFunction>;
26
+ type: PropType<DateTimePickerFilterFunction>;
20
27
  default: undefined;
21
28
  };
22
29
  dateFilter: {
23
- type: PropType<FilterFunction>;
30
+ type: PropType<DateTimePickerFilterFunction>;
24
31
  default: undefined;
25
32
  };
26
33
  hoursFilter: {
27
- type: PropType<FilterFunction>;
34
+ type: PropType<DateTimePickerFilterFunction>;
28
35
  default: undefined;
29
36
  };
30
37
  minutesFilter: {
31
- type: PropType<FilterFunction>;
38
+ type: PropType<DateTimePickerFilterFunction>;
32
39
  default: undefined;
33
40
  };
34
41
  size: {
@@ -65,15 +72,18 @@ declare const _default: import("vue-demi").DefineComponent<{
65
72
  };
66
73
  }, {
67
74
  root: import("vue-demi").Ref<HTMLElement | undefined>;
75
+ rootStyles: import("vue-demi").ComputedRef<string[]>;
68
76
  inputBox: import("vue-demi").Ref<any>;
69
77
  inputBoxRoot: import("vue-demi").ComputedRef<any>;
70
78
  datePopover: import("vue-demi").Ref<any>;
71
79
  datePopoverState: import("vue-demi").ComputedRef<any>;
80
+ datePopoverStyles: import("vue-demi").ComputedRef<string[]>;
72
81
  timePopover: import("vue-demi").Ref<any>;
73
82
  timePopoverState: import("vue-demi").ComputedRef<any>;
74
- rootStyles: import("vue-demi").ComputedRef<string[]>;
75
- datePopoverStyles: import("vue-demi").ComputedRef<string[]>;
76
83
  timePopoverStyles: import("vue-demi").ComputedRef<string[]>;
84
+ resolvedDateFormat: import("vue-demi").ComputedRef<DateTimePickerDateFormat.Short | "short" | "medium" | "long">;
85
+ resolvedTimeFormat: import("vue-demi").ComputedRef<DateTimePickerTimeFormat.Auto | "auto" | "h12" | "h23">;
86
+ resolvedLocale: import("vue-demi").ComputedRef<string>;
77
87
  initialValue: import("vue-demi").Ref<{
78
88
  toString: () => string;
79
89
  toDateString: () => string;
@@ -137,7 +147,7 @@ declare const _default: import("vue-demi").DefineComponent<{
137
147
  (hint: string): string | number;
138
148
  };
139
149
  }>;
140
- proxyModelValue: import("../../hooks").UseProxyModelValueReturn<Date | undefined>;
150
+ proxyModelValue: import("../../hooks").UseProxyModelValueReturn<DateTimePickerModelValue>;
141
151
  draftModelValue: import("vue-demi").Ref<{
142
152
  toString: () => string;
143
153
  toDateString: () => string;
@@ -200,7 +210,7 @@ declare const _default: import("vue-demi").DefineComponent<{
200
210
  (hint: "number"): number;
201
211
  (hint: string): string | number;
202
212
  };
203
- } | undefined>;
213
+ } | null | undefined>;
204
214
  isInvalidDraftModelValue: import("vue-demi").ComputedRef<boolean>;
205
215
  apply: () => void;
206
216
  reset: () => void;
@@ -208,35 +218,43 @@ declare const _default: import("vue-demi").DefineComponent<{
208
218
  toggleTimePopover: () => void;
209
219
  closeDatePopover: () => void;
210
220
  closeTimePopover: () => void;
211
- formatDateAlt: (value?: Date) => string;
212
- formatTimeAlt: (value?: Date) => string;
221
+ formatDateAlt: (value: DateTimePickerModelValue) => string;
222
+ formatTimeAlt: (value: DateTimePickerModelValue) => string;
213
223
  }, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, ("update:modelValue" | "keydown" | "keyup" | "focus" | "blur")[], "update:modelValue" | "keydown" | "keyup" | "focus" | "blur", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
214
224
  modelValue: {
215
- type: DateConstructor;
225
+ type: PropType<DateTimePickerModelValue>;
226
+ default: undefined;
227
+ };
228
+ dateFormat: {
229
+ type: PropType<"short" | "medium" | "long">;
216
230
  default: undefined;
217
231
  };
218
232
  timeFormat: {
219
233
  type: PropType<"auto" | "h12" | "h23">;
220
- default: () => DateTimePickerTimeFormat;
234
+ default: undefined;
235
+ };
236
+ locale: {
237
+ type: StringConstructor;
238
+ default: undefined;
221
239
  };
222
240
  yearFilter: {
223
- type: PropType<FilterFunction>;
241
+ type: PropType<DateTimePickerFilterFunction>;
224
242
  default: undefined;
225
243
  };
226
244
  monthFilter: {
227
- type: PropType<FilterFunction>;
245
+ type: PropType<DateTimePickerFilterFunction>;
228
246
  default: undefined;
229
247
  };
230
248
  dateFilter: {
231
- type: PropType<FilterFunction>;
249
+ type: PropType<DateTimePickerFilterFunction>;
232
250
  default: undefined;
233
251
  };
234
252
  hoursFilter: {
235
- type: PropType<FilterFunction>;
253
+ type: PropType<DateTimePickerFilterFunction>;
236
254
  default: undefined;
237
255
  };
238
256
  minutesFilter: {
239
- type: PropType<FilterFunction>;
257
+ type: PropType<DateTimePickerFilterFunction>;
240
258
  default: undefined;
241
259
  };
242
260
  size: {
@@ -278,13 +296,15 @@ declare const _default: import("vue-demi").DefineComponent<{
278
296
  onFocus?: ((...args: any[]) => any) | undefined;
279
297
  onBlur?: ((...args: any[]) => any) | undefined;
280
298
  }, {
281
- modelValue: Date;
299
+ modelValue: DateTimePickerModelValue;
300
+ dateFormat: "short" | "medium" | "long";
282
301
  timeFormat: "auto" | "h12" | "h23";
283
- yearFilter: FilterFunction;
284
- monthFilter: FilterFunction;
285
- dateFilter: FilterFunction;
286
- hoursFilter: FilterFunction;
287
- minutesFilter: FilterFunction;
302
+ locale: string;
303
+ yearFilter: DateTimePickerFilterFunction;
304
+ monthFilter: DateTimePickerFilterFunction;
305
+ dateFilter: DateTimePickerFilterFunction;
306
+ hoursFilter: DateTimePickerFilterFunction;
307
+ minutesFilter: DateTimePickerFilterFunction;
288
308
  size: "m" | "s";
289
309
  label: string;
290
310
  hint: string;
@@ -1,5 +1,5 @@
1
1
  export { default as OrDateTimePickerV3 } from './OrDateTimePicker.vue';
2
2
  export * from './partials';
3
- export * from './props';
3
+ export * from './tokens';
4
4
  export * from './types';
5
5
  export * from './utils';
@@ -1,6 +1,6 @@
1
- export { s as OrDateTimePickerV3 } from '../../OrDateTimePicker-b2749f72.js';
2
- export { s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, f as OrDateTimePickerTimeControl, g as OrDateTimePickerTimeSelect } from '../../OrDateTimePickerTimeSelect-c6ea3195.js';
3
- export { D as DateTimePickerTimeFormat, f as formatDate, a as formatTime, g as getDatePlaceholder, b as getTimePlaceholder } from '../../getTimePlaceholder-a1d75821.js';
1
+ export { D as DateFormat, L as Locale, s as OrDateTimePickerV3, T as TimeFormat } from '../../OrDateTimePicker-c3544059.js';
2
+ export { s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, f as OrDateTimePickerTimeControl, g as OrDateTimePickerTimeSelect } from '../../OrDateTimePickerTimeSelect-62e04a6c.js';
3
+ export { D as DateTimePickerDateFormat, a as DateTimePickerTimeFormat, f as formatDate, b as formatTime, g as getDatePlaceholder, c as getTimePlaceholder } from '../../getTimePlaceholder-9d18b5ac.js';
4
4
  export { g as getCurrentDate } from '../../getCurrentDate-046a888d.js';
5
5
  export { g as getNextMonthDate } from '../../getNextMonthDate-00c47169.js';
6
6
  import 'vue-demi';
@@ -30,7 +30,7 @@ import '../../useTheme-0ef25778.js';
30
30
  import '../../isPrevented-6994b101.js';
31
31
  import '../../isAncestor-9acec98b.js';
32
32
  import '../../OrInputBox-287f97ba.js';
33
- import '../../OrLabel-02aa56ad.js';
33
+ import '../../OrLabel-59d09591.js';
34
34
  import '../../OrButton-c95aef65.js';
35
35
  import '../../OrLoader-5e2f359b.js';
36
36
  import '../../OrMenuItem-639ab707.js';
@@ -1,4 +1,4 @@
1
- export { s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, f as OrDateTimePickerTimeControl, g as OrDateTimePickerTimeSelect } from '../../../OrDateTimePickerTimeSelect-c6ea3195.js';
1
+ export { s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, f as OrDateTimePickerTimeControl, g as OrDateTimePickerTimeSelect } from '../../../OrDateTimePickerTimeSelect-62e04a6c.js';
2
2
  import 'vue-demi';
3
3
  import '@vueuse/core';
4
4
  import '../../../dom-aecadd9a.js';
@@ -7,11 +7,11 @@ import 'lodash/get';
7
7
  import '../../../useProxyModelValue-940010d2.js';
8
8
  import '@onereach/styles/tailwind/plugins/core';
9
9
  import '@onereach/styles/tailwind.config.json';
10
- import '../../../getTimePlaceholder-a1d75821.js';
10
+ import '../../../getTimePlaceholder-9d18b5ac.js';
11
11
  import 'vue';
12
12
  import '../../../OrButton-c95aef65.js';
13
13
  import '../../../OrLoader-5e2f359b.js';
14
- import '../../../OrLabel-02aa56ad.js';
14
+ import '../../../OrLabel-59d09591.js';
15
15
  import '../../../OrIconButton-bc7ebce6.js';
16
16
  import '../../../OrIcon-c446d072.js';
17
17
  import '../../../OrTooltip-62fe3aa2.js';
@@ -1,9 +1,19 @@
1
+ import { PropType } from 'vue-demi';
2
+ import { DateTimePickerModelValue } from '../../types';
1
3
  import { formatDate } from '../../utils';
2
4
  declare const _default: import("vue-demi").DefineComponent<{
3
5
  modelValue: {
4
- type: DateConstructor;
6
+ type: PropType<DateTimePickerModelValue>;
5
7
  default: undefined;
6
8
  };
9
+ format: {
10
+ type: PropType<"short" | "medium" | "long">;
11
+ required: true;
12
+ };
13
+ locale: {
14
+ type: StringConstructor;
15
+ required: true;
16
+ };
7
17
  selected: {
8
18
  type: BooleanConstructor;
9
19
  default: boolean;
@@ -24,14 +34,22 @@ declare const _default: import("vue-demi").DefineComponent<{
24
34
  root: import("vue-demi").Ref<HTMLElement | undefined>;
25
35
  rootStyles: import("vue-demi").ComputedRef<string[]>;
26
36
  placeholderStyles: import("vue-demi").ComputedRef<string[]>;
27
- proxyModelValue: import("../../../../hooks").UseProxyModelValueReturn<Date | undefined>;
28
- placeholder: string;
37
+ proxyModelValue: import("../../../../hooks").UseProxyModelValueReturn<DateTimePickerModelValue>;
38
+ placeholder: import("vue-demi").ComputedRef<string>;
29
39
  formatDate: typeof formatDate;
30
40
  }, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, {}, string, import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
31
41
  modelValue: {
32
- type: DateConstructor;
42
+ type: PropType<DateTimePickerModelValue>;
33
43
  default: undefined;
34
44
  };
45
+ format: {
46
+ type: PropType<"short" | "medium" | "long">;
47
+ required: true;
48
+ };
49
+ locale: {
50
+ type: StringConstructor;
51
+ required: true;
52
+ };
35
53
  selected: {
36
54
  type: BooleanConstructor;
37
55
  default: boolean;
@@ -49,7 +67,7 @@ declare const _default: import("vue-demi").DefineComponent<{
49
67
  default: boolean;
50
68
  };
51
69
  }>>, {
52
- modelValue: Date;
70
+ modelValue: DateTimePickerModelValue;
53
71
  selected: boolean;
54
72
  required: boolean;
55
73
  readonly: boolean;
@@ -1,16 +1,24 @@
1
1
  import { PropType } from 'vue-demi';
2
- import { FilterFunction } from '../../types';
2
+ import { DateTimePickerFilterFunction, DateTimePickerModelValue } from '../../types';
3
3
  declare const _default: import("vue-demi").DefineComponent<{
4
4
  modelValue: {
5
- type: DateConstructor;
5
+ type: PropType<DateTimePickerModelValue>;
6
6
  default: undefined;
7
7
  };
8
8
  initialValue: {
9
9
  type: DateConstructor;
10
10
  required: true;
11
11
  };
12
+ format: {
13
+ type: PropType<"short" | "medium" | "long">;
14
+ required: true;
15
+ };
16
+ locale: {
17
+ type: StringConstructor;
18
+ required: true;
19
+ };
12
20
  dateFilter: {
13
- type: PropType<FilterFunction>;
21
+ type: PropType<DateTimePickerFilterFunction>;
14
22
  default: undefined;
15
23
  };
16
24
  rangeStart: {
@@ -29,22 +37,30 @@ declare const _default: import("vue-demi").DefineComponent<{
29
37
  buttonGroupDateItemStyles: import("vue-demi").ComputedRef<string[]>;
30
38
  buttonGroupCurrentDateItemStyles: import("vue-demi").ComputedRef<string[]>;
31
39
  buttonGroupInRangeDateItemStyles: import("vue-demi").ComputedRef<string[]>;
32
- proxyModelValue: import("../../../../hooks").UseProxyModelValueReturn<Date | undefined>;
40
+ proxyModelValue: import("../../../../hooks").UseProxyModelValueReturn<DateTimePickerModelValue>;
33
41
  dayOptions: import("vue-demi").ComputedRef<Date[]>;
34
42
  currentDate: import("vue-demi").ComputedRef<Date>;
35
43
  formatWeekday: (value: Date) => string;
36
44
  formatDay: (value: Date) => string;
37
45
  }, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
38
46
  modelValue: {
39
- type: DateConstructor;
47
+ type: PropType<DateTimePickerModelValue>;
40
48
  default: undefined;
41
49
  };
42
50
  initialValue: {
43
51
  type: DateConstructor;
44
52
  required: true;
45
53
  };
54
+ format: {
55
+ type: PropType<"short" | "medium" | "long">;
56
+ required: true;
57
+ };
58
+ locale: {
59
+ type: StringConstructor;
60
+ required: true;
61
+ };
46
62
  dateFilter: {
47
- type: PropType<FilterFunction>;
63
+ type: PropType<DateTimePickerFilterFunction>;
48
64
  default: undefined;
49
65
  };
50
66
  rangeStart: {
@@ -58,8 +74,8 @@ declare const _default: import("vue-demi").DefineComponent<{
58
74
  }>> & {
59
75
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
60
76
  }, {
61
- modelValue: Date;
62
- dateFilter: FilterFunction;
77
+ modelValue: DateTimePickerModelValue;
78
+ dateFilter: DateTimePickerFilterFunction;
63
79
  rangeStart: Date;
64
80
  rangeEnd: Date;
65
81
  }>;
@@ -1,29 +1,33 @@
1
1
  import { PropType } from 'vue-demi';
2
- import { FilterFunction } from '../../types';
2
+ import { DateTimePickerFilterFunction } from '../../types';
3
3
  declare const _default: import("vue-demi").DefineComponent<{
4
4
  modelValue: {
5
- type: DateConstructor;
5
+ type: PropType<Date>;
6
+ required: true;
7
+ };
8
+ locale: {
9
+ type: StringConstructor;
6
10
  required: true;
7
11
  };
8
12
  yearFilter: {
9
- type: PropType<FilterFunction>;
13
+ type: PropType<DateTimePickerFilterFunction>;
10
14
  default: undefined;
11
15
  };
12
16
  monthFilter: {
13
- type: PropType<FilterFunction>;
17
+ type: PropType<DateTimePickerFilterFunction>;
14
18
  default: undefined;
15
19
  };
16
20
  }, {
17
21
  root: import("vue-demi").Ref<HTMLElement | undefined>;
22
+ rootStyles: import("vue-demi").ComputedRef<string[]>;
18
23
  yearButton: import("vue-demi").Ref<any>;
19
- monthButton: import("vue-demi").Ref<any>;
20
24
  yearButtonRoot: import("vue-demi").ComputedRef<any>;
25
+ monthButton: import("vue-demi").Ref<any>;
21
26
  monthButtonRoot: import("vue-demi").ComputedRef<any>;
22
27
  yearMenu: import("vue-demi").Ref<any>;
23
- monthMenu: import("vue-demi").Ref<any>;
24
28
  yearMenuState: import("vue-demi").ComputedRef<any>;
29
+ monthMenu: import("vue-demi").Ref<any>;
25
30
  monthMenuState: import("vue-demi").ComputedRef<any>;
26
- rootStyles: import("vue-demi").ComputedRef<string[]>;
27
31
  proxyModelValue: import("../../../../hooks").UseProxyModelValueReturn<Date>;
28
32
  yearOptions: import("vue-demi").ComputedRef<Date[]>;
29
33
  monthOptions: import("vue-demi").ComputedRef<Date[]>;
@@ -33,21 +37,25 @@ declare const _default: import("vue-demi").DefineComponent<{
33
37
  formatMonth: (value: Date) => string;
34
38
  }, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
35
39
  modelValue: {
36
- type: DateConstructor;
40
+ type: PropType<Date>;
41
+ required: true;
42
+ };
43
+ locale: {
44
+ type: StringConstructor;
37
45
  required: true;
38
46
  };
39
47
  yearFilter: {
40
- type: PropType<FilterFunction>;
48
+ type: PropType<DateTimePickerFilterFunction>;
41
49
  default: undefined;
42
50
  };
43
51
  monthFilter: {
44
- type: PropType<FilterFunction>;
52
+ type: PropType<DateTimePickerFilterFunction>;
45
53
  default: undefined;
46
54
  };
47
55
  }>> & {
48
56
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
49
57
  }, {
50
- yearFilter: FilterFunction;
51
- monthFilter: FilterFunction;
58
+ yearFilter: DateTimePickerFilterFunction;
59
+ monthFilter: DateTimePickerFilterFunction;
52
60
  }>;
53
61
  export default _default;
@@ -1,14 +1,18 @@
1
1
  import { PropType } from 'vue-demi';
2
- import { DateTimePickerTimeFormat } from '../../props';
2
+ import { DateTimePickerModelValue } from '../../types';
3
3
  import { formatTime } from '../../utils';
4
4
  declare const _default: import("vue-demi").DefineComponent<{
5
5
  modelValue: {
6
- type: DateConstructor;
6
+ type: PropType<DateTimePickerModelValue>;
7
7
  default: undefined;
8
8
  };
9
9
  format: {
10
10
  type: PropType<"auto" | "h12" | "h23">;
11
- default: () => DateTimePickerTimeFormat;
11
+ required: true;
12
+ };
13
+ locale: {
14
+ type: StringConstructor;
15
+ required: true;
12
16
  };
13
17
  selected: {
14
18
  type: BooleanConstructor;
@@ -30,17 +34,21 @@ declare const _default: import("vue-demi").DefineComponent<{
30
34
  root: import("vue-demi").Ref<HTMLElement | undefined>;
31
35
  rootStyles: import("vue-demi").ComputedRef<string[]>;
32
36
  placeholderStyles: import("vue-demi").ComputedRef<string[]>;
33
- proxyModelValue: import("../../../../hooks").UseProxyModelValueReturn<Date | undefined>;
34
- placeholder: string;
37
+ proxyModelValue: import("../../../../hooks").UseProxyModelValueReturn<DateTimePickerModelValue>;
38
+ placeholder: import("vue-demi").ComputedRef<string>;
35
39
  formatTime: typeof formatTime;
36
40
  }, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, {}, string, import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
37
41
  modelValue: {
38
- type: DateConstructor;
42
+ type: PropType<DateTimePickerModelValue>;
39
43
  default: undefined;
40
44
  };
41
45
  format: {
42
46
  type: PropType<"auto" | "h12" | "h23">;
43
- default: () => DateTimePickerTimeFormat;
47
+ required: true;
48
+ };
49
+ locale: {
50
+ type: StringConstructor;
51
+ required: true;
44
52
  };
45
53
  selected: {
46
54
  type: BooleanConstructor;
@@ -59,8 +67,7 @@ declare const _default: import("vue-demi").DefineComponent<{
59
67
  default: boolean;
60
68
  };
61
69
  }>>, {
62
- modelValue: Date;
63
- format: "auto" | "h12" | "h23";
70
+ modelValue: DateTimePickerModelValue;
64
71
  selected: boolean;
65
72
  required: boolean;
66
73
  readonly: boolean;
@@ -1,9 +1,8 @@
1
1
  import { PropType } from 'vue-demi';
2
- import { DateTimePickerTimeFormat } from '../../props';
3
- import { FilterFunction } from '../../types';
2
+ import { DateTimePickerFilterFunction, DateTimePickerModelValue, DateTimePickerTimeFormat } from '../../types';
4
3
  declare const _default: import("vue-demi").DefineComponent<{
5
4
  modelValue: {
6
- type: DateConstructor;
5
+ type: PropType<DateTimePickerModelValue>;
7
6
  default: undefined;
8
7
  };
9
8
  initialValue: {
@@ -12,14 +11,18 @@ declare const _default: import("vue-demi").DefineComponent<{
12
11
  };
13
12
  format: {
14
13
  type: PropType<"auto" | "h12" | "h23">;
15
- default: () => DateTimePickerTimeFormat;
14
+ required: true;
15
+ };
16
+ locale: {
17
+ type: StringConstructor;
18
+ required: true;
16
19
  };
17
20
  hoursFilter: {
18
- type: PropType<FilterFunction>;
21
+ type: PropType<DateTimePickerFilterFunction>;
19
22
  default: undefined;
20
23
  };
21
24
  minutesFilter: {
22
- type: PropType<FilterFunction>;
25
+ type: PropType<DateTimePickerFilterFunction>;
23
26
  default: undefined;
24
27
  };
25
28
  }, {
@@ -27,7 +30,7 @@ declare const _default: import("vue-demi").DefineComponent<{
27
30
  rootStyles: import("vue-demi").ComputedRef<string[]>;
28
31
  buttonGroupStyles: import("vue-demi").ComputedRef<string[]>;
29
32
  buttonGroupItemStyles: import("vue-demi").ComputedRef<string[]>;
30
- proxyModelValue: import("../../../../hooks").UseProxyModelValueReturn<Date | undefined>;
33
+ proxyModelValue: import("../../../../hooks").UseProxyModelValueReturn<DateTimePickerModelValue>;
31
34
  proxyTimeFormat: import("vue-demi").ComputedRef<DateTimePickerTimeFormat.H12 | DateTimePickerTimeFormat.H23 | "h12" | "h23">;
32
35
  hoursRange: import("vue-demi").Ref<"am" | "pm">;
33
36
  hoursOptions: import("vue-demi").ComputedRef<Date[]>;
@@ -36,7 +39,7 @@ declare const _default: import("vue-demi").DefineComponent<{
36
39
  formatMinutes: (value: Date) => string;
37
40
  }, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
38
41
  modelValue: {
39
- type: DateConstructor;
42
+ type: PropType<DateTimePickerModelValue>;
40
43
  default: undefined;
41
44
  };
42
45
  initialValue: {
@@ -45,22 +48,25 @@ declare const _default: import("vue-demi").DefineComponent<{
45
48
  };
46
49
  format: {
47
50
  type: PropType<"auto" | "h12" | "h23">;
48
- default: () => DateTimePickerTimeFormat;
51
+ required: true;
52
+ };
53
+ locale: {
54
+ type: StringConstructor;
55
+ required: true;
49
56
  };
50
57
  hoursFilter: {
51
- type: PropType<FilterFunction>;
58
+ type: PropType<DateTimePickerFilterFunction>;
52
59
  default: undefined;
53
60
  };
54
61
  minutesFilter: {
55
- type: PropType<FilterFunction>;
62
+ type: PropType<DateTimePickerFilterFunction>;
56
63
  default: undefined;
57
64
  };
58
65
  }>> & {
59
66
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
60
67
  }, {
61
- modelValue: Date;
62
- format: "auto" | "h12" | "h23";
63
- hoursFilter: FilterFunction;
64
- minutesFilter: FilterFunction;
68
+ modelValue: DateTimePickerModelValue;
69
+ hoursFilter: DateTimePickerFilterFunction;
70
+ minutesFilter: DateTimePickerFilterFunction;
65
71
  }>;
66
72
  export default _default;
@@ -0,0 +1,3 @@
1
+ export declare const DateFormat: unique symbol;
2
+ export declare const TimeFormat: unique symbol;
3
+ export declare const Locale: unique symbol;
@@ -1,3 +1,14 @@
1
- export interface FilterFunction {
1
+ export type DateTimePickerModelValue = Date | null | undefined;
2
+ export declare enum DateTimePickerDateFormat {
3
+ Short = "short",
4
+ Medium = "medium",
5
+ Long = "long"
6
+ }
7
+ export declare enum DateTimePickerTimeFormat {
8
+ Auto = "auto",
9
+ H12 = "h12",
10
+ H23 = "h23"
11
+ }
12
+ export interface DateTimePickerFilterFunction {
2
13
  (value: Date): boolean;
3
14
  }
@@ -1 +1,2 @@
1
- export declare function formatDate(value: Date): string;
1
+ import { DateTimePickerDateFormat } from '../types';
2
+ export declare function formatDate(value: Date, format: `${DateTimePickerDateFormat}`, locale: string): string;
@@ -1,2 +1,2 @@
1
- import { DateTimePickerTimeFormat } from '../props';
2
- export declare function formatTime(value: Date, format?: `${DateTimePickerTimeFormat}`): string;
1
+ import { DateTimePickerTimeFormat } from '../types';
2
+ export declare function formatTime(value: Date, format: `${DateTimePickerTimeFormat}`, locale: string): string;
@@ -1 +1,2 @@
1
- export declare function getDatePlaceholder(): string;
1
+ import { DateTimePickerDateFormat } from '../types';
2
+ export declare function getDatePlaceholder(format: `${DateTimePickerDateFormat}`, locale: string): string;
@@ -1,2 +1,2 @@
1
- import { DateTimePickerTimeFormat } from '../props';
2
- export declare function getTimePlaceholder(format?: `${DateTimePickerTimeFormat}`): string;
1
+ import { DateTimePickerTimeFormat } from '../types';
2
+ export declare function getTimePlaceholder(format: `${DateTimePickerTimeFormat}`, locale: string): string;
@@ -1,3 +1,3 @@
1
- export { f as formatDate, a as formatTime, g as getDatePlaceholder, b as getTimePlaceholder } from '../../../getTimePlaceholder-a1d75821.js';
1
+ export { f as formatDate, b as formatTime, g as getDatePlaceholder, c as getTimePlaceholder } from '../../../getTimePlaceholder-9d18b5ac.js';
2
2
  export { g as getCurrentDate } from '../../../getCurrentDate-046a888d.js';
3
3
  export { g as getNextMonthDate } from '../../../getNextMonthDate-00c47169.js';
@@ -1,6 +1,6 @@
1
- export { F as FormGroupDirection, s as OrFormGroupV3 } from '../../OrFormGroup-17c3cc0a.js';
1
+ export { F as FormGroupDirection, s as OrFormGroupV3 } from '../../OrFormGroup-230f2015.js';
2
2
  import 'vue-demi';
3
3
  import '../../OrError-331220bc.js';
4
4
  import 'vue';
5
5
  import '../../OrHint-262c8217.js';
6
- import '../../OrLabel-02aa56ad.js';
6
+ import '../../OrLabel-59d09591.js';
@@ -1,4 +1,4 @@
1
- export { I as InputType, s as OrInputV3 } from '../../OrInput-89bb16d6.js';
1
+ export { I as InputType, s as OrInputV3 } from '../../OrInput-89162a71.js';
2
2
  import 'vue-demi';
3
3
  import '../../useIdAttribute-859439f0.js';
4
4
  import '@vueuse/core';
@@ -27,6 +27,6 @@ import '../../useTheme-0ef25778.js';
27
27
  import '../../isPrevented-6994b101.js';
28
28
  import '../../isAncestor-9acec98b.js';
29
29
  import '../../OrInputBox-287f97ba.js';
30
- import '../../OrLabel-02aa56ad.js';
30
+ import '../../OrLabel-59d09591.js';
31
31
  import '../../OrLoader-5e2f359b.js';
32
32
  import '../../style-inject.es-4c6f2515.js';
@@ -1,3 +1,3 @@
1
- export { L as LabelVariant, s as OrLabelV3 } from '../../OrLabel-02aa56ad.js';
1
+ export { L as LabelVariant, s as OrLabelV3 } from '../../OrLabel-59d09591.js';
2
2
  import 'vue-demi';
3
3
  import 'vue';