@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.
- package/dist/bundled/v2/{OrDateTimePickerMonthSelect-2c1b5116.js → OrDateTimePickerMonthSelect-88a629fe.js} +8 -24
- package/dist/bundled/v2/{OrDateTimePickerTimeSelect-c52ee823.js → OrDateTimePickerTimeSelect-8851268e.js} +5 -15
- package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.js +2 -2
- package/dist/bundled/v2/components/OrBottomSheetV3/index.js +1 -1
- package/dist/bundled/v2/components/OrButtonV3/OrButton.js +1 -1
- package/dist/bundled/v2/components/OrButtonV3/index.js +1 -1
- package/dist/bundled/v2/components/OrCardCollectionV3/OrCardCollection.js +2 -1
- package/dist/bundled/v2/components/OrCardCollectionV3/index.js +2 -1
- package/dist/bundled/v2/components/OrCheckboxGroupV3/OrCheckboxGroup.js +7 -9
- package/dist/bundled/v2/components/OrCheckboxGroupV3/OrCheckboxGroup.vue.d.ts +3 -3
- package/dist/bundled/v2/components/OrCheckboxGroupV3/index.js +4 -3
- package/dist/bundled/v2/components/OrCheckboxTreeV3/OrCheckboxTree.js +6 -8
- package/dist/bundled/v2/components/OrCheckboxTreeV3/OrCheckboxTree.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrCheckboxTreeV3/index.js +4 -3
- package/dist/bundled/v2/components/OrCheckboxV3/OrCheckbox.js +6 -10
- package/dist/bundled/v2/components/OrCheckboxV3/index.js +1 -2
- package/dist/bundled/v2/components/OrCode/OrCode.js +5 -3793
- package/dist/bundled/v2/components/OrCode/index.js +5 -3
- package/dist/bundled/v2/components/OrCode/lang.js +24 -3
- package/dist/bundled/v2/components/OrCode/theme.js +1 -1
- package/dist/bundled/v2/components/OrCodeV3/OrCode.js +356 -0
- package/dist/bundled/v2/components/OrCodeV3/OrCode.vue.d.ts +169 -0
- package/dist/bundled/v2/components/OrCodeV3/index.d.ts +2 -0
- package/dist/bundled/v2/components/OrCodeV3/index.js +54 -0
- package/dist/bundled/v2/components/OrCodeV3/props.d.ts +8 -0
- package/dist/bundled/v2/components/OrCodeV3/props.js +11 -0
- package/dist/bundled/v2/components/OrCodeV3/styles.d.ts +2 -0
- package/dist/bundled/v2/components/OrCodeV3/styles.js +16 -0
- package/dist/bundled/v2/components/OrColorPicker/OrColorPicker.js +1 -1
- package/dist/bundled/v2/components/OrColorPicker/index.js +1 -1
- package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +1 -1
- package/dist/bundled/v2/components/OrConfirm/index.js +1 -1
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +4 -3
- package/dist/bundled/v2/components/OrConfirmV3/index.js +2 -1
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +8 -14
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.vue.d.ts +4 -4
- package/dist/bundled/v2/components/OrDatePickerV3/index.js +4 -3
- package/dist/bundled/v2/components/OrDateTimePicker/OrDateTimePicker.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePicker/index.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +9 -15
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.vue.d.ts +4 -4
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +5 -4
- package/dist/bundled/v2/components/OrExpansionPanelV3/OrExpansionPanel.js +1 -1
- package/dist/bundled/v2/components/OrIconButtonV3/OrIconButton.js +1 -1
- package/dist/bundled/v2/components/OrIconButtonV3/index.js +1 -1
- package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.js +10 -18
- package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrInlineInputV3/index.js +2 -1
- package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +1 -1
- package/dist/bundled/v2/components/OrInlineTextEdit/index.js +1 -1
- package/dist/bundled/v2/components/OrInlineTextareaV3/OrInlineTextarea.js +9 -16
- package/dist/bundled/v2/components/OrInlineTextareaV3/OrInlineTextarea.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrInlineTextareaV3/index.js +2 -1
- package/dist/bundled/v2/components/OrInputV3/OrInput.js +6 -10
- package/dist/bundled/v2/components/OrInputV3/OrInput.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrInputV3/index.js +2 -1
- package/dist/bundled/v2/components/OrLoaderV3/OrLoader.js +1 -1
- package/dist/bundled/v2/components/OrLoaderV3/index.js +1 -1
- package/dist/bundled/v2/components/OrMenuV3/OrMenu.js +3 -3
- package/dist/bundled/v2/components/OrMenuV3/index.js +1 -1
- package/dist/bundled/v2/components/OrModal/OrModal.js +2 -2
- package/dist/bundled/v2/components/OrModal/index.js +1 -1
- package/dist/bundled/v2/components/OrModalV3/OrModal.js +4 -4
- package/dist/bundled/v2/components/OrModalV3/index.js +1 -1
- package/dist/bundled/v2/components/OrNotificationV3/OrNotification.js +1 -1
- package/dist/bundled/v2/components/OrNotificationV3/index.js +1 -1
- package/dist/bundled/v2/components/OrOverflowMenu/OrOverflowMenu.js +1 -1
- package/dist/bundled/v2/components/OrOverflowMenu/index.js +1 -1
- package/dist/bundled/v2/components/OrOverlayV3/OrOverlay.js +1 -1
- package/dist/bundled/v2/components/OrOverlayV3/index.js +1 -1
- package/dist/bundled/v2/components/OrPaginationV3/OrPagination.js +4 -8
- package/dist/bundled/v2/components/OrPaginationV3/OrPagination.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrPaginationV3/index.js +2 -1
- package/dist/bundled/v2/components/OrPassword/OrPassword.js +1 -1
- package/dist/bundled/v2/components/OrPassword/index.js +1 -1
- package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +2 -2
- package/dist/bundled/v2/components/OrPopoverV3/index.js +1 -1
- package/dist/bundled/v2/components/OrProgressV3/OrProgress.js +1 -1
- package/dist/bundled/v2/components/OrProgressV3/index.js +1 -1
- package/dist/bundled/v2/components/OrRadioGroupV3/OrRadioGroup.js +4 -8
- package/dist/bundled/v2/components/OrRadioGroupV3/OrRadioGroup.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrRadioGroupV3/index.js +1 -2
- package/dist/bundled/v2/components/OrRadioV3/OrRadio.js +6 -10
- package/dist/bundled/v2/components/OrRadioV3/OrRadio.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrRadioV3/index.js +1 -0
- package/dist/bundled/v2/components/OrSearchV3/OrSearch.js +2 -1
- package/dist/bundled/v2/components/OrSearchV3/index.js +2 -1
- package/dist/bundled/v2/components/OrSegmentedControlV3/OrSegmentedControl.js +3 -7
- package/dist/bundled/v2/components/OrSegmentedControlV3/OrSegmentedControl.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrSegmentedControlV3/index.js +1 -0
- package/dist/bundled/v2/components/OrSelect/OrSelect.js +1 -1
- package/dist/bundled/v2/components/OrSelect/index.js +1 -1
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +5 -9
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrSelectV3/index.js +3 -2
- package/dist/bundled/v2/components/OrSidebar/OrSidebar.js +1 -1
- package/dist/bundled/v2/components/OrSidebar/index.js +1 -1
- package/dist/bundled/v2/components/OrSidebarV3/OrSidebar.js +1 -1
- package/dist/bundled/v2/components/OrSidebarV3/index.js +1 -1
- package/dist/bundled/v2/components/OrSlider/OrSlider.js +1 -1
- package/dist/bundled/v2/components/OrSlider/index.js +1 -1
- package/dist/bundled/v2/components/OrSortHeaderV3/OrSortHeader.js +3 -7
- package/dist/bundled/v2/components/OrSortHeaderV3/OrSortHeader.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrSortHeaderV3/index.js +1 -0
- package/dist/bundled/v2/components/OrSwitchV3/OrSwitch.js +7 -11
- package/dist/bundled/v2/components/OrSwitchV3/OrSwitch.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrSwitchV3/index.js +2 -1
- package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +4 -8
- package/dist/bundled/v2/components/OrTabsV3/OrTabs.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTabsV3/index.js +2 -1
- package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.js +7 -11
- package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTagInputV3/index.js +2 -1
- package/dist/bundled/v2/components/OrTagV3/OrTag.js +1 -1
- package/dist/bundled/v2/components/OrTagV3/index.js +1 -1
- package/dist/bundled/v2/components/OrTagsV3/OrTags.js +1 -1
- package/dist/bundled/v2/components/OrTagsV3/index.js +1 -1
- package/dist/bundled/v2/components/OrTextareaV3/OrTextarea.js +6 -10
- package/dist/bundled/v2/components/OrTextareaV3/OrTextarea.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTextareaV3/index.js +1 -0
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +7 -13
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.vue.d.ts +4 -4
- package/dist/bundled/v2/components/OrTimePickerV3/index.js +4 -3
- package/dist/bundled/v2/components/OrToast/composable/index.js +1 -1
- package/dist/bundled/v2/components/OrToast/composable/useToast.js +1 -1
- package/dist/bundled/v2/components/OrToast/composable/useToastEventBus.js +1 -1
- package/dist/bundled/v2/components/OrToast/index.js +1 -1
- package/dist/bundled/v2/components/OrToastContainer/OrToastContainer.js +1 -1
- package/dist/bundled/v2/components/OrToastContainer/index.js +1 -1
- package/dist/bundled/v2/components/OrToastContainerV3/OrToastContainer.js +2 -2
- package/dist/bundled/v2/components/OrToastContainerV3/index.js +1 -1
- package/dist/bundled/v2/components/OrToastV3/OrToast.js +1 -1
- package/dist/bundled/v2/components/OrToastV3/composable/index.js +1 -1
- package/dist/bundled/v2/components/OrToastV3/composable/useToast.js +1 -1
- package/dist/bundled/v2/components/OrToastV3/composable/useToastEventBus.js +1 -1
- package/dist/bundled/v2/components/OrToastV3/index.js +1 -1
- package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.js +2 -2
- package/dist/bundled/v2/components/OrTooltipV3/index.js +1 -1
- package/dist/bundled/v2/components/index.d.ts +1 -1
- package/dist/bundled/v2/components/index.js +17 -11
- package/dist/bundled/v2/hooks/index.d.ts +9 -8
- package/dist/bundled/v2/hooks/index.js +2 -1
- package/dist/bundled/v2/hooks/useOverflow.js +1 -1
- package/dist/bundled/v2/hooks/usePopoverState.d.ts +8 -7
- package/dist/bundled/v2/hooks/usePopoverState.js +6 -6
- package/dist/bundled/v2/hooks/useProxyModelValue.d.ts +8 -0
- package/dist/bundled/v2/hooks/useProxyModelValue.js +29 -0
- package/dist/bundled/v2/hooks/useResponsive/index.js +1 -1
- package/dist/bundled/v2/hooks/useResponsive/useResponsive.js +1 -1
- package/dist/bundled/v2/hooks/useTheme.d.ts +2 -1
- package/dist/bundled/v2/hooks/useTheme.js +173 -175
- package/dist/bundled/v2/{lang-0fb8f78b.js → index-11e9d6f2.js} +797 -575
- package/dist/bundled/v2/{index-cf2c3c27.js → index-451f3d87.js} +393 -253
- package/dist/bundled/v2/{index-c92e2839.js → index-760079e7.js} +1 -1
- package/dist/bundled/{v3/OrCode.vue_vue_type_script_lang-46846a36.js → v2/index-9c1d2908.js} +30 -316
- package/dist/bundled/v2/index.js +17 -14
- package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-214a0eea.js → OrBottomSheet.vue_vue_type_script_lang-ec375126.js} +3 -3
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-e8969bd3.js → OrButton.vue_vue_type_script_lang-7370e903.js} +1 -1
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-3e7aa91a.js → OrCardCollection.vue_vue_type_script_lang-c7d9f452.js} +4 -4
- package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-616a0cce.js → OrCheckbox.vue_vue_type_script_lang-a27167e0.js} +5 -8
- package/dist/bundled/v3/{OrCheckboxGroup.vue_vue_type_script_lang-6946b630.js → OrCheckboxGroup.vue_vue_type_script_lang-386971f8.js} +5 -8
- package/dist/bundled/v3/{OrCheckboxTree.vue_vue_type_script_lang-e2647349.js → OrCheckboxTree.vue_vue_type_script_lang-1d754ac1.js} +7 -10
- package/dist/bundled/v3/OrCode.vue_vue_type_script_lang-22c66c0d.js +220 -0
- package/dist/bundled/v3/OrCode.vue_vue_type_script_lang-ce5a4f02.js +237 -0
- package/dist/bundled/v3/{OrColorPicker.vue_vue_type_script_lang-2e1845d8.js → OrColorPicker.vue_vue_type_script_lang-7c9b353d.js} +1 -1
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-51f9e144.js → OrConfirm.vue_vue_type_script_lang-836e2a0f.js} +2 -2
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-93458f1f.js → OrConfirm.vue_vue_type_script_lang-88d3aeda.js} +6 -6
- package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-0e648149.js → OrDatePicker.vue_vue_type_script_lang-80de9d3a.js} +8 -14
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-69d65518.js → OrDateTimePicker.vue_vue_type_script_lang-300f009d.js} +9 -15
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-882ae7ce.js → OrDateTimePicker.vue_vue_type_script_lang-b7857a99.js} +1 -1
- package/dist/bundled/v3/{OrDateTimePickerMonthSelect-8857f024.js → OrDateTimePickerMonthSelect-44038b6b.js} +11 -27
- package/dist/bundled/v3/{OrDateTimePickerPopoverHeader-ec90761f.js → OrDateTimePickerPopoverHeader-4959231c.js} +1 -1
- package/dist/bundled/v3/{OrDateTimePickerTimeSelect-683ab20d.js → OrDateTimePickerTimeSelect-b8cc72af.js} +6 -16
- package/dist/bundled/v3/{OrExpansionPanel.vue_vue_type_script_lang-ca9d5307.js → OrExpansionPanel.vue_vue_type_script_lang-6ea94b95.js} +2 -2
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-c3a78c23.js → OrIconButton.vue_vue_type_script_lang-41792494.js} +1 -1
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-820cc7e9.js → OrInlineInput.vue_vue_type_script_lang-fec60585.js} +10 -18
- package/dist/bundled/v3/{OrInlineTextEdit.vue_vue_type_script_lang-588178e5.js → OrInlineTextEdit.vue_vue_type_script_lang-58bc1a00.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-8e639991.js → OrInlineTextarea.vue_vue_type_script_lang-4265a2a2.js} +10 -17
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-66363c62.js → OrInput.vue_vue_type_script_lang-0b8a2b69.js} +6 -10
- package/dist/bundled/v3/{OrLoader.vue_vue_type_script_lang-f076f6b3.js → OrLoader.vue_vue_type_script_lang-a21dc976.js} +1 -1
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-8fa5ef6c.js → OrMenu.vue_vue_type_script_lang-f8611f9d.js} +3 -3
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-153819d3.js → OrModal.vue_vue_type_script_lang-32c395a3.js} +2 -2
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-83469d51.js → OrModal.vue_vue_type_script_lang-e00165f1.js} +3 -3
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-242a7186.js → OrNotification.vue_vue_type_script_lang-9d3dd0d9.js} +1 -1
- package/dist/bundled/v3/{OrOverflowMenu.vue_vue_type_script_lang-ba3b94e2.js → OrOverflowMenu.vue_vue_type_script_lang-e077c7fd.js} +1 -1
- package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-0fdf19ba.js → OrOverlay.vue_vue_type_script_lang-9036d75d.js} +1 -1
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-193cf67a.js → OrPagination.vue_vue_type_script_lang-cf545aab.js} +6 -10
- package/dist/bundled/v3/{OrPassword.vue_vue_type_script_lang-fc9e7dc8.js → OrPassword.vue_vue_type_script_lang-0a87f331.js} +1 -1
- package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-506ae7bb.js → OrPopover.vue_vue_type_script_lang-d15ec5cb.js} +4 -4
- package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-6a2fef77.js → OrProgress.vue_vue_type_script_lang-2d5ead47.js} +1 -1
- package/dist/bundled/v3/{OrRadio.vue_vue_type_script_lang-e9ac87e8.js → OrRadio.vue_vue_type_script_lang-48c2bc6b.js} +5 -9
- package/dist/bundled/v3/{OrRadioGroup.vue_vue_type_script_lang-a82cb83b.js → OrRadioGroup.vue_vue_type_script_lang-d7f6f8ca.js} +5 -8
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-18dc2df8.js → OrSearch.vue_vue_type_script_lang-3fa2209d.js} +1 -1
- package/dist/bundled/v3/{OrSegmentedControl.vue_vue_type_script_lang-ed0d9fe7.js → OrSegmentedControl.vue_vue_type_script_lang-3a7df112.js} +3 -7
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-72c1db17.js → OrSelect.vue_vue_type_script_lang-b11ea2e9.js} +8 -12
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-45cf8f8c.js → OrSelect.vue_vue_type_script_lang-b8b014f6.js} +1 -1
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-3d9676ea.js → OrSidebar.vue_vue_type_script_lang-55f0db3b.js} +2 -2
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-56608f4a.js → OrSidebar.vue_vue_type_script_lang-cac8e5b7.js} +1 -1
- package/dist/bundled/v3/{OrSlider.vue_vue_type_script_lang-2a698707.js → OrSlider.vue_vue_type_script_lang-9ae4141f.js} +1 -1
- package/dist/bundled/v3/{OrSortHeader.vue_vue_type_script_lang-424696e5.js → OrSortHeader.vue_vue_type_script_lang-a444d88b.js} +3 -7
- package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-5a6d0202.js → OrSwitch.vue_vue_type_script_lang-2014e70b.js} +6 -10
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-2d08458d.js → OrTabs.vue_vue_type_script_lang-9072248f.js} +5 -9
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-c7065625.js → OrTag.vue_vue_type_script_lang-640a19c4.js} +1 -1
- package/dist/bundled/v3/{OrTagInput.vue_vue_type_script_lang-60f6d6de.js → OrTagInput.vue_vue_type_script_lang-67c8d12f.js} +8 -12
- package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-45bbc68e.js → OrTags.vue_vue_type_script_lang-18b7221b.js} +3 -3
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-0d1a7a48.js → OrTextarea.vue_vue_type_script_lang-44484741.js} +6 -10
- package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-a300ab1b.js → OrTimePicker.vue_vue_type_script_lang-5c88aee4.js} +8 -14
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-227592d8.js → OrTooltip.vue_vue_type_script_lang-7f5d792c.js} +2 -2
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +4 -4
- package/dist/bundled/v3/components/OrBottomSheetV3/index.js +3 -3
- package/dist/bundled/v3/components/OrButtonV3/OrButton.js +4 -4
- package/dist/bundled/v3/components/OrButtonV3/index.js +3 -3
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +14 -13
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +13 -12
- package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +10 -9
- package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.vue.d.ts +2 -2
- package/dist/bundled/v3/components/OrCheckboxGroupV3/index.js +9 -8
- package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +9 -8
- package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.vue.d.ts +1 -1
- package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +8 -7
- package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.js +3 -4
- package/dist/bundled/v3/components/OrCheckboxV3/index.js +2 -3
- package/dist/bundled/v3/components/OrCode/OrCode.js +9 -7
- package/dist/bundled/v3/components/OrCode/index.js +7 -5
- package/dist/bundled/v3/components/OrCode/lang.js +24 -3
- package/dist/bundled/v3/components/OrCode/theme.js +1 -1
- package/dist/bundled/v3/components/OrCodeV3/OrCode.js +147 -0
- package/dist/bundled/v3/components/OrCodeV3/OrCode.vue.d.ts +119 -0
- package/dist/bundled/v3/components/OrCodeV3/index.d.ts +2 -0
- package/dist/bundled/v3/components/OrCodeV3/index.js +65 -0
- package/dist/bundled/v3/components/OrCodeV3/props.d.ts +8 -0
- package/dist/bundled/v3/components/OrCodeV3/props.js +11 -0
- package/dist/bundled/v3/components/OrCodeV3/styles.d.ts +2 -0
- package/dist/bundled/v3/components/OrCodeV3/styles.js +16 -0
- package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.js +3 -3
- package/dist/bundled/v3/components/OrColorPicker/index.js +2 -2
- package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +4 -4
- package/dist/bundled/v3/components/OrConfirm/index.js +3 -3
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +12 -11
- package/dist/bundled/v3/components/OrConfirmV3/index.js +11 -10
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +14 -13
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.vue.d.ts +64 -2
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +13 -12
- package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.js +3 -3
- package/dist/bundled/v3/components/OrDateTimePicker/index.js +2 -2
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +15 -14
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.vue.d.ts +64 -2
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +14 -13
- package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.js +2 -2
- package/dist/bundled/v3/components/OrExpansionPanelV3/index.js +1 -1
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +7 -7
- package/dist/bundled/v3/components/OrIconButtonV3/index.js +6 -6
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +9 -8
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.vue.d.ts +2 -2
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +8 -7
- package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.js +3 -3
- package/dist/bundled/v3/components/OrInlineTextEdit/index.js +2 -2
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +9 -8
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.vue.d.ts +2 -2
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +8 -7
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +10 -9
- package/dist/bundled/v3/components/OrInputV3/OrInput.vue.d.ts +1 -1
- package/dist/bundled/v3/components/OrInputV3/index.js +9 -8
- package/dist/bundled/v3/components/OrLoaderV3/OrLoader.js +3 -3
- package/dist/bundled/v3/components/OrLoaderV3/index.js +2 -2
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +6 -6
- package/dist/bundled/v3/components/OrMenuV3/index.js +5 -5
- package/dist/bundled/v3/components/OrModal/OrModal.js +3 -3
- package/dist/bundled/v3/components/OrModal/index.js +2 -2
- package/dist/bundled/v3/components/OrModalV3/OrModal.js +8 -8
- package/dist/bundled/v3/components/OrModalV3/index.js +7 -7
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +8 -8
- package/dist/bundled/v3/components/OrNotificationV3/index.js +7 -7
- package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.js +3 -3
- package/dist/bundled/v3/components/OrOverflowMenu/index.js +2 -2
- package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.js +3 -3
- package/dist/bundled/v3/components/OrOverlayV3/index.js +2 -2
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +10 -9
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.vue.d.ts +1 -1
- package/dist/bundled/v3/components/OrPaginationV3/index.js +9 -8
- package/dist/bundled/v3/components/OrPassword/OrPassword.js +3 -3
- package/dist/bundled/v3/components/OrPassword/index.js +2 -2
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +5 -5
- package/dist/bundled/v3/components/OrPopoverV3/index.js +4 -4
- package/dist/bundled/v3/components/OrProgressV3/OrProgress.js +3 -3
- package/dist/bundled/v3/components/OrProgressV3/index.js +2 -2
- package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.js +4 -5
- package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.vue.d.ts +1 -1
- package/dist/bundled/v3/components/OrRadioGroupV3/index.js +3 -4
- package/dist/bundled/v3/components/OrRadioV3/OrRadio.js +3 -2
- package/dist/bundled/v3/components/OrRadioV3/OrRadio.vue.d.ts +1 -1
- package/dist/bundled/v3/components/OrRadioV3/index.js +2 -1
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +11 -10
- package/dist/bundled/v3/components/OrSearchV3/index.js +10 -9
- package/dist/bundled/v3/components/OrSegmentedControlV3/OrSegmentedControl.js +3 -2
- package/dist/bundled/v3/components/OrSegmentedControlV3/OrSegmentedControl.vue.d.ts +1 -1
- package/dist/bundled/v3/components/OrSegmentedControlV3/index.js +2 -1
- package/dist/bundled/v3/components/OrSelect/OrSelect.js +3 -3
- package/dist/bundled/v3/components/OrSelect/index.js +2 -2
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +15 -14
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.vue.d.ts +1 -1
- package/dist/bundled/v3/components/OrSelectV3/index.js +14 -13
- package/dist/bundled/v3/components/OrSidebar/OrSidebar.js +3 -3
- package/dist/bundled/v3/components/OrSidebar/index.js +2 -2
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +8 -8
- package/dist/bundled/v3/components/OrSidebarV3/index.js +7 -7
- package/dist/bundled/v3/components/OrSlider/OrSlider.js +3 -3
- package/dist/bundled/v3/components/OrSlider/index.js +2 -2
- package/dist/bundled/v3/components/OrSortHeaderV3/OrSortHeader.js +3 -2
- package/dist/bundled/v3/components/OrSortHeaderV3/OrSortHeader.vue.d.ts +1 -1
- package/dist/bundled/v3/components/OrSortHeaderV3/index.js +2 -1
- package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.js +5 -4
- package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.vue.d.ts +1 -1
- package/dist/bundled/v3/components/OrSwitchV3/index.js +4 -3
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +8 -7
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.vue.d.ts +1 -1
- package/dist/bundled/v3/components/OrTabsV3/index.js +7 -6
- package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +13 -12
- package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.vue.d.ts +1 -1
- package/dist/bundled/v3/components/OrTagInputV3/index.js +12 -11
- package/dist/bundled/v3/components/OrTagV3/OrTag.js +8 -8
- package/dist/bundled/v3/components/OrTagV3/index.js +7 -7
- package/dist/bundled/v3/components/OrTagsV3/OrTags.js +11 -11
- package/dist/bundled/v3/components/OrTagsV3/index.js +10 -10
- package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.js +3 -2
- package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.vue.d.ts +1 -1
- package/dist/bundled/v3/components/OrTextareaV3/index.js +2 -1
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +13 -12
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.vue.d.ts +64 -2
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +12 -11
- package/dist/bundled/v3/components/OrToast/composable/index.js +1 -1
- package/dist/bundled/v3/components/OrToast/composable/useToast.js +1 -1
- package/dist/bundled/v3/components/OrToast/composable/useToastEventBus.js +1 -1
- package/dist/bundled/v3/components/OrToast/index.js +2 -2
- package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.js +3 -3
- package/dist/bundled/v3/components/OrToastContainer/index.js +2 -2
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +9 -9
- package/dist/bundled/v3/components/OrToastContainerV3/index.js +8 -8
- package/dist/bundled/v3/components/OrToastV3/OrToast.js +7 -7
- package/dist/bundled/v3/components/OrToastV3/composable/index.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/composable/useToast.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/composable/useToastEventBus.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/index.js +8 -8
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +6 -6
- package/dist/bundled/v3/components/OrTooltipV3/index.js +5 -5
- package/dist/bundled/v3/components/index.d.ts +1 -1
- package/dist/bundled/v3/components/index.js +68 -61
- package/dist/bundled/v3/hooks/index.d.ts +9 -8
- package/dist/bundled/v3/hooks/index.js +2 -1
- package/dist/bundled/v3/hooks/useOverflow.js +1 -1
- package/dist/bundled/v3/hooks/usePopoverState.d.ts +8 -7
- package/dist/bundled/v3/hooks/usePopoverState.js +6 -6
- package/dist/bundled/v3/hooks/useProxyModelValue.d.ts +8 -0
- package/dist/bundled/v3/hooks/useProxyModelValue.js +29 -0
- package/dist/bundled/v3/hooks/useResponsive/index.js +1 -1
- package/dist/bundled/v3/hooks/useResponsive/useResponsive.js +1 -1
- package/dist/bundled/v3/hooks/useTheme.d.ts +2 -1
- package/dist/bundled/v3/hooks/useTheme.js +173 -175
- package/dist/bundled/v3/{lang-0fb8f78b.js → index-11e9d6f2.js} +797 -575
- package/dist/bundled/v3/{index-cf2c3c27.js → index-451f3d87.js} +393 -253
- package/dist/bundled/v3/index-9c1d2908.js +3740 -0
- package/dist/bundled/v3/{index-09d1cb24.js → index-e11e05e2.js} +1 -1
- package/dist/bundled/v3/index.js +72 -70
- package/dist/esm/v2/{OrBottomSheet-af25c131.js → OrBottomSheet-6bc632c4.js} +2 -2
- package/dist/esm/v2/{OrCardCollection-79b90811.js → OrCardCollection-779ba7ca.js} +4 -4
- package/dist/esm/v2/{OrCheckbox-41f2822d.js → OrCheckbox-43615f70.js} +7 -9
- package/dist/esm/v2/{OrCheckboxGroup-97cfcbda.js → OrCheckboxGroup-4e6dbdd3.js} +8 -8
- package/dist/esm/v2/{OrCheckboxTree-a7dc126c.js → OrCheckboxTree-ba023624.js} +14 -14
- package/dist/esm/v2/OrCode-26295220.js +351 -0
- package/dist/esm/v2/{OrConfirm-0b56c11f.js → OrConfirm-cda74328.js} +3 -3
- package/dist/esm/v2/{OrDatePicker-328189a2.js → OrDatePicker-a4f95898.js} +10 -13
- package/dist/esm/v2/{OrDateTimePicker-8bcc71c3.js → OrDateTimePicker-99d3445b.js} +1 -1
- package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-399a44b5.js → OrDateTimePicker.vue_rollup-plugin-vue_script-729b254d.js} +13 -27
- package/dist/esm/v2/{OrDateTimePickerPopoverHeader-fa88e970.js → OrDateTimePickerPopoverHeader-5fa89936.js} +14 -27
- package/dist/esm/v2/{OrExpansionPanel-b8411db6.js → OrExpansionPanel-acfffe82.js} +2 -2
- package/dist/esm/v2/{OrIconButton-ab726d49.js → OrIconButton-2ab8fa02.js} +2 -2
- package/dist/esm/v2/{OrInlineInput-84a8398c.js → OrInlineInput-0c62b3a6.js} +10 -18
- package/dist/esm/v2/{OrInlineTextarea-f2ecbd39.js → OrInlineTextarea-c24708a7.js} +9 -16
- package/dist/esm/v2/{OrInput-2eeff16a.js → OrInput-dcb61699.js} +6 -10
- package/dist/esm/v2/{OrMenu-d03831b0.js → OrMenu-6b3de1c1.js} +3 -3
- package/dist/esm/v2/{OrModal-7b7c35e1.js → OrModal-abc3b1d9.js} +3 -3
- package/dist/esm/v2/{OrNotification-f44ef921.js → OrNotification-5b7028d7.js} +1 -1
- package/dist/esm/v2/{OrPagination-3756c1d1.js → OrPagination-4ece4568.js} +5 -9
- package/dist/esm/v2/{OrPopover-ef16a904.js → OrPopover-71380b24.js} +3 -3
- package/dist/esm/v2/{OrRadio-23810acd.js → OrRadio-b32dfbfe.js} +5 -9
- package/dist/esm/v2/{OrRadioGroup-0e1bf22c.js → OrRadioGroup-d1c2e460.js} +8 -8
- package/dist/esm/v2/{OrSearch-33e3b0e4.js → OrSearch-879c7656.js} +1 -1
- package/dist/esm/v2/{OrSegmentedControl-a1ea5b72.js → OrSegmentedControl-d4e32f80.js} +6 -7
- package/dist/esm/v2/{OrSelect-1ee299d9.js → OrSelect-01d61a9a.js} +8 -12
- package/dist/esm/v2/{OrSidebar-865f307e.js → OrSidebar-bd385865.js} +1 -1
- package/dist/esm/v2/{OrSidebarCollapseButton-b3a41f02.js → OrSidebarCollapseButton-49da331a.js} +1 -1
- package/dist/esm/v2/{OrSortHeader-8596b958.js → OrSortHeader-46a92f09.js} +6 -7
- package/dist/esm/v2/{OrSwitch-cb97f4d3.js → OrSwitch-e49ce2d8.js} +5 -9
- package/dist/esm/v2/{OrTabs-930e1c26.js → OrTabs-f9c88893.js} +7 -9
- package/dist/esm/v2/{OrTag-d16c9d12.js → OrTag-2b9e664b.js} +1 -1
- package/dist/esm/v2/{OrTagInput-63697869.js → OrTagInput-1548f007.js} +7 -11
- package/dist/esm/v2/{OrTags-9048733c.js → OrTags-25a70212.js} +2 -2
- package/dist/esm/v2/{OrTextarea-978fb518.js → OrTextarea-9221a04a.js} +5 -9
- package/dist/esm/v2/{OrTimePicker-a9c5547b.js → OrTimePicker-9c9a44bc.js} +11 -14
- package/dist/esm/v2/{OrTooltip-bf4c725c.js → OrTooltip-a32c182a.js} +3 -3
- package/dist/esm/v2/components/index.d.ts +1 -1
- package/dist/esm/v2/components/index.js +42 -43
- package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +2 -2
- package/dist/esm/v2/components/or-card-collection-v3/index.js +10 -9
- package/dist/esm/v2/components/or-checkbox-group-v3/OrCheckboxGroup.vue.d.ts +3 -3
- package/dist/esm/v2/components/or-checkbox-group-v3/index.js +12 -11
- package/dist/esm/v2/components/or-checkbox-tree-v3/OrCheckboxTree.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-checkbox-tree-v3/index.js +8 -7
- package/dist/esm/v2/components/or-checkbox-v3/index.js +3 -2
- package/dist/esm/v2/components/or-code-v3/OrCode.vue.d.ts +169 -0
- package/dist/esm/v2/components/or-code-v3/index.d.ts +2 -0
- package/dist/esm/v2/components/or-code-v3/index.js +37 -0
- package/dist/esm/v2/components/or-code-v3/props.d.ts +8 -0
- package/dist/esm/v2/components/or-code-v3/styles.d.ts +2 -0
- package/dist/esm/v2/components/or-confirm-v3/index.js +8 -7
- package/dist/esm/v2/components/or-date-picker-v3/OrDatePicker.vue.d.ts +4 -4
- package/dist/esm/v2/components/or-date-picker-v3/index.js +12 -11
- package/dist/esm/v2/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +4 -4
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +13 -12
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-expansion-panel-v3/index.js +2 -2
- package/dist/esm/v2/components/or-icon-button-v3/index.js +5 -5
- package/dist/esm/v2/components/or-inline-input-v3/OrInlineInput.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-inline-input-v3/index.js +7 -6
- package/dist/esm/v2/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +7 -6
- package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-input-v3/index.js +7 -6
- package/dist/esm/v2/components/or-menu-v3/index.js +4 -4
- package/dist/esm/v2/components/or-modal-v3/index.js +6 -6
- package/dist/esm/v2/components/or-notification-v3/index.js +6 -6
- package/dist/esm/v2/components/or-pagination-v3/OrPagination.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-pagination-v3/index.js +6 -5
- package/dist/esm/v2/components/or-popover-v3/index.js +3 -3
- package/dist/esm/v2/components/or-radio-group-v3/OrRadioGroup.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-radio-group-v3/index.js +5 -4
- package/dist/esm/v2/components/or-radio-v3/OrRadio.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-radio-v3/index.js +2 -1
- package/dist/esm/v2/components/or-search-v3/index.js +8 -7
- package/dist/esm/v2/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-segmented-control-v3/index.js +5 -1
- package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-select-v3/index.js +11 -10
- package/dist/esm/v2/components/or-sidebar-v3/index.js +7 -7
- package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +6 -6
- package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +6 -6
- package/dist/esm/v2/components/or-sort-header-v3/OrSortHeader.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-sort-header-v3/index.js +5 -1
- package/dist/esm/v2/components/or-switch-v3/OrSwitch.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-switch-v3/index.js +2 -1
- package/dist/esm/v2/components/or-tabs-v3/OrTabs.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-tabs-v3/index.js +8 -7
- package/dist/esm/v2/components/or-tag-input-v3/OrTagInput.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-tag-input-v3/index.js +9 -8
- package/dist/esm/v2/components/or-tag-v3/index.js +6 -6
- package/dist/esm/v2/components/or-tags-v3/index.js +7 -7
- package/dist/esm/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-textarea-v3/index.js +2 -1
- package/dist/esm/v2/components/or-time-picker-v3/OrTimePicker.vue.d.ts +4 -4
- package/dist/esm/v2/components/or-time-picker-v3/index.js +13 -12
- package/dist/esm/v2/components/or-toast-v3/index.js +6 -6
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +6 -6
- package/dist/esm/v2/components/or-tooltip-v3/index.js +4 -4
- package/dist/esm/v2/hooks/index.d.ts +9 -8
- package/dist/esm/v2/hooks/index.js +2 -1
- package/dist/esm/v2/hooks/usePopoverState.d.ts +8 -7
- package/dist/esm/v2/hooks/useProxyModelValue.d.ts +8 -0
- package/dist/esm/v2/hooks/useTheme.d.ts +2 -1
- package/dist/esm/v2/index.js +40 -42
- package/dist/esm/v2/{types-6b40ad64.js → types-a74e1e20.js} +1 -1
- package/dist/esm/v2/{usePopoverState-8a95a300.js → usePopoverState-b92c698b.js} +6 -6
- package/dist/esm/v2/useProxyModelValue-940010d2.js +29 -0
- package/dist/esm/v3/{OrBottomSheet-f2f3aef9.js → OrBottomSheet-79db2626.js} +2 -2
- package/dist/esm/v3/{OrCardCollection-76f937d5.js → OrCardCollection-4516594a.js} +4 -4
- package/dist/esm/v3/{OrCheckbox-2194e473.js → OrCheckbox-bb06af0f.js} +5 -7
- package/dist/esm/v3/{OrCheckboxGroup-6c36527f.js → OrCheckboxGroup-9a8ab902.js} +8 -8
- package/dist/esm/v3/{OrCheckboxTree-1873a941.js → OrCheckboxTree-969bc928.js} +14 -14
- package/dist/esm/v3/OrCode-0c2310e5.js +325 -0
- package/dist/esm/v3/{OrConfirm-5509c440.js → OrConfirm-240cfe0a.js} +3 -3
- package/dist/esm/v3/{OrDatePicker-4c4fd5dc.js → OrDatePicker-f4470d79.js} +10 -13
- package/dist/esm/v3/{OrDateTimePicker-0a4d194e.js → OrDateTimePicker-546c15ec.js} +13 -27
- package/dist/esm/v3/{OrDateTimePickerPopoverHeader-bc8e0bcf.js → OrDateTimePickerPopoverHeader-96a38b4b.js} +14 -27
- package/dist/esm/v3/{OrExpansionPanel-df527763.js → OrExpansionPanel-af3a0d63.js} +2 -2
- package/dist/esm/v3/{OrIconButton-0aaadc68.js → OrIconButton-00f8f0c7.js} +2 -2
- package/dist/esm/v3/{OrInlineInput-a6c33dc0.js → OrInlineInput-4d47d731.js} +8 -16
- package/dist/esm/v3/{OrInlineTextarea-f060dab5.js → OrInlineTextarea-1415bed9.js} +7 -14
- package/dist/esm/v3/{OrInput-c653aedb.js → OrInput-f0e12c81.js} +4 -8
- package/dist/esm/v3/{OrMenu-9659b8eb.js → OrMenu-dbe1db1e.js} +3 -3
- package/dist/esm/v3/{OrModal-cabce172.js → OrModal-6a90ea79.js} +3 -3
- package/dist/esm/v3/{OrNotification-cbcb0b4a.js → OrNotification-117f2dcb.js} +1 -1
- package/dist/esm/v3/{OrPagination-38067570.js → OrPagination-858337d1.js} +5 -9
- package/dist/esm/v3/{OrPopover-337df396.js → OrPopover-94dc1203.js} +3 -3
- package/dist/esm/v3/{OrRadio-4f0026c9.js → OrRadio-7b722b16.js} +3 -7
- package/dist/esm/v3/{OrRadioGroup-d215409c.js → OrRadioGroup-58c0214c.js} +8 -8
- package/dist/esm/v3/{OrSearch-b945651d.js → OrSearch-051adc07.js} +1 -1
- package/dist/esm/v3/{OrSegmentedControl-359fbf3a.js → OrSegmentedControl-c8eb217d.js} +6 -7
- package/dist/esm/v3/{OrSelect-5a2c078d.js → OrSelect-b3885148.js} +8 -12
- package/dist/esm/v3/{OrSidebar-7f5795da.js → OrSidebar-47f9d02a.js} +1 -1
- package/dist/esm/v3/{OrSidebarCollapseButton-5fb7a6a1.js → OrSidebarCollapseButton-86dafbbc.js} +1 -1
- package/dist/esm/v3/{OrSortHeader-54d85a25.js → OrSortHeader-21a443f9.js} +6 -7
- package/dist/esm/v3/{OrSwitch-ed9868db.js → OrSwitch-a6efd081.js} +3 -7
- package/dist/esm/v3/{OrTabs-9e741419.js → OrTabs-52e49d84.js} +7 -9
- package/dist/esm/v3/{OrTag-fbeca419.js → OrTag-9adef1cd.js} +1 -1
- package/dist/esm/v3/{OrTagInput-6a6d1365.js → OrTagInput-63d0f5fb.js} +5 -9
- package/dist/esm/v3/{OrTags-1621cbb9.js → OrTags-d7a90658.js} +2 -2
- package/dist/esm/v3/{OrTextarea-1e19417a.js → OrTextarea-6202e867.js} +3 -7
- package/dist/esm/v3/{OrTimePicker-67f75e85.js → OrTimePicker-98c00a9b.js} +11 -14
- package/dist/esm/v3/{OrTooltip-3025564a.js → OrTooltip-d7d40e38.js} +3 -3
- package/dist/esm/v3/components/index.d.ts +1 -1
- package/dist/esm/v3/components/index.js +41 -42
- package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +2 -2
- package/dist/esm/v3/components/or-card-collection-v3/index.js +10 -9
- package/dist/esm/v3/components/or-checkbox-group-v3/OrCheckboxGroup.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-checkbox-group-v3/index.js +12 -11
- package/dist/esm/v3/components/or-checkbox-tree-v3/OrCheckboxTree.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-checkbox-tree-v3/index.js +8 -7
- package/dist/esm/v3/components/or-checkbox-v3/index.js +3 -2
- package/dist/esm/v3/components/or-code-v3/OrCode.vue.d.ts +119 -0
- package/dist/esm/v3/components/or-code-v3/index.d.ts +2 -0
- package/dist/esm/v3/components/or-code-v3/index.js +35 -0
- package/dist/esm/v3/components/or-code-v3/props.d.ts +8 -0
- package/dist/esm/v3/components/or-code-v3/styles.d.ts +2 -0
- package/dist/esm/v3/components/or-confirm-v3/index.js +8 -7
- package/dist/esm/v3/components/or-date-picker-v3/OrDatePicker.vue.d.ts +64 -2
- package/dist/esm/v3/components/or-date-picker-v3/index.js +12 -11
- package/dist/esm/v3/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +64 -2
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +12 -11
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-expansion-panel-v3/index.js +2 -2
- package/dist/esm/v3/components/or-icon-button-v3/index.js +5 -5
- package/dist/esm/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-inline-input-v3/index.js +7 -6
- package/dist/esm/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +7 -6
- package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-input-v3/index.js +7 -6
- package/dist/esm/v3/components/or-menu-v3/index.js +4 -4
- package/dist/esm/v3/components/or-modal-v3/index.js +6 -6
- package/dist/esm/v3/components/or-notification-v3/index.js +6 -6
- package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-pagination-v3/index.js +6 -5
- package/dist/esm/v3/components/or-popover-v3/index.js +3 -3
- package/dist/esm/v3/components/or-radio-group-v3/OrRadioGroup.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-radio-group-v3/index.js +5 -4
- package/dist/esm/v3/components/or-radio-v3/OrRadio.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-radio-v3/index.js +2 -1
- package/dist/esm/v3/components/or-search-v3/index.js +8 -7
- package/dist/esm/v3/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-segmented-control-v3/index.js +5 -1
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-select-v3/index.js +11 -10
- package/dist/esm/v3/components/or-sidebar-v3/index.js +7 -7
- package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +6 -6
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +6 -6
- package/dist/esm/v3/components/or-sort-header-v3/OrSortHeader.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-sort-header-v3/index.js +5 -1
- package/dist/esm/v3/components/or-switch-v3/OrSwitch.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-switch-v3/index.js +2 -1
- package/dist/esm/v3/components/or-tabs-v3/OrTabs.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-tabs-v3/index.js +8 -7
- package/dist/esm/v3/components/or-tag-input-v3/OrTagInput.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-tag-input-v3/index.js +9 -8
- package/dist/esm/v3/components/or-tag-v3/index.js +6 -6
- package/dist/esm/v3/components/or-tags-v3/index.js +7 -7
- package/dist/esm/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-textarea-v3/index.js +2 -1
- package/dist/esm/v3/components/or-time-picker-v3/OrTimePicker.vue.d.ts +64 -2
- package/dist/esm/v3/components/or-time-picker-v3/index.js +13 -12
- package/dist/esm/v3/components/or-toast-v3/index.js +6 -6
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +6 -6
- package/dist/esm/v3/components/or-tooltip-v3/index.js +4 -4
- package/dist/esm/v3/hooks/index.d.ts +9 -8
- package/dist/esm/v3/hooks/index.js +2 -1
- package/dist/esm/v3/hooks/usePopoverState.d.ts +8 -7
- package/dist/esm/v3/hooks/useProxyModelValue.d.ts +8 -0
- package/dist/esm/v3/hooks/useTheme.d.ts +2 -1
- package/dist/esm/v3/index.js +39 -41
- package/dist/esm/v3/{types-53cb1e6c.js → types-c78924f3.js} +1 -1
- package/dist/esm/v3/{usePopoverState-8a95a300.js → usePopoverState-b92c698b.js} +6 -6
- package/dist/esm/v3/useProxyModelValue-940010d2.js +29 -0
- package/package.json +11 -15
- package/src/components/index.ts +1 -1
- package/src/components/or-bottom-sheet-v3/OrBottomSheet.vue +1 -1
- package/src/components/or-checkbox-group-v3/OrCheckboxGroup.vue +8 -7
- package/src/components/or-checkbox-tree-v3/OrCheckboxTree.vue +8 -7
- package/src/components/or-checkbox-v3/OrCheckbox.vue +4 -5
- package/src/components/or-code-v3/OrCode.vue +365 -0
- package/src/components/or-code-v3/index.ts +2 -0
- package/src/components/or-code-v3/props.ts +8 -0
- package/src/components/or-code-v3/styles.ts +23 -0
- package/src/components/or-confirm-v3/OrConfirm.vue +1 -1
- package/src/components/or-date-picker-v3/OrDatePicker.vue +5 -11
- package/src/components/or-date-time-picker-v3/OrDateTimePicker.vue +5 -11
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue +3 -8
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue +4 -7
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/styles.ts +1 -1
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue +4 -7
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue +3 -8
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue +4 -7
- package/src/components/or-expansion-panel-v3/OrExpansionPanel.vue +1 -1
- package/src/components/or-inline-input-v3/OrInlineInput.vue +7 -15
- package/src/components/or-inline-textarea-v3/OrInlineTextarea.vue +6 -14
- package/src/components/or-input-v3/OrInput.vue +3 -9
- package/src/components/or-menu-v3/OrMenu.vue +1 -1
- package/src/components/or-modal-v3/OrModal.vue +1 -1
- package/src/components/or-pagination-v3/OrPagination.vue +3 -9
- package/src/components/or-popover-v3/OrPopover.vue +1 -1
- package/src/components/or-radio-group-v3/OrRadioGroup.vue +5 -6
- package/src/components/or-radio-v3/OrRadio.vue +3 -9
- package/src/components/or-segmented-control-v3/OrSegmentedControl.vue +3 -8
- package/src/components/or-select-v3/OrSelect.vue +3 -9
- package/src/components/or-sort-header-v3/OrSortHeader.vue +3 -8
- package/src/components/or-switch-v3/OrSwitch.vue +3 -9
- package/src/components/or-tabs-v3/OrTabs.vue +3 -8
- package/src/components/or-tag-input-v3/OrTagInput.vue +3 -10
- package/src/components/or-textarea-v3/OrTextarea.vue +3 -9
- package/src/components/or-time-picker-v3/OrTimePicker.vue +5 -11
- package/src/components/or-tooltip-v3/OrTooltip.vue +1 -1
- package/src/hooks/index.ts +9 -8
- package/src/hooks/usePopoverState.ts +17 -16
- package/src/hooks/useProxyModelValue.ts +50 -0
- package/src/hooks/useTheme.ts +4 -2
- package/src/shims.d.ts +0 -1
- package/dist/bundled/v2/components/OrCarousel/OrCarousel.js +0 -2886
- package/dist/bundled/v2/components/OrCarousel/OrCarousel.vue.d.ts +0 -1132
- package/dist/bundled/v2/components/OrCarousel/constants.d.ts +0 -15
- package/dist/bundled/v2/components/OrCarousel/constants.js +0 -21
- package/dist/bundled/v2/components/OrCarousel/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrCarousel/index.js +0 -22
- package/dist/bundled/v2/components/OrCarouselItem/OrCarouselItem.js +0 -41
- package/dist/bundled/v2/components/OrCarouselItem/OrCarouselItem.vue.d.ts +0 -2
- package/dist/bundled/v2/components/OrCarouselItem/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrCarouselItem/index.js +0 -3
- package/dist/bundled/v2/components/OrHint/OrHint.stories.bundled.d.ts +0 -8
- package/dist/bundled/v3/OrCarousel.vue_vue_type_script_lang-75c50882.js +0 -2809
- package/dist/bundled/v3/OrCarouselItem.vue_vue_type_script_lang-42da2f4a.js +0 -7
- package/dist/bundled/v3/components/OrCarousel/OrCarousel.js +0 -66
- package/dist/bundled/v3/components/OrCarousel/OrCarousel.vue.d.ts +0 -582
- package/dist/bundled/v3/components/OrCarousel/constants.d.ts +0 -15
- package/dist/bundled/v3/components/OrCarousel/constants.js +0 -21
- package/dist/bundled/v3/components/OrCarousel/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrCarousel/index.js +0 -24
- package/dist/bundled/v3/components/OrCarouselItem/OrCarouselItem.js +0 -14
- package/dist/bundled/v3/components/OrCarouselItem/OrCarouselItem.vue.d.ts +0 -2
- package/dist/bundled/v3/components/OrCarouselItem/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrCarouselItem/index.js +0 -2
- package/dist/bundled/v3/components/OrHint/OrHint.stories.bundled.d.ts +0 -8
- package/dist/esm/v2/OrCarousel-b220cf82.js +0 -251
- package/dist/esm/v2/OrCarouselItem-c614bab9.js +0 -41
- package/dist/esm/v2/components/or-carousel/OrCarousel.vue.d.ts +0 -1132
- package/dist/esm/v2/components/or-carousel/constants.d.ts +0 -15
- package/dist/esm/v2/components/or-carousel/index.d.ts +0 -2
- package/dist/esm/v2/components/or-carousel/index.js +0 -19
- package/dist/esm/v2/components/or-carousel/or-carousel-item/OrCarouselItem.vue.d.ts +0 -2
- package/dist/esm/v2/components/or-carousel/or-carousel-item/index.d.ts +0 -1
- package/dist/esm/v2/components/or-carousel/or-carousel-item/index.js +0 -3
- package/dist/esm/v2/components/or-hint/OrHint.stories.bundled.d.ts +0 -8
- package/dist/esm/v3/OrCarousel-5cc74f26.js +0 -231
- package/dist/esm/v3/OrCarouselItem-8c7ccd0f.js +0 -18
- package/dist/esm/v3/components/or-carousel/OrCarousel.vue.d.ts +0 -582
- package/dist/esm/v3/components/or-carousel/constants.d.ts +0 -15
- package/dist/esm/v3/components/or-carousel/index.d.ts +0 -2
- package/dist/esm/v3/components/or-carousel/index.js +0 -18
- package/dist/esm/v3/components/or-carousel/or-carousel-item/OrCarouselItem.vue.d.ts +0 -2
- package/dist/esm/v3/components/or-carousel/or-carousel-item/index.d.ts +0 -1
- package/dist/esm/v3/components/or-carousel/or-carousel-item/index.js +0 -3
- package/dist/esm/v3/components/or-hint/OrHint.stories.bundled.d.ts +0 -8
- package/src/components/or-carousel/OrCarousel.stories.mdx +0 -34
- package/src/components/or-carousel/OrCarousel.stories.ts +0 -103
- package/src/components/or-carousel/OrCarousel.vue +0 -204
- package/src/components/or-carousel/constants.ts +0 -49
- package/src/components/or-carousel/index.ts +0 -2
- package/src/components/or-carousel/or-carousel-item/OrCarouselItem.vue +0 -12
- package/src/components/or-carousel/or-carousel-item/index.ts +0 -1
- package/src/components/or-hint/OrHint.stories.bundled.ts +0 -28
- package/dist/bundled/v2/{OrDateTimePickerPopoverHeader-28995b95.js → OrDateTimePickerPopoverHeader-52a99e6a.js} +0 -0
- package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-d1a074fe.js → OrToastContainer.vue_vue_type_script_lang-7d44207e.js} +1 -1
- /package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-c47d63be.js → OrToastContainer.vue_vue_type_script_lang-f9813bc6.js} +0 -0
|
@@ -1,31 +1,32 @@
|
|
|
1
|
-
export { _ as OrTagInputV3 } from '../../OrTagInput-
|
|
1
|
+
export { _ as OrTagInputV3 } from '../../OrTagInput-1548f007.js';
|
|
2
2
|
export { I as TagInputSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
|
+
import '../../useProxyModelValue-940010d2.js';
|
|
6
7
|
import '@onereach/styles/tailwind.config';
|
|
7
8
|
import 'tailwindcss/resolveConfig';
|
|
8
9
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
9
10
|
import '../../OrError-4ffc1c39.js';
|
|
10
11
|
import '../../normalize-component-6e8e3d80.js';
|
|
11
12
|
import '../../OrHint-aa221198.js';
|
|
12
|
-
import '../../OrIconButton-
|
|
13
|
+
import '../../OrIconButton-2ab8fa02.js';
|
|
13
14
|
import '../../OrIcon-d35a84d8.js';
|
|
14
|
-
import '../../OrTooltip-
|
|
15
|
-
import '../../usePopoverState-
|
|
16
|
-
import '../../OrPopover-
|
|
15
|
+
import '../../OrTooltip-a32c182a.js';
|
|
16
|
+
import '../../usePopoverState-b92c698b.js';
|
|
17
|
+
import '../../OrPopover-71380b24.js';
|
|
17
18
|
import '@floating-ui/dom';
|
|
18
19
|
import '../../useElevation-a50ec347.js';
|
|
19
20
|
import '../../useResponsive-a02e95b7.js';
|
|
20
|
-
import '../../OrBottomSheet-
|
|
21
|
+
import '../../OrBottomSheet-6bc632c4.js';
|
|
21
22
|
import '../../OrOverlay-948346df.js';
|
|
22
23
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
23
24
|
import 'portal-vue';
|
|
24
25
|
import '../../OrInputBox-11227ecd.js';
|
|
25
26
|
import '../../OrLabel-63380256.js';
|
|
26
|
-
import '../../OrTags-
|
|
27
|
+
import '../../OrTags-25a70212.js';
|
|
27
28
|
import '../../useOverflow-c856b7b7.js';
|
|
28
29
|
import '../../OrButton-9622e713.js';
|
|
29
30
|
import '../../OrLoader-b0c381f9.js';
|
|
30
|
-
import '../../OrTag-
|
|
31
|
+
import '../../OrTag-2b9e664b.js';
|
|
31
32
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-
|
|
1
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-2b9e664b.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIconButton-
|
|
3
|
+
import '../../OrIconButton-2ab8fa02.js';
|
|
4
4
|
import '../../OrIcon-d35a84d8.js';
|
|
5
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
|
-
import '../../OrTooltip-
|
|
6
|
+
import '../../OrTooltip-a32c182a.js';
|
|
7
7
|
import '@vueuse/core';
|
|
8
|
-
import '../../usePopoverState-
|
|
8
|
+
import '../../usePopoverState-b92c698b.js';
|
|
9
9
|
import '@onereach/styles/tailwind.config';
|
|
10
10
|
import 'tailwindcss/resolveConfig';
|
|
11
|
-
import '../../OrPopover-
|
|
11
|
+
import '../../OrPopover-71380b24.js';
|
|
12
12
|
import '@floating-ui/dom';
|
|
13
13
|
import '../../useElevation-a50ec347.js';
|
|
14
14
|
import '../../useResponsive-a02e95b7.js';
|
|
15
|
-
import '../../OrBottomSheet-
|
|
15
|
+
import '../../OrBottomSheet-6bc632c4.js';
|
|
16
16
|
import '../../OrOverlay-948346df.js';
|
|
17
17
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
18
18
|
import 'portal-vue';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrTagsV3 } from '../../OrTags-
|
|
1
|
+
export { _ as OrTagsV3 } from '../../OrTags-25a70212.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useOverflow-c856b7b7.js';
|
|
4
4
|
import '@vueuse/core';
|
|
@@ -7,16 +7,16 @@ import 'tailwindcss/resolveConfig';
|
|
|
7
7
|
import '../../OrButton-9622e713.js';
|
|
8
8
|
import '../../OrLoader-b0c381f9.js';
|
|
9
9
|
import '../../normalize-component-6e8e3d80.js';
|
|
10
|
-
import '../../OrPopover-
|
|
10
|
+
import '../../OrPopover-71380b24.js';
|
|
11
11
|
import '@floating-ui/dom';
|
|
12
12
|
import '../../useElevation-a50ec347.js';
|
|
13
|
-
import '../../usePopoverState-
|
|
13
|
+
import '../../usePopoverState-b92c698b.js';
|
|
14
14
|
import '../../useResponsive-a02e95b7.js';
|
|
15
|
-
import '../../OrBottomSheet-
|
|
15
|
+
import '../../OrBottomSheet-6bc632c4.js';
|
|
16
16
|
import '../../OrOverlay-948346df.js';
|
|
17
17
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
18
18
|
import 'portal-vue';
|
|
19
|
-
import '../../OrTag-
|
|
20
|
-
import '../../OrIconButton-
|
|
19
|
+
import '../../OrTag-2b9e664b.js';
|
|
20
|
+
import '../../OrIconButton-2ab8fa02.js';
|
|
21
21
|
import '../../OrIcon-d35a84d8.js';
|
|
22
|
-
import '../../OrTooltip-
|
|
22
|
+
import '../../OrTooltip-a32c182a.js';
|
|
@@ -18,7 +18,7 @@ declare const _default: import("vue2").ComponentOptions<import("vue2").default,
|
|
|
18
18
|
'force-state': string | undefined;
|
|
19
19
|
id: string | undefined;
|
|
20
20
|
};
|
|
21
|
-
proxyModelValue: import("
|
|
21
|
+
proxyModelValue: import("../../hooks").UseProxyModelValueReturn<string>;
|
|
22
22
|
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
23
23
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
24
24
|
focus: () => void;
|
|
@@ -127,7 +127,7 @@ declare const _default: import("vue2").ComponentOptions<import("vue2").default,
|
|
|
127
127
|
'force-state': string | undefined;
|
|
128
128
|
id: string | undefined;
|
|
129
129
|
};
|
|
130
|
-
proxyModelValue: import("
|
|
130
|
+
proxyModelValue: import("../../hooks").UseProxyModelValueReturn<string>;
|
|
131
131
|
currentLength: import("@vue/composition-api").ComputedRef<number>;
|
|
132
132
|
maxLength: import("@vue/composition-api").ComputedRef<number | undefined>;
|
|
133
133
|
focus: () => void;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
export { _ as OrTextareaV3 } from '../../OrTextarea-
|
|
1
|
+
export { _ as OrTextareaV3 } from '../../OrTextarea-9221a04a.js';
|
|
2
2
|
export { I as TextareaSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
|
+
import '../../useProxyModelValue-940010d2.js';
|
|
6
7
|
import '@onereach/styles/tailwind.config';
|
|
7
8
|
import 'tailwindcss/resolveConfig';
|
|
8
9
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
@@ -18,8 +18,8 @@ declare const _default: import("vue2").ComponentOptions<import("vue2").default,
|
|
|
18
18
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
19
19
|
popoverStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
20
20
|
initialModelValue: Date;
|
|
21
|
-
proxyModelValue: import("
|
|
22
|
-
draftModelValue: import("@vue/composition-api").Ref<Date
|
|
21
|
+
proxyModelValue: import("../../hooks").UseProxyModelValueReturn<Date>;
|
|
22
|
+
draftModelValue: import("@vue/composition-api").Ref<Date>;
|
|
23
23
|
isInvalidDraftModelValue: import("@vue/composition-api").ComputedRef<boolean>;
|
|
24
24
|
apply: () => void;
|
|
25
25
|
reset: () => void;
|
|
@@ -156,8 +156,8 @@ declare const _default: import("vue2").ComponentOptions<import("vue2").default,
|
|
|
156
156
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
157
157
|
popoverStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
158
158
|
initialModelValue: Date;
|
|
159
|
-
proxyModelValue: import("
|
|
160
|
-
draftModelValue: import("@vue/composition-api").Ref<Date
|
|
159
|
+
proxyModelValue: import("../../hooks").UseProxyModelValueReturn<Date>;
|
|
160
|
+
draftModelValue: import("@vue/composition-api").Ref<Date>;
|
|
161
161
|
isInvalidDraftModelValue: import("@vue/composition-api").ComputedRef<boolean>;
|
|
162
162
|
apply: () => void;
|
|
163
163
|
reset: () => void;
|
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
export { _ as OrTimePickerV3 } from '../../OrTimePicker-
|
|
2
|
-
export { D as TimePickerFormat } from '../../OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
1
|
+
export { _ as OrTimePickerV3 } from '../../OrTimePicker-9c9a44bc.js';
|
|
2
|
+
export { D as TimePickerFormat } from '../../OrDateTimePicker.vue_rollup-plugin-vue_script-729b254d.js';
|
|
3
3
|
export { I as TimePickerSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../../dropdown-open-e1f90e0a.js';
|
|
6
|
-
import '
|
|
6
|
+
import '@vueuse/core';
|
|
7
|
+
import '../../useProxyModelValue-940010d2.js';
|
|
8
|
+
import '@onereach/styles/tailwind.config';
|
|
9
|
+
import 'tailwindcss/resolveConfig';
|
|
10
|
+
import '../../OrDateTimePickerPopoverHeader-5fa89936.js';
|
|
7
11
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
12
|
import '../../OrButton-9622e713.js';
|
|
9
13
|
import '../../OrLoader-b0c381f9.js';
|
|
10
|
-
import '@vueuse/core';
|
|
11
14
|
import '../../OrLabel-63380256.js';
|
|
12
|
-
import '../../OrIconButton-
|
|
15
|
+
import '../../OrIconButton-2ab8fa02.js';
|
|
13
16
|
import '../../OrIcon-d35a84d8.js';
|
|
14
|
-
import '../../OrTooltip-
|
|
15
|
-
import '../../usePopoverState-
|
|
16
|
-
import '
|
|
17
|
-
import 'tailwindcss/resolveConfig';
|
|
18
|
-
import '../../OrPopover-ef16a904.js';
|
|
17
|
+
import '../../OrTooltip-a32c182a.js';
|
|
18
|
+
import '../../usePopoverState-b92c698b.js';
|
|
19
|
+
import '../../OrPopover-71380b24.js';
|
|
19
20
|
import '@floating-ui/dom';
|
|
20
21
|
import '../../useElevation-a50ec347.js';
|
|
21
22
|
import '../../useResponsive-a02e95b7.js';
|
|
22
|
-
import '../../OrBottomSheet-
|
|
23
|
+
import '../../OrBottomSheet-6bc632c4.js';
|
|
23
24
|
import '../../OrOverlay-948346df.js';
|
|
24
25
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
25
26
|
import 'portal-vue';
|
|
26
27
|
import '../../OrMenuItem-6f9b8a93.js';
|
|
27
|
-
import '../../OrMenu-
|
|
28
|
+
import '../../OrMenu-6b3de1c1.js';
|
|
28
29
|
import '../../OrError-4ffc1c39.js';
|
|
29
30
|
import '../../OrHint-aa221198.js';
|
|
30
31
|
import '../../OrInputBox-11227ecd.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-
|
|
1
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-a74e1e20.js';
|
|
2
2
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../useToast-a1332cc2.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
@@ -8,14 +8,14 @@ import 'tailwindcss/resolveConfig';
|
|
|
8
8
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
9
9
|
import 'portal-vue';
|
|
10
10
|
import '../../normalize-component-6e8e3d80.js';
|
|
11
|
-
import '../../OrIconButton-
|
|
11
|
+
import '../../OrIconButton-2ab8fa02.js';
|
|
12
12
|
import '../../OrIcon-d35a84d8.js';
|
|
13
|
-
import '../../OrTooltip-
|
|
14
|
-
import '../../usePopoverState-
|
|
15
|
-
import '../../OrPopover-
|
|
13
|
+
import '../../OrTooltip-a32c182a.js';
|
|
14
|
+
import '../../usePopoverState-b92c698b.js';
|
|
15
|
+
import '../../OrPopover-71380b24.js';
|
|
16
16
|
import '@floating-ui/dom';
|
|
17
17
|
import '../../useResponsive-a02e95b7.js';
|
|
18
|
-
import '../../OrBottomSheet-
|
|
18
|
+
import '../../OrBottomSheet-6bc632c4.js';
|
|
19
19
|
import '../../OrOverlay-948346df.js';
|
|
20
20
|
import '../../OrLoader-b0c381f9.js';
|
|
21
21
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as OrToastContainerV3, t as TypesV3 } from '../../../types-
|
|
1
|
+
export { a as OrToastContainerV3, t as TypesV3 } from '../../../types-a74e1e20.js';
|
|
2
2
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../../useToast-a1332cc2.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
@@ -8,14 +8,14 @@ import 'tailwindcss/resolveConfig';
|
|
|
8
8
|
import '../../../OrTeleport.vue2-424c7f33.js';
|
|
9
9
|
import 'portal-vue';
|
|
10
10
|
import '../../../normalize-component-6e8e3d80.js';
|
|
11
|
-
import '../../../OrIconButton-
|
|
11
|
+
import '../../../OrIconButton-2ab8fa02.js';
|
|
12
12
|
import '../../../OrIcon-d35a84d8.js';
|
|
13
|
-
import '../../../OrTooltip-
|
|
14
|
-
import '../../../usePopoverState-
|
|
15
|
-
import '../../../OrPopover-
|
|
13
|
+
import '../../../OrTooltip-a32c182a.js';
|
|
14
|
+
import '../../../usePopoverState-b92c698b.js';
|
|
15
|
+
import '../../../OrPopover-71380b24.js';
|
|
16
16
|
import '@floating-ui/dom';
|
|
17
17
|
import '../../../useResponsive-a02e95b7.js';
|
|
18
|
-
import '../../../OrBottomSheet-
|
|
18
|
+
import '../../../OrBottomSheet-6bc632c4.js';
|
|
19
19
|
import '../../../OrOverlay-948346df.js';
|
|
20
20
|
import '../../../OrLoader-b0c381f9.js';
|
|
21
21
|
import '../../../style-inject.es-4c6f2515.js';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export { _ as OrTooltipV3 } from '../../OrTooltip-
|
|
2
|
-
export { P as TooltipPlacement } from '../../OrPopover-
|
|
1
|
+
export { _ as OrTooltipV3 } from '../../OrTooltip-a32c182a.js';
|
|
2
|
+
export { P as TooltipPlacement } from '../../OrPopover-71380b24.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
-
import '../../usePopoverState-
|
|
5
|
+
import '../../usePopoverState-b92c698b.js';
|
|
6
6
|
import '@onereach/styles/tailwind.config';
|
|
7
7
|
import 'tailwindcss/resolveConfig';
|
|
8
8
|
import '../../normalize-component-6e8e3d80.js';
|
|
9
9
|
import '@floating-ui/dom';
|
|
10
10
|
import '../../useElevation-a50ec347.js';
|
|
11
11
|
import '../../useResponsive-a02e95b7.js';
|
|
12
|
-
import '../../OrBottomSheet-
|
|
12
|
+
import '../../OrBottomSheet-6bc632c4.js';
|
|
13
13
|
import '../../OrOverlay-948346df.js';
|
|
14
14
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
15
15
|
import 'portal-vue';
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
1
|
+
export * from './useControlAttributes';
|
|
2
|
+
export * from './useElevation';
|
|
3
|
+
export * from './useIdAttribute';
|
|
4
|
+
export * from './useOverflow';
|
|
5
|
+
export * from './usePopoverState';
|
|
6
|
+
export * from './useProxyModelValue';
|
|
7
|
+
export * from './useResponsive';
|
|
8
|
+
export * from './useTheme';
|
|
8
9
|
export { default as useToggle } from './useToggle';
|
|
9
|
-
export
|
|
10
|
+
export * from './useValidationAttributes';
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
export { u as useControlAttributes, a as useIdAttribute } from '../useIdAttribute-859439f0.js';
|
|
2
2
|
export { u as useElevation } from '../useElevation-a50ec347.js';
|
|
3
3
|
export { u as useOverflow } from '../useOverflow-c856b7b7.js';
|
|
4
|
-
export { u as usePopoverState } from '../usePopoverState-
|
|
4
|
+
export { u as usePopoverState } from '../usePopoverState-b92c698b.js';
|
|
5
|
+
export { u as useProxyModelValue } from '../useProxyModelValue-940010d2.js';
|
|
5
6
|
export { u as useResponsive } from '../useResponsive-a02e95b7.js';
|
|
6
7
|
export { u as useTheme } from '../useTheme-e23d13c8.js';
|
|
7
8
|
export { u as useToggle } from '../useToggle-c04fc920.js';
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import { Ref
|
|
2
|
-
export
|
|
1
|
+
import { Ref } from 'vue-demi';
|
|
2
|
+
export type UsePopoverStateEmit = (event: 'update:state' | 'open' | 'close', value?: 'open' | 'closed') => void;
|
|
3
|
+
export type UsePopoverStateOptions = {
|
|
4
|
+
debounce?: number;
|
|
5
|
+
};
|
|
6
|
+
export type UsePopoverStateReturn = {
|
|
3
7
|
state: Ref<'open' | 'closed'>;
|
|
4
8
|
open: () => void;
|
|
5
9
|
close: () => void;
|
|
6
10
|
toggle: () => void;
|
|
7
|
-
}
|
|
8
|
-
export
|
|
9
|
-
debounce?: number;
|
|
10
|
-
}
|
|
11
|
-
export declare function usePopoverState(isOpen: Ref<boolean>, context: SetupContext<('update:state' | 'open' | 'close' | any)[]>, options?: PopoverStateOptions): PopoverState;
|
|
11
|
+
};
|
|
12
|
+
export declare function usePopoverState(isOpen: Ref<boolean>, emit: UsePopoverStateEmit, options?: UsePopoverStateOptions): UsePopoverStateReturn;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Ref, WritableComputedRef } from 'vue-demi';
|
|
2
|
+
export type UseProxyModelValueEmit<T> = (event: 'update:modelValue', value: T) => void;
|
|
3
|
+
export type UseProxyModelValueOptions<T> = {
|
|
4
|
+
defaultValue?: Ref<NonNullable<T>>;
|
|
5
|
+
};
|
|
6
|
+
export type UseProxyModelValueReturn<T> = WritableComputedRef<T>;
|
|
7
|
+
export declare function useProxyModelValue<T>(modelValue: Ref<T>, emit: UseProxyModelValueEmit<T>): UseProxyModelValueReturn<T>;
|
|
8
|
+
export declare function useProxyModelValue<T>(modelValue: Ref<T>, emit: UseProxyModelValueEmit<T>, options: Required<Pick<UseProxyModelValueOptions<T>, 'defaultValue'>>): UseProxyModelValueReturn<NonNullable<T>>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { Config } from 'tailwindcss';
|
|
2
|
-
export
|
|
2
|
+
export type UseThemeReturn = Record<keyof NonNullable<Config['theme']>, Record<string, string>>;
|
|
3
|
+
export declare function useTheme(config?: Config): UseThemeReturn;
|
package/dist/esm/v2/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { O as OR_AVATAR_SIZE, _ as OrAvatar } from './OrAvatar-2b00cd61.js';
|
|
2
2
|
export { a as AvatarColor, A as AvatarSize, _ as OrAvatarV3 } from './OrAvatar-3df48865.js';
|
|
3
|
-
export { B as BottomSheetVariant, _ as OrBottomSheetV3 } from './OrBottomSheet-
|
|
3
|
+
export { B as BottomSheetVariant, _ as OrBottomSheetV3 } from './OrBottomSheet-6bc632c4.js';
|
|
4
4
|
export { _ as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from './OrButton-bafb6cad.js';
|
|
5
5
|
export { _ as OrButtonV2 } from './OrButton-b60290c4.js';
|
|
6
6
|
export { _ as OrIconButton, _ as OrIconButtonV2 } from './OrIconButton-544ee642.js';
|
|
@@ -8,47 +8,46 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
|
|
|
8
8
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from './OrButton-9622e713.js';
|
|
9
9
|
export { _ as OrCard } from './OrCard-c44d9783.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from './OrCardCollection-4eb5c533.js';
|
|
11
|
-
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-
|
|
11
|
+
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-779ba7ca.js';
|
|
12
12
|
export { _ as OrCardV3 } from './OrCard-0da13cbe.js';
|
|
13
|
-
export { _ as OrCarousel } from './OrCarousel-b220cf82.js';
|
|
14
|
-
export { _ as OrCarouselItem } from './OrCarouselItem-c614bab9.js';
|
|
15
13
|
export { _ as OrCheckbox } from './OrCheckbox-91788c22.js';
|
|
16
|
-
export { _ as OrCheckboxGroupV3 } from './OrCheckboxGroup-
|
|
17
|
-
export { _ as OrCheckboxTreeV3, f as flattenDeep } from './OrCheckboxTree-
|
|
18
|
-
export { _ as OrCheckboxV3 } from './OrCheckbox-
|
|
14
|
+
export { _ as OrCheckboxGroupV3 } from './OrCheckboxGroup-4e6dbdd3.js';
|
|
15
|
+
export { _ as OrCheckboxTreeV3, f as flattenDeep } from './OrCheckboxTree-ba023624.js';
|
|
16
|
+
export { _ as OrCheckboxV3 } from './OrCheckbox-43615f70.js';
|
|
19
17
|
export { _ as OrChip } from './OrChip-a614bbb9.js';
|
|
20
18
|
export { _ as OrChips } from './OrChips-bdf51639.js';
|
|
21
19
|
export { _ as OrCode, O as OrCodeLanguages } from './OrCode-cbd05828.js';
|
|
20
|
+
export { C as CodeLanguage, _ as OrCodeV3 } from './OrCode-26295220.js';
|
|
22
21
|
export { _ as OrCollapse } from './OrCollapse-9b5d590f.js';
|
|
23
22
|
export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-5370585d.js';
|
|
24
23
|
export { _ as OrCombinedInputV3 } from './OrCombinedInput-ed20e33b.js';
|
|
25
24
|
export { _ as OrInputBoxV3 } from './OrInputBox-11227ecd.js';
|
|
26
25
|
export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, I as SearchSize, I as SelectSize, I as TagInputSize, I as TextareaSize, I as TimePickerSize } from './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
27
26
|
export { _ as OrConfirm } from './OrConfirm-f4eec5b2.js';
|
|
28
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
29
|
-
export { _ as OrDatePickerV3 } from './OrDatePicker-
|
|
27
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-cda74328.js';
|
|
28
|
+
export { _ as OrDatePickerV3 } from './OrDatePicker-a4f95898.js';
|
|
30
29
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-fb410167.js';
|
|
31
|
-
export { _ as OrDateTimePickerV3 } from './OrDateTimePicker-
|
|
32
|
-
export { D as DateTimePickerTimeFormat, D as TimePickerFormat } from './OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
30
|
+
export { _ as OrDateTimePickerV3 } from './OrDateTimePicker-99d3445b.js';
|
|
31
|
+
export { D as DateTimePickerTimeFormat, D as TimePickerFormat } from './OrDateTimePicker.vue_rollup-plugin-vue_script-729b254d.js';
|
|
33
32
|
export { E as EmptyStateSize, _ as OrEmptyStateV3 } from './OrEmptyState-2d3fd68d.js';
|
|
34
33
|
export { _ as OrError } from './OrError-efc74907.js';
|
|
35
34
|
export { _ as OrErrorTagV3 } from './OrErrorTag-a55ae01a.js';
|
|
36
35
|
export { _ as OrErrorV3 } from './OrError-4ffc1c39.js';
|
|
37
|
-
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from './OrExpansionPanel-
|
|
36
|
+
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from './OrExpansionPanel-acfffe82.js';
|
|
38
37
|
export { F as FabColor, _ as OrFabV3 } from './OrFab-f3a590c0.js';
|
|
39
38
|
export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from './OrFloating-e7ac7618.js';
|
|
40
39
|
export { F as FormGroupDirection, _ as OrFormGroupV3 } from './OrFormGroup-29a514db.js';
|
|
41
40
|
export { _ as OrHint } from './OrHint-7eadc91e.js';
|
|
42
41
|
export { _ as OrHintV3 } from './OrHint-aa221198.js';
|
|
43
42
|
export { _ as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-fa826b6b.js';
|
|
44
|
-
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-
|
|
43
|
+
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-2ab8fa02.js';
|
|
45
44
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, _ as OrIconV3 } from './OrIcon-d35a84d8.js';
|
|
46
45
|
export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from './OrInlineInputBox-19b49ee6.js';
|
|
47
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-
|
|
46
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-0c62b3a6.js';
|
|
48
47
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-f52267aa.js';
|
|
49
|
-
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-
|
|
48
|
+
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-c24708a7.js';
|
|
50
49
|
export { _ as OrInput } from './OrInput-014d2e47.js';
|
|
51
|
-
export { I as InputType, _ as OrInputV3 } from './OrInput-
|
|
50
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-dcb61699.js';
|
|
52
51
|
export { _ as OrLabel } from './OrLabel-fcceec1b.js';
|
|
53
52
|
export { L as LabelVariant, _ as OrLabelV3 } from './OrLabel-63380256.js';
|
|
54
53
|
export { L as LinkColor, _ as OrLinkV3 } from './OrLink-3679a61f.js';
|
|
@@ -57,32 +56,32 @@ export { _ as OrListOfInputs } from './OrListOfInputs-9b7522fa.js';
|
|
|
57
56
|
export { L as LoaderViews, _ as OrLoader } from './OrLoader-0cc7c73e.js';
|
|
58
57
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from './OrLoader-b0c381f9.js';
|
|
59
58
|
export { _ as OrMenuItemV3 } from './OrMenuItem-6f9b8a93.js';
|
|
60
|
-
export { _ as OrMenuV3 } from './OrMenu-
|
|
61
|
-
export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-
|
|
59
|
+
export { _ as OrMenuV3 } from './OrMenu-6b3de1c1.js';
|
|
60
|
+
export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-71380b24.js';
|
|
62
61
|
export { _ as OrModal, O as OrModalSizes } from './OrModal-206611f2.js';
|
|
63
|
-
export { M as ModalSize, _ as OrModalV3 } from './OrModal-
|
|
62
|
+
export { M as ModalSize, _ as OrModalV3 } from './OrModal-abc3b1d9.js';
|
|
64
63
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from './OrNotification-44bc1f50.js';
|
|
65
|
-
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-
|
|
64
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-5b7028d7.js';
|
|
66
65
|
export { _ as OrNumberInput } from './OrNumberInput-fcbcf229.js';
|
|
67
66
|
export { _ as OrOverflowMenu } from './OrOverflowMenu-e3ae75a3.js';
|
|
68
67
|
export { _ as OrOverlay } from './OrOverlay-ccec2218.js';
|
|
69
68
|
export { _ as OrOverlayV3 } from './OrOverlay-948346df.js';
|
|
70
|
-
export { _ as OrPaginationV3 } from './OrPagination-
|
|
69
|
+
export { _ as OrPaginationV3 } from './OrPagination-4ece4568.js';
|
|
71
70
|
export { _ as OrPassword } from './OrPassword-681f8c53.js';
|
|
72
71
|
export { _ as OrProgress, O as OrProgressColors, a as OrProgressTypes } from './OrProgress-65968c24.js';
|
|
73
72
|
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-e079e857.js';
|
|
74
73
|
export { _ as OrRadio } from './OrRadio-811ad5a4.js';
|
|
75
74
|
export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
|
|
76
|
-
export { _ as OrRadioGroupV3 } from './OrRadioGroup-
|
|
77
|
-
export { _ as OrRadioV3 } from './OrRadio-
|
|
75
|
+
export { _ as OrRadioGroupV3 } from './OrRadioGroup-d1c2e460.js';
|
|
76
|
+
export { _ as OrRadioV3 } from './OrRadio-b32dfbfe.js';
|
|
78
77
|
export { _ as OrSearch } from './OrSearch-e2941d35.js';
|
|
79
|
-
export { _ as OrSearchV3 } from './OrSearch-
|
|
80
|
-
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-
|
|
78
|
+
export { _ as OrSearchV3 } from './OrSearch-879c7656.js';
|
|
79
|
+
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-d4e32f80.js';
|
|
81
80
|
export { _ as OrSelect } from './OrSelect-49239b74.js';
|
|
82
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
81
|
+
export { _ as OrSelectV3 } from './OrSelect-01d61a9a.js';
|
|
83
82
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-c56a9221.js';
|
|
84
|
-
export { _ as OrSidebarV3 } from './OrSidebar-
|
|
85
|
-
export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-
|
|
83
|
+
export { _ as OrSidebarV3 } from './OrSidebar-bd385865.js';
|
|
84
|
+
export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-49da331a.js';
|
|
86
85
|
export { _ as OrSkeletonCircle } from './OrSkeletonCircle-c4bf0e34.js';
|
|
87
86
|
export { _ as OrSkeletonRect } from './OrSkeletonRect-79162a84.js';
|
|
88
87
|
export { _ as OrSkeletonText } from './OrSkeletonText-bd5d97bb.js';
|
|
@@ -91,38 +90,39 @@ export { _ as OrSkeletonCircleV3 } from './OrSkeletonCircle-3419b04d.js';
|
|
|
91
90
|
export { _ as OrSkeletonRectV3 } from './OrSkeletonRect-7057bc1c.js';
|
|
92
91
|
export { _ as OrSkeletonTextV3 } from './OrSkeletonText-6c00f797.js';
|
|
93
92
|
export { _ as OrSlider } from './OrSlider-529730ed.js';
|
|
94
|
-
export { _ as OrSortHeaderV3 } from './OrSortHeader-
|
|
93
|
+
export { _ as OrSortHeaderV3 } from './OrSortHeader-46a92f09.js';
|
|
95
94
|
export { _ as OrStepper } from './OrStepper-3707ec50.js';
|
|
96
95
|
export { _ as OrSwitch } from './OrSwitch-75458852.js';
|
|
97
|
-
export { _ as OrSwitchV3 } from './OrSwitch-
|
|
96
|
+
export { _ as OrSwitchV3 } from './OrSwitch-e49ce2d8.js';
|
|
98
97
|
export { _ as OrTab } from './OrTab-58821c9b.js';
|
|
99
98
|
export { _ as OrTabHeaderItem } from './OrTabHeaderItem-424f2986.js';
|
|
100
99
|
export { _ as OrTabV3 } from './OrTab-5b198746.js';
|
|
101
100
|
export { _ as OrTabs } from './OrTabs-62e7e478.js';
|
|
102
|
-
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-
|
|
101
|
+
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-f9c88893.js';
|
|
103
102
|
export { _ as OrTag } from './OrTag-54778d09.js';
|
|
104
|
-
export { _ as OrTagInputV3 } from './OrTagInput-
|
|
105
|
-
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-
|
|
106
|
-
export { _ as OrTagsV3 } from './OrTags-
|
|
103
|
+
export { _ as OrTagInputV3 } from './OrTagInput-1548f007.js';
|
|
104
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-2b9e664b.js';
|
|
105
|
+
export { _ as OrTagsV3 } from './OrTags-25a70212.js';
|
|
107
106
|
export { _ as OrTeleport } from './OrTeleport.vue2-f0c16c71.js';
|
|
108
107
|
export { _ as OrTeleportV3 } from './OrTeleport.vue2-424c7f33.js';
|
|
109
108
|
export { _ as OrTextV3 } from './OrText-44449e7b.js';
|
|
110
109
|
export { _ as OrTextarea } from './OrTextarea-d36f4ec6.js';
|
|
111
|
-
export { _ as OrTextareaV3 } from './OrTextarea-
|
|
110
|
+
export { _ as OrTextareaV3 } from './OrTextarea-9221a04a.js';
|
|
112
111
|
export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-a937432f.js';
|
|
113
|
-
export { _ as OrTimePickerV3 } from './OrTimePicker-
|
|
112
|
+
export { _ as OrTimePickerV3 } from './OrTimePicker-9c9a44bc.js';
|
|
114
113
|
export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-7017d12b.js';
|
|
115
114
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-b5ea5cb2.js';
|
|
116
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-
|
|
115
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-a74e1e20.js';
|
|
117
116
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-a1332cc2.js';
|
|
118
117
|
export { _ as OrTooltip } from './OrTooltip-0bbf1ed5.js';
|
|
119
118
|
export { _ as OrTooltipContent } from './OrTooltipContent-57a25502.js';
|
|
120
|
-
export { _ as OrTooltipV3 } from './OrTooltip-
|
|
119
|
+
export { _ as OrTooltipV3 } from './OrTooltip-a32c182a.js';
|
|
121
120
|
export { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e1f90e0a.js';
|
|
122
121
|
export { u as useControlAttributes, a as useIdAttribute } from './useIdAttribute-859439f0.js';
|
|
123
122
|
export { u as useElevation } from './useElevation-a50ec347.js';
|
|
124
123
|
export { u as useOverflow } from './useOverflow-c856b7b7.js';
|
|
125
|
-
export { u as usePopoverState } from './usePopoverState-
|
|
124
|
+
export { u as usePopoverState } from './usePopoverState-b92c698b.js';
|
|
125
|
+
export { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
126
126
|
export { u as useResponsive } from './useResponsive-a02e95b7.js';
|
|
127
127
|
export { u as useTheme } from './useTheme-e23d13c8.js';
|
|
128
128
|
export { u as useToggle } from './useToggle-c04fc920.js';
|
|
@@ -135,8 +135,6 @@ import '@vueuse/core';
|
|
|
135
135
|
import '@onereach/styles/tailwind.config';
|
|
136
136
|
import 'tailwindcss/resolveConfig';
|
|
137
137
|
import './OrButton.vue_rollup-plugin-vue_styles.0-3b064042.js';
|
|
138
|
-
import '@splidejs/splide';
|
|
139
|
-
import '@splidejs/splide/dist/css/splide.min.css';
|
|
140
138
|
import './OrChips.vue_rollup-plugin-vue_styles.0-af9f8d87.js';
|
|
141
139
|
import '@codemirror/state';
|
|
142
140
|
import '@codemirror/view';
|
|
@@ -154,7 +152,7 @@ import './dom-f1d55b67.js';
|
|
|
154
152
|
import 'lodash/isElement';
|
|
155
153
|
import 'lodash/get';
|
|
156
154
|
import '@vueuse/math';
|
|
157
|
-
import './OrDateTimePickerPopoverHeader-
|
|
155
|
+
import './OrDateTimePickerPopoverHeader-5fa89936.js';
|
|
158
156
|
import 'lodash/padStart';
|
|
159
157
|
import '@floating-ui/dom';
|
|
160
158
|
import './OrTooltip.vue_rollup-plugin-vue_styles.0-47985d95.js';
|
|
@@ -5,7 +5,7 @@ import '@onereach/styles/tailwind.config';
|
|
|
5
5
|
import 'tailwindcss/resolveConfig';
|
|
6
6
|
import { _ as __vue_component__$4 } from './OrTeleport.vue2-424c7f33.js';
|
|
7
7
|
import { T as ToastType, P as PositionsX, b as PositionsY, c as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-a1332cc2.js';
|
|
8
|
-
import { _ as __vue_component__$2 } from './OrIconButton-
|
|
8
|
+
import { _ as __vue_component__$2 } from './OrIconButton-2ab8fa02.js';
|
|
9
9
|
import { _ as __vue_component__$3 } from './OrLoader-b0c381f9.js';
|
|
10
10
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
11
11
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { debouncedRef } from '@vueuse/core';
|
|
2
2
|
import { ref, watch } from 'vue-demi';
|
|
3
3
|
|
|
4
|
-
// TODO: Remove type `any` (https://github.com/microsoft/TypeScript/issues/27808)
|
|
5
4
|
// TODO: Use `defineEmits` after migration to Vue 3
|
|
6
|
-
function usePopoverState(isOpen,
|
|
5
|
+
function usePopoverState(isOpen, emit) {
|
|
6
|
+
let options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
|
|
7
7
|
// State
|
|
8
8
|
const state = ref(isOpen.value ? 'open' : 'closed');
|
|
9
9
|
watch(isOpen, value => {
|
|
10
10
|
state.value = value ? 'open' : 'closed';
|
|
11
11
|
});
|
|
12
|
-
const debouncedState =
|
|
12
|
+
const debouncedState = options.debounce ? debouncedRef(state, options.debounce) : state;
|
|
13
13
|
watch(debouncedState, value => {
|
|
14
|
-
|
|
14
|
+
emit('update:state', value);
|
|
15
15
|
switch (value) {
|
|
16
16
|
case 'open':
|
|
17
|
-
|
|
17
|
+
emit('open');
|
|
18
18
|
break;
|
|
19
19
|
case 'closed':
|
|
20
|
-
|
|
20
|
+
emit('close');
|
|
21
21
|
break;
|
|
22
22
|
}
|
|
23
23
|
});
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { computed } from 'vue-demi';
|
|
2
|
+
|
|
3
|
+
function useProxyModelValue(modelValue, emit) {
|
|
4
|
+
let options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
|
|
5
|
+
const {
|
|
6
|
+
defaultValue
|
|
7
|
+
} = options;
|
|
8
|
+
if (defaultValue) {
|
|
9
|
+
return computed({
|
|
10
|
+
get: () => {
|
|
11
|
+
var _a;
|
|
12
|
+
return (_a = modelValue.value) !== null && _a !== void 0 ? _a : defaultValue.value;
|
|
13
|
+
},
|
|
14
|
+
set: value => {
|
|
15
|
+
emit('update:modelValue', value);
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
return computed({
|
|
20
|
+
get: () => {
|
|
21
|
+
return modelValue.value;
|
|
22
|
+
},
|
|
23
|
+
set: value => {
|
|
24
|
+
emit('update:modelValue', value);
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export { useProxyModelValue as u };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { usePointerSwipe, onClickOutside, SwipeDirection } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, toRef, watch, unref } from 'vue-demi';
|
|
3
|
-
import { u as usePopoverState } from './usePopoverState-
|
|
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 './OrOverlay-489fdf76.js';
|
|
@@ -83,7 +83,7 @@ var script = defineComponent({
|
|
|
83
83
|
open,
|
|
84
84
|
close,
|
|
85
85
|
toggle
|
|
86
|
-
} = usePopoverState(toRef(props, 'isOpen'), context);
|
|
86
|
+
} = usePopoverState(toRef(props, 'isOpen'), context.emit);
|
|
87
87
|
const fullscreen = ref(false);
|
|
88
88
|
watch(state, value => {
|
|
89
89
|
if (value === 'closed') {
|