@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,4 +1,4 @@
1
- import { s as script } from './OrDateTimePicker.vue_rollup-plugin-vue_script-bd0836fd.js';
1
+ import { s as script } from './OrDateTimePicker.vue_rollup-plugin-vue_script-b7ca34e8.js';
2
2
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
3
3
 
4
4
  /* script */
@@ -84,6 +84,8 @@ var __vue_render__ = function () {
84
84
  expression: "closeDatePopover"
85
85
  }],
86
86
  attrs: {
87
+ "format": _vm.resolvedDateFormat,
88
+ "locale": _vm.resolvedLocale,
87
89
  "selected": _vm.datePopover && _vm.datePopover.state === 'open',
88
90
  "required": _vm.required,
89
91
  "readonly": _vm.readonly,
@@ -109,7 +111,8 @@ var __vue_render__ = function () {
109
111
  expression: "closeTimePopover"
110
112
  }],
111
113
  attrs: {
112
- "format": _vm.timeFormat,
114
+ "format": _vm.resolvedTimeFormat,
115
+ "locale": _vm.resolvedLocale,
113
116
  "selected": _vm.timePopover && _vm.timePopover.state === 'open',
114
117
  "required": _vm.required,
115
118
  "readonly": _vm.readonly,
@@ -149,6 +152,7 @@ var __vue_render__ = function () {
149
152
  }
150
153
  }, [_vm._v("\n " + _vm._s(_vm.formatTimeAlt(_vm.draftModelValue)) + "\n ")])], 1), _vm._v(" "), _c('OrDateTimePickerMonthSelect', {
151
154
  attrs: {
155
+ "locale": _vm.resolvedLocale,
152
156
  "year-filter": _vm.yearFilter,
153
157
  "month-filter": _vm.monthFilter
154
158
  },
@@ -162,6 +166,8 @@ var __vue_render__ = function () {
162
166
  }), _vm._v(" "), _c('OrDateTimePickerDateSelect', {
163
167
  attrs: {
164
168
  "initial-value": _vm.initialValue,
169
+ "format": _vm.resolvedDateFormat,
170
+ "locale": _vm.resolvedLocale,
165
171
  "date-filter": _vm.dateFilter
166
172
  },
167
173
  model: {
@@ -213,7 +219,8 @@ var __vue_render__ = function () {
213
219
  }, [_vm._v("\n " + _vm._s(_vm.formatTimeAlt(_vm.draftModelValue)) + "\n ")])], 1), _vm._v(" "), _c('OrDateTimePickerTimeSelect', {
214
220
  attrs: {
215
221
  "initial-value": _vm.initialValue,
216
- "format": _vm.timeFormat,
222
+ "format": _vm.resolvedTimeFormat,
223
+ "locale": _vm.resolvedLocale,
217
224
  "hours-filter": _vm.hoursFilter,
218
225
  "minutes-filter": _vm.minutesFilter
219
226
  },
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed, watch, toRef } from 'vue-demi';
1
+ import { defineComponent, ref, computed, inject, watch, toRef } from 'vue-demi';
2
2
  import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-06d651cf.js';
3
3
  import '@vueuse/core';
4
4
  import './dom-aecadd9a.js';
@@ -11,10 +11,10 @@ import { _ as __vue_component__$b } from './OrIconButton-956b8e5c.js';
11
11
  import { _ as __vue_component__$a } from './OrIcon-03e3c802.js';
12
12
  import { _ as __vue_component__$c } from './OrInputBox-1a8fda9b.js';
13
13
  import { a as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-8c39b9ca.js';
14
- import { _ as __vue_component__$d } from './OrLabel-113eae8d.js';
14
+ import { _ as __vue_component__$d } from './OrLabel-b0805497.js';
15
15
  import { _ as __vue_component__$e } from './OrPopover-592f7ad2.js';
16
- import { _ as __vue_component__, a as __vue_component__$1, b as __vue_component__$2, c as __vue_component__$3, d as __vue_component__$4, e as __vue_component__$5, f as __vue_component__$6, g as __vue_component__$7 } from './OrDateTimePickerTimeSelect-2f7efc41.js';
17
- import { D as DateTimePickerTimeFormat } from './getTimePlaceholder-a1d75821.js';
16
+ import { _ as __vue_component__, a as __vue_component__$1, b as __vue_component__$2, c as __vue_component__$3, d as __vue_component__$4, e as __vue_component__$5, f as __vue_component__$6, g as __vue_component__$7 } from './OrDateTimePickerTimeSelect-3fa9a7c7.js';
17
+ import { D as DateTimePickerDateFormat, a as DateTimePickerTimeFormat } from './getTimePlaceholder-9d18b5ac.js';
18
18
  import { g as getCurrentDate } from './getCurrentDate-046a888d.js';
19
19
 
20
20
  const DateTimePicker = [
@@ -27,6 +27,10 @@ const DateTimePickerDatePopover = [
27
27
  'w-[298px]'];
28
28
  const DateTimePickerTimePopover = [];
29
29
 
30
+ const DateFormat = Symbol();
31
+ const TimeFormat = Symbol();
32
+ const Locale = Symbol();
33
+
30
34
  var script = defineComponent({
31
35
  name: 'OrDateTimePicker',
32
36
  components: {
@@ -56,12 +60,20 @@ var script = defineComponent({
56
60
  },
57
61
  props: {
58
62
  modelValue: {
59
- type: Date,
63
+ type: undefined,
64
+ default: undefined
65
+ },
66
+ dateFormat: {
67
+ type: String,
60
68
  default: undefined
61
69
  },
62
70
  timeFormat: {
63
71
  type: String,
64
- default: () => DateTimePickerTimeFormat.Auto
72
+ default: undefined
73
+ },
74
+ locale: {
75
+ type: String,
76
+ default: undefined
65
77
  },
66
78
  yearFilter: {
67
79
  type: Function,
@@ -120,8 +132,9 @@ var script = defineComponent({
120
132
  expose: ['root', 'focus', 'blur'],
121
133
  setup(props, context) {
122
134
  var _a;
123
- // Refs
135
+ // Refs & Styles
124
136
  const root = ref();
137
+ const rootStyles = computed(() => ['or-date-time-picker-v3', ...DateTimePicker]);
125
138
  const inputBox = ref();
126
139
  const inputBoxRoot = computed(() => {
127
140
  var _a;
@@ -132,15 +145,26 @@ var script = defineComponent({
132
145
  var _a;
133
146
  return (_a = datePopover.value) === null || _a === void 0 ? void 0 : _a.state;
134
147
  });
148
+ const datePopoverStyles = computed(() => ['or-date-time-picker-date-popover-v3', ...DateTimePickerDatePopover]);
135
149
  const timePopover = ref();
136
150
  const timePopoverState = computed(() => {
137
151
  var _a;
138
152
  return (_a = timePopover.value) === null || _a === void 0 ? void 0 : _a.state;
139
153
  });
140
- // Styles
141
- const rootStyles = computed(() => ['or-date-time-picker-v3', ...DateTimePicker]);
142
- const datePopoverStyles = computed(() => ['or-date-time-picker-date-popover-v3', ...DateTimePickerDatePopover]);
143
154
  const timePopoverStyles = computed(() => ['or-date-time-picker-time-popover-v3', ...DateTimePickerTimePopover]);
155
+ // Options
156
+ const resolvedDateFormat = computed(() => {
157
+ var _a;
158
+ return (_a = props.dateFormat) !== null && _a !== void 0 ? _a : inject(DateFormat, DateTimePickerDateFormat.Short);
159
+ });
160
+ const resolvedTimeFormat = computed(() => {
161
+ var _a;
162
+ return (_a = props.timeFormat) !== null && _a !== void 0 ? _a : inject(TimeFormat, DateTimePickerTimeFormat.Auto);
163
+ });
164
+ const resolvedLocale = computed(() => {
165
+ var _a;
166
+ return (_a = props.locale) !== null && _a !== void 0 ? _a : inject(Locale, navigator.language);
167
+ });
144
168
  // State
145
169
  const initialValue = ref((_a = props.modelValue) !== null && _a !== void 0 ? _a : getCurrentDate());
146
170
  watch(() => props.modelValue, value => {
@@ -219,30 +243,33 @@ var script = defineComponent({
219
243
  }
220
244
  function formatDateAlt(value) {
221
245
  var _a;
222
- return (_a = value === null || value === void 0 ? void 0 : value.toLocaleString(navigator.language, {
246
+ return (_a = value === null || value === void 0 ? void 0 : value.toLocaleString(resolvedLocale.value, {
223
247
  dateStyle: 'medium',
224
248
  timeZone: 'UTC'
225
249
  })) !== null && _a !== void 0 ? _a : '--';
226
250
  }
227
251
  function formatTimeAlt(value) {
228
252
  var _a;
229
- return (_a = value === null || value === void 0 ? void 0 : value.toLocaleString(navigator.language, {
253
+ return (_a = value === null || value === void 0 ? void 0 : value.toLocaleString(resolvedLocale.value, {
230
254
  timeStyle: 'short',
231
- hourCycle: props.timeFormat !== DateTimePickerTimeFormat.Auto ? props.timeFormat : undefined,
255
+ hourCycle: resolvedTimeFormat.value !== DateTimePickerTimeFormat.Auto ? resolvedTimeFormat.value : undefined,
232
256
  timeZone: 'UTC'
233
257
  })) !== null && _a !== void 0 ? _a : '--';
234
258
  }
235
259
  return {
236
260
  root,
261
+ rootStyles,
237
262
  inputBox,
238
263
  inputBoxRoot,
239
264
  datePopover,
240
265
  datePopoverState,
266
+ datePopoverStyles,
241
267
  timePopover,
242
268
  timePopoverState,
243
- rootStyles,
244
- datePopoverStyles,
245
269
  timePopoverStyles,
270
+ resolvedDateFormat,
271
+ resolvedTimeFormat,
272
+ resolvedLocale,
246
273
  initialValue,
247
274
  proxyModelValue,
248
275
  draftModelValue,
@@ -259,4 +286,4 @@ var script = defineComponent({
259
286
  }
260
287
  });
261
288
 
262
- export { script as s };
289
+ export { DateFormat as D, Locale as L, TimeFormat as T, script as s };
@@ -4,11 +4,11 @@ import './dom-aecadd9a.js';
4
4
  import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
5
5
  import '@onereach/styles/tailwind/plugins/core';
6
6
  import '@onereach/styles/tailwind.config.json';
7
- import { g as getDatePlaceholder, f as formatDate, D as DateTimePickerTimeFormat, b as getTimePlaceholder, a as formatTime } from './getTimePlaceholder-a1d75821.js';
7
+ import { g as getDatePlaceholder, f as formatDate, c as getTimePlaceholder, b as formatTime, a as DateTimePickerTimeFormat } from './getTimePlaceholder-9d18b5ac.js';
8
8
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
9
9
  import { _ as __vue_component__$8 } from './OrButton-e4e85817.js';
10
10
  import './OrButton.vue_rollup-plugin-vue_script-199bb600.js';
11
- import { _ as __vue_component__$9 } from './OrLabel-113eae8d.js';
11
+ import { _ as __vue_component__$9 } from './OrLabel-b0805497.js';
12
12
  import { _ as __vue_component__$b } from './OrIconButton-956b8e5c.js';
13
13
  import { _ as __vue_component__$a } from './OrIcon-03e3c802.js';
14
14
  import { _ as __vue_component__$d } from './OrMenuItem-cd18c3c7.js';
@@ -35,9 +35,17 @@ var script$7 = defineComponent({
35
35
  },
36
36
  props: {
37
37
  modelValue: {
38
- type: Date,
38
+ type: undefined,
39
39
  default: undefined
40
40
  },
41
+ format: {
42
+ type: String,
43
+ required: true
44
+ },
45
+ locale: {
46
+ type: String,
47
+ required: true
48
+ },
41
49
  selected: {
42
50
  type: Boolean,
43
51
  default: false
@@ -57,14 +65,15 @@ var script$7 = defineComponent({
57
65
  },
58
66
  expose: ['root'],
59
67
  setup(props, context) {
60
- // Refs
68
+ // Refs & Styles
61
69
  const root = ref();
62
- // Styles
63
70
  const rootStyles = computed(() => ['or-date-time-picker-date-control-v3', ...DateTimePickerDateControl]);
64
71
  const placeholderStyles = computed(() => [...DateTimePickerDateControlPlaceholder]);
65
72
  // State
66
73
  const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
67
- const placeholder = getDatePlaceholder();
74
+ const placeholder = computed(() => {
75
+ return getDatePlaceholder(props.format, props.locale);
76
+ });
68
77
  return {
69
78
  root,
70
79
  rootStyles,
@@ -99,7 +108,7 @@ var __vue_render__$7 = function () {
99
108
  $event.preventDefault();
100
109
  }
101
110
  }
102
- }, [_vm.proxyModelValue ? [_vm._v("\n " + _vm._s(_vm.formatDate(_vm.proxyModelValue)) + "\n ")] : [_c('span', {
111
+ }, [_vm.proxyModelValue ? [_vm._v("\n " + _vm._s(_vm.formatDate(_vm.proxyModelValue, _vm.format, _vm.locale)) + "\n ")] : [_c('span', {
103
112
  class: _vm.placeholderStyles,
104
113
  attrs: {
105
114
  "disabled": _vm.disabled
@@ -179,13 +188,21 @@ var script$6 = defineComponent({
179
188
  },
180
189
  props: {
181
190
  modelValue: {
182
- type: Date,
191
+ type: undefined,
183
192
  default: undefined
184
193
  },
185
194
  initialValue: {
186
195
  type: Date,
187
196
  required: true
188
197
  },
198
+ format: {
199
+ type: String,
200
+ required: true
201
+ },
202
+ locale: {
203
+ type: String,
204
+ required: true
205
+ },
189
206
  dateFilter: {
190
207
  type: Function,
191
208
  default: undefined
@@ -202,9 +219,8 @@ var script$6 = defineComponent({
202
219
  emits: ['update:modelValue'],
203
220
  expose: ['root'],
204
221
  setup(props, context) {
205
- // Refs
222
+ // Refs & Styles
206
223
  const root = ref();
207
- // Styles
208
224
  const rootStyles = computed(() => ['or-date-time-picker-date-select-v3', ...DateTimePickerDateSelect]);
209
225
  const buttonGroupStyles = computed(() => [...DateTimePickerDateSelectButtonGroup]);
210
226
  const buttonGroupWeekdayItemStyles = computed(() => [...DateTimePickerDateSelectButtonGroupWeekdayItem]);
@@ -238,13 +254,13 @@ var script$6 = defineComponent({
238
254
  });
239
255
  // Methods
240
256
  function formatWeekday(value) {
241
- return value.toLocaleString(navigator.language, {
257
+ return value.toLocaleString(props.locale, {
242
258
  weekday: 'short',
243
259
  timeZone: 'UTC'
244
260
  });
245
261
  }
246
262
  function formatDay(value) {
247
- return value.toLocaleString(navigator.language, {
263
+ return value.toLocaleString(props.locale, {
248
264
  day: 'numeric',
249
265
  timeZone: 'UTC'
250
266
  });
@@ -356,9 +372,8 @@ var script$5 = defineComponent({
356
372
  },
357
373
  expose: ['root'],
358
374
  setup() {
359
- // Refs
375
+ // Refs & Styles
360
376
  const root = ref();
361
- // Styles
362
377
  const rootStyles = computed(() => ['or-date-time-picker-mobile-control-v3', ...DateTimePickerMobileControl]);
363
378
  const contentStyles = computed(() => [...DateTimePickerMobileControlContent]);
364
379
  return {
@@ -429,7 +444,11 @@ var script$4 = defineComponent({
429
444
  },
430
445
  props: {
431
446
  modelValue: {
432
- type: Date,
447
+ type: undefined,
448
+ required: true
449
+ },
450
+ locale: {
451
+ type: String,
433
452
  required: true
434
453
  },
435
454
  yearFilter: {
@@ -444,30 +463,29 @@ var script$4 = defineComponent({
444
463
  emits: ['update:modelValue'],
445
464
  expose: ['root'],
446
465
  setup(props, context) {
447
- // Refs
466
+ // Refs & Styles
448
467
  const root = ref();
468
+ const rootStyles = computed(() => ['or-date-time-picker-month-select-v3', ...DateTimePickerMonthSelect]);
449
469
  const yearButton = ref();
450
- const monthButton = ref();
451
470
  const yearButtonRoot = computed(() => {
452
471
  var _a;
453
472
  return (_a = yearButton.value) === null || _a === void 0 ? void 0 : _a.root;
454
473
  });
474
+ const monthButton = ref();
455
475
  const monthButtonRoot = computed(() => {
456
476
  var _a;
457
477
  return (_a = monthButton.value) === null || _a === void 0 ? void 0 : _a.root;
458
478
  });
459
479
  const yearMenu = ref();
460
- const monthMenu = ref();
461
480
  const yearMenuState = computed(() => {
462
481
  var _a;
463
482
  return (_a = yearMenu.value) === null || _a === void 0 ? void 0 : _a.state;
464
483
  });
484
+ const monthMenu = ref();
465
485
  const monthMenuState = computed(() => {
466
486
  var _a;
467
487
  return (_a = monthMenu.value) === null || _a === void 0 ? void 0 : _a.state;
468
488
  });
469
- // Styles
470
- const rootStyles = computed(() => ['or-date-time-picker-month-select-v3', ...DateTimePickerMonthSelect]);
471
489
  // State
472
490
  const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
473
491
  const yearOptions = computed(() => {
@@ -497,28 +515,28 @@ var script$4 = defineComponent({
497
515
  proxyModelValue.value = new Date(Date.UTC(proxyModelValue.value.getUTCFullYear(), proxyModelValue.value.getUTCMonth() - 1, proxyModelValue.value.getUTCDate(), proxyModelValue.value.getUTCHours(), proxyModelValue.value.getUTCMinutes()));
498
516
  }
499
517
  function formatYear(value) {
500
- return value.toLocaleString(navigator.language, {
518
+ return value.toLocaleString(props.locale, {
501
519
  year: 'numeric',
502
520
  timeZone: 'UTC'
503
521
  });
504
522
  }
505
523
  function formatMonth(value) {
506
- return value.toLocaleString(navigator.language, {
524
+ return value.toLocaleString(props.locale, {
507
525
  month: 'long',
508
526
  timeZone: 'UTC'
509
527
  });
510
528
  }
511
529
  return {
512
530
  root,
531
+ rootStyles,
513
532
  yearButton,
514
- monthButton,
515
533
  yearButtonRoot,
534
+ monthButton,
516
535
  monthButtonRoot,
517
536
  yearMenu,
518
- monthMenu,
519
537
  yearMenuState,
538
+ monthMenu,
520
539
  monthMenuState,
521
- rootStyles,
522
540
  proxyModelValue,
523
541
  yearOptions,
524
542
  monthOptions,
@@ -684,9 +702,8 @@ var script$3 = defineComponent({
684
702
  emits: ['apply', 'reset'],
685
703
  expose: ['root'],
686
704
  setup() {
687
- // Refs
705
+ // Refs & Styles
688
706
  const root = ref();
689
- // Styles
690
707
  const rootStyles = computed(() => ['or-date-time-picker-popover-footer-v3', ...DateTimePickerPopoverFooter]);
691
708
  return {
692
709
  root,
@@ -760,9 +777,8 @@ var script$2 = defineComponent({
760
777
  name: 'OrDateTimePickerPopoverHeader',
761
778
  expose: ['root'],
762
779
  setup() {
763
- // Refs
780
+ // Refs & Styles
764
781
  const root = ref();
765
- // Styles
766
782
  const rootStyles = computed(() => ['or-date-time-picker-popover-header-v3', ...DateTimePickerPopoverHeader]);
767
783
  return {
768
784
  root,
@@ -826,12 +842,16 @@ var script$1 = defineComponent({
826
842
  },
827
843
  props: {
828
844
  modelValue: {
829
- type: Date,
845
+ type: undefined,
830
846
  default: undefined
831
847
  },
832
848
  format: {
833
849
  type: String,
834
- default: () => DateTimePickerTimeFormat.Auto
850
+ required: true
851
+ },
852
+ locale: {
853
+ type: String,
854
+ required: true
835
855
  },
836
856
  selected: {
837
857
  type: Boolean,
@@ -852,14 +872,15 @@ var script$1 = defineComponent({
852
872
  },
853
873
  expose: ['root'],
854
874
  setup(props, context) {
855
- // Refs
875
+ // Refs & Styles
856
876
  const root = ref();
857
- // Styles
858
877
  const rootStyles = computed(() => ['or-date-time-picker-time-control-v3', ...DateTimePickerTimeControl]);
859
878
  const placeholderStyles = computed(() => [...DateTimePickerTimeControlPlaceholder]);
860
879
  // State
861
880
  const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
862
- const placeholder = getTimePlaceholder(props.format);
881
+ const placeholder = computed(() => {
882
+ return getTimePlaceholder(props.format, props.locale);
883
+ });
863
884
  return {
864
885
  root,
865
886
  rootStyles,
@@ -888,8 +909,13 @@ var __vue_render__$1 = function () {
888
909
  "required": _vm.required,
889
910
  "readonly": _vm.readonly,
890
911
  "disabled": _vm.disabled
912
+ },
913
+ on: {
914
+ "keydown": function ($event) {
915
+ $event.preventDefault();
916
+ }
891
917
  }
892
- }, [_vm.proxyModelValue ? [_vm._v("\n " + _vm._s(_vm.formatTime(_vm.proxyModelValue, _vm.format)) + "\n ")] : [_c('span', {
918
+ }, [_vm.proxyModelValue ? [_vm._v("\n " + _vm._s(_vm.formatTime(_vm.proxyModelValue, _vm.format, _vm.locale)) + "\n ")] : [_c('span', {
893
919
  class: _vm.placeholderStyles,
894
920
  attrs: {
895
921
  "disabled": _vm.disabled
@@ -950,7 +976,7 @@ var script = defineComponent({
950
976
  },
951
977
  props: {
952
978
  modelValue: {
953
- type: Date,
979
+ type: undefined,
954
980
  default: undefined
955
981
  },
956
982
  initialValue: {
@@ -959,7 +985,11 @@ var script = defineComponent({
959
985
  },
960
986
  format: {
961
987
  type: String,
962
- default: () => DateTimePickerTimeFormat.Auto
988
+ required: true
989
+ },
990
+ locale: {
991
+ type: String,
992
+ required: true
963
993
  },
964
994
  hoursFilter: {
965
995
  type: Function,
@@ -974,9 +1004,8 @@ var script = defineComponent({
974
1004
  expose: ['root'],
975
1005
  setup(props, context) {
976
1006
  var _a;
977
- // Refs
1007
+ // Refs & Styles
978
1008
  const root = ref();
979
- // Styles
980
1009
  const rootStyles = computed(() => ['or-date-time-picker-time-select-v3', ...DateTimePickerTimeSelect]);
981
1010
  const buttonGroupStyles = computed(() => [...DateTimePickerTimeSelectButtonGroup]);
982
1011
  const buttonGroupItemStyles = computed(() => [...DateTimePickerTimeSelectButtonGroupItem]);
@@ -985,7 +1014,7 @@ var script = defineComponent({
985
1014
  const proxyTimeFormat = computed(() => {
986
1015
  if (props.format === DateTimePickerTimeFormat.Auto) {
987
1016
  const timeSample = new Date(1970, 0);
988
- if (timeSample.toLocaleTimeString(navigator.language).includes('12')) {
1017
+ if (timeSample.toLocaleTimeString(props.locale).includes('12')) {
989
1018
  return DateTimePickerTimeFormat.H12;
990
1019
  }
991
1020
  return DateTimePickerTimeFormat.H23;
@@ -1034,11 +1063,11 @@ var script = defineComponent({
1034
1063
  });
1035
1064
  // Methods
1036
1065
  function formatHours(value) {
1037
- return value.toLocaleString(navigator.language, {
1066
+ return value.toLocaleString(props.locale, {
1038
1067
  hour: 'numeric',
1039
1068
  hourCycle: props.format !== DateTimePickerTimeFormat.Auto ? props.format : undefined,
1040
1069
  timeZone: 'UTC'
1041
- }).replace(/\s(am|pm)/i, '');
1070
+ }).replace(/\D/g, '');
1042
1071
  }
1043
1072
  function formatMinutes(value) {
1044
1073
  return String(value.getUTCMinutes()).padStart(2, '0');
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed } from 'vue-demi';
2
2
  import { _ as __vue_component__$1 } from './OrError-b25d782d.js';
3
3
  import { _ as __vue_component__$2 } from './OrHint-2fe1157b.js';
4
- import { _ as __vue_component__$3 } from './OrLabel-113eae8d.js';
4
+ import { _ as __vue_component__$3 } from './OrLabel-b0805497.js';
5
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
6
6
 
7
7
  var FormGroupDirection;
@@ -12,7 +12,7 @@ import { _ as __vue_component__$4 } from './OrIconButton-956b8e5c.js';
12
12
  import { _ as __vue_component__$3 } from './OrIcon-03e3c802.js';
13
13
  import { _ as __vue_component__$5 } from './OrInputBox-1a8fda9b.js';
14
14
  import { a as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-8c39b9ca.js';
15
- import { _ as __vue_component__$6 } from './OrLabel-113eae8d.js';
15
+ import { _ as __vue_component__$6 } from './OrLabel-b0805497.js';
16
16
  import { _ as __vue_component__$7 } from './OrLoader-4ac49224.js';
17
17
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
18
18
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -33,10 +33,10 @@ const LabelVariants = {
33
33
  'theme-foreground-default', 'dark:theme-foreground-default-dark']
34
34
  };
35
35
  const LabelText = [
36
- // Content (required)
37
- 'required:after:content-["*"]',
38
36
  // Interactivity
39
- 'interactivity-default'];
37
+ 'interactivity-default',
38
+ // Content (required)
39
+ 'required:after:content-["*"]'];
40
40
  const LabelAddon = [
41
41
  // Layout
42
42
  'layout-inline-row empty:hidden',
@@ -7,7 +7,7 @@ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
7
7
  import '@onereach/styles/tailwind/plugins/core';
8
8
  import '@onereach/styles/tailwind.config.json';
9
9
  import { _ as __vue_component__$1 } from './OrIconButton-956b8e5c.js';
10
- import { _ as __vue_component__$2 } from './OrLabel-113eae8d.js';
10
+ import { _ as __vue_component__$2 } from './OrLabel-b0805497.js';
11
11
  import { _ as __vue_component__$3 } from './OrListItem-9654fe5b.js';
12
12
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
13
13
 
@@ -5,7 +5,7 @@ import './dom-aecadd9a.js';
5
5
  import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
6
6
  import '@onereach/styles/tailwind/plugins/core';
7
7
  import '@onereach/styles/tailwind.config.json';
8
- import { _ as __vue_component__$1, L as LabelVariant } from './OrLabel-113eae8d.js';
8
+ import { _ as __vue_component__$1, L as LabelVariant } from './OrLabel-b0805497.js';
9
9
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
10
10
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
11
11
 
@@ -4,8 +4,8 @@ import './dom-aecadd9a.js';
4
4
  import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
5
5
  import '@onereach/styles/tailwind/plugins/core';
6
6
  import '@onereach/styles/tailwind.config.json';
7
- import { _ as __vue_component__$1, F as FormGroupDirection } from './OrFormGroup-d8b290f4.js';
8
- import { _ as __vue_component__$2 } from './OrRadio-c6aec5c3.js';
7
+ import { _ as __vue_component__$1, F as FormGroupDirection } from './OrFormGroup-936aa0ff.js';
8
+ import { _ as __vue_component__$2 } from './OrRadio-fd1fbde2.js';
9
9
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
10
10
 
11
11
  var script = defineComponent({
@@ -19,8 +19,8 @@ import Underline from '@tiptap/extension-underline';
19
19
  import { _ as __vue_component__$7 } from './OrButton-e4e85817.js';
20
20
  import './OrButton.vue_rollup-plugin-vue_script-199bb600.js';
21
21
  import { _ as __vue_component__$1 } from './OrIconButton-956b8e5c.js';
22
- import { _ as __vue_component__$6 } from './OrInput-43f90e4a.js';
23
- import { _ as __vue_component__$2 } from './OrLabel-113eae8d.js';
22
+ import { _ as __vue_component__$6 } from './OrInput-431ae55a.js';
23
+ import { _ as __vue_component__$2 } from './OrLabel-b0805497.js';
24
24
  import { _ as __vue_component__$3 } from './OrMenuItem-cd18c3c7.js';
25
25
  import { _ as __vue_component__$4 } from './OrMenu-e909a0ff.js';
26
26
  import { _ as __vue_component__$5 } from './OrModal-06a81c87.js';
@@ -7,7 +7,7 @@ import '@onereach/styles/tailwind/plugins/core';
7
7
  import '@onereach/styles/tailwind.config.json';
8
8
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
9
9
  import { a as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-8c39b9ca.js';
10
- import { _ as __vue_component__$1 } from './OrInput-43f90e4a.js';
10
+ import { _ as __vue_component__$1 } from './OrInput-431ae55a.js';
11
11
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
12
12
 
13
13
  var script = defineComponent({
@@ -6,7 +6,7 @@ import { i as isEmptyValue } from './isEqualValue-b6ca4b55.js';
6
6
  import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
7
7
  import { u as useResponsive } from './useResponsive-1baf3485.js';
8
8
  import '@onereach/styles/tailwind.config.json';
9
- import { _ as __vue_component__$3 } from './OrCheckbox-2e14d995.js';
9
+ import { _ as __vue_component__$3 } from './OrCheckbox-8cdfdc56.js';
10
10
  import { _ as __vue_component__$4 } from './OrError-b25d782d.js';
11
11
  import { _ as __vue_component__$5 } from './OrExpansionPanel-c76c70e4.js';
12
12
  import { _ as __vue_component__$6 } from './OrHint-2fe1157b.js';
@@ -14,8 +14,8 @@ import { _ as __vue_component__$8 } from './OrIconButton-956b8e5c.js';
14
14
  import { _ as __vue_component__$7 } from './OrIcon-03e3c802.js';
15
15
  import { _ as __vue_component__$a } from './OrInputBox-1a8fda9b.js';
16
16
  import { a as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-8c39b9ca.js';
17
- import { _ as __vue_component__$9 } from './OrInput-43f90e4a.js';
18
- import { _ as __vue_component__$b } from './OrLabel-113eae8d.js';
17
+ import { _ as __vue_component__$9 } from './OrInput-431ae55a.js';
18
+ import { _ as __vue_component__$b } from './OrLabel-b0805497.js';
19
19
  import { _ as __vue_component__$c } from './OrMenuItem-cd18c3c7.js';
20
20
  import { _ as __vue_component__$d } from './OrPopover-592f7ad2.js';
21
21
  import { T as TagsOverflow } from './OrTags-0ea04689.js';
@@ -6,7 +6,7 @@ import { i as isVoid } from './isVoid-36a1480c.js';
6
6
  import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
7
7
  import '@onereach/styles/tailwind/plugins/core';
8
8
  import '@onereach/styles/tailwind.config.json';
9
- import { _ as __vue_component__$1, L as LabelVariant } from './OrLabel-113eae8d.js';
9
+ import { _ as __vue_component__$1, L as LabelVariant } from './OrLabel-b0805497.js';
10
10
  import { _ as __vue_component__$2 } from './OrLoader-4ac49224.js';
11
11
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
12
12
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -11,7 +11,7 @@ import { _ as __vue_component__$2 } from './OrHint-2fe1157b.js';
11
11
  import { _ as __vue_component__$3 } from './OrIconButton-956b8e5c.js';
12
12
  import { _ as __vue_component__$4 } from './OrInputBox-1a8fda9b.js';
13
13
  import './OrInputBox.vue_rollup-plugin-vue_script-8c39b9ca.js';
14
- import { _ as __vue_component__$5 } from './OrLabel-113eae8d.js';
14
+ import { _ as __vue_component__$5 } from './OrLabel-b0805497.js';
15
15
  import { a as TagColor } from './OrTag-5f3f948a.js';
16
16
  import { _ as __vue_component__$6, T as TagsOverflow } from './OrTags-0ea04689.js';
17
17
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
@@ -10,7 +10,7 @@ import { _ as __vue_component__$1 } from './OrError-b25d782d.js';
10
10
  import { _ as __vue_component__$2 } from './OrHint-2fe1157b.js';
11
11
  import { _ as __vue_component__$3 } from './OrInputBox-1a8fda9b.js';
12
12
  import { a as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-8c39b9ca.js';
13
- import { _ as __vue_component__$4 } from './OrLabel-113eae8d.js';
13
+ import { _ as __vue_component__$4 } from './OrLabel-b0805497.js';
14
14
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
15
15
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
16
16