@onereach/ui-components 8.2.0 → 8.2.1-beta.3640.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/components/OrBottomSheetV3/OrBottomSheet.js +1 -1
- package/dist/bundled/v2/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +1 -1
- package/dist/bundled/v2/components/OrCheckboxTreeV3/OrCheckboxTree.js +1 -1
- package/dist/bundled/v2/components/OrCode/OrCode.js +1 -1
- package/dist/bundled/v2/components/OrColorPicker/OrColorPicker.js +2 -2
- package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +3 -3
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +3 -3
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +2 -2
- package/dist/bundled/v2/components/OrDateRangePickerV3/OrDateRangePicker.js +2 -2
- package/dist/bundled/v2/components/OrDateTimePicker/OrDateTimePicker.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +3 -3
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +3 -3
- package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +1 -1
- package/dist/bundled/v2/components/OrListV3/OrList.js +1 -1
- package/dist/bundled/v2/components/OrListV3/index.js +1 -1
- package/dist/bundled/v2/components/OrLoaderV3/OrLoader.js +1 -1
- package/dist/bundled/v2/components/OrModal/OrModal.js +2 -2
- package/dist/bundled/v2/components/OrOverflowMenu/OrOverflowMenu.js +2 -2
- package/dist/bundled/v2/components/OrOverlayV3/OrOverlay.js +1 -1
- package/dist/bundled/v2/components/OrPassword/OrPassword.js +1 -1
- package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +1 -1
- package/dist/bundled/v2/components/OrProgressV3/OrProgress.js +1 -1
- package/dist/bundled/v2/components/OrRangeSliderV3/OrRangeSlider.js +245 -0
- package/dist/bundled/v2/components/OrRangeSliderV3/OrRangeSlider.vue.d.ts +136 -0
- package/dist/bundled/v2/components/OrRangeSliderV3/index.d.ts +2 -0
- package/dist/bundled/v2/components/OrRangeSliderV3/index.js +2 -0
- package/dist/bundled/v2/components/OrRangeSliderV3/props.d.ts +1 -0
- package/dist/bundled/v2/components/OrRangeSliderV3/props.js +1 -0
- package/dist/bundled/v2/components/OrRangeSliderV3/styles.d.ts +14 -0
- package/dist/bundled/v2/components/OrRangeSliderV3/styles.js +97 -0
- package/dist/bundled/v2/components/OrResizeablePanelV3/OrResizeablePanel.js +1 -1
- package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +2 -2
- package/dist/bundled/v2/components/OrSearch/OrSearch.js +1 -1
- package/dist/bundled/v2/components/OrSearchV3/OrSearch.js +1 -1
- package/dist/bundled/v2/components/OrSelect/OrSelect.js +1 -1
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +1 -1
- package/dist/bundled/v2/components/OrSidebar/OrSidebar.js +1 -1
- package/dist/bundled/v2/components/OrSlider/OrSlider.js +1 -1
- package/dist/bundled/v2/components/OrSliderV3/OrSlider.js +186 -0
- package/dist/bundled/v2/components/OrSliderV3/OrSlider.vue.d.ts +122 -0
- package/dist/bundled/v2/components/OrSliderV3/index.d.ts +2 -0
- package/dist/bundled/v2/components/OrSliderV3/index.js +2 -0
- package/dist/bundled/v2/components/OrSliderV3/props.d.ts +8 -0
- package/dist/bundled/v2/components/OrSliderV3/props.js +12 -0
- package/dist/bundled/v2/components/OrSliderV3/styles.d.ts +12 -0
- package/dist/bundled/v2/components/OrSliderV3/styles.js +92 -0
- package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +1 -1
- package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.js +1 -1
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +2 -2
- package/dist/bundled/v2/components/OrTimeRangePickerV3/OrTimeRangePicker.js +2 -2
- package/dist/bundled/v2/components/OrToast/Timer.js +1 -1
- package/dist/bundled/v2/components/OrToast/composable/useToastEventBus.js +2 -2
- package/dist/bundled/v2/components/OrToastContainer/OrToastContainer.js +1 -1
- package/dist/bundled/v2/components/OrToastContainerV3/OrToastContainer.js +1 -1
- package/dist/bundled/v2/components/OrToastV3/Timer.js +1 -1
- package/dist/bundled/v2/components/OrToastV3/composable/useToastEventBus.js +2 -2
- package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.js +6 -2
- package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.vue.d.ts +11 -0
- package/dist/bundled/v2/components/OrTreeV3/OrTree.js +1 -1
- package/dist/bundled/v2/components/index.d.ts +2 -0
- package/dist/bundled/v2/components/index.js +7 -4
- package/dist/bundled/v2/hooks/useOverflow.js +1 -1
- package/dist/bundled/v2/hooks/usePopoverState.js +1 -1
- package/dist/bundled/v2/hooks/useResponsive/useResponsive.js +1 -1
- package/dist/bundled/v2/{index-210a7ab2.js → index-39fe2838.js} +2 -1
- package/dist/bundled/v2/{index-bd1d316d.js → index-adc8aac4.js} +1 -1
- package/dist/bundled/v2/{index-a77d7adf.js → index-f29777b6.js} +2 -2
- package/dist/bundled/v2/index.js +8 -5
- package/dist/bundled/v2/{useFocusTrap-dad25115.js → useFocusTrap-1bc572f0.js} +2 -2
- package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-39b7912c.js → OrBottomSheet.vue_vue_type_script_lang-8125362b.js} +2 -2
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-0f7bda53.js → OrButton.vue_vue_type_script_lang-2ec4da42.js} +1 -1
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-4bbd52e3.js → OrCardCollection.vue_vue_type_script_lang-417aadd9.js} +1 -1
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-57870016.js → OrCardCollection.vue_vue_type_script_lang-800d3d73.js} +3 -3
- package/dist/bundled/v3/{OrCheckboxGroup.vue_vue_type_script_lang-affca216.js → OrCheckboxGroup.vue_vue_type_script_lang-038398e8.js} +1 -1
- package/dist/bundled/v3/{OrCheckboxTree.vue_vue_type_script_lang-887981cc.js → OrCheckboxTree.vue_vue_type_script_lang-d04a8b5d.js} +2 -2
- package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-3a6280cf.js → OrCode.vue_vue_type_script_lang-a24a226f.js} +2 -2
- package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-ea765e93.js → OrCode.vue_vue_type_script_lang-a5344989.js} +2 -2
- package/dist/bundled/v3/{OrColorPicker.vue_vue_type_script_lang-ae778af6.js → OrColorPicker.vue_vue_type_script_lang-fefa6bd8.js} +2 -2
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-a2a7b876.js → OrConfirm.vue_vue_type_script_lang-32893b65.js} +6 -6
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-9ed9ba84.js → OrConfirm.vue_vue_type_script_lang-8635648d.js} +4 -4
- package/dist/bundled/v3/{OrContextMenu.vue_vue_type_script_lang-1e05a4d2.js → OrContextMenu.vue_vue_type_script_lang-4302053a.js} +1 -1
- package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-bdcae5b0.js → OrDatePicker.vue_vue_type_script_lang-7bf77750.js} +5 -5
- package/dist/bundled/v3/{OrDateRangePicker.vue_vue_type_script_lang-209eed10.js → OrDateRangePicker.vue_vue_type_script_lang-2ae06e4c.js} +4 -4
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-f8bfbd4f.js → OrDateTimePicker.vue_vue_type_script_lang-03d9acba.js} +7 -7
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-a4f4d0dd.js → OrDateTimePicker.vue_vue_type_script_lang-b69e0100.js} +1 -1
- package/dist/bundled/v3/{OrDateTimePickerMonthSelect.vue_vue_type_script_lang-ee15fb04.js → OrDateTimePickerMonthSelect.vue_vue_type_script_lang-951355b0.js} +3 -3
- package/dist/bundled/v3/{OrDateTimePickerPopoverHeader-4ee10843.js → OrDateTimePickerPopoverHeader-5afb5cb6.js} +2 -2
- package/dist/bundled/v3/{OrDateTimePickerPopoverHeader.vue_vue_type_script_lang-5a72a5a0.js → OrDateTimePickerPopoverHeader.vue_vue_type_script_lang-e1e72065.js} +1 -1
- package/dist/bundled/v3/{OrDateTimePickerTimeSelect-bf55ed14.js → OrDateTimePickerTimeSelect-fa69d6bc.js} +1 -1
- package/dist/bundled/v3/{OrDateTimePickerTimeSelect.vue_vue_type_script_lang-8e7b9eba.js → OrDateTimePickerTimeSelect.vue_vue_type_script_lang-83d6af6c.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-58170753.js → OrIconButton.vue_vue_type_script_lang-dc078574.js} +1 -1
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-42dd8f7e.js → OrInlineInput.vue_vue_type_script_lang-efbfd166.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextEdit.vue_vue_type_script_lang-3efb497c.js → OrInlineTextEdit.vue_vue_type_script_lang-ae2c5e4c.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-7fbaed2a.js → OrInlineTextarea.vue_vue_type_script_lang-6ed5261f.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-af907c8c.js → OrInput.vue_vue_type_script_lang-98ef7291.js} +2 -2
- package/dist/bundled/v3/{OrList.vue_vue_type_script_lang-58a6b8ae.js → OrList.vue_vue_type_script_lang-9ccd7172.js} +1 -1
- package/dist/bundled/v3/{OrLoader.vue_vue_type_script_lang-e4fbf869.js → OrLoader.vue_vue_type_script_lang-7459ba26.js} +1 -1
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-74df3ea9.js → OrMenu.vue_vue_type_script_lang-f11fa811.js} +1 -1
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-a7ac4ac5.js → OrModal.vue_vue_type_script_lang-0900c482.js} +2 -2
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-4f268651.js → OrModal.vue_vue_type_script_lang-760e81a9.js} +2 -2
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-1f20d97d.js → OrNotification.vue_vue_type_script_lang-358a8c8f.js} +1 -1
- package/dist/bundled/v3/{OrOverflowMenu.vue_vue_type_script_lang-fa75e033.js → OrOverflowMenu.vue_vue_type_script_lang-d6a366b4.js} +2 -2
- package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-5a649386.js → OrOverlay.vue_vue_type_script_lang-0e2b6542.js} +1 -1
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-1e3d2c6d.js → OrPagination.vue_vue_type_script_lang-0a7b45ee.js} +2 -2
- package/dist/bundled/v3/{OrPassword.vue_vue_type_script_lang-5cacdf5e.js → OrPassword.vue_vue_type_script_lang-4eb18564.js} +1 -1
- package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-8422f18e.js → OrPopover.vue_vue_type_script_lang-89baa0c9.js} +2 -2
- package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-be01a967.js → OrProgress.vue_vue_type_script_lang-21e31192.js} +1 -1
- package/dist/bundled/v3/OrRangeSlider.vue_vue_type_script_lang-e9e70bbe.js +152 -0
- package/dist/bundled/v3/{OrResizeablePanel.vue_vue_type_script_lang-dcba3a56.js → OrResizeablePanel.vue_vue_type_script_lang-9bbd20fa.js} +2 -2
- package/dist/bundled/v3/{OrRichTextEditor.vue_vue_type_script_lang-f88bde64.js → OrRichTextEditor.vue_vue_type_script_lang-bf036571.js} +8 -8
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-176bb9fa.js → OrSearch.vue_vue_type_script_lang-ccdc384e.js} +2 -2
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-89527d71.js → OrSearch.vue_vue_type_script_lang-d1f7c334.js} +1 -1
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-a4d17559.js → OrSelect.vue_vue_type_script_lang-95e88b3b.js} +1 -1
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-58ed2384.js → OrSelect.vue_vue_type_script_lang-d41fe97f.js} +6 -6
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-f69f92ca.js → OrSidebar.vue_vue_type_script_lang-5cdae1e4.js} +1 -1
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-57ab330d.js → OrSidebar.vue_vue_type_script_lang-c9607d4f.js} +1 -1
- package/dist/bundled/v3/{OrSlider.vue_vue_type_script_lang-207c0596.js → OrSlider.vue_vue_type_script_lang-777879e0.js} +1 -1
- package/dist/bundled/v3/OrSlider.vue_vue_type_script_lang-96ddba59.js +114 -0
- package/dist/bundled/v3/{OrSorting.vue_vue_type_script_lang-786e3d6b.js → OrSorting.vue_vue_type_script_lang-e22393ba.js} +2 -2
- package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-032fd11a.js → OrSwitch.vue_vue_type_script_lang-c117cd4c.js} +1 -1
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-9c4da61c.js → OrTabs.vue_vue_type_script_lang-8d55d906.js} +2 -2
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-68dfde87.js → OrTag.vue_vue_type_script_lang-13157498.js} +1 -1
- package/dist/bundled/v3/{OrTagInput.vue_vue_type_script_lang-703ca4c0.js → OrTagInput.vue_vue_type_script_lang-13cf2e64.js} +3 -3
- package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-df64b42f.js → OrTags.vue_vue_type_script_lang-ff60f3fc.js} +3 -3
- package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-35091c83.js → OrTimePicker.vue_vue_type_script_lang-a9992a9a.js} +5 -5
- package/dist/bundled/v3/{OrTimeRangePicker.vue_vue_type_script_lang-8a459e34.js → OrTimeRangePicker.vue_vue_type_script_lang-28686ff3.js} +4 -4
- package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-ccc99bf4.js → OrToastContainer.vue_vue_type_script_lang-b474df01.js} +1 -1
- package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-45788e80.js → OrToastContainer.vue_vue_type_script_lang-bb6ef8da.js} +1 -1
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-de235304.js → OrTooltip.vue_vue_type_script_lang-491196cd.js} +5 -1
- package/dist/bundled/v3/{OrTree.vue_vue_type_script_lang-661610fa.js → OrTree.vue_vue_type_script_lang-d3b62b95.js} +2 -2
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +2 -2
- package/dist/bundled/v3/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +1 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/index.js +1 -1
- package/dist/bundled/v3/components/OrButtonV3/OrButton.js +2 -2
- package/dist/bundled/v3/components/OrButtonV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.js +2 -2
- package/dist/bundled/v3/components/OrCardCollection/index.js +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +2 -2
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +2 -2
- package/dist/bundled/v3/components/OrCheckboxGroupV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +2 -2
- package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCode/OrCode.js +2 -2
- package/dist/bundled/v3/components/OrCode/index.js +1 -1
- package/dist/bundled/v3/components/OrCodeV3/OrCode.js +2 -2
- package/dist/bundled/v3/components/OrCodeV3/index.js +1 -1
- package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.js +2 -2
- package/dist/bundled/v3/components/OrColorPicker/index.js +1 -1
- package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +2 -2
- package/dist/bundled/v3/components/OrConfirm/index.js +1 -1
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +2 -2
- package/dist/bundled/v3/components/OrConfirmV3/index.js +1 -1
- package/dist/bundled/v3/components/OrContextMenuV3/OrContextMenu.js +2 -2
- package/dist/bundled/v3/components/OrContextMenuV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +2 -2
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateRangePickerV3/OrDateRangePicker.js +2 -2
- package/dist/bundled/v3/components/OrDateRangePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.js +2 -2
- package/dist/bundled/v3/components/OrDateTimePicker/index.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +2 -2
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +4 -4
- 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 +2 -2
- package/dist/bundled/v3/components/OrIconButtonV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +2 -2
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.js +2 -2
- package/dist/bundled/v3/components/OrInlineTextEdit/index.js +1 -1
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +2 -2
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +2 -2
- package/dist/bundled/v3/components/OrInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrListV3/OrList.js +2 -2
- package/dist/bundled/v3/components/OrListV3/index.js +1 -1
- package/dist/bundled/v3/components/OrLoaderV3/OrLoader.js +2 -2
- package/dist/bundled/v3/components/OrLoaderV3/index.js +1 -1
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +2 -2
- package/dist/bundled/v3/components/OrMenuV3/index.js +1 -1
- package/dist/bundled/v3/components/OrModal/OrModal.js +2 -2
- package/dist/bundled/v3/components/OrModal/index.js +1 -1
- package/dist/bundled/v3/components/OrModalV3/OrModal.js +2 -2
- package/dist/bundled/v3/components/OrModalV3/index.js +1 -1
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +2 -2
- package/dist/bundled/v3/components/OrNotificationV3/index.js +1 -1
- package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.js +2 -2
- package/dist/bundled/v3/components/OrOverflowMenu/index.js +1 -1
- package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.js +2 -2
- package/dist/bundled/v3/components/OrOverlayV3/index.js +1 -1
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +2 -2
- package/dist/bundled/v3/components/OrPaginationV3/index.js +1 -1
- package/dist/bundled/v3/components/OrPassword/OrPassword.js +2 -2
- package/dist/bundled/v3/components/OrPassword/index.js +1 -1
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +2 -2
- package/dist/bundled/v3/components/OrPopoverV3/index.js +1 -1
- package/dist/bundled/v3/components/OrProgressV3/OrProgress.js +2 -2
- package/dist/bundled/v3/components/OrProgressV3/index.js +1 -1
- package/dist/bundled/v3/components/OrRangeSliderV3/OrRangeSlider.js +71 -0
- package/dist/bundled/v3/components/OrRangeSliderV3/OrRangeSlider.vue.d.ts +95 -0
- package/dist/bundled/v3/components/OrRangeSliderV3/index.d.ts +2 -0
- package/dist/bundled/v3/components/OrRangeSliderV3/index.js +2 -0
- package/dist/bundled/v3/components/OrRangeSliderV3/props.d.ts +1 -0
- package/dist/bundled/v3/components/OrRangeSliderV3/props.js +1 -0
- package/dist/bundled/v3/components/OrRangeSliderV3/styles.d.ts +14 -0
- package/dist/bundled/v3/components/OrRangeSliderV3/styles.js +97 -0
- package/dist/bundled/v3/components/OrResizeablePanelV3/OrResizeablePanel.js +2 -2
- package/dist/bundled/v3/components/OrResizeablePanelV3/index.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +2 -2
- package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSearch/OrSearch.js +2 -2
- package/dist/bundled/v3/components/OrSearch/index.js +1 -1
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +2 -2
- package/dist/bundled/v3/components/OrSearchV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSelect/OrSelect.js +2 -2
- package/dist/bundled/v3/components/OrSelect/index.js +1 -1
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +2 -2
- package/dist/bundled/v3/components/OrSelectV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSidebar/OrSidebar.js +2 -2
- package/dist/bundled/v3/components/OrSidebar/index.js +1 -1
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +2 -2
- package/dist/bundled/v3/components/OrSidebarV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSlider/OrSlider.js +2 -2
- package/dist/bundled/v3/components/OrSlider/index.js +1 -1
- package/dist/bundled/v3/components/OrSliderV3/OrSlider.js +51 -0
- package/dist/bundled/v3/components/OrSliderV3/OrSlider.vue.d.ts +88 -0
- package/dist/bundled/v3/components/OrSliderV3/index.d.ts +2 -0
- package/dist/bundled/v3/components/OrSliderV3/index.js +2 -0
- package/dist/bundled/v3/components/OrSliderV3/props.d.ts +8 -0
- package/dist/bundled/v3/components/OrSliderV3/props.js +12 -0
- package/dist/bundled/v3/components/OrSliderV3/styles.d.ts +12 -0
- package/dist/bundled/v3/components/OrSliderV3/styles.js +92 -0
- package/dist/bundled/v3/components/OrSortingV3/OrSorting.js +2 -2
- package/dist/bundled/v3/components/OrSortingV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.js +2 -2
- package/dist/bundled/v3/components/OrSwitchV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +2 -2
- package/dist/bundled/v3/components/OrTabsV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +2 -2
- package/dist/bundled/v3/components/OrTagInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTagV3/OrTag.js +2 -2
- package/dist/bundled/v3/components/OrTagV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTagsV3/OrTags.js +2 -2
- package/dist/bundled/v3/components/OrTagsV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +2 -2
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.js +2 -2
- package/dist/bundled/v3/components/OrTimeRangePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrToast/Timer.js +1 -1
- package/dist/bundled/v3/components/OrToast/composable/useToastEventBus.js +2 -2
- package/dist/bundled/v3/components/OrToast/index.js +1 -1
- package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.js +2 -2
- package/dist/bundled/v3/components/OrToastContainer/index.js +1 -1
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +2 -2
- package/dist/bundled/v3/components/OrToastContainerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/OrToast.js +2 -2
- package/dist/bundled/v3/components/OrToastV3/Timer.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/composable/useToastEventBus.js +2 -2
- package/dist/bundled/v3/components/OrToastV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +4 -4
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.vue.d.ts +9 -0
- package/dist/bundled/v3/components/OrTooltipV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTreeV3/OrTree.js +2 -2
- package/dist/bundled/v3/components/OrTreeV3/index.js +1 -1
- package/dist/bundled/v3/components/index.d.ts +2 -0
- package/dist/bundled/v3/components/index.js +61 -58
- package/dist/bundled/v3/hooks/useOverflow.js +1 -1
- package/dist/bundled/v3/hooks/usePopoverState.js +1 -1
- package/dist/bundled/v3/hooks/useResponsive/useResponsive.js +1 -1
- package/dist/bundled/v3/{index-0f230746.js → index-8420da7b.js} +1 -1
- package/dist/bundled/v3/{index-6cbf1493.js → index-8d86c3d5.js} +2 -1
- package/dist/bundled/v3/{index-c5cda763.js → index-ba131271.js} +2 -2
- package/dist/bundled/v3/index.js +64 -59
- package/dist/bundled/v3/{useFocusTrap-aa5b17f6.js → useFocusTrap-5ec18c69.js} +2 -2
- package/dist/esm/v2/{OrCardCollection-7611caac.js → OrCardCollection-2653d00d.js} +2 -2
- package/dist/esm/v2/{OrCode-169277b0.js → OrCode-93f1034c.js} +2 -2
- package/dist/esm/v2/{OrConfirm-d9ddac98.js → OrConfirm-a33f1867.js} +1 -1
- package/dist/esm/v2/{OrDateFormat-2d16cf21.js → OrDateFormat-169fa6ee.js} +2 -2
- package/dist/esm/v2/{OrDatePicker-35b7cd7c.js → OrDatePicker-d40149da.js} +3 -3
- package/dist/esm/v2/{OrDateRangePicker-98f5e487.js → OrDateRangePicker-03b4d0c1.js} +3 -3
- package/dist/esm/v2/{OrDateTimeFormat-623018f7.js → OrDateTimeFormat-a5634ab4.js} +2 -2
- package/dist/esm/v2/{OrDateTimePicker-1f850293.js → OrDateTimePicker-7c03898e.js} +1 -1
- package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-418af1e1.js → OrDateTimePicker.vue_rollup-plugin-vue_script-2030c774.js} +2 -2
- package/dist/esm/v2/{OrDateTimePickerTimeSelect-8403edd6.js → OrDateTimePickerTimeSelect-3792dd9c.js} +1 -1
- package/dist/esm/v2/{OrIconButton-2b9bfbd8.js → OrIconButton-4d2649e9.js} +1 -1
- package/dist/esm/v2/{OrInlineInput-6d0463db.js → OrInlineInput-823ae88b.js} +1 -1
- package/dist/esm/v2/{OrInlineTextarea-38f117e5.js → OrInlineTextarea-cf629a0d.js} +1 -1
- package/dist/esm/v2/{OrInput-de449aeb.js → OrInput-cec3df94.js} +1 -1
- package/dist/esm/v2/{OrList-da58a159.js → OrList-1ad19519.js} +1 -1
- package/dist/esm/v2/{OrModal-2d435437.js → OrModal-9b810ea5.js} +1 -1
- package/dist/esm/v2/{OrNotification-14b75a27.js → OrNotification-b4b4a904.js} +1 -1
- package/dist/esm/v2/OrRangeSlider-ef46552c.js +341 -0
- package/dist/esm/v2/{OrResizeablePanel-3387085d.js → OrResizeablePanel-0888f196.js} +1 -1
- package/dist/esm/v2/{OrRichTextEditor-e956b3e4.js → OrRichTextEditor-7297ab63.js} +3 -3
- package/dist/esm/v2/{OrSearch-72a162cf.js → OrSearch-7a853881.js} +1 -1
- package/dist/esm/v2/{OrSelect-0ac82811.js → OrSelect-5cfb1963.js} +4 -4
- package/dist/esm/v2/{OrSelectMultipleControl-41e7a42d.js → OrSelectMultipleControl-711e321d.js} +1 -1
- package/dist/esm/v2/{OrSidebar-80facf66.js → OrSidebar-865f03b0.js} +1 -1
- package/dist/esm/v2/OrSlider-9867f4cf.js +76 -0
- package/dist/esm/v2/OrSlider.vue_rollup-plugin-vue_script-36bf251f.js +214 -0
- package/dist/esm/v2/{OrTag-68d05021.js → OrTag-c7655926.js} +1 -1
- package/dist/esm/v2/{OrTagInput-88a56c7e.js → OrTagInput-b65f3c35.js} +2 -2
- package/dist/esm/v2/{OrTags-39a835c0.js → OrTags-3a05c646.js} +1 -1
- package/dist/esm/v2/{OrTimeFormat-23a88430.js → OrTimeFormat-ad57ff3e.js} +2 -2
- package/dist/esm/v2/{OrTimePicker-b7585808.js → OrTimePicker-5fb40e5c.js} +3 -3
- package/dist/esm/v2/{OrTimeRangePicker-49b1d7ee.js → OrTimeRangePicker-462947d3.js} +3 -3
- package/dist/esm/v2/{OrTooltip-c54969d0.js → OrTooltip-43ed75fe.js} +6 -2
- package/dist/esm/v2/components/index.d.ts +2 -0
- package/dist/esm/v2/components/index.js +34 -31
- package/dist/esm/v2/components/or-card-collection-v3/index.js +5 -5
- package/dist/esm/v2/components/or-code-v3/index.js +4 -4
- package/dist/esm/v2/components/or-confirm-v3/index.js +4 -4
- package/dist/esm/v2/components/or-date-format-v3/index.js +5 -5
- package/dist/esm/v2/components/or-date-picker-v3/index.js +5 -5
- package/dist/esm/v2/components/or-date-range-picker-v3/index.js +5 -5
- package/dist/esm/v2/components/or-date-time-format-v3/index.js +5 -5
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +5 -5
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/index.js +3 -3
- package/dist/esm/v2/components/or-icon-button-v3/index.js +2 -2
- package/dist/esm/v2/components/or-inline-input-v3/index.js +3 -3
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +3 -3
- package/dist/esm/v2/components/or-input-v3/index.js +3 -3
- package/dist/esm/v2/components/or-list-v3/index.js +3 -3
- package/dist/esm/v2/components/or-modal-v3/index.js +3 -3
- package/dist/esm/v2/components/or-notification-v3/index.js +3 -3
- package/dist/esm/v2/components/or-range-slider-v3/OrRangeSlider.vue.d.ts +136 -0
- package/dist/esm/v2/components/or-range-slider-v3/index.d.ts +2 -0
- package/dist/esm/v2/components/or-range-slider-v3/index.js +22 -0
- package/dist/esm/v2/components/or-range-slider-v3/props.d.ts +1 -0
- package/dist/esm/v2/components/or-range-slider-v3/styles.d.ts +14 -0
- package/dist/esm/v2/components/or-resizeable-panel-v3/index.js +3 -3
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +5 -5
- package/dist/esm/v2/components/or-search-v3/index.js +4 -4
- package/dist/esm/v2/components/or-select-v3/index.js +7 -7
- package/dist/esm/v2/components/or-select-v3/partials/index.js +5 -5
- package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/index.js +5 -5
- package/dist/esm/v2/components/or-sidebar-v3/index.js +4 -4
- package/dist/esm/v2/components/or-slider-v3/OrSlider.vue.d.ts +122 -0
- package/dist/esm/v2/components/or-slider-v3/index.d.ts +2 -0
- package/dist/esm/v2/components/or-slider-v3/index.js +22 -0
- package/dist/esm/v2/components/or-slider-v3/props.d.ts +8 -0
- package/dist/esm/v2/components/or-slider-v3/styles.d.ts +12 -0
- package/dist/esm/v2/components/or-tag-input-v3/index.js +5 -5
- package/dist/esm/v2/components/or-tag-v3/index.js +3 -3
- package/dist/esm/v2/components/or-tags-v3/index.js +4 -4
- package/dist/esm/v2/components/or-time-format-v3/index.js +5 -5
- package/dist/esm/v2/components/or-time-picker-v3/index.js +5 -5
- package/dist/esm/v2/components/or-time-range-picker-v3/index.js +5 -5
- package/dist/esm/v2/components/or-toast-v3/index.js +3 -3
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +3 -3
- package/dist/esm/v2/components/or-tooltip-v3/OrTooltip.vue.d.ts +11 -0
- package/dist/esm/v2/components/or-tooltip-v3/index.js +1 -1
- package/dist/esm/v2/index.js +34 -31
- package/dist/esm/v2/{types-1ab3be27.js → types-28e88a53.js} +1 -1
- package/dist/esm/v3/{OrCardCollection-73d5566d.js → OrCardCollection-bfbb7c3d.js} +2 -2
- package/dist/esm/v3/{OrCode-dde408dd.js → OrCode-4d3184c4.js} +2 -2
- package/dist/esm/v3/{OrConfirm-de52341b.js → OrConfirm-c4419d05.js} +1 -1
- package/dist/esm/v3/{OrDateFormat-f14d6053.js → OrDateFormat-0eb37132.js} +2 -2
- package/dist/esm/v3/{OrDatePicker-0213ae55.js → OrDatePicker-253ef6bf.js} +3 -3
- package/dist/esm/v3/{OrDateRangePicker-b913710c.js → OrDateRangePicker-1792ded3.js} +3 -3
- package/dist/esm/v3/{OrDateTimeFormat-b0a548f9.js → OrDateTimeFormat-21bbdf89.js} +2 -2
- package/dist/esm/v3/{OrDateTimePicker-9d1275f9.js → OrDateTimePicker-aa161f62.js} +2 -2
- package/dist/esm/v3/{OrDateTimePickerTimeSelect-16af1cc9.js → OrDateTimePickerTimeSelect-da27ccac.js} +1 -1
- package/dist/esm/v3/{OrIconButton-38032a99.js → OrIconButton-793c4a52.js} +1 -1
- package/dist/esm/v3/{OrInlineInput-651c1227.js → OrInlineInput-a9ea92b7.js} +1 -1
- package/dist/esm/v3/{OrInlineTextarea-c5f65562.js → OrInlineTextarea-253d060d.js} +1 -1
- package/dist/esm/v3/{OrInput-16b5c1d9.js → OrInput-3de8dde3.js} +1 -1
- package/dist/esm/v3/{OrList-69039d4c.js → OrList-69197fa9.js} +1 -1
- package/dist/esm/v3/{OrModal-f2db8685.js → OrModal-51eef18b.js} +1 -1
- package/dist/esm/v3/{OrNotification-23b6d790.js → OrNotification-96c16b19.js} +1 -1
- package/dist/esm/v3/OrRangeSlider-81abbd0c.js +316 -0
- package/dist/esm/v3/{OrResizeablePanel-c1ae9811.js → OrResizeablePanel-5dfd3f6d.js} +1 -1
- package/dist/esm/v3/{OrRichTextEditor-9e82e062.js → OrRichTextEditor-24040de1.js} +3 -3
- package/dist/esm/v3/{OrSearch-9cb6cdf6.js → OrSearch-6413323a.js} +1 -1
- package/dist/esm/v3/{OrSelect-3c4e3036.js → OrSelect-7ce66285.js} +4 -4
- package/dist/esm/v3/{OrSelectMultipleControl-db000d2c.js → OrSelectMultipleControl-9064206c.js} +1 -1
- package/dist/esm/v3/{OrSidebar-9ad47cfd.js → OrSidebar-3ce61658.js} +1 -1
- package/dist/esm/v3/OrSlider-f1309b7b.js +263 -0
- package/dist/esm/v3/{OrTag-e1b527ee.js → OrTag-bb7cac42.js} +1 -1
- package/dist/esm/v3/{OrTagInput-2b7974be.js → OrTagInput-250e8958.js} +2 -2
- package/dist/esm/v3/{OrTags-8aa7c32e.js → OrTags-aa9e39c0.js} +1 -1
- package/dist/esm/v3/{OrTimeFormat-948f49a5.js → OrTimeFormat-609755ad.js} +2 -2
- package/dist/esm/v3/{OrTimePicker-01aafebc.js → OrTimePicker-a977bdd7.js} +3 -3
- package/dist/esm/v3/{OrTimeRangePicker-4c972e24.js → OrTimeRangePicker-8d7f1f2a.js} +3 -3
- package/dist/esm/v3/{OrTooltip-df9d2f0a.js → OrTooltip-ac2555b8.js} +6 -2
- package/dist/esm/v3/components/index.d.ts +2 -0
- package/dist/esm/v3/components/index.js +32 -30
- package/dist/esm/v3/components/or-card-collection-v3/index.js +5 -5
- package/dist/esm/v3/components/or-code-v3/index.js +4 -4
- package/dist/esm/v3/components/or-confirm-v3/index.js +4 -4
- package/dist/esm/v3/components/or-date-format-v3/index.js +5 -5
- package/dist/esm/v3/components/or-date-picker-v3/index.js +5 -5
- package/dist/esm/v3/components/or-date-range-picker-v3/index.js +5 -5
- package/dist/esm/v3/components/or-date-time-format-v3/index.js +5 -5
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +4 -4
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/index.js +3 -3
- package/dist/esm/v3/components/or-icon-button-v3/index.js +2 -2
- package/dist/esm/v3/components/or-inline-input-v3/index.js +3 -3
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +3 -3
- package/dist/esm/v3/components/or-input-v3/index.js +3 -3
- package/dist/esm/v3/components/or-list-v3/index.js +3 -3
- package/dist/esm/v3/components/or-modal-v3/index.js +3 -3
- package/dist/esm/v3/components/or-notification-v3/index.js +3 -3
- package/dist/esm/v3/components/or-range-slider-v3/OrRangeSlider.vue.d.ts +95 -0
- package/dist/esm/v3/components/or-range-slider-v3/index.d.ts +2 -0
- package/dist/esm/v3/components/or-range-slider-v3/index.js +21 -0
- package/dist/esm/v3/components/or-range-slider-v3/props.d.ts +1 -0
- package/dist/esm/v3/components/or-range-slider-v3/styles.d.ts +14 -0
- package/dist/esm/v3/components/or-resizeable-panel-v3/index.js +3 -3
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +5 -5
- package/dist/esm/v3/components/or-search-v3/index.js +4 -4
- package/dist/esm/v3/components/or-select-v3/index.js +7 -7
- package/dist/esm/v3/components/or-select-v3/partials/index.js +5 -5
- package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/index.js +5 -5
- package/dist/esm/v3/components/or-sidebar-v3/index.js +4 -4
- package/dist/esm/v3/components/or-slider-v3/OrSlider.vue.d.ts +88 -0
- package/dist/esm/v3/components/or-slider-v3/index.d.ts +2 -0
- package/dist/esm/v3/components/or-slider-v3/index.js +20 -0
- package/dist/esm/v3/components/or-slider-v3/props.d.ts +8 -0
- package/dist/esm/v3/components/or-slider-v3/styles.d.ts +12 -0
- package/dist/esm/v3/components/or-tag-input-v3/index.js +5 -5
- package/dist/esm/v3/components/or-tag-v3/index.js +3 -3
- package/dist/esm/v3/components/or-tags-v3/index.js +4 -4
- package/dist/esm/v3/components/or-time-format-v3/index.js +5 -5
- package/dist/esm/v3/components/or-time-picker-v3/index.js +5 -5
- package/dist/esm/v3/components/or-time-range-picker-v3/index.js +5 -5
- package/dist/esm/v3/components/or-toast-v3/index.js +3 -3
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +3 -3
- package/dist/esm/v3/components/or-tooltip-v3/OrTooltip.vue.d.ts +9 -0
- package/dist/esm/v3/components/or-tooltip-v3/index.js +1 -1
- package/dist/esm/v3/index.js +32 -30
- package/dist/esm/v3/{types-c433b62b.js → types-49db948c.js} +1 -1
- package/package.json +2 -3
- package/src/components/index.ts +2 -0
- package/src/components/or-range-slider-v3/OrRangeSlider.vue +290 -0
- package/src/components/or-range-slider-v3/index.ts +2 -0
- package/src/components/or-range-slider-v3/props.ts +1 -0
- package/src/components/or-range-slider-v3/styles.ts +174 -0
- package/src/components/or-slider-v3/OrSlider.vue +211 -0
- package/src/components/or-slider-v3/index.ts +2 -0
- package/src/components/or-slider-v3/props.ts +9 -0
- package/src/components/or-slider-v3/styles.ts +167 -0
- package/src/components/or-tooltip-v3/OrTooltip.vue +7 -2
- /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-12085f90.js → OrDateTimePickerMonthSelect-a9664055.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerPopoverHeader-eccc1549.js → OrDateTimePickerPopoverHeader-72397f4c.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerTimeSelect-9e43a0fd.js → OrDateTimePickerTimeSelect-c59105c1.js} +0 -0
- /package/dist/bundled/v2/{OrList-307e390d.js → OrList-e889a448.js} +0 -0
- /package/dist/bundled/v3/{OrExpansionPanel.vue_vue_type_script_lang-c16cf717.js → OrExpansionPanel.vue_vue_type_script_lang-5369736c.js} +0 -0
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
import { useElementBounding, useDraggable, clamp } from '@vueuse/core';
|
|
2
|
+
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
3
|
+
import './dom-aecadd9a.js';
|
|
4
|
+
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
5
|
+
import '@onereach/styles/tailwind/plugins/core';
|
|
6
|
+
import '@onereach/styles/tailwind.config.json';
|
|
7
|
+
import { s as script$1 } from './OrTooltip-ac2555b8.js';
|
|
8
|
+
import './OrPopover-062e78f6.js';
|
|
9
|
+
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, createVNode, withCtx, toDisplayString } from 'vue';
|
|
10
|
+
|
|
11
|
+
var SliderColor;
|
|
12
|
+
(function (SliderColor) {
|
|
13
|
+
SliderColor["Primary"] = "primary";
|
|
14
|
+
SliderColor["Secondary"] = "secondary";
|
|
15
|
+
})(SliderColor || (SliderColor = {}));
|
|
16
|
+
var SliderOrientation;
|
|
17
|
+
(function (SliderOrientation) {
|
|
18
|
+
SliderOrientation["Horizontal"] = "horizontal";
|
|
19
|
+
SliderOrientation["Vertical"] = "vertical";
|
|
20
|
+
})(SliderOrientation || (SliderOrientation = {}));
|
|
21
|
+
|
|
22
|
+
const Slider = [
|
|
23
|
+
// Interactivity
|
|
24
|
+
'interactivity-default'];
|
|
25
|
+
const SliderOrientations = {
|
|
26
|
+
[SliderOrientation.Horizontal]: [
|
|
27
|
+
// Layout
|
|
28
|
+
'layout-column',
|
|
29
|
+
// Box
|
|
30
|
+
'w-full'],
|
|
31
|
+
[SliderOrientation.Vertical]: [
|
|
32
|
+
// Layout
|
|
33
|
+
'layout-row',
|
|
34
|
+
// Box
|
|
35
|
+
'h-full']
|
|
36
|
+
};
|
|
37
|
+
const SliderRail = [
|
|
38
|
+
// Interactivity
|
|
39
|
+
'interactivity-click',
|
|
40
|
+
// Shape
|
|
41
|
+
'rounded-full',
|
|
42
|
+
// Theme
|
|
43
|
+
'theme-background-disabled', 'dark:theme-background-disabled-dark'];
|
|
44
|
+
const SliderRailOrientations = {
|
|
45
|
+
[SliderOrientation.Horizontal]: [
|
|
46
|
+
// Layout
|
|
47
|
+
'layout-row',
|
|
48
|
+
// Box
|
|
49
|
+
'w-full', 'h-xs', 'mx-none', 'my-md+'],
|
|
50
|
+
[SliderOrientation.Vertical]: [
|
|
51
|
+
// Layout
|
|
52
|
+
'layout-column-reverse items-center', 'w-xs', 'h-full', 'mx-md+', 'my-none']
|
|
53
|
+
};
|
|
54
|
+
const SliderTrack = [
|
|
55
|
+
// Box
|
|
56
|
+
'w-full', 'h-full',
|
|
57
|
+
// Shape
|
|
58
|
+
'rounded-full'];
|
|
59
|
+
const SliderTrackColors = {
|
|
60
|
+
[SliderColor.Primary]: [
|
|
61
|
+
// Theme
|
|
62
|
+
'theme-background-primary', 'dark:theme-background-primary-dark'],
|
|
63
|
+
[SliderColor.Secondary]: [
|
|
64
|
+
// Theme
|
|
65
|
+
'theme-background-secondary', 'dark:theme-background-secondary-dark']
|
|
66
|
+
};
|
|
67
|
+
const SliderThumb = [
|
|
68
|
+
// Layout
|
|
69
|
+
'shrink-0',
|
|
70
|
+
// Box
|
|
71
|
+
'w-[20px]', 'h-[20px]', '-mx-[10px]', '-my-[10px]',
|
|
72
|
+
// Shape
|
|
73
|
+
'rounded-full',
|
|
74
|
+
// Theme
|
|
75
|
+
'bg-white dark:bg-black'];
|
|
76
|
+
const SliderThumbColors = {
|
|
77
|
+
[SliderColor.Primary]: [
|
|
78
|
+
// Theme
|
|
79
|
+
'theme-border-4-primary', 'dark:theme-border-4-primary-dark',
|
|
80
|
+
// Theme (enabled, hover)
|
|
81
|
+
'hover:enabled:theme-background-primary', 'dark:hover:enabled:theme-background-primary-dark',
|
|
82
|
+
// Theme (enabled, active)
|
|
83
|
+
'active:enabled:theme-background-primary', 'dark:active:enabled:theme-background-primary-dark', 'active:enabled:theme-outline-10-primary', 'dark:active:enabled:theme-outline-10-primary-dark'],
|
|
84
|
+
[SliderColor.Secondary]: [
|
|
85
|
+
// Theme
|
|
86
|
+
'theme-border-4-secondary', 'dark:theme-border-4-secondary-dark',
|
|
87
|
+
// Theme (enabled, hover)
|
|
88
|
+
'hover:enabled:theme-background-secondary', 'dark:hover:enabled:theme-background-secondary-dark',
|
|
89
|
+
// Theme (enabled, active)
|
|
90
|
+
'active:enabled:theme-background-secondary', 'dark:active:enabled:theme-background-secondary-dark', 'active:enabled:theme-outline-10-secondary', 'dark:active:enabled:theme-outline-10-secondary-dark']
|
|
91
|
+
};
|
|
92
|
+
const SliderLabel = [];
|
|
93
|
+
const SliderLabelOrientations = {
|
|
94
|
+
[SliderOrientation.Horizontal]: [
|
|
95
|
+
// Layout
|
|
96
|
+
'layout-row',
|
|
97
|
+
// Box
|
|
98
|
+
'w-full'],
|
|
99
|
+
[SliderOrientation.Vertical]: [
|
|
100
|
+
// Layout
|
|
101
|
+
'layout-column-reverse items-center',
|
|
102
|
+
// Box
|
|
103
|
+
'h-full']
|
|
104
|
+
};
|
|
105
|
+
const SliderLabelMark = [
|
|
106
|
+
// Typography
|
|
107
|
+
'typography-caption-regular',
|
|
108
|
+
// Theme
|
|
109
|
+
'theme-foreground-default', 'dark:theme-foreground-default-dark'];
|
|
110
|
+
|
|
111
|
+
var script = defineComponent({
|
|
112
|
+
components: {
|
|
113
|
+
OrTooltip: script$1
|
|
114
|
+
},
|
|
115
|
+
model: {
|
|
116
|
+
prop: 'modelValue',
|
|
117
|
+
event: 'update:modelValue'
|
|
118
|
+
},
|
|
119
|
+
props: {
|
|
120
|
+
modelValue: {
|
|
121
|
+
type: Number,
|
|
122
|
+
default: undefined
|
|
123
|
+
},
|
|
124
|
+
minValue: {
|
|
125
|
+
type: Number,
|
|
126
|
+
default: 0
|
|
127
|
+
},
|
|
128
|
+
maxValue: {
|
|
129
|
+
type: Number,
|
|
130
|
+
default: 100
|
|
131
|
+
},
|
|
132
|
+
step: {
|
|
133
|
+
type: Number,
|
|
134
|
+
default: 1
|
|
135
|
+
},
|
|
136
|
+
color: {
|
|
137
|
+
type: String,
|
|
138
|
+
default: SliderColor.Primary
|
|
139
|
+
},
|
|
140
|
+
orientation: {
|
|
141
|
+
type: String,
|
|
142
|
+
default: SliderOrientation.Horizontal
|
|
143
|
+
},
|
|
144
|
+
disabled: {
|
|
145
|
+
type: Boolean,
|
|
146
|
+
default: false
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
emits: ['update:modelValue'],
|
|
150
|
+
expose: ['root'],
|
|
151
|
+
setup(props, context) {
|
|
152
|
+
// Refs
|
|
153
|
+
const root = ref();
|
|
154
|
+
const rail = ref();
|
|
155
|
+
const thumb = ref();
|
|
156
|
+
// Styles
|
|
157
|
+
const rootStyles = computed(() => ['or-slider-v3', ...Slider, ...SliderOrientations[props.orientation]]);
|
|
158
|
+
const railStyles = computed(() => [...SliderRail, ...SliderRailOrientations[props.orientation]]);
|
|
159
|
+
const trackStyles = computed(() => [...SliderTrack, ...SliderTrackColors[props.color]]);
|
|
160
|
+
const trackComputedStyles = computed(() => ({
|
|
161
|
+
[props.orientation === SliderOrientation.Horizontal ? 'width' : 'height']: `${internalModelValue.value * 100}%`
|
|
162
|
+
}));
|
|
163
|
+
const thumbStyles = computed(() => [...SliderThumb, ...SliderThumbColors[props.color]]);
|
|
164
|
+
const labelStyles = computed(() => [...SliderLabel, ...SliderLabelOrientations[props.orientation]]);
|
|
165
|
+
const labelMarkStyles = computed(() => [...SliderLabelMark]);
|
|
166
|
+
// State
|
|
167
|
+
const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit);
|
|
168
|
+
const internalModelValue = computed({
|
|
169
|
+
get: () => {
|
|
170
|
+
if (!proxyModelValue.value) {
|
|
171
|
+
return props.minValue;
|
|
172
|
+
}
|
|
173
|
+
return (proxyModelValue.value - props.minValue) / (props.maxValue - props.minValue);
|
|
174
|
+
},
|
|
175
|
+
set: value => {
|
|
176
|
+
proxyModelValue.value = Math.round(value * (props.maxValue - props.minValue) + props.minValue);
|
|
177
|
+
}
|
|
178
|
+
});
|
|
179
|
+
const railBoundingBox = useElementBounding(rail);
|
|
180
|
+
// Handlers
|
|
181
|
+
function onDrag(position, event) {
|
|
182
|
+
if (props.disabled) {
|
|
183
|
+
return;
|
|
184
|
+
}
|
|
185
|
+
const totalWidth = railBoundingBox.width.value;
|
|
186
|
+
const totalHeight = railBoundingBox.height.value;
|
|
187
|
+
internalModelValue.value = props.orientation === SliderOrientation.Horizontal ? clamp(event.clientX - railBoundingBox.left.value, 0, totalWidth) / totalWidth : clamp(totalHeight - (event.clientY - railBoundingBox.top.value), 0, totalHeight) / totalHeight;
|
|
188
|
+
}
|
|
189
|
+
// Effects
|
|
190
|
+
const {
|
|
191
|
+
isDragging
|
|
192
|
+
} = useDraggable(rail, {
|
|
193
|
+
onStart: onDrag,
|
|
194
|
+
onMove: onDrag,
|
|
195
|
+
onEnd: onDrag
|
|
196
|
+
});
|
|
197
|
+
return {
|
|
198
|
+
root,
|
|
199
|
+
rail,
|
|
200
|
+
thumb,
|
|
201
|
+
rootStyles,
|
|
202
|
+
railStyles,
|
|
203
|
+
trackStyles,
|
|
204
|
+
trackComputedStyles,
|
|
205
|
+
thumbStyles,
|
|
206
|
+
labelStyles,
|
|
207
|
+
labelMarkStyles,
|
|
208
|
+
proxyModelValue,
|
|
209
|
+
internalModelValue,
|
|
210
|
+
isDragging
|
|
211
|
+
};
|
|
212
|
+
}
|
|
213
|
+
});
|
|
214
|
+
|
|
215
|
+
const _hoisted_1 = ["disabled"];
|
|
216
|
+
const _hoisted_2 = ["disabled"];
|
|
217
|
+
const _hoisted_3 = ["disabled"];
|
|
218
|
+
const _hoisted_4 = ["disabled"];
|
|
219
|
+
const _hoisted_5 = /*#__PURE__*/createElementVNode("div", {
|
|
220
|
+
class: /*#__PURE__*/normalizeClass(['grow'])
|
|
221
|
+
}, null, -1 /* HOISTED */);
|
|
222
|
+
|
|
223
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
224
|
+
const _component_OrTooltip = resolveComponent("OrTooltip");
|
|
225
|
+
return openBlock(), createElementBlock("div", {
|
|
226
|
+
ref: "root",
|
|
227
|
+
class: normalizeClass(_ctx.rootStyles),
|
|
228
|
+
disabled: _ctx.disabled
|
|
229
|
+
}, [createElementVNode("div", {
|
|
230
|
+
ref: "rail",
|
|
231
|
+
class: normalizeClass(_ctx.railStyles),
|
|
232
|
+
disabled: _ctx.disabled
|
|
233
|
+
}, [createElementVNode("div", {
|
|
234
|
+
class: normalizeClass(_ctx.trackStyles),
|
|
235
|
+
style: normalizeStyle(_ctx.trackComputedStyles),
|
|
236
|
+
disabled: _ctx.disabled
|
|
237
|
+
}, null, 14 /* CLASS, STYLE, PROPS */, _hoisted_3), createVNode(_component_OrTooltip, {
|
|
238
|
+
class: normalizeClass(['relative', 'z-1']),
|
|
239
|
+
"is-open": _ctx.isDragging,
|
|
240
|
+
content: String(_ctx.proxyModelValue),
|
|
241
|
+
placement: _ctx.orientation === 'horizontal' ? 'top' : 'right',
|
|
242
|
+
offset: 8,
|
|
243
|
+
"external-control": true
|
|
244
|
+
}, {
|
|
245
|
+
default: withCtx(() => [createElementVNode("div", {
|
|
246
|
+
ref: "thumb",
|
|
247
|
+
class: normalizeClass(_ctx.thumbStyles),
|
|
248
|
+
disabled: _ctx.disabled
|
|
249
|
+
}, null, 10 /* CLASS, PROPS */, _hoisted_4)]),
|
|
250
|
+
_: 1 /* STABLE */
|
|
251
|
+
}, 8 /* PROPS */, ["is-open", "content", "placement"])], 10 /* CLASS, PROPS */, _hoisted_2), createElementVNode("div", {
|
|
252
|
+
class: normalizeClass(_ctx.labelStyles)
|
|
253
|
+
}, [createElementVNode("div", {
|
|
254
|
+
class: normalizeClass(_ctx.labelMarkStyles)
|
|
255
|
+
}, toDisplayString(_ctx.minValue), 3 /* TEXT, CLASS */), _hoisted_5, createElementVNode("div", {
|
|
256
|
+
class: normalizeClass(_ctx.labelMarkStyles)
|
|
257
|
+
}, toDisplayString(_ctx.maxValue), 3 /* TEXT, CLASS */)], 2 /* CLASS */)], 10 /* CLASS, PROPS */, _hoisted_1);
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
script.render = render;
|
|
261
|
+
script.__file = "src/components/or-slider-v3/OrSlider.vue";
|
|
262
|
+
|
|
263
|
+
export { SliderColor as S, SliderOrientation as a, script as s };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue-demi';
|
|
2
|
-
import { s as script$1 } from './OrIconButton-
|
|
2
|
+
import { s as script$1 } from './OrIconButton-793c4a52.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, renderSlot, createVNode, withModifiers, createCommentVNode } from 'vue';
|
|
4
4
|
|
|
5
5
|
var TagVariant;
|
|
@@ -8,10 +8,10 @@ import '@onereach/styles/tailwind.config.json';
|
|
|
8
8
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
9
9
|
import { s as script$1 } from './OrError-69bd7f6a.js';
|
|
10
10
|
import { s as script$2 } from './OrHint-55d3de35.js';
|
|
11
|
-
import { s as script$3 } from './OrIconButton-
|
|
11
|
+
import { s as script$3 } from './OrIconButton-793c4a52.js';
|
|
12
12
|
import { s as script$4 } from './OrInputBox-f0bac539.js';
|
|
13
13
|
import { s as script$5 } from './OrLabel-b826da04.js';
|
|
14
|
-
import { s as script$6, T as TagsOverflow } from './OrTags-
|
|
14
|
+
import { s as script$6, T as TagsOverflow } from './OrTags-aa9e39c0.js';
|
|
15
15
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, createSlots, createElementVNode, withDirectives, mergeProps, withKeys, vModelDynamic, vShow } from 'vue';
|
|
16
16
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
17
17
|
|
|
@@ -5,7 +5,7 @@ import '@onereach/styles/tailwind/plugins/core';
|
|
|
5
5
|
import '@onereach/styles/tailwind.config.json';
|
|
6
6
|
import { s as script$1 } from './OrButton-2e3a73fb.js';
|
|
7
7
|
import { s as script$2 } from './OrPopover-062e78f6.js';
|
|
8
|
-
import { s as script$3 } from './OrTag-
|
|
8
|
+
import { s as script$3 } from './OrTag-bb7cac42.js';
|
|
9
9
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, Fragment, renderList, createBlock, mergeProps, withCtx, createTextVNode, toDisplayString, renderSlot, createCommentVNode, createVNode, withModifiers, createElementVNode } from 'vue';
|
|
10
10
|
|
|
11
11
|
var TagsOverflow;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import './OrDateTimePicker-
|
|
3
|
-
import './OrDateTimePickerTimeSelect-
|
|
2
|
+
import './OrDateTimePicker-aa161f62.js';
|
|
3
|
+
import './OrDateTimePickerTimeSelect-da27ccac.js';
|
|
4
4
|
import { D as DateTimePickerTimeFormat, a as formatTime } from './getTimePlaceholder-13d5f743.js';
|
|
5
5
|
import { openBlock, createElementBlock, normalizeClass, toDisplayString } from 'vue';
|
|
6
6
|
|
|
@@ -5,13 +5,13 @@ import './dom-aecadd9a.js';
|
|
|
5
5
|
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
6
6
|
import '@onereach/styles/tailwind/plugins/core';
|
|
7
7
|
import '@onereach/styles/tailwind.config.json';
|
|
8
|
-
import './OrDateTimePicker-
|
|
9
|
-
import { b as script$1, d as script$2, e as script$3, f as script$4, g as script$5 } from './OrDateTimePickerTimeSelect-
|
|
8
|
+
import './OrDateTimePicker-aa161f62.js';
|
|
9
|
+
import { b as script$1, d as script$2, e as script$3, f as script$4, g as script$5 } from './OrDateTimePickerTimeSelect-da27ccac.js';
|
|
10
10
|
import { D as DateTimePickerTimeFormat } from './getTimePlaceholder-13d5f743.js';
|
|
11
11
|
import { g as getCurrentDate } from './getCurrentDate-046a888d.js';
|
|
12
12
|
import { s as script$6 } from './OrError-69bd7f6a.js';
|
|
13
13
|
import { s as script$7 } from './OrHint-55d3de35.js';
|
|
14
|
-
import { s as script$9 } from './OrIconButton-
|
|
14
|
+
import { s as script$9 } from './OrIconButton-793c4a52.js';
|
|
15
15
|
import { s as script$8 } from './OrIcon-8f6c9c29.js';
|
|
16
16
|
import { s as script$a, I as InputBoxSize } from './OrInputBox-f0bac539.js';
|
|
17
17
|
import { s as script$b } from './OrLabel-b826da04.js';
|
|
@@ -5,13 +5,13 @@ import './dom-aecadd9a.js';
|
|
|
5
5
|
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
6
6
|
import { u as useResponsive } from './useResponsive-5c8291da.js';
|
|
7
7
|
import '@onereach/styles/tailwind.config.json';
|
|
8
|
-
import './OrDateTimePicker-
|
|
9
|
-
import { b as script$1, d as script$2, e as script$3, f as script$4, g as script$5 } from './OrDateTimePickerTimeSelect-
|
|
8
|
+
import './OrDateTimePicker-aa161f62.js';
|
|
9
|
+
import { b as script$1, d as script$2, e as script$3, f as script$4, g as script$5 } from './OrDateTimePickerTimeSelect-da27ccac.js';
|
|
10
10
|
import { D as DateTimePickerTimeFormat } from './getTimePlaceholder-13d5f743.js';
|
|
11
11
|
import { g as getCurrentDate } from './getCurrentDate-046a888d.js';
|
|
12
12
|
import { s as script$6 } from './OrError-69bd7f6a.js';
|
|
13
13
|
import { s as script$7 } from './OrHint-55d3de35.js';
|
|
14
|
-
import { s as script$9 } from './OrIconButton-
|
|
14
|
+
import { s as script$9 } from './OrIconButton-793c4a52.js';
|
|
15
15
|
import { s as script$8 } from './OrIcon-8f6c9c29.js';
|
|
16
16
|
import { s as script$a, I as InputBoxSize } from './OrInputBox-f0bac539.js';
|
|
17
17
|
import { s as script$b } from './OrLabel-b826da04.js';
|
|
@@ -84,6 +84,10 @@ var script = defineComponent({
|
|
|
84
84
|
offset: {
|
|
85
85
|
type: [Number, Object, Function],
|
|
86
86
|
default: undefined
|
|
87
|
+
},
|
|
88
|
+
externalControl: {
|
|
89
|
+
type: Boolean,
|
|
90
|
+
default: false
|
|
87
91
|
}
|
|
88
92
|
},
|
|
89
93
|
emits: ['update:state', 'open', 'close'],
|
|
@@ -122,8 +126,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
122
126
|
return openBlock(), createElementBlock("div", {
|
|
123
127
|
ref: "root",
|
|
124
128
|
class: normalizeClass(_ctx.rootStyles),
|
|
125
|
-
onMouseenter: _cache[1] || (_cache[1] = $event => _ctx.open()),
|
|
126
|
-
onMouseleave: _cache[2] || (_cache[2] = $event => _ctx.close())
|
|
129
|
+
onMouseenter: _cache[1] || (_cache[1] = $event => !_ctx.externalControl && _ctx.open()),
|
|
130
|
+
onMouseleave: _cache[2] || (_cache[2] = $event => !_ctx.externalControl && _ctx.close())
|
|
127
131
|
}, [renderSlot(_ctx.$slots, "default"), _ctx.$slots.content || _ctx.content || _ctx.text ? (openBlock(), createBlock(_component_OrPopover, {
|
|
128
132
|
key: 0,
|
|
129
133
|
class: normalizeClass(_ctx.popoverStyles),
|
|
@@ -75,6 +75,7 @@ export * from './or-radio';
|
|
|
75
75
|
export * from './or-radio-group';
|
|
76
76
|
export * from './or-radio-group-v3';
|
|
77
77
|
export * from './or-radio-v3';
|
|
78
|
+
export * from './or-range-slider-v3';
|
|
78
79
|
export * from './or-resizeable-panel-v3';
|
|
79
80
|
export * from './or-rich-text-editor-v3';
|
|
80
81
|
export * from './or-search';
|
|
@@ -87,6 +88,7 @@ export * from './or-sidebar-v3';
|
|
|
87
88
|
export * from './or-skeleton';
|
|
88
89
|
export * from './or-skeleton-v3';
|
|
89
90
|
export * from './or-slider';
|
|
91
|
+
export * from './or-slider-v3';
|
|
90
92
|
export * from './or-sorting-v3';
|
|
91
93
|
export * from './or-stepper';
|
|
92
94
|
export * from './or-switch';
|
|
@@ -7,7 +7,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
|
|
|
7
7
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton-2e3a73fb.js';
|
|
8
8
|
export { s as OrCard } from '../OrCard-e3a5aea4.js';
|
|
9
9
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection-8c81a2d5.js';
|
|
10
|
-
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-
|
|
10
|
+
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-bfbb7c3d.js';
|
|
11
11
|
export { C as CardPadding, s as OrCardV3 } from '../OrCard-ee23cedc.js';
|
|
12
12
|
export { s as OrCheckbox } from '../OrCheckbox-5666c954.js';
|
|
13
13
|
export { s as OrCheckboxGroupV3 } from '../OrCheckboxGroup-20f939b3.js';
|
|
@@ -21,7 +21,7 @@ export { lintGutter, linter } from '@codemirror/lint';
|
|
|
21
21
|
export { javascript } from '@codemirror/lang-javascript';
|
|
22
22
|
export { json, jsonParseLinter } from '@codemirror/lang-json';
|
|
23
23
|
export { html } from '@codemirror/lang-html';
|
|
24
|
-
export { C as CodeLanguage, s as OrCodeV3 } from '../OrCode-
|
|
24
|
+
export { C as CodeLanguage, s as OrCodeV3 } from '../OrCode-4d3184c4.js';
|
|
25
25
|
export { EditorView } from '@codemirror/view';
|
|
26
26
|
export { EditorState } from '@codemirror/state';
|
|
27
27
|
export { s as OrCollapse } from '../OrCollapse-d7c0afae.js';
|
|
@@ -29,17 +29,17 @@ export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k
|
|
|
29
29
|
export { s as OrCombinedInputV3 } from '../OrCombinedInput-1b8b1cdd.js';
|
|
30
30
|
export { I as CombinedInputSize, I as DatePickerSize, I as DateRangePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, s as OrInputBoxV3, I as SearchSize, I as SelectSize, I as TagInputSize, I as TextareaSize, I as TimePickerSize, I as TimeRangePickerSize } from '../OrInputBox-f0bac539.js';
|
|
31
31
|
export { s as OrConfirm } from '../OrConfirm-97ab80b9.js';
|
|
32
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-
|
|
32
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-c4419d05.js';
|
|
33
33
|
export { s as OrContextMenuV3 } from '../OrContextMenu-dccb7167.js';
|
|
34
34
|
export { s as OrMenuV3 } from '../OrMenu-33d89df4.js';
|
|
35
35
|
export { P as ContextMenuPlacement, P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-062e78f6.js';
|
|
36
|
-
export { s as OrDateFormatV3 } from '../OrDateFormat-
|
|
37
|
-
export { s as OrDatePickerV3 } from '../OrDatePicker-
|
|
38
|
-
export { s as OrDateRangePickerV3 } from '../OrDateRangePicker-
|
|
39
|
-
export { s as OrDateTimeFormatV3 } from '../OrDateTimeFormat-
|
|
36
|
+
export { s as OrDateFormatV3 } from '../OrDateFormat-0eb37132.js';
|
|
37
|
+
export { s as OrDatePickerV3 } from '../OrDatePicker-253ef6bf.js';
|
|
38
|
+
export { s as OrDateRangePickerV3 } from '../OrDateRangePicker-1792ded3.js';
|
|
39
|
+
export { s as OrDateTimeFormatV3 } from '../OrDateTimeFormat-21bbdf89.js';
|
|
40
40
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-4bfefbcd.js';
|
|
41
|
-
export { s as OrDateTimePickerV3 } from '../OrDateTimePicker-
|
|
42
|
-
export { s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, f as OrDateTimePickerTimeControl, g as OrDateTimePickerTimeSelect } from '../OrDateTimePickerTimeSelect-
|
|
41
|
+
export { s as OrDateTimePickerV3 } from '../OrDateTimePicker-aa161f62.js';
|
|
42
|
+
export { s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, f as OrDateTimePickerTimeControl, g as OrDateTimePickerTimeSelect } from '../OrDateTimePickerTimeSelect-da27ccac.js';
|
|
43
43
|
export { D as DateTimePickerTimeFormat, D as TimePickerFormat, D as TimeRangePickerFormat, f as formatDate, a as formatTime, g as getDatePlaceholder, b as getTimePlaceholder } from '../getTimePlaceholder-13d5f743.js';
|
|
44
44
|
export { g as getCurrentDate } from '../getCurrentDate-046a888d.js';
|
|
45
45
|
export { g as getNextMonthDate } from '../getNextMonthDate-00c47169.js';
|
|
@@ -54,28 +54,28 @@ export { F as FormGroupDirection, s as OrFormGroupV3 } from '../OrFormGroup-e42d
|
|
|
54
54
|
export { s as OrHint } from '../OrHint-8822005b.js';
|
|
55
55
|
export { s as OrHintV3 } from '../OrHint-55d3de35.js';
|
|
56
56
|
export { s as OrIcon, O as OrIconColors, a as OrIconType } from '../OrIcon-f7130a5c.js';
|
|
57
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton-
|
|
57
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton-793c4a52.js';
|
|
58
58
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from '../OrIcon-8f6c9c29.js';
|
|
59
59
|
export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from '../OrInlineInputBox-01fb2cb2.js';
|
|
60
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput-
|
|
60
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput-a9ea92b7.js';
|
|
61
61
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from '../OrInlineTextEdit-a3c4c7dc.js';
|
|
62
|
-
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea-
|
|
62
|
+
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea-253d060d.js';
|
|
63
63
|
export { s as OrInput } from '../OrInput-2c3111c2.js';
|
|
64
|
-
export { I as InputType, s as OrInputV3 } from '../OrInput-
|
|
64
|
+
export { I as InputType, s as OrInputV3 } from '../OrInput-3de8dde3.js';
|
|
65
65
|
export { s as OrLabel } from '../OrLabel-a7d99df4.js';
|
|
66
66
|
export { L as LabelVariant, s as OrLabelV3 } from '../OrLabel-b826da04.js';
|
|
67
67
|
export { L as LinkColor, s as OrLinkV3 } from '../OrLink-0db644bb.js';
|
|
68
68
|
export { s as OrList } from '../OrList-aa7b5ef9.js';
|
|
69
69
|
export { s as OrListOfInputs } from '../OrListOfInputs-f8740785.js';
|
|
70
|
-
export { s as OrListV3 } from '../OrList-
|
|
70
|
+
export { s as OrListV3 } from '../OrList-69197fa9.js';
|
|
71
71
|
export { s as OrListItem } from '../OrListItem-2ed9a12f.js';
|
|
72
72
|
export { L as LoaderViews, s as OrLoader } from '../OrLoader-d28a8ebf.js';
|
|
73
73
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from '../OrLoader-b79022da.js';
|
|
74
74
|
export { s as OrMenuItemV3 } from '../OrMenuItem-c5d2a427.js';
|
|
75
75
|
export { s as OrModal, O as OrModalSizes } from '../OrModal-b2060770.js';
|
|
76
|
-
export { M as ModalSize, s as OrModalV3 } from '../OrModal-
|
|
76
|
+
export { M as ModalSize, s as OrModalV3 } from '../OrModal-51eef18b.js';
|
|
77
77
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from '../OrNotification-1b28dd4a.js';
|
|
78
|
-
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification-
|
|
78
|
+
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification-96c16b19.js';
|
|
79
79
|
export { s as OrNumberInput } from '../OrNumberInput-e9dcdcbd.js';
|
|
80
80
|
export { s as OrOverflowMenu } from '../OrOverflowMenu-440ddf3e.js';
|
|
81
81
|
export { s as OrOverlay } from '../OrOverlay-451dce49.js';
|
|
@@ -88,15 +88,17 @@ export { s as OrRadio } from '../OrRadio-40bf2c87.js';
|
|
|
88
88
|
export { s as OrRadioGroup } from '../OrRadioGroup-00785e41.js';
|
|
89
89
|
export { s as OrRadioGroupV3 } from '../OrRadioGroup-b4b6d364.js';
|
|
90
90
|
export { s as OrRadioV3 } from '../OrRadio-50b0ead5.js';
|
|
91
|
-
export { s as
|
|
92
|
-
export {
|
|
91
|
+
export { s as OrRangeSliderV3 } from '../OrRangeSlider-81abbd0c.js';
|
|
92
|
+
export { s as OrSliderV3, S as RangeSliderColor, a as RangeSliderOrientation, S as SliderColor, a as SliderOrientation } from '../OrSlider-f1309b7b.js';
|
|
93
|
+
export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement, R as SidebarPadding } from '../OrResizeablePanel-5dfd3f6d.js';
|
|
94
|
+
export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditor-24040de1.js';
|
|
93
95
|
export { s as OrSearch } from '../OrSearch-2800e9bf.js';
|
|
94
|
-
export { s as OrSearchV3 } from '../OrSearch-
|
|
96
|
+
export { s as OrSearchV3 } from '../OrSearch-6413323a.js';
|
|
95
97
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-6be79b4e.js';
|
|
96
98
|
export { s as OrSelect } from '../OrSelect-9520d6e6.js';
|
|
97
|
-
export { s as OrSelectV3 } from '../OrSelect-
|
|
99
|
+
export { s as OrSelectV3 } from '../OrSelect-7ce66285.js';
|
|
98
100
|
export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar-aaf73310.js';
|
|
99
|
-
export { S as OrSidebarPlacement, s as OrSidebarV3, S as SidebarPlacement } from '../OrSidebar-
|
|
101
|
+
export { S as OrSidebarPlacement, s as OrSidebarV3, S as SidebarPlacement } from '../OrSidebar-3ce61658.js';
|
|
100
102
|
export { s as OrSkeletonCircle } from '../OrSkeletonCircle-66e175a0.js';
|
|
101
103
|
export { s as OrSkeletonRect } from '../OrSkeletonRect-c694574e.js';
|
|
102
104
|
export { s as OrSkeletonText } from '../OrSkeletonText-9a800de4.js';
|
|
@@ -115,25 +117,25 @@ export { s as OrTabV3 } from '../OrTab-276ea81d.js';
|
|
|
115
117
|
export { s as OrTabs } from '../OrTabs-3da3ea89.js';
|
|
116
118
|
export { s as OrTabsV3, T as TabsVariant } from '../OrTabs-c68c8be3.js';
|
|
117
119
|
export { s as OrTag } from '../OrTag-1b3b1296.js';
|
|
118
|
-
export { s as OrTagInputV3 } from '../OrTagInput-
|
|
119
|
-
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-
|
|
120
|
-
export { s as OrTagsV3, T as TagsOverflow } from '../OrTags-
|
|
120
|
+
export { s as OrTagInputV3 } from '../OrTagInput-250e8958.js';
|
|
121
|
+
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-bb7cac42.js';
|
|
122
|
+
export { s as OrTagsV3, T as TagsOverflow } from '../OrTags-aa9e39c0.js';
|
|
121
123
|
export { s as OrTeleport } from '../OrTeleport.vue3-9bce0c02.js';
|
|
122
124
|
export { s as OrTeleportV3 } from '../OrTeleport.vue3-bf77eed4.js';
|
|
123
125
|
export { s as OrTextV3 } from '../OrText-d54c951d.js';
|
|
124
126
|
export { s as OrTextarea } from '../OrTextarea-7a753c1a.js';
|
|
125
127
|
export { s as OrTextareaV3 } from '../OrTextarea-e198e17e.js';
|
|
126
128
|
export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox-cb6762c8.js';
|
|
127
|
-
export { s as OrTimeFormatV3 } from '../OrTimeFormat-
|
|
128
|
-
export { s as OrTimePickerV3 } from '../OrTimePicker-
|
|
129
|
-
export { s as OrTimeRangePickerV3 } from '../OrTimeRangePicker-
|
|
129
|
+
export { s as OrTimeFormatV3 } from '../OrTimeFormat-609755ad.js';
|
|
130
|
+
export { s as OrTimePickerV3 } from '../OrTimePicker-a977bdd7.js';
|
|
131
|
+
export { s as OrTimeRangePickerV3 } from '../OrTimeRangePicker-8d7f1f2a.js';
|
|
130
132
|
export { s as OrToast, a as OrToastContainer } from '../OrToastContainer-d6f117e2.js';
|
|
131
133
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-05a9c81b.js';
|
|
132
|
-
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-
|
|
134
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-49db948c.js';
|
|
133
135
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-5aa9dc05.js';
|
|
134
136
|
export { s as OrTooltip } from '../OrTooltip-7ac03028.js';
|
|
135
137
|
export { s as OrTooltipContent } from '../OrTooltipContent-c0042844.js';
|
|
136
|
-
export { s as OrTooltipV3 } from '../OrTooltip-
|
|
138
|
+
export { s as OrTooltipV3 } from '../OrTooltip-ac2555b8.js';
|
|
137
139
|
export { s as OrTreeV3, T as TreeNodeDropPosition } from '../OrTree-1c737582.js';
|
|
138
140
|
import 'vue-demi';
|
|
139
141
|
import 'vue';
|
|
@@ -195,7 +197,7 @@ import '../codemirrorView-020fe885.js';
|
|
|
195
197
|
import 'prosemirror-state';
|
|
196
198
|
import 'prosemirror-commands';
|
|
197
199
|
import 'lodash/keyBy';
|
|
198
|
-
import '../OrSelectMultipleControl-
|
|
200
|
+
import '../OrSelectMultipleControl-9064206c.js';
|
|
199
201
|
import '../isEqualValue-f8bf73d9.js';
|
|
200
202
|
import '../OrSelectPlaceholder-10e3bf5e.js';
|
|
201
203
|
import '../OrSelectControlInput-3297e30d.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-
|
|
1
|
+
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-bfbb7c3d.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIconButton-
|
|
3
|
+
import '../../OrIconButton-793c4a52.js';
|
|
4
4
|
import '../../OrIcon-8f6c9c29.js';
|
|
5
5
|
import 'vue';
|
|
6
|
-
import '../../OrTooltip-
|
|
6
|
+
import '../../OrTooltip-ac2555b8.js';
|
|
7
7
|
import '@vueuse/core';
|
|
8
8
|
import '../../dom-aecadd9a.js';
|
|
9
9
|
import 'lodash/isElement';
|
|
@@ -19,8 +19,8 @@ import '../../OrBottomSheet-e6c0b05f.js';
|
|
|
19
19
|
import '../../OrOverlay-bd4f72c4.js';
|
|
20
20
|
import '../../OrTeleport.vue3-bf77eed4.js';
|
|
21
21
|
import '../../useTheme-0ef25778.js';
|
|
22
|
-
import '../../OrSearch-
|
|
23
|
-
import '../../OrInput-
|
|
22
|
+
import '../../OrSearch-6413323a.js';
|
|
23
|
+
import '../../OrInput-3de8dde3.js';
|
|
24
24
|
import '../../useIdAttribute-859439f0.js';
|
|
25
25
|
import '../../useProxyModelValue-940010d2.js';
|
|
26
26
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as CodeLanguage, s as OrCodeV3 } from '../../OrCode-
|
|
1
|
+
export { C as CodeLanguage, s as OrCodeV3 } from '../../OrCode-4d3184c4.js';
|
|
2
2
|
export { lintGutter, linter } from '@codemirror/lint';
|
|
3
3
|
export { javascript } from '@codemirror/lang-javascript';
|
|
4
4
|
export { json, jsonParseLinter } from '@codemirror/lang-json';
|
|
@@ -18,10 +18,10 @@ import '@onereach/styles/tailwind.config.json';
|
|
|
18
18
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
19
19
|
import 'codemirror';
|
|
20
20
|
import '@codemirror/commands';
|
|
21
|
-
import '../../OrIconButton-
|
|
21
|
+
import '../../OrIconButton-793c4a52.js';
|
|
22
22
|
import '../../OrIcon-8f6c9c29.js';
|
|
23
23
|
import 'vue';
|
|
24
|
-
import '../../OrTooltip-
|
|
24
|
+
import '../../OrTooltip-ac2555b8.js';
|
|
25
25
|
import '../../usePopoverState-b92c698b.js';
|
|
26
26
|
import '../../OrPopover-062e78f6.js';
|
|
27
27
|
import '@floating-ui/dom';
|
|
@@ -30,7 +30,7 @@ import '../../useResponsive-5c8291da.js';
|
|
|
30
30
|
import '../../OrBottomSheet-e6c0b05f.js';
|
|
31
31
|
import '../../OrOverlay-bd4f72c4.js';
|
|
32
32
|
import '../../OrTeleport.vue3-bf77eed4.js';
|
|
33
|
-
import '../../OrModal-
|
|
33
|
+
import '../../OrModal-51eef18b.js';
|
|
34
34
|
import '../../OrError-69bd7f6a.js';
|
|
35
35
|
import '../../OrHint-55d3de35.js';
|
|
36
36
|
import '../../OrInputBox-f0bac539.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm-
|
|
1
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm-c4419d05.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import '@vueuse/math';
|
|
4
4
|
import 'vue-demi';
|
|
@@ -11,16 +11,16 @@ import '@onereach/styles/tailwind.config.json';
|
|
|
11
11
|
import '../../OrButton-2e3a73fb.js';
|
|
12
12
|
import '../../OrLoader-b79022da.js';
|
|
13
13
|
import 'vue';
|
|
14
|
-
import '../../OrInput-
|
|
14
|
+
import '../../OrInput-3de8dde3.js';
|
|
15
15
|
import '../../useIdAttribute-859439f0.js';
|
|
16
16
|
import '../../useProxyModelValue-940010d2.js';
|
|
17
17
|
import '../../useResponsive-5c8291da.js';
|
|
18
18
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
19
19
|
import '../../OrError-69bd7f6a.js';
|
|
20
20
|
import '../../OrHint-55d3de35.js';
|
|
21
|
-
import '../../OrIconButton-
|
|
21
|
+
import '../../OrIconButton-793c4a52.js';
|
|
22
22
|
import '../../OrIcon-8f6c9c29.js';
|
|
23
|
-
import '../../OrTooltip-
|
|
23
|
+
import '../../OrTooltip-ac2555b8.js';
|
|
24
24
|
import '../../OrPopover-062e78f6.js';
|
|
25
25
|
import '@floating-ui/dom';
|
|
26
26
|
import '../../useElevation-a50ec347.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { s as OrDateFormatV3 } from '../../OrDateFormat-
|
|
1
|
+
export { s as OrDateFormatV3 } from '../../OrDateFormat-0eb37132.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrDateTimePicker-
|
|
3
|
+
import '../../OrDateTimePicker-aa161f62.js';
|
|
4
4
|
import '../../dropdown-open-06d651cf.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
6
|
import '../../dom-aecadd9a.js';
|
|
@@ -12,9 +12,9 @@ import '@onereach/styles/tailwind.config.json';
|
|
|
12
12
|
import '../../OrError-69bd7f6a.js';
|
|
13
13
|
import 'vue';
|
|
14
14
|
import '../../OrHint-55d3de35.js';
|
|
15
|
-
import '../../OrIconButton-
|
|
15
|
+
import '../../OrIconButton-793c4a52.js';
|
|
16
16
|
import '../../OrIcon-8f6c9c29.js';
|
|
17
|
-
import '../../OrTooltip-
|
|
17
|
+
import '../../OrTooltip-ac2555b8.js';
|
|
18
18
|
import '../../usePopoverState-b92c698b.js';
|
|
19
19
|
import '../../OrPopover-062e78f6.js';
|
|
20
20
|
import '@floating-ui/dom';
|
|
@@ -26,7 +26,7 @@ import '../../OrTeleport.vue3-bf77eed4.js';
|
|
|
26
26
|
import '../../useTheme-0ef25778.js';
|
|
27
27
|
import '../../OrInputBox-f0bac539.js';
|
|
28
28
|
import '../../OrLabel-b826da04.js';
|
|
29
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
29
|
+
import '../../OrDateTimePickerTimeSelect-da27ccac.js';
|
|
30
30
|
import '../../getTimePlaceholder-13d5f743.js';
|
|
31
31
|
import '../../OrButton-2e3a73fb.js';
|
|
32
32
|
import '../../OrLoader-b79022da.js';
|