@onereach/ui-components 4.11.0-beta.2941.0 → 4.11.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 (686) hide show
  1. package/dist/bundled/v2/{OrDateTimePickerMonthSelect-2c1b5116.js → OrDateTimePickerMonthSelect-88a629fe.js} +8 -24
  2. package/dist/bundled/v2/{OrDateTimePickerTimeSelect-c52ee823.js → OrDateTimePickerTimeSelect-8851268e.js} +5 -15
  3. package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.js +2 -2
  4. package/dist/bundled/v2/components/OrBottomSheetV3/index.js +1 -1
  5. package/dist/bundled/v2/components/OrButtonV3/OrButton.js +1 -1
  6. package/dist/bundled/v2/components/OrButtonV3/index.js +1 -1
  7. package/dist/bundled/v2/components/OrCardCollectionV3/OrCardCollection.js +2 -1
  8. package/dist/bundled/v2/components/OrCardCollectionV3/index.js +2 -1
  9. package/dist/bundled/v2/components/OrCheckboxGroupV3/OrCheckboxGroup.js +7 -9
  10. package/dist/bundled/v2/components/OrCheckboxGroupV3/OrCheckboxGroup.vue.d.ts +3 -3
  11. package/dist/bundled/v2/components/OrCheckboxGroupV3/index.js +4 -3
  12. package/dist/bundled/v2/components/OrCheckboxTreeV3/OrCheckboxTree.js +6 -8
  13. package/dist/bundled/v2/components/OrCheckboxTreeV3/OrCheckboxTree.vue.d.ts +2 -2
  14. package/dist/bundled/v2/components/OrCheckboxTreeV3/index.js +4 -3
  15. package/dist/bundled/v2/components/OrCheckboxV3/OrCheckbox.js +6 -10
  16. package/dist/bundled/v2/components/OrCheckboxV3/index.js +1 -2
  17. package/dist/bundled/v2/components/OrCode/OrCode.js +5 -3793
  18. package/dist/bundled/v2/components/OrCode/index.js +5 -3
  19. package/dist/bundled/v2/components/OrCode/lang.js +24 -3
  20. package/dist/bundled/v2/components/OrCode/theme.js +1 -1
  21. package/dist/bundled/v2/components/OrCodeV3/OrCode.js +356 -0
  22. package/dist/bundled/v2/components/OrCodeV3/OrCode.vue.d.ts +169 -0
  23. package/dist/bundled/v2/components/OrCodeV3/index.d.ts +2 -0
  24. package/dist/bundled/v2/components/OrCodeV3/index.js +54 -0
  25. package/dist/bundled/v2/components/OrCodeV3/props.d.ts +8 -0
  26. package/dist/bundled/v2/components/OrCodeV3/props.js +11 -0
  27. package/dist/bundled/v2/components/OrCodeV3/styles.d.ts +2 -0
  28. package/dist/bundled/v2/components/OrCodeV3/styles.js +16 -0
  29. package/dist/bundled/v2/components/OrColorPicker/OrColorPicker.js +1 -1
  30. package/dist/bundled/v2/components/OrColorPicker/index.js +1 -1
  31. package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +1 -1
  32. package/dist/bundled/v2/components/OrConfirm/index.js +1 -1
  33. package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +4 -3
  34. package/dist/bundled/v2/components/OrConfirmV3/index.js +2 -1
  35. package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +8 -14
  36. package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.vue.d.ts +4 -4
  37. package/dist/bundled/v2/components/OrDatePickerV3/index.js +4 -3
  38. package/dist/bundled/v2/components/OrDateTimePicker/OrDateTimePicker.js +1 -1
  39. package/dist/bundled/v2/components/OrDateTimePicker/index.js +1 -1
  40. package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +9 -15
  41. package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.vue.d.ts +4 -4
  42. package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +5 -4
  43. package/dist/bundled/v2/components/OrExpansionPanelV3/OrExpansionPanel.js +1 -1
  44. package/dist/bundled/v2/components/OrIconButtonV3/OrIconButton.js +1 -1
  45. package/dist/bundled/v2/components/OrIconButtonV3/index.js +1 -1
  46. package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.js +10 -18
  47. package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.vue.d.ts +2 -2
  48. package/dist/bundled/v2/components/OrInlineInputV3/index.js +2 -1
  49. package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +1 -1
  50. package/dist/bundled/v2/components/OrInlineTextEdit/index.js +1 -1
  51. package/dist/bundled/v2/components/OrInlineTextareaV3/OrInlineTextarea.js +9 -16
  52. package/dist/bundled/v2/components/OrInlineTextareaV3/OrInlineTextarea.vue.d.ts +2 -2
  53. package/dist/bundled/v2/components/OrInlineTextareaV3/index.js +2 -1
  54. package/dist/bundled/v2/components/OrInputV3/OrInput.js +6 -10
  55. package/dist/bundled/v2/components/OrInputV3/OrInput.vue.d.ts +2 -2
  56. package/dist/bundled/v2/components/OrInputV3/index.js +2 -1
  57. package/dist/bundled/v2/components/OrLoaderV3/OrLoader.js +1 -1
  58. package/dist/bundled/v2/components/OrLoaderV3/index.js +1 -1
  59. package/dist/bundled/v2/components/OrMenuV3/OrMenu.js +3 -3
  60. package/dist/bundled/v2/components/OrMenuV3/index.js +1 -1
  61. package/dist/bundled/v2/components/OrModal/OrModal.js +2 -2
  62. package/dist/bundled/v2/components/OrModal/index.js +1 -1
  63. package/dist/bundled/v2/components/OrModalV3/OrModal.js +4 -4
  64. package/dist/bundled/v2/components/OrModalV3/index.js +1 -1
  65. package/dist/bundled/v2/components/OrNotificationV3/OrNotification.js +1 -1
  66. package/dist/bundled/v2/components/OrNotificationV3/index.js +1 -1
  67. package/dist/bundled/v2/components/OrOverflowMenu/OrOverflowMenu.js +1 -1
  68. package/dist/bundled/v2/components/OrOverflowMenu/index.js +1 -1
  69. package/dist/bundled/v2/components/OrOverlayV3/OrOverlay.js +1 -1
  70. package/dist/bundled/v2/components/OrOverlayV3/index.js +1 -1
  71. package/dist/bundled/v2/components/OrPaginationV3/OrPagination.js +4 -8
  72. package/dist/bundled/v2/components/OrPaginationV3/OrPagination.vue.d.ts +2 -2
  73. package/dist/bundled/v2/components/OrPaginationV3/index.js +2 -1
  74. package/dist/bundled/v2/components/OrPassword/OrPassword.js +1 -1
  75. package/dist/bundled/v2/components/OrPassword/index.js +1 -1
  76. package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +2 -2
  77. package/dist/bundled/v2/components/OrPopoverV3/index.js +1 -1
  78. package/dist/bundled/v2/components/OrProgressV3/OrProgress.js +1 -1
  79. package/dist/bundled/v2/components/OrProgressV3/index.js +1 -1
  80. package/dist/bundled/v2/components/OrRadioGroupV3/OrRadioGroup.js +4 -8
  81. package/dist/bundled/v2/components/OrRadioGroupV3/OrRadioGroup.vue.d.ts +2 -2
  82. package/dist/bundled/v2/components/OrRadioGroupV3/index.js +1 -2
  83. package/dist/bundled/v2/components/OrRadioV3/OrRadio.js +6 -10
  84. package/dist/bundled/v2/components/OrRadioV3/OrRadio.vue.d.ts +2 -2
  85. package/dist/bundled/v2/components/OrRadioV3/index.js +1 -0
  86. package/dist/bundled/v2/components/OrSearchV3/OrSearch.js +2 -1
  87. package/dist/bundled/v2/components/OrSearchV3/index.js +2 -1
  88. package/dist/bundled/v2/components/OrSegmentedControlV3/OrSegmentedControl.js +3 -7
  89. package/dist/bundled/v2/components/OrSegmentedControlV3/OrSegmentedControl.vue.d.ts +2 -2
  90. package/dist/bundled/v2/components/OrSegmentedControlV3/index.js +1 -0
  91. package/dist/bundled/v2/components/OrSelect/OrSelect.js +1 -1
  92. package/dist/bundled/v2/components/OrSelect/index.js +1 -1
  93. package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +5 -9
  94. package/dist/bundled/v2/components/OrSelectV3/OrSelect.vue.d.ts +2 -2
  95. package/dist/bundled/v2/components/OrSelectV3/index.js +3 -2
  96. package/dist/bundled/v2/components/OrSidebar/OrSidebar.js +1 -1
  97. package/dist/bundled/v2/components/OrSidebar/index.js +1 -1
  98. package/dist/bundled/v2/components/OrSidebarV3/OrSidebar.js +1 -1
  99. package/dist/bundled/v2/components/OrSidebarV3/index.js +1 -1
  100. package/dist/bundled/v2/components/OrSlider/OrSlider.js +1 -1
  101. package/dist/bundled/v2/components/OrSlider/index.js +1 -1
  102. package/dist/bundled/v2/components/OrSortHeaderV3/OrSortHeader.js +3 -7
  103. package/dist/bundled/v2/components/OrSortHeaderV3/OrSortHeader.vue.d.ts +2 -2
  104. package/dist/bundled/v2/components/OrSortHeaderV3/index.js +1 -0
  105. package/dist/bundled/v2/components/OrSwitchV3/OrSwitch.js +7 -11
  106. package/dist/bundled/v2/components/OrSwitchV3/OrSwitch.vue.d.ts +2 -2
  107. package/dist/bundled/v2/components/OrSwitchV3/index.js +2 -1
  108. package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +4 -8
  109. package/dist/bundled/v2/components/OrTabsV3/OrTabs.vue.d.ts +2 -2
  110. package/dist/bundled/v2/components/OrTabsV3/index.js +2 -1
  111. package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.js +7 -11
  112. package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.vue.d.ts +2 -2
  113. package/dist/bundled/v2/components/OrTagInputV3/index.js +2 -1
  114. package/dist/bundled/v2/components/OrTagV3/OrTag.js +1 -1
  115. package/dist/bundled/v2/components/OrTagV3/index.js +1 -1
  116. package/dist/bundled/v2/components/OrTagsV3/OrTags.js +1 -1
  117. package/dist/bundled/v2/components/OrTagsV3/index.js +1 -1
  118. package/dist/bundled/v2/components/OrTextareaV3/OrTextarea.js +6 -10
  119. package/dist/bundled/v2/components/OrTextareaV3/OrTextarea.vue.d.ts +2 -2
  120. package/dist/bundled/v2/components/OrTextareaV3/index.js +1 -0
  121. package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +7 -13
  122. package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.vue.d.ts +4 -4
  123. package/dist/bundled/v2/components/OrTimePickerV3/index.js +4 -3
  124. package/dist/bundled/v2/components/OrToast/composable/index.js +1 -1
  125. package/dist/bundled/v2/components/OrToast/composable/useToast.js +1 -1
  126. package/dist/bundled/v2/components/OrToast/composable/useToastEventBus.js +1 -1
  127. package/dist/bundled/v2/components/OrToast/index.js +1 -1
  128. package/dist/bundled/v2/components/OrToastContainer/OrToastContainer.js +1 -1
  129. package/dist/bundled/v2/components/OrToastContainer/index.js +1 -1
  130. package/dist/bundled/v2/components/OrToastContainerV3/OrToastContainer.js +2 -2
  131. package/dist/bundled/v2/components/OrToastContainerV3/index.js +1 -1
  132. package/dist/bundled/v2/components/OrToastV3/OrToast.js +1 -1
  133. package/dist/bundled/v2/components/OrToastV3/composable/index.js +1 -1
  134. package/dist/bundled/v2/components/OrToastV3/composable/useToast.js +1 -1
  135. package/dist/bundled/v2/components/OrToastV3/composable/useToastEventBus.js +1 -1
  136. package/dist/bundled/v2/components/OrToastV3/index.js +1 -1
  137. package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.js +2 -2
  138. package/dist/bundled/v2/components/OrTooltipV3/index.js +1 -1
  139. package/dist/bundled/v2/components/index.d.ts +1 -1
  140. package/dist/bundled/v2/components/index.js +17 -11
  141. package/dist/bundled/v2/hooks/index.d.ts +9 -8
  142. package/dist/bundled/v2/hooks/index.js +2 -1
  143. package/dist/bundled/v2/hooks/useOverflow.js +1 -1
  144. package/dist/bundled/v2/hooks/usePopoverState.d.ts +8 -7
  145. package/dist/bundled/v2/hooks/usePopoverState.js +6 -6
  146. package/dist/bundled/v2/hooks/useProxyModelValue.d.ts +8 -0
  147. package/dist/bundled/v2/hooks/useProxyModelValue.js +29 -0
  148. package/dist/bundled/v2/hooks/useResponsive/index.js +1 -1
  149. package/dist/bundled/v2/hooks/useResponsive/useResponsive.js +1 -1
  150. package/dist/bundled/v2/hooks/useTheme.d.ts +2 -1
  151. package/dist/bundled/v2/hooks/useTheme.js +173 -175
  152. package/dist/bundled/v2/{lang-0fb8f78b.js → index-11e9d6f2.js} +797 -575
  153. package/dist/bundled/v2/{index-cf2c3c27.js → index-451f3d87.js} +393 -253
  154. package/dist/bundled/v2/{index-c92e2839.js → index-760079e7.js} +1 -1
  155. package/dist/bundled/{v3/OrCode.vue_vue_type_script_lang-46846a36.js → v2/index-9c1d2908.js} +30 -316
  156. package/dist/bundled/v2/index.js +17 -14
  157. package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-214a0eea.js → OrBottomSheet.vue_vue_type_script_lang-ec375126.js} +3 -3
  158. package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-e8969bd3.js → OrButton.vue_vue_type_script_lang-7370e903.js} +1 -1
  159. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-3e7aa91a.js → OrCardCollection.vue_vue_type_script_lang-c7d9f452.js} +4 -4
  160. package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-616a0cce.js → OrCheckbox.vue_vue_type_script_lang-a27167e0.js} +5 -8
  161. package/dist/bundled/v3/{OrCheckboxGroup.vue_vue_type_script_lang-6946b630.js → OrCheckboxGroup.vue_vue_type_script_lang-386971f8.js} +5 -8
  162. package/dist/bundled/v3/{OrCheckboxTree.vue_vue_type_script_lang-e2647349.js → OrCheckboxTree.vue_vue_type_script_lang-1d754ac1.js} +7 -10
  163. package/dist/bundled/v3/OrCode.vue_vue_type_script_lang-22c66c0d.js +220 -0
  164. package/dist/bundled/v3/OrCode.vue_vue_type_script_lang-ce5a4f02.js +237 -0
  165. package/dist/bundled/v3/{OrColorPicker.vue_vue_type_script_lang-2e1845d8.js → OrColorPicker.vue_vue_type_script_lang-7c9b353d.js} +1 -1
  166. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-51f9e144.js → OrConfirm.vue_vue_type_script_lang-836e2a0f.js} +2 -2
  167. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-93458f1f.js → OrConfirm.vue_vue_type_script_lang-88d3aeda.js} +6 -6
  168. package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-0e648149.js → OrDatePicker.vue_vue_type_script_lang-80de9d3a.js} +8 -14
  169. package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-69d65518.js → OrDateTimePicker.vue_vue_type_script_lang-300f009d.js} +9 -15
  170. package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-882ae7ce.js → OrDateTimePicker.vue_vue_type_script_lang-b7857a99.js} +1 -1
  171. package/dist/bundled/v3/{OrDateTimePickerMonthSelect-8857f024.js → OrDateTimePickerMonthSelect-44038b6b.js} +11 -27
  172. package/dist/bundled/v3/{OrDateTimePickerPopoverHeader-ec90761f.js → OrDateTimePickerPopoverHeader-4959231c.js} +1 -1
  173. package/dist/bundled/v3/{OrDateTimePickerTimeSelect-683ab20d.js → OrDateTimePickerTimeSelect-b8cc72af.js} +6 -16
  174. package/dist/bundled/v3/{OrExpansionPanel.vue_vue_type_script_lang-ca9d5307.js → OrExpansionPanel.vue_vue_type_script_lang-6ea94b95.js} +2 -2
  175. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-c3a78c23.js → OrIconButton.vue_vue_type_script_lang-41792494.js} +1 -1
  176. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-820cc7e9.js → OrInlineInput.vue_vue_type_script_lang-fec60585.js} +10 -18
  177. package/dist/bundled/v3/{OrInlineTextEdit.vue_vue_type_script_lang-588178e5.js → OrInlineTextEdit.vue_vue_type_script_lang-58bc1a00.js} +1 -1
  178. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-8e639991.js → OrInlineTextarea.vue_vue_type_script_lang-4265a2a2.js} +10 -17
  179. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-66363c62.js → OrInput.vue_vue_type_script_lang-0b8a2b69.js} +6 -10
  180. package/dist/bundled/v3/{OrLoader.vue_vue_type_script_lang-f076f6b3.js → OrLoader.vue_vue_type_script_lang-a21dc976.js} +1 -1
  181. package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-8fa5ef6c.js → OrMenu.vue_vue_type_script_lang-f8611f9d.js} +3 -3
  182. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-153819d3.js → OrModal.vue_vue_type_script_lang-32c395a3.js} +2 -2
  183. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-83469d51.js → OrModal.vue_vue_type_script_lang-e00165f1.js} +3 -3
  184. package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-242a7186.js → OrNotification.vue_vue_type_script_lang-9d3dd0d9.js} +1 -1
  185. package/dist/bundled/v3/{OrOverflowMenu.vue_vue_type_script_lang-ba3b94e2.js → OrOverflowMenu.vue_vue_type_script_lang-e077c7fd.js} +1 -1
  186. package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-0fdf19ba.js → OrOverlay.vue_vue_type_script_lang-9036d75d.js} +1 -1
  187. package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-193cf67a.js → OrPagination.vue_vue_type_script_lang-cf545aab.js} +6 -10
  188. package/dist/bundled/v3/{OrPassword.vue_vue_type_script_lang-fc9e7dc8.js → OrPassword.vue_vue_type_script_lang-0a87f331.js} +1 -1
  189. package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-506ae7bb.js → OrPopover.vue_vue_type_script_lang-d15ec5cb.js} +4 -4
  190. package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-6a2fef77.js → OrProgress.vue_vue_type_script_lang-2d5ead47.js} +1 -1
  191. package/dist/bundled/v3/{OrRadio.vue_vue_type_script_lang-e9ac87e8.js → OrRadio.vue_vue_type_script_lang-48c2bc6b.js} +5 -9
  192. package/dist/bundled/v3/{OrRadioGroup.vue_vue_type_script_lang-a82cb83b.js → OrRadioGroup.vue_vue_type_script_lang-d7f6f8ca.js} +5 -8
  193. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-18dc2df8.js → OrSearch.vue_vue_type_script_lang-3fa2209d.js} +1 -1
  194. package/dist/bundled/v3/{OrSegmentedControl.vue_vue_type_script_lang-ed0d9fe7.js → OrSegmentedControl.vue_vue_type_script_lang-3a7df112.js} +3 -7
  195. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-72c1db17.js → OrSelect.vue_vue_type_script_lang-b11ea2e9.js} +8 -12
  196. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-45cf8f8c.js → OrSelect.vue_vue_type_script_lang-b8b014f6.js} +1 -1
  197. package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-3d9676ea.js → OrSidebar.vue_vue_type_script_lang-55f0db3b.js} +2 -2
  198. package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-56608f4a.js → OrSidebar.vue_vue_type_script_lang-cac8e5b7.js} +1 -1
  199. package/dist/bundled/v3/{OrSlider.vue_vue_type_script_lang-2a698707.js → OrSlider.vue_vue_type_script_lang-9ae4141f.js} +1 -1
  200. package/dist/bundled/v3/{OrSortHeader.vue_vue_type_script_lang-424696e5.js → OrSortHeader.vue_vue_type_script_lang-a444d88b.js} +3 -7
  201. package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-5a6d0202.js → OrSwitch.vue_vue_type_script_lang-2014e70b.js} +6 -10
  202. package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-2d08458d.js → OrTabs.vue_vue_type_script_lang-9072248f.js} +5 -9
  203. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-c7065625.js → OrTag.vue_vue_type_script_lang-640a19c4.js} +1 -1
  204. package/dist/bundled/v3/{OrTagInput.vue_vue_type_script_lang-60f6d6de.js → OrTagInput.vue_vue_type_script_lang-67c8d12f.js} +8 -12
  205. package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-45bbc68e.js → OrTags.vue_vue_type_script_lang-18b7221b.js} +3 -3
  206. package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-0d1a7a48.js → OrTextarea.vue_vue_type_script_lang-44484741.js} +6 -10
  207. package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-a300ab1b.js → OrTimePicker.vue_vue_type_script_lang-5c88aee4.js} +8 -14
  208. package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-227592d8.js → OrTooltip.vue_vue_type_script_lang-7f5d792c.js} +2 -2
  209. package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +4 -4
  210. package/dist/bundled/v3/components/OrBottomSheetV3/index.js +3 -3
  211. package/dist/bundled/v3/components/OrButtonV3/OrButton.js +4 -4
  212. package/dist/bundled/v3/components/OrButtonV3/index.js +3 -3
  213. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +14 -13
  214. package/dist/bundled/v3/components/OrCardCollectionV3/index.js +13 -12
  215. package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +10 -9
  216. package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.vue.d.ts +2 -2
  217. package/dist/bundled/v3/components/OrCheckboxGroupV3/index.js +9 -8
  218. package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +9 -8
  219. package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.vue.d.ts +1 -1
  220. package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +8 -7
  221. package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.js +3 -4
  222. package/dist/bundled/v3/components/OrCheckboxV3/index.js +2 -3
  223. package/dist/bundled/v3/components/OrCode/OrCode.js +9 -7
  224. package/dist/bundled/v3/components/OrCode/index.js +7 -5
  225. package/dist/bundled/v3/components/OrCode/lang.js +24 -3
  226. package/dist/bundled/v3/components/OrCode/theme.js +1 -1
  227. package/dist/bundled/v3/components/OrCodeV3/OrCode.js +147 -0
  228. package/dist/bundled/v3/components/OrCodeV3/OrCode.vue.d.ts +119 -0
  229. package/dist/bundled/v3/components/OrCodeV3/index.d.ts +2 -0
  230. package/dist/bundled/v3/components/OrCodeV3/index.js +65 -0
  231. package/dist/bundled/v3/components/OrCodeV3/props.d.ts +8 -0
  232. package/dist/bundled/v3/components/OrCodeV3/props.js +11 -0
  233. package/dist/bundled/v3/components/OrCodeV3/styles.d.ts +2 -0
  234. package/dist/bundled/v3/components/OrCodeV3/styles.js +16 -0
  235. package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.js +3 -3
  236. package/dist/bundled/v3/components/OrColorPicker/index.js +2 -2
  237. package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +4 -4
  238. package/dist/bundled/v3/components/OrConfirm/index.js +3 -3
  239. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +12 -11
  240. package/dist/bundled/v3/components/OrConfirmV3/index.js +11 -10
  241. package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +14 -13
  242. package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.vue.d.ts +64 -2
  243. package/dist/bundled/v3/components/OrDatePickerV3/index.js +13 -12
  244. package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.js +3 -3
  245. package/dist/bundled/v3/components/OrDateTimePicker/index.js +2 -2
  246. package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +15 -14
  247. package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.vue.d.ts +64 -2
  248. package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +14 -13
  249. package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.js +2 -2
  250. package/dist/bundled/v3/components/OrExpansionPanelV3/index.js +1 -1
  251. package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +7 -7
  252. package/dist/bundled/v3/components/OrIconButtonV3/index.js +6 -6
  253. package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +9 -8
  254. package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.vue.d.ts +2 -2
  255. package/dist/bundled/v3/components/OrInlineInputV3/index.js +8 -7
  256. package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.js +3 -3
  257. package/dist/bundled/v3/components/OrInlineTextEdit/index.js +2 -2
  258. package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +9 -8
  259. package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.vue.d.ts +2 -2
  260. package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +8 -7
  261. package/dist/bundled/v3/components/OrInputV3/OrInput.js +10 -9
  262. package/dist/bundled/v3/components/OrInputV3/OrInput.vue.d.ts +1 -1
  263. package/dist/bundled/v3/components/OrInputV3/index.js +9 -8
  264. package/dist/bundled/v3/components/OrLoaderV3/OrLoader.js +3 -3
  265. package/dist/bundled/v3/components/OrLoaderV3/index.js +2 -2
  266. package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +6 -6
  267. package/dist/bundled/v3/components/OrMenuV3/index.js +5 -5
  268. package/dist/bundled/v3/components/OrModal/OrModal.js +3 -3
  269. package/dist/bundled/v3/components/OrModal/index.js +2 -2
  270. package/dist/bundled/v3/components/OrModalV3/OrModal.js +8 -8
  271. package/dist/bundled/v3/components/OrModalV3/index.js +7 -7
  272. package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +8 -8
  273. package/dist/bundled/v3/components/OrNotificationV3/index.js +7 -7
  274. package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.js +3 -3
  275. package/dist/bundled/v3/components/OrOverflowMenu/index.js +2 -2
  276. package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.js +3 -3
  277. package/dist/bundled/v3/components/OrOverlayV3/index.js +2 -2
  278. package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +10 -9
  279. package/dist/bundled/v3/components/OrPaginationV3/OrPagination.vue.d.ts +1 -1
  280. package/dist/bundled/v3/components/OrPaginationV3/index.js +9 -8
  281. package/dist/bundled/v3/components/OrPassword/OrPassword.js +3 -3
  282. package/dist/bundled/v3/components/OrPassword/index.js +2 -2
  283. package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +5 -5
  284. package/dist/bundled/v3/components/OrPopoverV3/index.js +4 -4
  285. package/dist/bundled/v3/components/OrProgressV3/OrProgress.js +3 -3
  286. package/dist/bundled/v3/components/OrProgressV3/index.js +2 -2
  287. package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.js +4 -5
  288. package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.vue.d.ts +1 -1
  289. package/dist/bundled/v3/components/OrRadioGroupV3/index.js +3 -4
  290. package/dist/bundled/v3/components/OrRadioV3/OrRadio.js +3 -2
  291. package/dist/bundled/v3/components/OrRadioV3/OrRadio.vue.d.ts +1 -1
  292. package/dist/bundled/v3/components/OrRadioV3/index.js +2 -1
  293. package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +11 -10
  294. package/dist/bundled/v3/components/OrSearchV3/index.js +10 -9
  295. package/dist/bundled/v3/components/OrSegmentedControlV3/OrSegmentedControl.js +3 -2
  296. package/dist/bundled/v3/components/OrSegmentedControlV3/OrSegmentedControl.vue.d.ts +1 -1
  297. package/dist/bundled/v3/components/OrSegmentedControlV3/index.js +2 -1
  298. package/dist/bundled/v3/components/OrSelect/OrSelect.js +3 -3
  299. package/dist/bundled/v3/components/OrSelect/index.js +2 -2
  300. package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +15 -14
  301. package/dist/bundled/v3/components/OrSelectV3/OrSelect.vue.d.ts +1 -1
  302. package/dist/bundled/v3/components/OrSelectV3/index.js +14 -13
  303. package/dist/bundled/v3/components/OrSidebar/OrSidebar.js +3 -3
  304. package/dist/bundled/v3/components/OrSidebar/index.js +2 -2
  305. package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +8 -8
  306. package/dist/bundled/v3/components/OrSidebarV3/index.js +7 -7
  307. package/dist/bundled/v3/components/OrSlider/OrSlider.js +3 -3
  308. package/dist/bundled/v3/components/OrSlider/index.js +2 -2
  309. package/dist/bundled/v3/components/OrSortHeaderV3/OrSortHeader.js +3 -2
  310. package/dist/bundled/v3/components/OrSortHeaderV3/OrSortHeader.vue.d.ts +1 -1
  311. package/dist/bundled/v3/components/OrSortHeaderV3/index.js +2 -1
  312. package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.js +5 -4
  313. package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.vue.d.ts +1 -1
  314. package/dist/bundled/v3/components/OrSwitchV3/index.js +4 -3
  315. package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +8 -7
  316. package/dist/bundled/v3/components/OrTabsV3/OrTabs.vue.d.ts +1 -1
  317. package/dist/bundled/v3/components/OrTabsV3/index.js +7 -6
  318. package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +13 -12
  319. package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.vue.d.ts +1 -1
  320. package/dist/bundled/v3/components/OrTagInputV3/index.js +12 -11
  321. package/dist/bundled/v3/components/OrTagV3/OrTag.js +8 -8
  322. package/dist/bundled/v3/components/OrTagV3/index.js +7 -7
  323. package/dist/bundled/v3/components/OrTagsV3/OrTags.js +11 -11
  324. package/dist/bundled/v3/components/OrTagsV3/index.js +10 -10
  325. package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.js +3 -2
  326. package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.vue.d.ts +1 -1
  327. package/dist/bundled/v3/components/OrTextareaV3/index.js +2 -1
  328. package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +13 -12
  329. package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.vue.d.ts +64 -2
  330. package/dist/bundled/v3/components/OrTimePickerV3/index.js +12 -11
  331. package/dist/bundled/v3/components/OrToast/composable/index.js +1 -1
  332. package/dist/bundled/v3/components/OrToast/composable/useToast.js +1 -1
  333. package/dist/bundled/v3/components/OrToast/composable/useToastEventBus.js +1 -1
  334. package/dist/bundled/v3/components/OrToast/index.js +2 -2
  335. package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.js +3 -3
  336. package/dist/bundled/v3/components/OrToastContainer/index.js +2 -2
  337. package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +9 -9
  338. package/dist/bundled/v3/components/OrToastContainerV3/index.js +8 -8
  339. package/dist/bundled/v3/components/OrToastV3/OrToast.js +7 -7
  340. package/dist/bundled/v3/components/OrToastV3/composable/index.js +1 -1
  341. package/dist/bundled/v3/components/OrToastV3/composable/useToast.js +1 -1
  342. package/dist/bundled/v3/components/OrToastV3/composable/useToastEventBus.js +1 -1
  343. package/dist/bundled/v3/components/OrToastV3/index.js +8 -8
  344. package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +6 -6
  345. package/dist/bundled/v3/components/OrTooltipV3/index.js +5 -5
  346. package/dist/bundled/v3/components/index.d.ts +1 -1
  347. package/dist/bundled/v3/components/index.js +68 -61
  348. package/dist/bundled/v3/hooks/index.d.ts +9 -8
  349. package/dist/bundled/v3/hooks/index.js +2 -1
  350. package/dist/bundled/v3/hooks/useOverflow.js +1 -1
  351. package/dist/bundled/v3/hooks/usePopoverState.d.ts +8 -7
  352. package/dist/bundled/v3/hooks/usePopoverState.js +6 -6
  353. package/dist/bundled/v3/hooks/useProxyModelValue.d.ts +8 -0
  354. package/dist/bundled/v3/hooks/useProxyModelValue.js +29 -0
  355. package/dist/bundled/v3/hooks/useResponsive/index.js +1 -1
  356. package/dist/bundled/v3/hooks/useResponsive/useResponsive.js +1 -1
  357. package/dist/bundled/v3/hooks/useTheme.d.ts +2 -1
  358. package/dist/bundled/v3/hooks/useTheme.js +173 -175
  359. package/dist/bundled/v3/{lang-0fb8f78b.js → index-11e9d6f2.js} +797 -575
  360. package/dist/bundled/v3/{index-cf2c3c27.js → index-451f3d87.js} +393 -253
  361. package/dist/bundled/v3/index-9c1d2908.js +3740 -0
  362. package/dist/bundled/v3/{index-09d1cb24.js → index-e11e05e2.js} +1 -1
  363. package/dist/bundled/v3/index.js +72 -70
  364. package/dist/esm/v2/{OrBottomSheet-af25c131.js → OrBottomSheet-6bc632c4.js} +2 -2
  365. package/dist/esm/v2/{OrCardCollection-79b90811.js → OrCardCollection-779ba7ca.js} +4 -4
  366. package/dist/esm/v2/{OrCheckbox-41f2822d.js → OrCheckbox-43615f70.js} +7 -9
  367. package/dist/esm/v2/{OrCheckboxGroup-97cfcbda.js → OrCheckboxGroup-4e6dbdd3.js} +8 -8
  368. package/dist/esm/v2/{OrCheckboxTree-a7dc126c.js → OrCheckboxTree-ba023624.js} +14 -14
  369. package/dist/esm/v2/OrCode-26295220.js +351 -0
  370. package/dist/esm/v2/{OrConfirm-0b56c11f.js → OrConfirm-cda74328.js} +3 -3
  371. package/dist/esm/v2/{OrDatePicker-328189a2.js → OrDatePicker-a4f95898.js} +10 -13
  372. package/dist/esm/v2/{OrDateTimePicker-8bcc71c3.js → OrDateTimePicker-99d3445b.js} +1 -1
  373. package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-399a44b5.js → OrDateTimePicker.vue_rollup-plugin-vue_script-729b254d.js} +13 -27
  374. package/dist/esm/v2/{OrDateTimePickerPopoverHeader-fa88e970.js → OrDateTimePickerPopoverHeader-5fa89936.js} +14 -27
  375. package/dist/esm/v2/{OrExpansionPanel-b8411db6.js → OrExpansionPanel-acfffe82.js} +2 -2
  376. package/dist/esm/v2/{OrIconButton-ab726d49.js → OrIconButton-2ab8fa02.js} +2 -2
  377. package/dist/esm/v2/{OrInlineInput-84a8398c.js → OrInlineInput-0c62b3a6.js} +10 -18
  378. package/dist/esm/v2/{OrInlineTextarea-f2ecbd39.js → OrInlineTextarea-c24708a7.js} +9 -16
  379. package/dist/esm/v2/{OrInput-2eeff16a.js → OrInput-dcb61699.js} +6 -10
  380. package/dist/esm/v2/{OrMenu-d03831b0.js → OrMenu-6b3de1c1.js} +3 -3
  381. package/dist/esm/v2/{OrModal-7b7c35e1.js → OrModal-abc3b1d9.js} +3 -3
  382. package/dist/esm/v2/{OrNotification-f44ef921.js → OrNotification-5b7028d7.js} +1 -1
  383. package/dist/esm/v2/{OrPagination-3756c1d1.js → OrPagination-4ece4568.js} +5 -9
  384. package/dist/esm/v2/{OrPopover-ef16a904.js → OrPopover-71380b24.js} +3 -3
  385. package/dist/esm/v2/{OrRadio-23810acd.js → OrRadio-b32dfbfe.js} +5 -9
  386. package/dist/esm/v2/{OrRadioGroup-0e1bf22c.js → OrRadioGroup-d1c2e460.js} +8 -8
  387. package/dist/esm/v2/{OrSearch-33e3b0e4.js → OrSearch-879c7656.js} +1 -1
  388. package/dist/esm/v2/{OrSegmentedControl-a1ea5b72.js → OrSegmentedControl-d4e32f80.js} +6 -7
  389. package/dist/esm/v2/{OrSelect-1ee299d9.js → OrSelect-01d61a9a.js} +8 -12
  390. package/dist/esm/v2/{OrSidebar-865f307e.js → OrSidebar-bd385865.js} +1 -1
  391. package/dist/esm/v2/{OrSidebarCollapseButton-b3a41f02.js → OrSidebarCollapseButton-49da331a.js} +1 -1
  392. package/dist/esm/v2/{OrSortHeader-8596b958.js → OrSortHeader-46a92f09.js} +6 -7
  393. package/dist/esm/v2/{OrSwitch-cb97f4d3.js → OrSwitch-e49ce2d8.js} +5 -9
  394. package/dist/esm/v2/{OrTabs-930e1c26.js → OrTabs-f9c88893.js} +7 -9
  395. package/dist/esm/v2/{OrTag-d16c9d12.js → OrTag-2b9e664b.js} +1 -1
  396. package/dist/esm/v2/{OrTagInput-63697869.js → OrTagInput-1548f007.js} +7 -11
  397. package/dist/esm/v2/{OrTags-9048733c.js → OrTags-25a70212.js} +2 -2
  398. package/dist/esm/v2/{OrTextarea-978fb518.js → OrTextarea-9221a04a.js} +5 -9
  399. package/dist/esm/v2/{OrTimePicker-a9c5547b.js → OrTimePicker-9c9a44bc.js} +11 -14
  400. package/dist/esm/v2/{OrTooltip-bf4c725c.js → OrTooltip-a32c182a.js} +3 -3
  401. package/dist/esm/v2/components/index.d.ts +1 -1
  402. package/dist/esm/v2/components/index.js +42 -43
  403. package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +2 -2
  404. package/dist/esm/v2/components/or-card-collection-v3/index.js +10 -9
  405. package/dist/esm/v2/components/or-checkbox-group-v3/OrCheckboxGroup.vue.d.ts +3 -3
  406. package/dist/esm/v2/components/or-checkbox-group-v3/index.js +12 -11
  407. package/dist/esm/v2/components/or-checkbox-tree-v3/OrCheckboxTree.vue.d.ts +2 -2
  408. package/dist/esm/v2/components/or-checkbox-tree-v3/index.js +8 -7
  409. package/dist/esm/v2/components/or-checkbox-v3/index.js +3 -2
  410. package/dist/esm/v2/components/or-code-v3/OrCode.vue.d.ts +169 -0
  411. package/dist/esm/v2/components/or-code-v3/index.d.ts +2 -0
  412. package/dist/esm/v2/components/or-code-v3/index.js +37 -0
  413. package/dist/esm/v2/components/or-code-v3/props.d.ts +8 -0
  414. package/dist/esm/v2/components/or-code-v3/styles.d.ts +2 -0
  415. package/dist/esm/v2/components/or-confirm-v3/index.js +8 -7
  416. package/dist/esm/v2/components/or-date-picker-v3/OrDatePicker.vue.d.ts +4 -4
  417. package/dist/esm/v2/components/or-date-picker-v3/index.js +12 -11
  418. package/dist/esm/v2/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +4 -4
  419. package/dist/esm/v2/components/or-date-time-picker-v3/index.js +13 -12
  420. package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue.d.ts +2 -2
  421. package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +2 -2
  422. package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +2 -2
  423. package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue.d.ts +2 -2
  424. package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +2 -2
  425. package/dist/esm/v2/components/or-expansion-panel-v3/index.js +2 -2
  426. package/dist/esm/v2/components/or-icon-button-v3/index.js +5 -5
  427. package/dist/esm/v2/components/or-inline-input-v3/OrInlineInput.vue.d.ts +2 -2
  428. package/dist/esm/v2/components/or-inline-input-v3/index.js +7 -6
  429. package/dist/esm/v2/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +2 -2
  430. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +7 -6
  431. package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +2 -2
  432. package/dist/esm/v2/components/or-input-v3/index.js +7 -6
  433. package/dist/esm/v2/components/or-menu-v3/index.js +4 -4
  434. package/dist/esm/v2/components/or-modal-v3/index.js +6 -6
  435. package/dist/esm/v2/components/or-notification-v3/index.js +6 -6
  436. package/dist/esm/v2/components/or-pagination-v3/OrPagination.vue.d.ts +2 -2
  437. package/dist/esm/v2/components/or-pagination-v3/index.js +6 -5
  438. package/dist/esm/v2/components/or-popover-v3/index.js +3 -3
  439. package/dist/esm/v2/components/or-radio-group-v3/OrRadioGroup.vue.d.ts +2 -2
  440. package/dist/esm/v2/components/or-radio-group-v3/index.js +5 -4
  441. package/dist/esm/v2/components/or-radio-v3/OrRadio.vue.d.ts +2 -2
  442. package/dist/esm/v2/components/or-radio-v3/index.js +2 -1
  443. package/dist/esm/v2/components/or-search-v3/index.js +8 -7
  444. package/dist/esm/v2/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +2 -2
  445. package/dist/esm/v2/components/or-segmented-control-v3/index.js +5 -1
  446. package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +2 -2
  447. package/dist/esm/v2/components/or-select-v3/index.js +11 -10
  448. package/dist/esm/v2/components/or-sidebar-v3/index.js +7 -7
  449. package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +6 -6
  450. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +6 -6
  451. package/dist/esm/v2/components/or-sort-header-v3/OrSortHeader.vue.d.ts +2 -2
  452. package/dist/esm/v2/components/or-sort-header-v3/index.js +5 -1
  453. package/dist/esm/v2/components/or-switch-v3/OrSwitch.vue.d.ts +2 -2
  454. package/dist/esm/v2/components/or-switch-v3/index.js +2 -1
  455. package/dist/esm/v2/components/or-tabs-v3/OrTabs.vue.d.ts +2 -2
  456. package/dist/esm/v2/components/or-tabs-v3/index.js +8 -7
  457. package/dist/esm/v2/components/or-tag-input-v3/OrTagInput.vue.d.ts +2 -2
  458. package/dist/esm/v2/components/or-tag-input-v3/index.js +9 -8
  459. package/dist/esm/v2/components/or-tag-v3/index.js +6 -6
  460. package/dist/esm/v2/components/or-tags-v3/index.js +7 -7
  461. package/dist/esm/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +2 -2
  462. package/dist/esm/v2/components/or-textarea-v3/index.js +2 -1
  463. package/dist/esm/v2/components/or-time-picker-v3/OrTimePicker.vue.d.ts +4 -4
  464. package/dist/esm/v2/components/or-time-picker-v3/index.js +13 -12
  465. package/dist/esm/v2/components/or-toast-v3/index.js +6 -6
  466. package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +6 -6
  467. package/dist/esm/v2/components/or-tooltip-v3/index.js +4 -4
  468. package/dist/esm/v2/hooks/index.d.ts +9 -8
  469. package/dist/esm/v2/hooks/index.js +2 -1
  470. package/dist/esm/v2/hooks/usePopoverState.d.ts +8 -7
  471. package/dist/esm/v2/hooks/useProxyModelValue.d.ts +8 -0
  472. package/dist/esm/v2/hooks/useTheme.d.ts +2 -1
  473. package/dist/esm/v2/index.js +40 -42
  474. package/dist/esm/v2/{types-6b40ad64.js → types-a74e1e20.js} +1 -1
  475. package/dist/esm/v2/{usePopoverState-8a95a300.js → usePopoverState-b92c698b.js} +6 -6
  476. package/dist/esm/v2/useProxyModelValue-940010d2.js +29 -0
  477. package/dist/esm/v3/{OrBottomSheet-f2f3aef9.js → OrBottomSheet-79db2626.js} +2 -2
  478. package/dist/esm/v3/{OrCardCollection-76f937d5.js → OrCardCollection-4516594a.js} +4 -4
  479. package/dist/esm/v3/{OrCheckbox-2194e473.js → OrCheckbox-bb06af0f.js} +5 -7
  480. package/dist/esm/v3/{OrCheckboxGroup-6c36527f.js → OrCheckboxGroup-9a8ab902.js} +8 -8
  481. package/dist/esm/v3/{OrCheckboxTree-1873a941.js → OrCheckboxTree-969bc928.js} +14 -14
  482. package/dist/esm/v3/OrCode-0c2310e5.js +325 -0
  483. package/dist/esm/v3/{OrConfirm-5509c440.js → OrConfirm-240cfe0a.js} +3 -3
  484. package/dist/esm/v3/{OrDatePicker-4c4fd5dc.js → OrDatePicker-f4470d79.js} +10 -13
  485. package/dist/esm/v3/{OrDateTimePicker-0a4d194e.js → OrDateTimePicker-546c15ec.js} +13 -27
  486. package/dist/esm/v3/{OrDateTimePickerPopoverHeader-bc8e0bcf.js → OrDateTimePickerPopoverHeader-96a38b4b.js} +14 -27
  487. package/dist/esm/v3/{OrExpansionPanel-df527763.js → OrExpansionPanel-af3a0d63.js} +2 -2
  488. package/dist/esm/v3/{OrIconButton-0aaadc68.js → OrIconButton-00f8f0c7.js} +2 -2
  489. package/dist/esm/v3/{OrInlineInput-a6c33dc0.js → OrInlineInput-4d47d731.js} +8 -16
  490. package/dist/esm/v3/{OrInlineTextarea-f060dab5.js → OrInlineTextarea-1415bed9.js} +7 -14
  491. package/dist/esm/v3/{OrInput-c653aedb.js → OrInput-f0e12c81.js} +4 -8
  492. package/dist/esm/v3/{OrMenu-9659b8eb.js → OrMenu-dbe1db1e.js} +3 -3
  493. package/dist/esm/v3/{OrModal-cabce172.js → OrModal-6a90ea79.js} +3 -3
  494. package/dist/esm/v3/{OrNotification-cbcb0b4a.js → OrNotification-117f2dcb.js} +1 -1
  495. package/dist/esm/v3/{OrPagination-38067570.js → OrPagination-858337d1.js} +5 -9
  496. package/dist/esm/v3/{OrPopover-337df396.js → OrPopover-94dc1203.js} +3 -3
  497. package/dist/esm/v3/{OrRadio-4f0026c9.js → OrRadio-7b722b16.js} +3 -7
  498. package/dist/esm/v3/{OrRadioGroup-d215409c.js → OrRadioGroup-58c0214c.js} +8 -8
  499. package/dist/esm/v3/{OrSearch-b945651d.js → OrSearch-051adc07.js} +1 -1
  500. package/dist/esm/v3/{OrSegmentedControl-359fbf3a.js → OrSegmentedControl-c8eb217d.js} +6 -7
  501. package/dist/esm/v3/{OrSelect-5a2c078d.js → OrSelect-b3885148.js} +8 -12
  502. package/dist/esm/v3/{OrSidebar-7f5795da.js → OrSidebar-47f9d02a.js} +1 -1
  503. package/dist/esm/v3/{OrSidebarCollapseButton-5fb7a6a1.js → OrSidebarCollapseButton-86dafbbc.js} +1 -1
  504. package/dist/esm/v3/{OrSortHeader-54d85a25.js → OrSortHeader-21a443f9.js} +6 -7
  505. package/dist/esm/v3/{OrSwitch-ed9868db.js → OrSwitch-a6efd081.js} +3 -7
  506. package/dist/esm/v3/{OrTabs-9e741419.js → OrTabs-52e49d84.js} +7 -9
  507. package/dist/esm/v3/{OrTag-fbeca419.js → OrTag-9adef1cd.js} +1 -1
  508. package/dist/esm/v3/{OrTagInput-6a6d1365.js → OrTagInput-63d0f5fb.js} +5 -9
  509. package/dist/esm/v3/{OrTags-1621cbb9.js → OrTags-d7a90658.js} +2 -2
  510. package/dist/esm/v3/{OrTextarea-1e19417a.js → OrTextarea-6202e867.js} +3 -7
  511. package/dist/esm/v3/{OrTimePicker-67f75e85.js → OrTimePicker-98c00a9b.js} +11 -14
  512. package/dist/esm/v3/{OrTooltip-3025564a.js → OrTooltip-d7d40e38.js} +3 -3
  513. package/dist/esm/v3/components/index.d.ts +1 -1
  514. package/dist/esm/v3/components/index.js +41 -42
  515. package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +2 -2
  516. package/dist/esm/v3/components/or-card-collection-v3/index.js +10 -9
  517. package/dist/esm/v3/components/or-checkbox-group-v3/OrCheckboxGroup.vue.d.ts +2 -2
  518. package/dist/esm/v3/components/or-checkbox-group-v3/index.js +12 -11
  519. package/dist/esm/v3/components/or-checkbox-tree-v3/OrCheckboxTree.vue.d.ts +1 -1
  520. package/dist/esm/v3/components/or-checkbox-tree-v3/index.js +8 -7
  521. package/dist/esm/v3/components/or-checkbox-v3/index.js +3 -2
  522. package/dist/esm/v3/components/or-code-v3/OrCode.vue.d.ts +119 -0
  523. package/dist/esm/v3/components/or-code-v3/index.d.ts +2 -0
  524. package/dist/esm/v3/components/or-code-v3/index.js +35 -0
  525. package/dist/esm/v3/components/or-code-v3/props.d.ts +8 -0
  526. package/dist/esm/v3/components/or-code-v3/styles.d.ts +2 -0
  527. package/dist/esm/v3/components/or-confirm-v3/index.js +8 -7
  528. package/dist/esm/v3/components/or-date-picker-v3/OrDatePicker.vue.d.ts +64 -2
  529. package/dist/esm/v3/components/or-date-picker-v3/index.js +12 -11
  530. package/dist/esm/v3/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +64 -2
  531. package/dist/esm/v3/components/or-date-time-picker-v3/index.js +12 -11
  532. package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue.d.ts +1 -1
  533. package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +1 -1
  534. package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +1 -1
  535. package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue.d.ts +1 -1
  536. package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +1 -1
  537. package/dist/esm/v3/components/or-expansion-panel-v3/index.js +2 -2
  538. package/dist/esm/v3/components/or-icon-button-v3/index.js +5 -5
  539. package/dist/esm/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +2 -2
  540. package/dist/esm/v3/components/or-inline-input-v3/index.js +7 -6
  541. package/dist/esm/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +2 -2
  542. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +7 -6
  543. package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +1 -1
  544. package/dist/esm/v3/components/or-input-v3/index.js +7 -6
  545. package/dist/esm/v3/components/or-menu-v3/index.js +4 -4
  546. package/dist/esm/v3/components/or-modal-v3/index.js +6 -6
  547. package/dist/esm/v3/components/or-notification-v3/index.js +6 -6
  548. package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +1 -1
  549. package/dist/esm/v3/components/or-pagination-v3/index.js +6 -5
  550. package/dist/esm/v3/components/or-popover-v3/index.js +3 -3
  551. package/dist/esm/v3/components/or-radio-group-v3/OrRadioGroup.vue.d.ts +1 -1
  552. package/dist/esm/v3/components/or-radio-group-v3/index.js +5 -4
  553. package/dist/esm/v3/components/or-radio-v3/OrRadio.vue.d.ts +1 -1
  554. package/dist/esm/v3/components/or-radio-v3/index.js +2 -1
  555. package/dist/esm/v3/components/or-search-v3/index.js +8 -7
  556. package/dist/esm/v3/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +1 -1
  557. package/dist/esm/v3/components/or-segmented-control-v3/index.js +5 -1
  558. package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +1 -1
  559. package/dist/esm/v3/components/or-select-v3/index.js +11 -10
  560. package/dist/esm/v3/components/or-sidebar-v3/index.js +7 -7
  561. package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +6 -6
  562. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +6 -6
  563. package/dist/esm/v3/components/or-sort-header-v3/OrSortHeader.vue.d.ts +1 -1
  564. package/dist/esm/v3/components/or-sort-header-v3/index.js +5 -1
  565. package/dist/esm/v3/components/or-switch-v3/OrSwitch.vue.d.ts +1 -1
  566. package/dist/esm/v3/components/or-switch-v3/index.js +2 -1
  567. package/dist/esm/v3/components/or-tabs-v3/OrTabs.vue.d.ts +1 -1
  568. package/dist/esm/v3/components/or-tabs-v3/index.js +8 -7
  569. package/dist/esm/v3/components/or-tag-input-v3/OrTagInput.vue.d.ts +1 -1
  570. package/dist/esm/v3/components/or-tag-input-v3/index.js +9 -8
  571. package/dist/esm/v3/components/or-tag-v3/index.js +6 -6
  572. package/dist/esm/v3/components/or-tags-v3/index.js +7 -7
  573. package/dist/esm/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +1 -1
  574. package/dist/esm/v3/components/or-textarea-v3/index.js +2 -1
  575. package/dist/esm/v3/components/or-time-picker-v3/OrTimePicker.vue.d.ts +64 -2
  576. package/dist/esm/v3/components/or-time-picker-v3/index.js +13 -12
  577. package/dist/esm/v3/components/or-toast-v3/index.js +6 -6
  578. package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +6 -6
  579. package/dist/esm/v3/components/or-tooltip-v3/index.js +4 -4
  580. package/dist/esm/v3/hooks/index.d.ts +9 -8
  581. package/dist/esm/v3/hooks/index.js +2 -1
  582. package/dist/esm/v3/hooks/usePopoverState.d.ts +8 -7
  583. package/dist/esm/v3/hooks/useProxyModelValue.d.ts +8 -0
  584. package/dist/esm/v3/hooks/useTheme.d.ts +2 -1
  585. package/dist/esm/v3/index.js +39 -41
  586. package/dist/esm/v3/{types-53cb1e6c.js → types-c78924f3.js} +1 -1
  587. package/dist/esm/v3/{usePopoverState-8a95a300.js → usePopoverState-b92c698b.js} +6 -6
  588. package/dist/esm/v3/useProxyModelValue-940010d2.js +29 -0
  589. package/package.json +11 -15
  590. package/src/components/index.ts +1 -1
  591. package/src/components/or-bottom-sheet-v3/OrBottomSheet.vue +1 -1
  592. package/src/components/or-checkbox-group-v3/OrCheckboxGroup.vue +8 -7
  593. package/src/components/or-checkbox-tree-v3/OrCheckboxTree.vue +8 -7
  594. package/src/components/or-checkbox-v3/OrCheckbox.vue +4 -5
  595. package/src/components/or-code-v3/OrCode.vue +365 -0
  596. package/src/components/or-code-v3/index.ts +2 -0
  597. package/src/components/or-code-v3/props.ts +8 -0
  598. package/src/components/or-code-v3/styles.ts +23 -0
  599. package/src/components/or-confirm-v3/OrConfirm.vue +1 -1
  600. package/src/components/or-date-picker-v3/OrDatePicker.vue +5 -11
  601. package/src/components/or-date-time-picker-v3/OrDateTimePicker.vue +5 -11
  602. package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue +3 -8
  603. package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue +4 -7
  604. package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/styles.ts +1 -1
  605. package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue +4 -7
  606. package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue +3 -8
  607. package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue +4 -7
  608. package/src/components/or-expansion-panel-v3/OrExpansionPanel.vue +1 -1
  609. package/src/components/or-inline-input-v3/OrInlineInput.vue +7 -15
  610. package/src/components/or-inline-textarea-v3/OrInlineTextarea.vue +6 -14
  611. package/src/components/or-input-v3/OrInput.vue +3 -9
  612. package/src/components/or-menu-v3/OrMenu.vue +1 -1
  613. package/src/components/or-modal-v3/OrModal.vue +1 -1
  614. package/src/components/or-pagination-v3/OrPagination.vue +3 -9
  615. package/src/components/or-popover-v3/OrPopover.vue +1 -1
  616. package/src/components/or-radio-group-v3/OrRadioGroup.vue +5 -6
  617. package/src/components/or-radio-v3/OrRadio.vue +3 -9
  618. package/src/components/or-segmented-control-v3/OrSegmentedControl.vue +3 -8
  619. package/src/components/or-select-v3/OrSelect.vue +3 -9
  620. package/src/components/or-sort-header-v3/OrSortHeader.vue +3 -8
  621. package/src/components/or-switch-v3/OrSwitch.vue +3 -9
  622. package/src/components/or-tabs-v3/OrTabs.vue +3 -8
  623. package/src/components/or-tag-input-v3/OrTagInput.vue +3 -10
  624. package/src/components/or-textarea-v3/OrTextarea.vue +3 -9
  625. package/src/components/or-time-picker-v3/OrTimePicker.vue +5 -11
  626. package/src/components/or-tooltip-v3/OrTooltip.vue +1 -1
  627. package/src/hooks/index.ts +9 -8
  628. package/src/hooks/usePopoverState.ts +17 -16
  629. package/src/hooks/useProxyModelValue.ts +50 -0
  630. package/src/hooks/useTheme.ts +4 -2
  631. package/src/shims.d.ts +0 -1
  632. package/dist/bundled/v2/components/OrCarousel/OrCarousel.js +0 -2886
  633. package/dist/bundled/v2/components/OrCarousel/OrCarousel.vue.d.ts +0 -1132
  634. package/dist/bundled/v2/components/OrCarousel/constants.d.ts +0 -15
  635. package/dist/bundled/v2/components/OrCarousel/constants.js +0 -21
  636. package/dist/bundled/v2/components/OrCarousel/index.d.ts +0 -2
  637. package/dist/bundled/v2/components/OrCarousel/index.js +0 -22
  638. package/dist/bundled/v2/components/OrCarouselItem/OrCarouselItem.js +0 -41
  639. package/dist/bundled/v2/components/OrCarouselItem/OrCarouselItem.vue.d.ts +0 -2
  640. package/dist/bundled/v2/components/OrCarouselItem/index.d.ts +0 -1
  641. package/dist/bundled/v2/components/OrCarouselItem/index.js +0 -3
  642. package/dist/bundled/v2/components/OrHint/OrHint.stories.bundled.d.ts +0 -8
  643. package/dist/bundled/v3/OrCarousel.vue_vue_type_script_lang-75c50882.js +0 -2809
  644. package/dist/bundled/v3/OrCarouselItem.vue_vue_type_script_lang-42da2f4a.js +0 -7
  645. package/dist/bundled/v3/components/OrCarousel/OrCarousel.js +0 -66
  646. package/dist/bundled/v3/components/OrCarousel/OrCarousel.vue.d.ts +0 -582
  647. package/dist/bundled/v3/components/OrCarousel/constants.d.ts +0 -15
  648. package/dist/bundled/v3/components/OrCarousel/constants.js +0 -21
  649. package/dist/bundled/v3/components/OrCarousel/index.d.ts +0 -2
  650. package/dist/bundled/v3/components/OrCarousel/index.js +0 -24
  651. package/dist/bundled/v3/components/OrCarouselItem/OrCarouselItem.js +0 -14
  652. package/dist/bundled/v3/components/OrCarouselItem/OrCarouselItem.vue.d.ts +0 -2
  653. package/dist/bundled/v3/components/OrCarouselItem/index.d.ts +0 -1
  654. package/dist/bundled/v3/components/OrCarouselItem/index.js +0 -2
  655. package/dist/bundled/v3/components/OrHint/OrHint.stories.bundled.d.ts +0 -8
  656. package/dist/esm/v2/OrCarousel-b220cf82.js +0 -251
  657. package/dist/esm/v2/OrCarouselItem-c614bab9.js +0 -41
  658. package/dist/esm/v2/components/or-carousel/OrCarousel.vue.d.ts +0 -1132
  659. package/dist/esm/v2/components/or-carousel/constants.d.ts +0 -15
  660. package/dist/esm/v2/components/or-carousel/index.d.ts +0 -2
  661. package/dist/esm/v2/components/or-carousel/index.js +0 -19
  662. package/dist/esm/v2/components/or-carousel/or-carousel-item/OrCarouselItem.vue.d.ts +0 -2
  663. package/dist/esm/v2/components/or-carousel/or-carousel-item/index.d.ts +0 -1
  664. package/dist/esm/v2/components/or-carousel/or-carousel-item/index.js +0 -3
  665. package/dist/esm/v2/components/or-hint/OrHint.stories.bundled.d.ts +0 -8
  666. package/dist/esm/v3/OrCarousel-5cc74f26.js +0 -231
  667. package/dist/esm/v3/OrCarouselItem-8c7ccd0f.js +0 -18
  668. package/dist/esm/v3/components/or-carousel/OrCarousel.vue.d.ts +0 -582
  669. package/dist/esm/v3/components/or-carousel/constants.d.ts +0 -15
  670. package/dist/esm/v3/components/or-carousel/index.d.ts +0 -2
  671. package/dist/esm/v3/components/or-carousel/index.js +0 -18
  672. package/dist/esm/v3/components/or-carousel/or-carousel-item/OrCarouselItem.vue.d.ts +0 -2
  673. package/dist/esm/v3/components/or-carousel/or-carousel-item/index.d.ts +0 -1
  674. package/dist/esm/v3/components/or-carousel/or-carousel-item/index.js +0 -3
  675. package/dist/esm/v3/components/or-hint/OrHint.stories.bundled.d.ts +0 -8
  676. package/src/components/or-carousel/OrCarousel.stories.mdx +0 -34
  677. package/src/components/or-carousel/OrCarousel.stories.ts +0 -103
  678. package/src/components/or-carousel/OrCarousel.vue +0 -204
  679. package/src/components/or-carousel/constants.ts +0 -49
  680. package/src/components/or-carousel/index.ts +0 -2
  681. package/src/components/or-carousel/or-carousel-item/OrCarouselItem.vue +0 -12
  682. package/src/components/or-carousel/or-carousel-item/index.ts +0 -1
  683. package/src/components/or-hint/OrHint.stories.bundled.ts +0 -28
  684. package/dist/bundled/v2/{OrDateTimePickerPopoverHeader-28995b95.js → OrDateTimePickerPopoverHeader-52a99e6a.js} +0 -0
  685. package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-d1a074fe.js → OrToastContainer.vue_vue_type_script_lang-7d44207e.js} +1 -1
  686. /package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-c47d63be.js → OrToastContainer.vue_vue_type_script_lang-f9813bc6.js} +0 -0
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, ref, computed, toRef } from 'vue-demi';
2
2
  import '@vueuse/core';
3
- import { u as usePopoverState } from './usePopoverState-8a95a300.js';
3
+ import { u as usePopoverState } from './usePopoverState-b92c698b.js';
4
4
  import '@onereach/styles/tailwind.config';
5
5
  import 'tailwindcss/resolveConfig';
6
6
  import { s as script$1 } from './OrIcon-62793572.js';
@@ -133,7 +133,7 @@ var script = defineComponent({
133
133
  open,
134
134
  close,
135
135
  toggle
136
- } = usePopoverState(toRef(props, 'isOpen'), context);
136
+ } = usePopoverState(toRef(props, 'isOpen'), context.emit);
137
137
  return {
138
138
  root,
139
139
  rootStyles,
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed, isVue3 } from 'vue-demi';
2
2
  import { s as script$1, I as IconSize } from './OrIcon-62793572.js';
3
- import { s as script$2 } from './OrTooltip-3025564a.js';
4
- import './OrPopover-337df396.js';
3
+ import { s as script$2 } from './OrTooltip-d7d40e38.js';
4
+ import './OrPopover-94dc1203.js';
5
5
  import { resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode, mergeProps, toHandlers, createVNode } from 'vue';
6
6
 
7
7
  var IconButtonColor;
@@ -1,12 +1,13 @@
1
- import { defineComponent, ref, computed, reactive, watch } from 'vue-demi';
1
+ import { defineComponent, ref, computed, reactive, toRef, watch } from 'vue-demi';
2
2
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-859439f0.js';
3
3
  import '@vueuse/core';
4
+ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
4
5
  import '@onereach/styles/tailwind.config';
5
6
  import 'tailwindcss/resolveConfig';
6
7
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
7
8
  import { s as script$1 } from './OrError-c01d0c29.js';
8
9
  import { s as script$2 } from './OrHint-06ab89d7.js';
9
- import { s as script$3 } from './OrIconButton-0aaadc68.js';
10
+ import { s as script$3 } from './OrIconButton-00f8f0c7.js';
10
11
  import { s as script$4, I as InlineInputBoxSize } from './OrInlineInputBox-01fb2cb2.js';
11
12
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelDynamic, withModifiers, createCommentVNode, createBlock, createSlots, createTextVNode, toDisplayString, vShow } from 'vue';
12
13
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
@@ -103,13 +104,11 @@ var script = defineComponent({
103
104
  ...useControlAttributes(),
104
105
  ...useValidationAttributes()
105
106
  });
106
- const proxyModelValue = computed({
107
- get: () => props.modelValue,
108
- set: value => {
109
- context.emit('update:modelValue', value);
110
- }
107
+ const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
108
+ const draftModelValue = ref(proxyModelValue.value);
109
+ watch(proxyModelValue, value => {
110
+ draftModelValue.value = value;
111
111
  });
112
- const draftModelValue = ref('');
113
112
  const currentLength = computed(() => {
114
113
  var _a, _b;
115
114
  return (_b = (_a = draftModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
@@ -143,18 +142,11 @@ var script = defineComponent({
143
142
  activated.value = false;
144
143
  }
145
144
  function reset() {
146
- var _a;
147
145
  if (draftModelValue.value !== proxyModelValue.value) {
148
- draftModelValue.value = (_a = proxyModelValue.value) !== null && _a !== void 0 ? _a : '';
146
+ draftModelValue.value = proxyModelValue.value;
149
147
  }
150
148
  activated.value = false;
151
149
  }
152
- // Effects
153
- watch(proxyModelValue, value => {
154
- draftModelValue.value = value !== null && value !== void 0 ? value : '';
155
- }, {
156
- immediate: true
157
- });
158
150
  return {
159
151
  root,
160
152
  control,
@@ -1,12 +1,13 @@
1
- import { defineComponent, ref, computed, reactive, watch } from 'vue-demi';
1
+ import { defineComponent, ref, computed, reactive, toRef, watch } from 'vue-demi';
2
2
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-859439f0.js';
3
3
  import '@vueuse/core';
4
+ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
4
5
  import '@onereach/styles/tailwind.config';
5
6
  import 'tailwindcss/resolveConfig';
6
7
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
7
8
  import { s as script$1 } from './OrError-c01d0c29.js';
8
9
  import { s as script$2 } from './OrHint-06ab89d7.js';
9
- import { s as script$3 } from './OrIconButton-0aaadc68.js';
10
+ import { s as script$3 } from './OrIconButton-00f8f0c7.js';
10
11
  import { s as script$4 } from './OrInlineInputBox-01fb2cb2.js';
11
12
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelText, withModifiers, createCommentVNode, createBlock, createSlots, createTextVNode, toDisplayString, vShow } from 'vue';
12
13
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
@@ -81,13 +82,11 @@ var script = defineComponent({
81
82
  ...useControlAttributes(),
82
83
  ...useValidationAttributes()
83
84
  });
84
- const proxyModelValue = computed({
85
- get: () => props.modelValue,
86
- set: value => {
87
- context.emit('update:modelValue', value);
88
- }
85
+ const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
86
+ const draftModelValue = ref(proxyModelValue.value);
87
+ watch(proxyModelValue, value => {
88
+ draftModelValue.value = value;
89
89
  });
90
- const draftModelValue = ref('');
91
90
  const currentLength = computed(() => {
92
91
  var _a, _b;
93
92
  return (_b = (_a = draftModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
@@ -127,12 +126,6 @@ var script = defineComponent({
127
126
  }
128
127
  activated.value = false;
129
128
  }
130
- // Effects
131
- watch(proxyModelValue, value => {
132
- draftModelValue.value = value !== null && value !== void 0 ? value : '';
133
- }, {
134
- immediate: true
135
- });
136
129
  return {
137
130
  root,
138
131
  control,
@@ -1,13 +1,14 @@
1
- import { defineComponent, ref, computed, reactive } from 'vue-demi';
1
+ import { defineComponent, ref, computed, reactive, toRef } from 'vue-demi';
2
2
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-859439f0.js';
3
3
  import '@vueuse/core';
4
+ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
4
5
  import { u as useResponsive } from './useResponsive-a02e95b7.js';
5
6
  import '@onereach/styles/tailwind.config';
6
7
  import 'tailwindcss/resolveConfig';
7
8
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
8
9
  import { s as script$1 } from './OrError-c01d0c29.js';
9
10
  import { s as script$2 } from './OrHint-06ab89d7.js';
10
- import { s as script$4 } from './OrIconButton-0aaadc68.js';
11
+ import { s as script$4 } from './OrIconButton-00f8f0c7.js';
11
12
  import { s as script$3 } from './OrIcon-62793572.js';
12
13
  import { s as script$5, I as InputBoxSize } from './OrInputBox-32b37b17.js';
13
14
  import { s as script$6 } from './OrLabel-4da56db0.js';
@@ -120,12 +121,7 @@ var script = defineComponent({
120
121
  ...useControlAttributes(),
121
122
  ...useValidationAttributes()
122
123
  });
123
- const proxyModelValue = computed({
124
- get: () => props.modelValue,
125
- set: value => {
126
- context.emit('update:modelValue', value);
127
- }
128
- });
124
+ const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
129
125
  const currentLength = computed(() => {
130
126
  var _a, _b;
131
127
  return (_b = (_a = proxyModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
@@ -1,9 +1,9 @@
1
1
  import { defineComponent, ref, computed, toRef } from 'vue-demi';
2
2
  import '@vueuse/core';
3
- import { u as usePopoverState } from './usePopoverState-8a95a300.js';
3
+ import { u as usePopoverState } from './usePopoverState-b92c698b.js';
4
4
  import '@onereach/styles/tailwind.config';
5
5
  import 'tailwindcss/resolveConfig';
6
- import { s as script$1, P as PopoverPlacement } from './OrPopover-337df396.js';
6
+ import { s as script$1, P as PopoverPlacement } from './OrPopover-94dc1203.js';
7
7
  import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, withModifiers, renderSlot } from 'vue';
8
8
 
9
9
  const MenuRoot = [
@@ -45,7 +45,7 @@ var script = defineComponent({
45
45
  open,
46
46
  close,
47
47
  toggle
48
- } = usePopoverState(toRef(props, 'isOpen'), context);
48
+ } = usePopoverState(toRef(props, 'isOpen'), context.emit);
49
49
  // Handlers
50
50
  function onClick(event) {
51
51
  const path = event.composedPath();
@@ -1,11 +1,11 @@
1
1
  import { defineComponent, ref, computed, toRef } from 'vue-demi';
2
2
  import '@vueuse/core';
3
- import { u as usePopoverState } from './usePopoverState-8a95a300.js';
3
+ import { u as usePopoverState } from './usePopoverState-b92c698b.js';
4
4
  import '@onereach/styles/tailwind.config';
5
5
  import 'tailwindcss/resolveConfig';
6
6
  import { s as script$5 } from './OrOverlay-489fdf76.js';
7
7
  import { openBlock, createElementBlock, normalizeClass, renderSlot, resolveComponent, createElementVNode, createVNode, withModifiers, createBlock, withCtx, mergeProps, createCommentVNode } from 'vue';
8
- import { s as script$4 } from './OrIconButton-0aaadc68.js';
8
+ import { s as script$4 } from './OrIconButton-00f8f0c7.js';
9
9
 
10
10
  const ModalContent = [
11
11
  // Layout
@@ -179,7 +179,7 @@ var script = defineComponent({
179
179
  state,
180
180
  open,
181
181
  close
182
- } = usePopoverState(toRef(props, 'isOpen'), context);
182
+ } = usePopoverState(toRef(props, 'isOpen'), context.emit);
183
183
  return {
184
184
  root,
185
185
  rootStyles,
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, computed } from 'vue-demi';
2
- import { s as script$2 } from './OrIconButton-0aaadc68.js';
2
+ import { s as script$2 } from './OrIconButton-00f8f0c7.js';
3
3
  import { s as script$1 } from './OrIcon-62793572.js';
4
4
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, renderSlot, createBlock, withModifiers, createCommentVNode } from 'vue';
5
5
 
@@ -1,13 +1,14 @@
1
- import { defineComponent, ref, computed } from 'vue-demi';
1
+ import { defineComponent, ref, computed, toRef } from 'vue-demi';
2
2
  import '@vueuse/core';
3
+ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
3
4
  import { u as useResponsive } from './useResponsive-a02e95b7.js';
4
5
  import '@onereach/styles/tailwind.config';
5
6
  import 'tailwindcss/resolveConfig';
6
7
  import { s as script$1 } from './OrButton-c2b6aa9e.js';
7
8
  import { s as script$2 } from './OrIcon-62793572.js';
8
9
  import { s as script$4 } from './OrMenuItem-dbee450f.js';
9
- import { s as script$3 } from './OrMenu-9659b8eb.js';
10
- import './OrPopover-337df396.js';
10
+ import { s as script$3 } from './OrMenu-dbe1db1e.js';
11
+ import './OrPopover-94dc1203.js';
11
12
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withModifiers, withCtx, Fragment, renderList, createBlock, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
12
13
 
13
14
  const PaginationRoot = [
@@ -86,12 +87,7 @@ var script = defineComponent({
86
87
  const limitControlStyles = computed(() => [...PaginationLimitControl]);
87
88
  const itemStyles = computed(() => [...PaginationItem]);
88
89
  // State
89
- const proxyModelValue = computed({
90
- get: () => props.modelValue,
91
- set: value => {
92
- context.emit('update:modelValue', value);
93
- }
94
- });
90
+ const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
95
91
  const currentLimit = computed({
96
92
  get: () => {
97
93
  var _a, _b;
@@ -2,11 +2,11 @@ import { autoUpdate, computePosition, shift, flip, hide } from '@floating-ui/dom
2
2
  import { onClickOutside } from '@vueuse/core';
3
3
  import { defineComponent, ref, computed, toRef, watchPostEffect, unref } from 'vue-demi';
4
4
  import { u as useElevation } from './useElevation-a50ec347.js';
5
- import { u as usePopoverState } from './usePopoverState-8a95a300.js';
5
+ import { u as usePopoverState } from './usePopoverState-b92c698b.js';
6
6
  import { u as useResponsive } from './useResponsive-a02e95b7.js';
7
7
  import '@onereach/styles/tailwind.config';
8
8
  import 'tailwindcss/resolveConfig';
9
- import { s as script$1 } from './OrBottomSheet-f2f3aef9.js';
9
+ import { s as script$1 } from './OrBottomSheet-79db2626.js';
10
10
  import { s as script$2 } from './OrTeleport.vue3-8099178c.js';
11
11
  import { resolveComponent, openBlock, createBlock, withCtx, withDirectives, createElementVNode, createElementBlock, mergeProps, renderSlot, normalizeClass, createCommentVNode, vShow } from 'vue';
12
12
 
@@ -139,7 +139,7 @@ var script = defineComponent({
139
139
  open,
140
140
  close,
141
141
  toggle
142
- } = usePopoverState(toRef(props, 'isOpen'), context);
142
+ } = usePopoverState(toRef(props, 'isOpen'), context.emit);
143
143
  const isFlipped = ref(false);
144
144
  const isHidden = ref(false);
145
145
  // Effects
@@ -1,6 +1,7 @@
1
- import { defineComponent, ref, computed, reactive } from 'vue-demi';
1
+ import { defineComponent, ref, computed, reactive, toRef } from 'vue-demi';
2
2
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-859439f0.js';
3
3
  import '@vueuse/core';
4
+ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
4
5
  import '@onereach/styles/tailwind.config';
5
6
  import 'tailwindcss/resolveConfig';
6
7
  import { s as script$1, L as LabelVariant } from './OrLabel-4da56db0.js';
@@ -86,12 +87,7 @@ var script = defineComponent({
86
87
  id: useIdAttribute(),
87
88
  ...useControlAttributes()
88
89
  });
89
- const proxyModelValue = computed({
90
- get: () => props.modelValue,
91
- set: value => {
92
- context.emit('update:modelValue', value);
93
- }
94
- });
90
+ const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
95
91
  // Methods
96
92
  function focus() {
97
93
  var _a;
@@ -1,7 +1,10 @@
1
- import { defineComponent } from 'vue-demi';
2
- import { useVModel } from '@vueuse/core';
1
+ import { defineComponent, toRef } from 'vue-demi';
2
+ import '@vueuse/core';
3
+ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
4
+ import '@onereach/styles/tailwind.config';
5
+ import 'tailwindcss/resolveConfig';
3
6
  import { s as script$1 } from './OrFormGroup-9f581536.js';
4
- import { s as script$2 } from './OrRadio-4f0026c9.js';
7
+ import { s as script$2 } from './OrRadio-7b722b16.js';
5
8
  import { resolveComponent, openBlock, createBlock, withCtx, renderSlot, createElementBlock, Fragment, renderList } from 'vue';
6
9
 
7
10
  var script = defineComponent({
@@ -44,11 +47,8 @@ var script = defineComponent({
44
47
  default: false
45
48
  }
46
49
  },
47
- setup(props, _ref) {
48
- let {
49
- emit
50
- } = _ref;
51
- const proxyModelValue = useVModel(props, 'modelValue', emit);
50
+ setup(props, context) {
51
+ const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
52
52
  return {
53
53
  proxyModelValue
54
54
  };
@@ -1,6 +1,6 @@
1
1
  import { debouncedWatch } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, watch } from 'vue-demi';
3
- import { s as script$1 } from './OrInput-c653aedb.js';
3
+ import { s as script$1 } from './OrInput-f0e12c81.js';
4
4
  import { I as InputBoxSize } from './OrInputBox-32b37b17.js';
5
5
  import { resolveComponent, openBlock, createBlock, normalizeClass } from 'vue';
6
6
 
@@ -1,4 +1,8 @@
1
- import { defineComponent, ref, computed, isVue2 } from 'vue-demi';
1
+ import { defineComponent, ref, computed, isVue2, toRef } from 'vue-demi';
2
+ import '@vueuse/core';
3
+ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
4
+ import '@onereach/styles/tailwind.config';
5
+ import 'tailwindcss/resolveConfig';
2
6
  import { openBlock, createElementBlock, normalizeClass, createElementVNode, renderSlot, resolveComponent, Fragment, renderList, createBlock, withModifiers, withCtx, createTextVNode, toDisplayString } from 'vue';
3
7
 
4
8
  const SegmentedControlItemRoot = [
@@ -140,12 +144,7 @@ var script = defineComponent({
140
144
  // Styles
141
145
  const rootStyles = computed(() => ['or-segmented-control-v3', ...SegmentedControlRoot, ...SegmentedControlRootSizes[props.size]]);
142
146
  // State
143
- const proxyModelValue = computed({
144
- get: () => props.modelValue,
145
- set: value => {
146
- context.emit('update:modelValue', value);
147
- }
148
- });
147
+ const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
149
148
  return {
150
149
  root,
151
150
  rootStyles,
@@ -1,20 +1,21 @@
1
- import { defineComponent, getCurrentInstance, ref, computed, onMounted, watch } from 'vue-demi';
1
+ import { defineComponent, getCurrentInstance, ref, computed, toRef, onMounted, watch } from 'vue-demi';
2
2
  import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e1f90e0a.js';
3
3
  import { u as useOverflow } from './useOverflow-c856b7b7.js';
4
4
  import '@vueuse/core';
5
+ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
5
6
  import '@onereach/styles/tailwind.config';
6
7
  import 'tailwindcss/resolveConfig';
7
- import { s as script$1, i as isEmptyValue } from './OrCheckbox-2194e473.js';
8
+ import { s as script$1, i as isEmptyValue } from './OrCheckbox-bb06af0f.js';
8
9
  import { s as script$2 } from './OrError-c01d0c29.js';
9
- import { s as script$3 } from './OrExpansionPanel-df527763.js';
10
+ import { s as script$3 } from './OrExpansionPanel-af3a0d63.js';
10
11
  import { s as script$4 } from './OrHint-06ab89d7.js';
11
12
  import { s as script$5 } from './OrIcon-62793572.js';
12
13
  import { s as script$7, I as InputBoxSize } from './OrInputBox-32b37b17.js';
13
- import { s as script$6 } from './OrInput-c653aedb.js';
14
+ import { s as script$6 } from './OrInput-f0e12c81.js';
14
15
  import { s as script$8 } from './OrLabel-4da56db0.js';
15
16
  import { s as script$9 } from './OrMenuItem-dbee450f.js';
16
- import { s as script$a } from './OrPopover-337df396.js';
17
- import { s as script$b } from './OrTag-fbeca419.js';
17
+ import { s as script$a } from './OrPopover-94dc1203.js';
18
+ import { s as script$b } from './OrTag-9adef1cd.js';
18
19
  import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, createElementVNode, Fragment, renderList, createVNode, withModifiers, vShow } from 'vue';
19
20
 
20
21
  const SelectRoot = [
@@ -196,12 +197,7 @@ var script = defineComponent({
196
197
  const noSearchResultsStyles = computed(() => [...SelectNoSearchResults]);
197
198
  // State
198
199
  const controlId = ref((_a = context.attrs.id) !== null && _a !== void 0 ? _a : currentInstance.uid.toString());
199
- const proxyModelValue = computed({
200
- get: () => props.modelValue,
201
- set: value => {
202
- context.emit('update:modelValue', value);
203
- }
204
- });
200
+ const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
205
201
  const isEmptyModelValue = computed(() => {
206
202
  return Array.isArray(proxyModelValue.value) ? proxyModelValue.value.length === 0 : isEmptyValue(proxyModelValue.value);
207
203
  });
@@ -1,6 +1,6 @@
1
1
  import { useDraggable, useElementBounding } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, useSlots, watch } from 'vue-demi';
3
- import { O as OrSidebarPlacement, s as script$1 } from './OrSidebarCollapseButton-5fb7a6a1.js';
3
+ import { O as OrSidebarPlacement, s as script$1 } from './OrSidebarCollapseButton-86dafbbc.js';
4
4
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createCommentVNode, createElementVNode, normalizeStyle, createBlock, withDirectives, vShow } from 'vue';
5
5
 
6
6
  const SidebarRoot = [
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, computed } from 'vue-demi';
2
- import { s as script$1 } from './OrIconButton-0aaadc68.js';
2
+ import { s as script$1 } from './OrIconButton-00f8f0c7.js';
3
3
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode } from 'vue';
4
4
 
5
5
  var OrSidebarPlacement;
@@ -1,4 +1,8 @@
1
- import { defineComponent, ref, computed } from 'vue-demi';
1
+ import { defineComponent, ref, computed, toRef } from 'vue-demi';
2
+ import '@vueuse/core';
3
+ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
4
+ import '@onereach/styles/tailwind.config';
5
+ import 'tailwindcss/resolveConfig';
2
6
  import { s as script$1 } from './OrIcon-62793572.js';
3
7
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, withModifiers, renderSlot, createBlock, createCommentVNode } from 'vue';
4
8
 
@@ -43,12 +47,7 @@ var script = defineComponent({
43
47
  // Styles
44
48
  const rootStyles = computed(() => ['or-sort-header-v3', ...SortHeaderRoot]);
45
49
  // State
46
- const proxyModelValue = computed({
47
- get: () => props.modelValue,
48
- set: value => {
49
- context.emit('update:modelValue', value);
50
- }
51
- });
50
+ const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
52
51
  const activated = computed(() => {
53
52
  var _a;
54
53
  return ((_a = proxyModelValue.value) === null || _a === void 0 ? void 0 : _a.column) === props.value;
@@ -1,6 +1,7 @@
1
- import { defineComponent, ref, computed, reactive } from 'vue-demi';
1
+ import { defineComponent, ref, computed, reactive, toRef } from 'vue-demi';
2
2
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-859439f0.js';
3
3
  import '@vueuse/core';
4
+ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
4
5
  import '@onereach/styles/tailwind.config';
5
6
  import 'tailwindcss/resolveConfig';
6
7
  import { s as script$1, L as LabelVariant } from './OrLabel-4da56db0.js';
@@ -113,12 +114,7 @@ var script = defineComponent({
113
114
  id: useIdAttribute(),
114
115
  ...useControlAttributes()
115
116
  });
116
- const proxyModelValue = computed({
117
- get: () => props.modelValue,
118
- set: value => {
119
- context.emit('update:modelValue', value);
120
- }
121
- });
117
+ const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
122
118
  // Methods
123
119
  function focus() {
124
120
  var _a;
@@ -1,9 +1,12 @@
1
1
  import { useResizeObserver } from '@vueuse/core';
2
- import { defineComponent, ref, computed, reactive, watch, nextTick, onMounted } from 'vue-demi';
2
+ import { defineComponent, ref, computed, reactive, toRef, watch, nextTick, onMounted } from 'vue-demi';
3
+ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
4
+ import '@onereach/styles/tailwind.config';
5
+ import 'tailwindcss/resolveConfig';
3
6
  import { s as script$1 } from './OrIcon-62793572.js';
4
7
  import { s as script$3 } from './OrMenuItem-dbee450f.js';
5
- import { s as script$2 } from './OrMenu-9659b8eb.js';
6
- import './OrPopover-337df396.js';
8
+ import { s as script$2 } from './OrMenu-dbe1db1e.js';
9
+ import './OrPopover-94dc1203.js';
7
10
  import { s as script$4 } from './OrTab-f7e51ffb.js';
8
11
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, mergeProps, Fragment, renderList, createBlock, withModifiers, withCtx, createTextVNode, toDisplayString, createVNode, createCommentVNode, renderSlot } from 'vue';
9
12
 
@@ -86,12 +89,7 @@ var script = defineComponent({
86
89
  normal: [],
87
90
  hidden: []
88
91
  });
89
- const proxyModelValue = computed({
90
- get: () => props.modelValue,
91
- set: value => {
92
- context.emit('update:modelValue', value);
93
- }
94
- });
92
+ const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
95
93
  const activeTab = computed(() => props.items.find(_ref => {
96
94
  let {
97
95
  value
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue-demi';
2
- import { s as script$1 } from './OrIconButton-0aaadc68.js';
2
+ import { s as script$1 } from './OrIconButton-00f8f0c7.js';
3
3
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, renderSlot, createVNode, withModifiers, createCommentVNode } from 'vue';
4
4
 
5
5
  var TagVariant;
@@ -1,15 +1,16 @@
1
- import { defineComponent, ref, computed, reactive } from 'vue-demi';
1
+ import { defineComponent, ref, computed, reactive, toRef } from 'vue-demi';
2
2
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-859439f0.js';
3
3
  import '@vueuse/core';
4
+ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
4
5
  import '@onereach/styles/tailwind.config';
5
6
  import 'tailwindcss/resolveConfig';
6
7
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
7
8
  import { s as script$1 } from './OrError-c01d0c29.js';
8
9
  import { s as script$2 } from './OrHint-06ab89d7.js';
9
- import { s as script$3 } from './OrIconButton-0aaadc68.js';
10
+ import { s as script$3 } from './OrIconButton-00f8f0c7.js';
10
11
  import { s as script$4, I as InputBoxSize } from './OrInputBox-32b37b17.js';
11
12
  import { s as script$5 } from './OrLabel-4da56db0.js';
12
- import { s as script$6 } from './OrTags-1621cbb9.js';
13
+ import { s as script$6 } from './OrTags-d7a90658.js';
13
14
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withModifiers, withDirectives, createElementVNode, mergeProps, withKeys, vModelDynamic, createSlots, vShow } from 'vue';
14
15
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
15
16
 
@@ -101,12 +102,7 @@ var script = defineComponent({
101
102
  ...useControlAttributes(),
102
103
  ...useValidationAttributes()
103
104
  });
104
- const proxyModelValue = computed({
105
- get: () => props.modelValue,
106
- set: value => {
107
- context.emit('update:modelValue', value);
108
- }
109
- });
105
+ const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
110
106
  const draftModelValue = ref();
111
107
  const currentLength = computed(() => {
112
108
  var _a, _b;
@@ -4,8 +4,8 @@ import '@vueuse/core';
4
4
  import '@onereach/styles/tailwind.config';
5
5
  import 'tailwindcss/resolveConfig';
6
6
  import { s as script$1 } from './OrButton-c2b6aa9e.js';
7
- import { s as script$2 } from './OrPopover-337df396.js';
8
- import { s as script$3 } from './OrTag-fbeca419.js';
7
+ import { s as script$2 } from './OrPopover-94dc1203.js';
8
+ import { s as script$3 } from './OrTag-9adef1cd.js';
9
9
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, Fragment, renderList, createBlock, mergeProps, withCtx, createTextVNode, toDisplayString, createVNode, withModifiers, createCommentVNode } from 'vue';
10
10
 
11
11
  const Tags = [
@@ -1,6 +1,7 @@
1
- import { defineComponent, ref, computed, reactive } from 'vue-demi';
1
+ import { defineComponent, ref, computed, reactive, toRef } from 'vue-demi';
2
2
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-859439f0.js';
3
3
  import '@vueuse/core';
4
+ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
4
5
  import '@onereach/styles/tailwind.config';
5
6
  import 'tailwindcss/resolveConfig';
6
7
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
@@ -91,12 +92,7 @@ var script = defineComponent({
91
92
  ...useControlAttributes(),
92
93
  ...useValidationAttributes()
93
94
  });
94
- const proxyModelValue = computed({
95
- get: () => props.modelValue,
96
- set: value => {
97
- context.emit('update:modelValue', value);
98
- }
99
- });
95
+ const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
100
96
  const currentLength = computed(() => {
101
97
  var _a, _b;
102
98
  return (_b = (_a = proxyModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
@@ -1,14 +1,18 @@
1
- import { defineComponent, ref, computed, watch } from 'vue-demi';
1
+ import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
2
2
  import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e1f90e0a.js';
3
- import { b as script$1, d as script$2, e as script$3, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-bc8e0bcf.js';
4
- import { a as script$4, b as script$5, D as DateTimePickerTimeFormat } from './OrDateTimePicker-0a4d194e.js';
3
+ import '@vueuse/core';
4
+ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
5
+ import '@onereach/styles/tailwind.config';
6
+ import 'tailwindcss/resolveConfig';
7
+ import { b as script$1, d as script$2, e as script$3, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-96a38b4b.js';
8
+ import { a as script$4, b as script$5, D as DateTimePickerTimeFormat } from './OrDateTimePicker-546c15ec.js';
5
9
  import { s as script$6 } from './OrError-c01d0c29.js';
6
10
  import { s as script$7 } from './OrHint-06ab89d7.js';
7
- import { s as script$9 } from './OrIconButton-0aaadc68.js';
11
+ import { s as script$9 } from './OrIconButton-00f8f0c7.js';
8
12
  import { s as script$8 } from './OrIcon-62793572.js';
9
13
  import { s as script$a, I as InputBoxSize } from './OrInputBox-32b37b17.js';
10
14
  import { s as script$b } from './OrLabel-4da56db0.js';
11
- import { s as script$c } from './OrPopover-337df396.js';
15
+ import { s as script$c } from './OrPopover-94dc1203.js';
12
16
  import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, withModifiers, createVNode, Fragment, createElementVNode } from 'vue';
13
17
 
14
18
  const TimePicker = [
@@ -112,17 +116,10 @@ var script = defineComponent({
112
116
  const popoverStyles = computed(() => [...TimePickerPopover]);
113
117
  // State
114
118
  const initialModelValue = useCurrentDate();
115
- const proxyModelValue = computed({
116
- get: () => props.modelValue,
117
- set: value => {
118
- context.emit('update:modelValue', value);
119
- }
120
- });
121
- const draftModelValue = ref();
119
+ const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
120
+ const draftModelValue = ref(proxyModelValue.value);
122
121
  watch(proxyModelValue, value => {
123
122
  draftModelValue.value = value;
124
- }, {
125
- immediate: true
126
123
  });
127
124
  const isInvalidDraftModelValue = computed(() => {
128
125
  if (draftModelValue.value) {