@onereach/ui-components 11.6.2-beta.4441.0 → 11.6.3-beta.4447.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/OrAutocompleteV3/OrAutocomplete.js +1 -1
- 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/OrCode/OrCode.js +1 -1
- package/dist/bundled/v2/components/OrColorPicker/OrColorPicker.js +1 -1
- package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +1 -1
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +2 -2
- package/dist/bundled/v2/components/OrDataGridV3/OrDataGrid.js +1 -1
- package/dist/bundled/v2/components/OrDataGridV3/index.js +1 -1
- 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/OrDrawerV3/OrDrawer.js +109 -0
- package/dist/bundled/v2/components/OrDrawerV3/OrDrawer.vue.d.ts +62 -0
- package/dist/bundled/v2/components/OrDrawerV3/index.d.ts +2 -0
- package/dist/bundled/v2/components/OrDrawerV3/index.js +2 -0
- package/dist/bundled/v2/components/OrDrawerV3/styles.d.ts +5 -0
- package/dist/bundled/v2/components/OrDrawerV3/styles.js +1 -0
- package/dist/bundled/v2/components/OrDrawerV3/types.d.ts +4 -0
- package/dist/bundled/v2/components/OrEditorTabsV3/OrEditorTabs.js +1 -1
- package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.js +1 -1
- package/dist/bundled/v2/components/OrInlineInputV3/index.js +1 -1
- package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +1 -1
- package/dist/bundled/v2/components/OrInputV3/OrInput.js +1 -1
- package/dist/bundled/v2/components/OrInputV3/index.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 +1 -1
- 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 +1 -1
- package/dist/bundled/v2/components/OrResizeablePanelV3/OrResizeablePanel.js +1 -1
- package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +3 -3
- 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 +2 -2
- 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 +1 -1
- package/dist/bundled/v2/components/OrStatusV3/OrStatus.js +1 -1
- 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/OrTextareaV3/OrTextarea.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/composable/useToastEventBus.js +1 -1
- package/dist/bundled/v2/components/OrToastV3/composable/useToastEventBus.js +1 -1
- package/dist/bundled/v2/components/OrTreeV3/OrTree.js +1 -1
- package/dist/bundled/v2/components/OrTreeV3/index.js +1 -1
- package/dist/bundled/v2/components/index.d.ts +1 -0
- package/dist/bundled/v2/components/index.js +10 -8
- package/dist/bundled/v2/hooks/useOverflow.js +1 -1
- package/dist/bundled/v2/hooks/useResponsive/useResponsive.js +1 -1
- package/dist/bundled/v2/{index-67cce8c9.js → index-076c9a7d.js} +92 -1
- package/dist/bundled/v2/index.js +11 -9
- package/dist/bundled/v2/styles-f538e13d.js +39 -0
- package/dist/bundled/v2/{useFocusTrap-61cd932e.js → useFocusTrap-b8d9e480.js} +1 -1
- package/dist/bundled/v2/utils/isAncestor.d.ts +1 -1
- package/dist/bundled/v2/utils/isAncestor.js +1 -1
- package/dist/bundled/v2/utils/isDescendant.d.ts +1 -1
- package/dist/bundled/v2/utils/isDescendant.js +1 -1
- package/dist/bundled/v3/components/OrAutocompleteV3/OrAutocomplete.js +1 -1
- package/dist/bundled/v3/components/OrAutocompleteV3/index.js +1 -1
- package/dist/bundled/v3/components/OrAutocompleteV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrAutocompleteV3-7bf1afa2.js → OrAutocompleteV3-734b9c68.js} +98 -7
- package/dist/bundled/v3/components/OrAvatar/OrAvatar.js +1 -1
- package/dist/bundled/v3/components/OrAvatar/constants.js +1 -1
- package/dist/bundled/v3/components/OrAvatar/index.js +1 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +1 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +2 -2
- package/dist/bundled/v3/components/OrBottomSheetV3/index.js +1 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/props.js +1 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrBottomSheetV3-bfc4653f.js → OrBottomSheetV3-f6ba7245.js} +2 -2
- package/dist/bundled/v3/components/OrButton/index.js +1 -1
- package/dist/bundled/v3/components/OrButtonGroupV3/OrButtonGroup.js +1 -1
- package/dist/bundled/v3/components/OrButtonGroupV3/index.js +1 -1
- package/dist/bundled/v3/components/OrButtonGroupV3/styles.js +2 -2
- package/dist/bundled/v3/components/{OrButtonGroupV3-cbb42c81.js → OrButtonGroupV3-816c17f4.js} +1 -1
- package/dist/bundled/v3/components/OrButtonV2/OrButton.js +1 -1
- package/dist/bundled/v3/components/OrButtonV2/constants.js +1 -1
- package/dist/bundled/v3/components/OrButtonV2/index.js +1 -1
- package/dist/bundled/v3/components/{OrButtonV2-dcda3e23.js → OrButtonV2-5c914875.js} +1 -1
- package/dist/bundled/v3/components/OrButtonV3/OrButton.js +1 -1
- package/dist/bundled/v3/components/OrButtonV3/index.js +1 -1
- package/dist/bundled/v3/components/OrButtonV3/props.js +1 -1
- package/dist/bundled/v3/components/OrButtonV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrButtonV3-4065aa03.js → OrButtonV3-93a1cbea.js} +1 -1
- package/dist/bundled/v3/components/OrCard/OrCard.js +1 -1
- package/dist/bundled/v3/components/OrCardCollection/index.js +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/props.js +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrCardCollectionV3-5d1aba57.js → OrCardCollectionV3-3515151e.js} +3 -3
- package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxTreeV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxTreeV3/utils/extractChildrenValues.js +1 -1
- package/dist/bundled/v3/components/{OrCheckboxTreeV3-16622724.js → OrCheckboxTreeV3-bad55241.js} +3 -3
- package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrCheckboxV3-d305a253.js → OrCheckboxV3-aeede020.js} +1 -1
- package/dist/bundled/v3/components/OrChip/OrChip.js +1 -1
- package/dist/bundled/v3/components/OrChip/index.js +1 -1
- package/dist/bundled/v3/components/OrChips/OrChips.js +1 -1
- package/dist/bundled/v3/components/OrChips/constants.js +1 -1
- package/dist/bundled/v3/components/OrChips/index.js +1 -1
- package/dist/bundled/v3/components/{OrChips-0e3fcb8a.js → OrChips-76a65a2b.js} +1 -1
- package/dist/bundled/v3/components/OrCode/OrCode.js +1 -1
- package/dist/bundled/v3/components/OrCode/constants.js +1 -1
- package/dist/bundled/v3/components/OrCode/index.js +1 -1
- package/dist/bundled/v3/components/OrCode/lang.js +1 -1
- package/dist/bundled/v3/components/OrCode/libs.js +1 -1
- package/dist/bundled/v3/components/OrCode/theme.js +1 -1
- package/dist/bundled/v3/components/{OrCode-9b6517e5.js → OrCode-660b7849.js} +3 -3
- package/dist/bundled/v3/components/OrCodeV3/OrCode.js +1 -1
- package/dist/bundled/v3/components/OrCodeV3/index.js +2 -2
- package/dist/bundled/v3/components/OrCodeV3/libs.js +1 -1
- package/dist/bundled/v3/components/OrCodeV3/props.js +1 -1
- package/dist/bundled/v3/components/OrCodeV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrCodeV3-308a849f.js → OrCodeV3-d6f52efc.js} +9 -9
- package/dist/bundled/v3/components/OrCollapse/OrCollapse.js +1 -1
- package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.js +1 -1
- package/dist/bundled/v3/components/OrColorPicker/constants.js +1 -1
- package/dist/bundled/v3/components/OrColorPicker/index.js +1 -1
- package/dist/bundled/v3/components/OrColorPicker/utils/defultPalette.js +1 -1
- package/dist/bundled/v3/components/{OrColorPicker-1d1046f9.js → OrColorPicker-89948e03.js} +3 -3
- package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +1 -1
- package/dist/bundled/v3/components/OrConfirm/index.js +1 -1
- package/dist/bundled/v3/components/{OrConfirm-2b141701.js → OrConfirm-33e45cc8.js} +4 -4
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +1 -1
- package/dist/bundled/v3/components/OrConfirmV3/index.js +1 -1
- package/dist/bundled/v3/components/OrConfirmV3/props.js +1 -1
- package/dist/bundled/v3/components/OrConfirmV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrConfirmV3-47ad606c.js → OrConfirmV3-a1c8865d.js} +5 -5
- package/dist/bundled/v3/components/OrContextMenuV3/OrContextMenu.js +2 -2
- package/dist/bundled/v3/components/OrDataGridV3/OrDataGrid.js +1 -1
- package/dist/bundled/v3/components/OrDataGridV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDataGridV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrDataGridV3-2dfff366.js → OrDataGridV3-ecef453c.js} +2 -2
- package/dist/bundled/v3/components/OrDateFormatV3/OrDateFormat.js +1 -1
- package/dist/bundled/v3/components/OrDateFormatV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateFormatV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrDateFormatV3-fc9db7bc.js → OrDateFormatV3-16459943.js} +1 -1
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +1 -1
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDatePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrDatePickerV3-77151498.js → OrDatePickerV3-70f3af40.js} +3 -3
- package/dist/bundled/v3/components/OrDateRangePickerV3/OrDateRangePicker.js +1 -1
- package/dist/bundled/v3/components/OrDateRangePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateRangePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrDateRangePickerV3-297f53f5.js → OrDateRangePickerV3-6869803f.js} +3 -3
- package/dist/bundled/v3/components/OrDateTimeFormatV3/OrDateTimeFormat.js +1 -1
- package/dist/bundled/v3/components/OrDateTimeFormatV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateTimeFormatV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrDateTimeFormatV3-8d69e1c0.js → OrDateTimeFormatV3-f5a8003e.js} +1 -1
- package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePicker/constants.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePicker/index.js +1 -1
- package/dist/bundled/v3/components/{OrDateTimePicker-6825e031.js → OrDateTimePicker-c960cdca.js} +3 -3
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatDate.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatMobileDate.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatMobileTime.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatTime.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getCurrentDate.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getNextMonthDate.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/index.js +1 -1
- package/dist/bundled/v3/components/{OrDateTimePickerV3-090648a2.js → OrDateTimePickerV3-bc8d5f96.js} +5 -5
- package/dist/bundled/v3/components/OrDrawerV3/OrDrawer.js +1 -0
- package/dist/bundled/v3/components/OrDrawerV3/OrDrawer.vue.d.ts +46 -0
- package/dist/bundled/v3/components/OrDrawerV3/index.d.ts +2 -0
- package/dist/bundled/v3/components/OrDrawerV3/index.js +1 -0
- package/dist/bundled/v3/components/OrDrawerV3/styles.d.ts +5 -0
- package/dist/bundled/v3/components/OrDrawerV3/styles.js +1 -0
- package/dist/bundled/v3/components/OrDrawerV3/types.d.ts +4 -0
- package/dist/bundled/v3/components/OrDrawerV3-223cf262.js +122 -0
- package/dist/bundled/v3/components/OrDropAreaV3/OrDropArea.js +1 -1
- package/dist/bundled/v3/components/OrDropAreaV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDropAreaV3/props.js +1 -1
- package/dist/bundled/v3/components/OrDropAreaV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrDropAreaV3/utils/approximateFileSize.js +1 -1
- package/dist/bundled/v3/components/OrDropAreaV3/utils/index.js +1 -1
- package/dist/bundled/v3/components/OrEditorTabsV3/OrEditorTabs.js +1 -1
- package/dist/bundled/v3/components/OrEditorTabsV3/index.js +1 -1
- package/dist/bundled/v3/components/OrEditorTabsV3/props.js +1 -1
- package/dist/bundled/v3/components/OrEditorTabsV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrEditorTabsV3-30fff31a.js → OrEditorTabsV3-da898c34.js} +4 -4
- package/dist/bundled/v3/components/OrError/OrError.js +1 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.js +1 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/index.js +1 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/props.js +1 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrFloating/OrFloating.js +1 -1
- package/dist/bundled/v3/components/OrFloating/constants.js +1 -1
- package/dist/bundled/v3/components/OrFloating/index.js +1 -1
- package/dist/bundled/v3/components/{OrFloating-32cc1832.js → OrFloating-3c6ab4ea.js} +1 -1
- package/dist/bundled/v3/components/OrHint/OrHint.js +1 -1
- package/dist/bundled/v3/components/OrIcon/index.js +2 -2
- package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.js +3 -3
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +1 -1
- package/dist/bundled/v3/components/OrIconButtonV3/index.js +1 -1
- package/dist/bundled/v3/components/OrIconButtonV3/props.js +1 -1
- package/dist/bundled/v3/components/OrIconButtonV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrIconButtonV3-208f0d2b.js → OrIconButtonV3-3308b059.js} +1 -1
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +1 -1
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInlineInputV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrInlineInputV3-7da05932.js → OrInlineInputV3-c61a7822.js} +2 -2
- package/dist/bundled/v3/components/OrInlineTextEdit/index.js +2 -2
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +1 -1
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInlineTextareaV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrInlineTextareaV3-82c7e5ad.js → OrInlineTextareaV3-66ed7a80.js} +2 -2
- package/dist/bundled/v3/components/OrInput/OrInput.js +1 -1
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +1 -1
- package/dist/bundled/v3/components/OrInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInputV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrInputV3-47790ebc.js → OrInputV3-fe784a92.js} +3 -3
- package/dist/bundled/v3/components/OrLabel/OrLabel.js +1 -1
- package/dist/bundled/v3/components/OrList/OrList.js +1 -1
- package/dist/bundled/v3/components/OrList/index.js +1 -1
- package/dist/bundled/v3/components/{OrList-3a12fbb6.js → OrList-ba2ed0ca.js} +3 -3
- package/dist/bundled/v3/components/OrListOfInputs/OrListOfInputs.js +2 -2
- package/dist/bundled/v3/components/OrListV3/OrList.js +1 -1
- package/dist/bundled/v3/components/OrListV3/index.js +1 -1
- package/dist/bundled/v3/components/OrListV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrListV3-69ef71ec.js → OrListV3-730d6fbd.js} +2 -2
- package/dist/bundled/v3/components/OrLoader/index.js +1 -1
- package/dist/bundled/v3/components/OrLoaderV3/OrLoader.js +1 -1
- package/dist/bundled/v3/components/OrLoaderV3/index.js +1 -1
- package/dist/bundled/v3/components/OrLoaderV3/props.js +1 -1
- package/dist/bundled/v3/components/OrLoaderV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrLoaderV3-0105c092.js → OrLoaderV3-fd4bedab.js} +1 -1
- package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.js +1 -1
- package/dist/bundled/v3/components/OrMenuItemV3/index.js +1 -1
- package/dist/bundled/v3/components/OrMenuItemV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrMenuItemV3-b8428f7a.js → OrMenuItemV3-d0efed3c.js} +1 -1
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +1 -1
- package/dist/bundled/v3/components/OrMenuV3/index.js +1 -1
- package/dist/bundled/v3/components/OrMenuV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrMenuV3-6983231b.js → OrMenuV3-c2e7992d.js} +1 -1
- package/dist/bundled/v3/components/OrModal/OrModal.js +1 -1
- package/dist/bundled/v3/components/OrModal/constants.js +1 -1
- package/dist/bundled/v3/components/OrModal/index.js +1 -1
- package/dist/bundled/v3/components/{OrModal-7e48118f.js → OrModal-e27e0b65.js} +2 -2
- package/dist/bundled/v3/components/OrModalV3/OrModal.js +1 -1
- package/dist/bundled/v3/components/OrModalV3/index.js +1 -1
- package/dist/bundled/v3/components/OrModalV3/props.js +1 -1
- package/dist/bundled/v3/components/OrModalV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrModalV3-e41b317a.js → OrModalV3-49cdc7f0.js} +2 -2
- package/dist/bundled/v3/components/OrNotification/index.js +1 -1
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +1 -1
- package/dist/bundled/v3/components/OrNotificationV3/index.js +1 -1
- package/dist/bundled/v3/components/OrNotificationV3/props.js +1 -1
- package/dist/bundled/v3/components/OrNotificationV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrNotificationV3-c8980857.js → OrNotificationV3-12c2afa4.js} +1 -1
- package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.js +4 -4
- package/dist/bundled/v3/components/OrOverlay/OrOverlay.js +1 -1
- package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.js +1 -1
- package/dist/bundled/v3/components/OrOverlayV3/index.js +1 -1
- package/dist/bundled/v3/components/OrOverlayV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrOverlayV3-b81c656b.js → OrOverlayV3-86a95fda.js} +1 -1
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +1 -1
- package/dist/bundled/v3/components/OrPaginationV3/index.js +1 -1
- package/dist/bundled/v3/components/OrPaginationV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrPaginationV3-a8289de4.js → OrPaginationV3-31902e61.js} +3 -3
- package/dist/bundled/v3/components/OrPassword/OrPassword.js +3 -3
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +1 -1
- package/dist/bundled/v3/components/OrPopoverV3/hooks/useFloating.js +2 -2
- package/dist/bundled/v3/components/OrPopoverV3/index.js +1 -1
- package/dist/bundled/v3/components/OrPopoverV3/props.js +1 -1
- package/dist/bundled/v3/components/OrPopoverV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrPopoverV3/utils/index.js +1 -1
- package/dist/bundled/v3/components/OrPopoverV3/utils/isPrevented.js +1 -1
- package/dist/bundled/v3/components/{OrPopoverV3-db7b4b54.js → OrPopoverV3-f80ab3bc.js} +3 -3
- package/dist/bundled/v3/components/OrProgress/OrProgress.js +1 -1
- package/dist/bundled/v3/components/OrProgress/constants.js +1 -1
- package/dist/bundled/v3/components/OrProgress/index.js +1 -1
- package/dist/bundled/v3/components/{OrProgress-2c96e86f.js → OrProgress-f2b87760.js} +2 -2
- package/dist/bundled/v3/components/OrProgressV3/OrProgress.js +1 -1
- package/dist/bundled/v3/components/OrProgressV3/index.js +1 -1
- package/dist/bundled/v3/components/OrProgressV3/props.js +1 -1
- package/dist/bundled/v3/components/OrProgressV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrProgressV3-99e06edf.js → OrProgressV3-e87a06a6.js} +2 -2
- package/dist/bundled/v3/components/OrRadio/OrRadio.js +1 -1
- package/dist/bundled/v3/components/OrRadio/index.js +1 -1
- package/dist/bundled/v3/components/{OrRadio-c4bc49be.js → OrRadio-d09b5898.js} +3 -3
- package/dist/bundled/v3/components/OrRadioGroup/OrRadioGroup.js +1 -1
- package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.js +1 -1
- package/dist/bundled/v3/components/OrRadioV3/OrRadio.js +1 -1
- package/dist/bundled/v3/components/OrRadioV3/index.js +1 -1
- package/dist/bundled/v3/components/OrRadioV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrRadioV3-3dee1547.js → OrRadioV3-4010e1fb.js} +1 -1
- package/dist/bundled/v3/components/OrRangeSliderV3/OrRangeSlider.js +1 -1
- package/dist/bundled/v3/components/OrRangeSliderV3/index.js +1 -1
- package/dist/bundled/v3/components/OrRangeSliderV3/styles.js +2 -2
- package/dist/bundled/v3/components/{OrRangeSliderV3-aee4f195.js → OrRangeSliderV3-a0ef60ed.js} +3 -3
- package/dist/bundled/v3/components/OrResizeablePanelV3/OrResizeablePanel.js +1 -1
- package/dist/bundled/v3/components/OrResizeablePanelV3/index.js +1 -1
- package/dist/bundled/v3/components/OrResizeablePanelV3/props.js +1 -1
- package/dist/bundled/v3/components/OrResizeablePanelV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrResizeablePanelV3-34af6bdb.js → OrResizeablePanelV3-517ff16d.js} +2 -2
- package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/props.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +2 -2
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +2 -2
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.js +2 -2
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.js +1 -1
- package/dist/bundled/v3/components/{OrRichTextEditorV3-3922efd5.js → OrRichTextEditorV3-d5318f09.js} +12 -12
- package/dist/bundled/v3/components/OrSearch/OrSearch.js +3 -3
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +2 -2
- package/dist/bundled/v3/components/OrSelect/OrSelect.js +1 -1
- package/dist/bundled/v3/components/OrSelect/constants.js +1 -1
- package/dist/bundled/v3/components/OrSelect/index.js +1 -1
- package/dist/bundled/v3/components/{OrSelect-d7a38463.js → OrSelect-f4d48a5e.js} +7 -7
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +1 -1
- package/dist/bundled/v3/components/OrSelectV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSelectV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrSelectV3-6035ca7b.js → OrSelectV3-e6797baa.js} +8 -8
- package/dist/bundled/v3/components/OrSidebar/index.js +2 -2
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +1 -1
- package/dist/bundled/v3/components/OrSidebarV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSidebarV3/props.js +1 -1
- package/dist/bundled/v3/components/OrSidebarV3/styles.js +2 -2
- package/dist/bundled/v3/components/{OrSidebarV3-26e674e1.js → OrSidebarV3-cbbd8edf.js} +1 -1
- package/dist/bundled/v3/components/OrSkeleton/constants.js +1 -1
- package/dist/bundled/v3/components/OrSkeleton/index.js +1 -1
- package/dist/bundled/v3/components/{OrSkeleton-7cb4858e.js → OrSkeleton-965f1996.js} +3 -3
- package/dist/bundled/v3/components/OrSkeletonCircle/OrSkeletonCircle.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonCircle/index.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonCircleV3/OrSkeletonCircle.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonCircleV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonRect/OrSkeletonRect.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonRect/index.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonRectV3/OrSkeletonRect.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonRectV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonText/OrSkeletonText.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonText/index.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonTextV3/OrSkeletonText.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonTextV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrSkeletonV3-779f5fd7.js → OrSkeletonV3-c3a0afa1.js} +1 -1
- package/dist/bundled/v3/components/OrSlider/OrSlider.js +2 -2
- package/dist/bundled/v3/components/OrSliderV3/OrSlider.js +1 -1
- package/dist/bundled/v3/components/OrSliderV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSliderV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrSliderV3-618016d0.js → OrSliderV3-6a2ad3c9.js} +2 -2
- package/dist/bundled/v3/components/OrSortingV3/OrSorting.js +1 -1
- package/dist/bundled/v3/components/OrSortingV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSortingV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrSortingV3-64772ca1.js → OrSortingV3-b711339d.js} +3 -3
- package/dist/bundled/v3/components/OrStatusV3/OrStatus.js +1 -1
- package/dist/bundled/v3/components/OrStatusV3/index.js +1 -1
- package/dist/bundled/v3/components/OrStatusV3/props.js +1 -1
- package/dist/bundled/v3/components/OrStatusV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrStatusV3-4364fde2.js → OrStatusV3-f75e5cad.js} +1 -1
- package/dist/bundled/v3/components/OrStepper/OrStepper.js +2 -2
- package/dist/bundled/v3/components/OrSwitch/OrSwitch.js +1 -1
- package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.js +1 -1
- package/dist/bundled/v3/components/OrSwitchV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSwitchV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrSwitchV3-c116e6b4.js → OrSwitchV3-1ddb9ec5.js} +2 -2
- package/dist/bundled/v3/components/OrTab/OrTab.js +2 -2
- package/dist/bundled/v3/components/OrTabHeaderItem/OrTabHeaderItem.js +1 -1
- package/dist/bundled/v3/components/OrTabs/OrTabs.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/props.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTabsV3-a797dd78.js → OrTabsV3-e7361d00.js} +3 -3
- package/dist/bundled/v3/components/OrTag/OrTag.js +1 -1
- package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +1 -1
- package/dist/bundled/v3/components/OrTagInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTagInputV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTagInputV3-dd4f006c.js → OrTagInputV3-29356ae5.js} +6 -6
- package/dist/bundled/v3/components/OrTagV3/OrTag.js +1 -1
- package/dist/bundled/v3/components/OrTagV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTagV3/props.js +1 -1
- package/dist/bundled/v3/components/OrTagV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTagV3-f234e610.js → OrTagV3-1f0ca84c.js} +1 -1
- package/dist/bundled/v3/components/OrTagsV3/OrTags.js +1 -1
- package/dist/bundled/v3/components/OrTagsV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTagsV3/props.js +1 -1
- package/dist/bundled/v3/components/OrTagsV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrTagsV3/utils/castToTag.js +1 -1
- package/dist/bundled/v3/components/{OrTagsV3-07fccc33.js → OrTagsV3-a4857d13.js} +3 -3
- package/dist/bundled/v3/components/OrTextarea/OrTextarea.js +1 -1
- package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.js +1 -1
- package/dist/bundled/v3/components/OrTextareaV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTextareaV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTextareaV3-59f2cf38.js → OrTextareaV3-9235fbb0.js} +2 -2
- package/dist/bundled/v3/components/OrTextbox/index.js +1 -1
- package/dist/bundled/v3/components/OrTimeFormatV3/OrTimeFormat.js +1 -1
- package/dist/bundled/v3/components/OrTimeFormatV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTimeFormatV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTimeFormatV3-1e6c6d57.js → OrTimeFormatV3-a4387e46.js} +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTimePickerV3-16496858.js → OrTimePickerV3-c6920fb2.js} +3 -3
- package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.js +1 -1
- package/dist/bundled/v3/components/OrTimeRangePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTimeRangePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTimeRangePickerV3-795503b2.js → OrTimeRangePickerV3-ec96ebb9.js} +3 -3
- package/dist/bundled/v3/components/OrToast/OrToast.js +1 -1
- package/dist/bundled/v3/components/OrToast/Timer.js +2 -2
- package/dist/bundled/v3/components/OrToast/composable/index.js +1 -1
- package/dist/bundled/v3/components/OrToast/composable/useQueue.js +1 -1
- package/dist/bundled/v3/components/OrToast/composable/useToast.js +1 -1
- package/dist/bundled/v3/components/OrToast/composable/useToastEventBus.js +2 -2
- package/dist/bundled/v3/components/OrToast/constants.js +1 -1
- package/dist/bundled/v3/components/OrToast/index.js +1 -1
- package/dist/bundled/v3/components/{OrToast-97879bb7.js → OrToast-5901aec9.js} +3 -3
- package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.js +1 -1
- package/dist/bundled/v3/components/OrToastContainer/index.js +1 -1
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +1 -1
- package/dist/bundled/v3/components/OrToastContainerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/OrToast.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/Timer.js +2 -2
- package/dist/bundled/v3/components/OrToastV3/composable/index.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/composable/useQueue.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/composable/useToast.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/OrToastV3/props.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrToastV3-64448d7e.js → OrToastV3-709e1f6f.js} +4 -4
- package/dist/bundled/v3/components/OrTooltip/index.js +2 -2
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +1 -1
- package/dist/bundled/v3/components/OrTooltipV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTooltipV3/styles.js +2 -2
- package/dist/bundled/v3/components/{OrTooltipV3-365a874d.js → OrTooltipV3-2e64008c.js} +1 -1
- package/dist/bundled/v3/components/OrTreeV3/index.js +2 -2
- package/dist/bundled/v3/components/index.d.ts +1 -0
- package/dist/bundled/v3/components/index.js +69 -68
- 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.js +71 -70
- package/dist/bundled/v3/utils/functions/dom.js +3 -3
- package/dist/bundled/v3/utils/isAncestor.d.ts +1 -1
- package/dist/bundled/v3/utils/isAncestor.js +1 -1
- package/dist/bundled/v3/utils/isDescendant.d.ts +1 -1
- package/dist/bundled/v3/utils/isDescendant.js +1 -1
- package/dist/esm/v2/{OrAutocomplete-ea5e8739.js → OrAutocomplete-fa5bc01f.js} +5 -5
- package/dist/esm/v2/{OrCardCollection-91dbf598.js → OrCardCollection-a1d1233b.js} +3 -3
- package/dist/esm/v2/{OrCode-f518db6b.js → OrCode-e55dc397.js} +2 -2
- package/dist/esm/v2/{OrConfirm-17e9521b.js → OrConfirm-35bda404.js} +1 -1
- package/dist/esm/v2/{OrContextMenu-78008be1.js → OrContextMenu-d7e9cf0b.js} +2 -2
- package/dist/esm/v2/{OrDataGrid-9c4d06d4.js → OrDataGrid-b932b89b.js} +2 -2
- package/dist/esm/v2/{OrDateFormat-c042af1e.js → OrDateFormat-88b97a02.js} +2 -2
- package/dist/esm/v2/{OrDatePicker-e0bf0204.js → OrDatePicker-38d330c9.js} +4 -4
- package/dist/esm/v2/{OrDateRangePicker-fbf0d24e.js → OrDateRangePicker-b77c75f5.js} +4 -4
- package/dist/esm/v2/{OrDateTimeFormat-c6782586.js → OrDateTimeFormat-7c66383b.js} +2 -2
- package/dist/esm/v2/{OrDateTimePicker-6be22f38.js → OrDateTimePicker-d7b04903.js} +1 -1
- package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-f7a952a7.js → OrDateTimePicker.vue_rollup-plugin-vue_script-f62ff911.js} +3 -3
- package/dist/esm/v2/{OrDateTimePickerTimeSelect-ddd47467.js → OrDateTimePickerTimeSelect-752ba6b8.js} +3 -3
- package/dist/esm/v2/OrDrawer-674bea8c.js +150 -0
- package/dist/esm/v2/{OrEditorTabs-1aa5821a.js → OrEditorTabs-872ab90c.js} +3 -3
- package/dist/esm/v2/{OrEditorTabsItem-45794a67.js → OrEditorTabsItem-62a743c1.js} +1 -1
- package/dist/esm/v2/{OrIconButton-a8d6aace.js → OrIconButton-3601fc59.js} +1 -1
- package/dist/esm/v2/{OrInlineInput-4bf4d244.js → OrInlineInput-41ca23a3.js} +1 -1
- package/dist/esm/v2/{OrInlineTextarea-0ba431f8.js → OrInlineTextarea-f6ed2371.js} +1 -1
- package/dist/esm/v2/{OrInput-959268e2.js → OrInput-233b32f8.js} +1 -1
- package/dist/esm/v2/{OrList-bb2d0be4.js → OrList-a294ddfb.js} +1 -1
- package/dist/esm/v2/{OrMenu-1b2259df.js → OrMenu-745cbe4e.js} +1 -1
- package/dist/esm/v2/{OrMenuItem-ac5e6055.js → OrMenuItem-3adabd86.js} +1 -1
- package/dist/esm/v2/{OrModal-cc4d576d.js → OrModal-8b4f3c28.js} +1 -1
- package/dist/esm/v2/{OrNotification-f5f1edcb.js → OrNotification-15b5a00e.js} +1 -1
- package/dist/esm/v2/{OrPagination-e8b5a7a0.js → OrPagination-2d719e28.js} +2 -2
- package/dist/esm/v2/{OrPopover-201b6c5e.js → OrPopover-4d56cd41.js} +1 -1
- package/dist/esm/v2/{OrRangeSlider-d9f2412f.js → OrRangeSlider-2f2e0a4b.js} +2 -2
- package/dist/esm/v2/{OrResizeablePanel-6365cf34.js → OrResizeablePanel-ce9e1b92.js} +1 -1
- package/dist/esm/v2/{OrRichTextEditor-44560e60.js → OrRichTextEditor-bca97416.js} +6 -6
- package/dist/esm/v2/{OrSearch-ec9cedb5.js → OrSearch-86ac261f.js} +1 -1
- package/dist/esm/v2/{OrSelect-145b54ea.js → OrSelect-78f8efad.js} +6 -6
- package/dist/esm/v2/{OrSelectMultipleControl-9aa403ac.js → OrSelectMultipleControl-9608f9b7.js} +1 -1
- package/dist/esm/v2/{OrSlider-e575fb67.js → OrSlider-724dea0a.js} +1 -1
- package/dist/esm/v2/{OrSlider.vue_rollup-plugin-vue_script-30e07ba5.js → OrSlider.vue_rollup-plugin-vue_script-97087612.js} +1 -1
- package/dist/esm/v2/{OrSorting-b74f615c.js → OrSorting-f46cd150.js} +2 -2
- package/dist/esm/v2/{OrTabs-60c23c85.js → OrTabs-d9caca54.js} +2 -2
- package/dist/esm/v2/{OrTag-047d2be3.js → OrTag-8f880e26.js} +1 -1
- package/dist/esm/v2/{OrTagInput-408ed830.js → OrTagInput-b317ed54.js} +3 -3
- package/dist/esm/v2/{OrTags-4200f68e.js → OrTags-4b0e61dc.js} +2 -2
- package/dist/esm/v2/{OrTimeFormat-cb0832da.js → OrTimeFormat-c9cbcc7d.js} +2 -2
- package/dist/esm/v2/{OrTimePicker-f0ea12b3.js → OrTimePicker-405594c4.js} +4 -4
- package/dist/esm/v2/{OrTimeRangePicker-bd4fca6f.js → OrTimeRangePicker-690a642e.js} +4 -4
- package/dist/esm/v2/{OrTooltip-375cc3b3.js → OrTooltip-c0a1599f.js} +1 -1
- package/dist/esm/v2/components/index.d.ts +1 -0
- package/dist/esm/v2/components/index.js +48 -47
- package/dist/esm/v2/components/or-autocomplete-v3/index.js +10 -10
- package/dist/esm/v2/components/or-card-collection-v3/index.js +11 -11
- package/dist/esm/v2/components/or-code-v3/index.js +7 -7
- package/dist/esm/v2/components/or-confirm-v3/index.js +7 -7
- package/dist/esm/v2/components/or-context-menu-v3/index.js +5 -5
- package/dist/esm/v2/components/or-data-grid-v3/index.js +11 -11
- package/dist/esm/v2/components/or-date-format-v3/index.js +10 -10
- package/dist/esm/v2/components/or-date-picker-v3/index.js +10 -10
- package/dist/esm/v2/components/or-date-range-picker-v3/index.js +10 -10
- package/dist/esm/v2/components/or-date-time-format-v3/index.js +10 -10
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +10 -10
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/index.js +8 -8
- package/dist/esm/v2/components/or-drawer-v3/OrDrawer.vue.d.ts +62 -0
- package/dist/esm/v2/components/or-drawer-v3/index.d.ts +2 -0
- package/dist/esm/v2/components/or-drawer-v3/index.js +11 -0
- package/dist/esm/v2/components/or-drawer-v3/styles.d.ts +5 -0
- package/dist/esm/v2/components/or-drawer-v3/types.d.ts +4 -0
- package/dist/esm/v2/components/or-editor-tabs-v3/index.js +9 -9
- package/dist/esm/v2/components/or-editor-tabs-v3/partials/index.js +6 -6
- package/dist/esm/v2/components/or-icon-button-v3/index.js +5 -5
- package/dist/esm/v2/components/or-inline-input-v3/index.js +6 -6
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +6 -6
- package/dist/esm/v2/components/or-input-v3/index.js +6 -6
- package/dist/esm/v2/components/or-list-v3/index.js +6 -6
- package/dist/esm/v2/components/or-menu-item-v3/index.js +6 -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/index.js +8 -8
- package/dist/esm/v2/components/or-popover-v3/index.js +3 -3
- package/dist/esm/v2/components/or-popover-v3/utils/index.js +2 -2
- package/dist/esm/v2/components/or-range-slider-v3/index.js +6 -6
- package/dist/esm/v2/components/or-resizeable-panel-v3/index.js +6 -6
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +10 -10
- package/dist/esm/v2/components/or-search-v3/index.js +7 -7
- package/dist/esm/v2/components/or-select-v3/index.js +11 -11
- package/dist/esm/v2/components/or-select-v3/partials/index.js +8 -8
- package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/index.js +8 -8
- package/dist/esm/v2/components/or-sidebar-v3/index.js +7 -7
- package/dist/esm/v2/components/or-slider-v3/index.js +6 -6
- package/dist/esm/v2/components/or-sorting-v3/index.js +8 -8
- package/dist/esm/v2/components/or-tabs-v3/index.js +8 -8
- package/dist/esm/v2/components/or-tag-input-v3/index.js +8 -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-time-format-v3/index.js +10 -10
- package/dist/esm/v2/components/or-time-picker-v3/index.js +10 -10
- package/dist/esm/v2/components/or-time-range-picker-v3/index.js +10 -10
- 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/index.js +49 -48
- package/dist/esm/v2/{isAncestor-a446b32f.js → isAncestor-2973d4f4.js} +1 -1
- package/dist/esm/{v3/isNumber-ef303deb.js → v2/isNumber-0b59f583.js} +1 -1
- package/dist/esm/v2/{isPrevented-b151a948.js → isPrevented-b1764210.js} +1 -1
- package/dist/esm/v2/{props-bb403404.js → props-f24f4d43.js} +1 -1
- package/dist/esm/v2/{types-58747b52.js → types-12f0b274.js} +1 -1
- package/dist/esm/v2/utils/index.js +2 -2
- package/dist/esm/v2/utils/isAncestor.d.ts +1 -1
- package/dist/esm/v2/utils/isDescendant.d.ts +1 -1
- package/dist/esm/v3/{OrAutocomplete-2df6c196.js → OrAutocomplete-66d9067f.js} +5 -5
- package/dist/esm/v3/{OrCardCollection-46f18362.js → OrCardCollection-f08fe5c7.js} +3 -3
- package/dist/esm/v3/{OrCode-392a4211.js → OrCode-5f122f37.js} +2 -2
- package/dist/esm/v3/{OrConfirm-6f270860.js → OrConfirm-469e6e50.js} +1 -1
- package/dist/esm/v3/{OrContextMenu-0c6d9b75.js → OrContextMenu-f1d15575.js} +2 -2
- package/dist/esm/v3/{OrDataGrid-9466c34e.js → OrDataGrid-74adc61b.js} +2 -2
- package/dist/esm/v3/{OrDateFormat-d7f72694.js → OrDateFormat-e5b2df70.js} +2 -2
- package/dist/esm/v3/{OrDatePicker-028208da.js → OrDatePicker-2dceb7d9.js} +4 -4
- package/dist/esm/v3/{OrDateRangePicker-2ea5d87e.js → OrDateRangePicker-2daa29fb.js} +4 -4
- package/dist/esm/v3/{OrDateTimeFormat-bb2e1e06.js → OrDateTimeFormat-cda609c7.js} +2 -2
- package/dist/esm/v3/{OrDateTimePicker-208d80df.js → OrDateTimePicker-3fbf088a.js} +3 -3
- package/dist/esm/v3/{OrDateTimePickerTimeSelect-8fda0cfc.js → OrDateTimePickerTimeSelect-a8a5b35f.js} +3 -3
- package/dist/esm/v3/OrDrawer-ab8495f0.js +126 -0
- package/dist/esm/v3/{OrEditorTabs-7445d227.js → OrEditorTabs-33629826.js} +3 -3
- package/dist/esm/v3/{OrEditorTabsItem-6ffae626.js → OrEditorTabsItem-eb93ef4c.js} +1 -1
- package/dist/esm/v3/{OrIconButton-4baecd68.js → OrIconButton-02b59101.js} +1 -1
- package/dist/esm/v3/{OrInlineInput-c22dee86.js → OrInlineInput-b629a4bd.js} +1 -1
- package/dist/esm/v3/{OrInlineTextarea-13ee3e39.js → OrInlineTextarea-162ecb76.js} +1 -1
- package/dist/esm/v3/{OrInput-3bdf061a.js → OrInput-18c7f2a5.js} +1 -1
- package/dist/esm/v3/{OrList-2ab5b166.js → OrList-341365d7.js} +1 -1
- package/dist/esm/v3/{OrMenu-c99b02ac.js → OrMenu-bf94a012.js} +1 -1
- package/dist/esm/v3/{OrMenuItem-89264002.js → OrMenuItem-f77364e2.js} +1 -1
- package/dist/esm/v3/{OrModal-85c46875.js → OrModal-ba9c1044.js} +1 -1
- package/dist/esm/v3/{OrNotification-1d1d3286.js → OrNotification-d59cbd17.js} +1 -1
- package/dist/esm/v3/{OrPagination-5a886207.js → OrPagination-82c353df.js} +2 -2
- package/dist/esm/v3/{OrPopover-f303228e.js → OrPopover-84adac23.js} +1 -1
- package/dist/esm/v3/{OrRangeSlider-f1f67b3e.js → OrRangeSlider-90e2972c.js} +2 -2
- package/dist/esm/v3/{OrResizeablePanel-5199621a.js → OrResizeablePanel-508e74e4.js} +1 -1
- package/dist/esm/v3/{OrRichTextEditor-0eafecc7.js → OrRichTextEditor-58b51fb2.js} +6 -6
- package/dist/esm/v3/{OrSearch-a12c1df9.js → OrSearch-d19e5d31.js} +1 -1
- package/dist/esm/v3/{OrSelect-025fa0f1.js → OrSelect-cea84e31.js} +6 -6
- package/dist/esm/v3/{OrSelectMultipleControl-829fadc6.js → OrSelectMultipleControl-882b996d.js} +1 -1
- package/dist/esm/v3/{OrSlider-a7840a86.js → OrSlider-345adc35.js} +1 -1
- package/dist/esm/v3/{OrSorting-4afcc075.js → OrSorting-1d14048b.js} +2 -2
- package/dist/esm/v3/{OrTabs-67afd24c.js → OrTabs-65134ffa.js} +2 -2
- package/dist/esm/v3/{OrTag-008ce4df.js → OrTag-fa2d6d4b.js} +1 -1
- package/dist/esm/v3/{OrTagInput-4f178619.js → OrTagInput-28ae5029.js} +3 -3
- package/dist/esm/v3/{OrTags-4af8c52a.js → OrTags-a41643fd.js} +2 -2
- package/dist/esm/v3/{OrTimeFormat-a72a0e8f.js → OrTimeFormat-65dc4163.js} +2 -2
- package/dist/esm/v3/{OrTimePicker-dc194532.js → OrTimePicker-580004eb.js} +4 -4
- package/dist/esm/v3/{OrTimeRangePicker-ed5d207e.js → OrTimeRangePicker-5e8183f4.js} +4 -4
- package/dist/esm/v3/{OrTooltip-43543b88.js → OrTooltip-b17f38ab.js} +1 -1
- package/dist/esm/v3/components/index.d.ts +1 -0
- package/dist/esm/v3/components/index.js +46 -45
- package/dist/esm/v3/components/or-autocomplete-v3/index.js +10 -10
- package/dist/esm/v3/components/or-card-collection-v3/index.js +11 -11
- package/dist/esm/v3/components/or-code-v3/index.js +7 -7
- package/dist/esm/v3/components/or-confirm-v3/index.js +7 -7
- package/dist/esm/v3/components/or-context-menu-v3/index.js +5 -5
- package/dist/esm/v3/components/or-data-grid-v3/index.js +11 -11
- package/dist/esm/v3/components/or-date-format-v3/index.js +10 -10
- package/dist/esm/v3/components/or-date-picker-v3/index.js +10 -10
- package/dist/esm/v3/components/or-date-range-picker-v3/index.js +10 -10
- package/dist/esm/v3/components/or-date-time-format-v3/index.js +10 -10
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +9 -9
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/index.js +8 -8
- package/dist/esm/v3/components/or-drawer-v3/OrDrawer.vue.d.ts +46 -0
- package/dist/esm/v3/components/or-drawer-v3/index.d.ts +2 -0
- package/dist/esm/v3/components/or-drawer-v3/index.js +11 -0
- package/dist/esm/v3/components/or-drawer-v3/styles.d.ts +5 -0
- package/dist/esm/v3/components/or-drawer-v3/types.d.ts +4 -0
- package/dist/esm/v3/components/or-editor-tabs-v3/index.js +9 -9
- package/dist/esm/v3/components/or-editor-tabs-v3/partials/index.js +6 -6
- package/dist/esm/v3/components/or-icon-button-v3/index.js +5 -5
- package/dist/esm/v3/components/or-inline-input-v3/index.js +6 -6
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +6 -6
- package/dist/esm/v3/components/or-input-v3/index.js +6 -6
- package/dist/esm/v3/components/or-list-v3/index.js +6 -6
- package/dist/esm/v3/components/or-menu-item-v3/index.js +6 -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/index.js +8 -8
- package/dist/esm/v3/components/or-popover-v3/index.js +3 -3
- package/dist/esm/v3/components/or-popover-v3/utils/index.js +2 -2
- package/dist/esm/v3/components/or-range-slider-v3/index.js +6 -6
- package/dist/esm/v3/components/or-resizeable-panel-v3/index.js +6 -6
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +10 -10
- package/dist/esm/v3/components/or-search-v3/index.js +7 -7
- package/dist/esm/v3/components/or-select-v3/index.js +11 -11
- package/dist/esm/v3/components/or-select-v3/partials/index.js +8 -8
- package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/index.js +8 -8
- package/dist/esm/v3/components/or-sidebar-v3/index.js +7 -7
- package/dist/esm/v3/components/or-slider-v3/index.js +5 -5
- package/dist/esm/v3/components/or-sorting-v3/index.js +8 -8
- package/dist/esm/v3/components/or-tabs-v3/index.js +8 -8
- package/dist/esm/v3/components/or-tag-input-v3/index.js +8 -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-time-format-v3/index.js +10 -10
- package/dist/esm/v3/components/or-time-picker-v3/index.js +10 -10
- package/dist/esm/v3/components/or-time-range-picker-v3/index.js +10 -10
- 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/index.js +47 -46
- package/dist/esm/v3/{isAncestor-a446b32f.js → isAncestor-2973d4f4.js} +1 -1
- package/dist/esm/{v2/isNumber-ef303deb.js → v3/isNumber-0b59f583.js} +1 -1
- package/dist/esm/v3/{isPrevented-b151a948.js → isPrevented-b1764210.js} +1 -1
- package/dist/esm/v3/{props-70969a81.js → props-05082b0d.js} +1 -1
- package/dist/esm/v3/{types-06fd7c29.js → types-a1140d3f.js} +1 -1
- package/dist/esm/v3/utils/index.js +2 -2
- package/dist/esm/v3/utils/isAncestor.d.ts +1 -1
- package/dist/esm/v3/utils/isDescendant.d.ts +1 -1
- package/package.json +2 -2
- package/src/components/index.ts +1 -0
- package/src/components/or-drawer-v3/OrDrawer.vue +118 -0
- package/src/components/or-drawer-v3/index.ts +2 -0
- package/src/components/or-drawer-v3/styles.ts +56 -0
- package/src/components/or-drawer-v3/types.ts +4 -0
- package/src/utils/isAncestor.ts +1 -1
- package/src/utils/isDescendant.ts +1 -1
- /package/dist/bundled/v2/{OrDataGrid-6a94e57b.js → OrDataGrid-b9e29ba4.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-b8b995f0.js → OrDateTimePickerMonthSelect-56192f82.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerPopoverHeader-3a03ca85.js → OrDateTimePickerPopoverHeader-38026924.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerTimeSelect-7c1a21be.js → OrDateTimePickerTimeSelect-5978d47a.js} +0 -0
- /package/dist/bundled/v2/{OrInlineInput-e19f5080.js → OrInlineInput-d488b0cc.js} +0 -0
- /package/dist/bundled/v2/{OrInput-5c4c7d6d.js → OrInput-eb952c1d.js} +0 -0
- /package/dist/bundled/v2/{OrList-330e227a.js → OrList-0f5a7a60.js} +0 -0
- /package/dist/bundled/v2/{OrTree-9441d6df.js → OrTree-ba2da38f.js} +0 -0
- /package/dist/bundled/v3/components/{OrAvatar-a99e1980.js → OrAvatar-572ba305.js} +0 -0
- /package/dist/bundled/v3/components/{OrDropAreaV3-fa45585a.js → OrDropAreaV3-1aaace11.js} +0 -0
- /package/dist/bundled/v3/components/{OrExpansionPanelV3-e5707d1b.js → OrExpansionPanelV3-fb7980ab.js} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrTimeRangePickerV3 } from '../../OrTimeRangePicker-
|
|
1
|
+
export { s as OrTimeRangePickerV3 } from '../../OrTimeRangePicker-5e8183f4.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../dropdown-open-06d651cf.js';
|
|
4
4
|
import '../../TimeFormat-a7f5565b.js';
|
|
@@ -12,15 +12,15 @@ import '../../useProxyModelValue-940010d2.js';
|
|
|
12
12
|
import '../../useResponsive-1baf3485.js';
|
|
13
13
|
import '@onereach/styles/tailwind/plugins/core';
|
|
14
14
|
import '@onereach/styles/tailwind.config.json';
|
|
15
|
-
import '../../OrDateTimePicker-
|
|
15
|
+
import '../../OrDateTimePicker-3fbf088a.js';
|
|
16
16
|
import '../../OrError-331220bc.js';
|
|
17
17
|
import 'vue';
|
|
18
18
|
import '../../OrHint-262c8217.js';
|
|
19
|
-
import '../../OrIconButton-
|
|
19
|
+
import '../../OrIconButton-02b59101.js';
|
|
20
20
|
import '../../OrIcon-9aff520e.js';
|
|
21
|
-
import '../../OrTooltip-
|
|
21
|
+
import '../../OrTooltip-b17f38ab.js';
|
|
22
22
|
import '../../usePopoverState-5f2cd96f.js';
|
|
23
|
-
import '../../OrPopover-
|
|
23
|
+
import '../../OrPopover-84adac23.js';
|
|
24
24
|
import '@floating-ui/dom';
|
|
25
25
|
import '../../useElevation-d6b798c5.js';
|
|
26
26
|
import '../../isVisible-d1e49905.js';
|
|
@@ -28,15 +28,15 @@ import '../../OrBottomSheet-bba074ed.js';
|
|
|
28
28
|
import '../../OrOverlay-49a678a2.js';
|
|
29
29
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
30
30
|
import '../../useTheme-dc76b423.js';
|
|
31
|
-
import '../../isPrevented-
|
|
32
|
-
import '../../isAncestor-
|
|
31
|
+
import '../../isPrevented-b1764210.js';
|
|
32
|
+
import '../../isAncestor-2973d4f4.js';
|
|
33
33
|
import '../../OrInputBox-8a5687dc.js';
|
|
34
34
|
import '../../OrLabel-4abbce6e.js';
|
|
35
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
35
|
+
import '../../OrDateTimePickerTimeSelect-a8a5b35f.js';
|
|
36
36
|
import '../../useTimeMask-a1c090c1.js';
|
|
37
37
|
import '../../formatTime-3f37a00f.js';
|
|
38
38
|
import '../../OrButton-31bcb511.js';
|
|
39
39
|
import '../../OrLoader-5e2f359b.js';
|
|
40
|
-
import '../../OrMenuItem-
|
|
41
|
-
import '../../OrMenu-
|
|
40
|
+
import '../../OrMenuItem-f77364e2.js';
|
|
41
|
+
import '../../OrMenu-bf94a012.js';
|
|
42
42
|
import '../../getCurrentDate-e5a478c3.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../../types-
|
|
1
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../../types-a1140d3f.js';
|
|
2
2
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../useToast-5aa9dc05.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
@@ -12,17 +12,17 @@ import '@onereach/styles/tailwind/plugins/core';
|
|
|
12
12
|
import '@onereach/styles/tailwind.config.json';
|
|
13
13
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
14
14
|
import 'vue';
|
|
15
|
-
import '../../OrIconButton-
|
|
15
|
+
import '../../OrIconButton-02b59101.js';
|
|
16
16
|
import '../../OrIcon-9aff520e.js';
|
|
17
|
-
import '../../OrTooltip-
|
|
17
|
+
import '../../OrTooltip-b17f38ab.js';
|
|
18
18
|
import '../../usePopoverState-5f2cd96f.js';
|
|
19
|
-
import '../../OrPopover-
|
|
19
|
+
import '../../OrPopover-84adac23.js';
|
|
20
20
|
import '@floating-ui/dom';
|
|
21
21
|
import '../../useResponsive-1baf3485.js';
|
|
22
22
|
import '../../OrBottomSheet-bba074ed.js';
|
|
23
23
|
import '../../OrOverlay-49a678a2.js';
|
|
24
24
|
import '../../useTheme-dc76b423.js';
|
|
25
|
-
import '../../isPrevented-
|
|
26
|
-
import '../../isAncestor-
|
|
25
|
+
import '../../isPrevented-b1764210.js';
|
|
26
|
+
import '../../isAncestor-2973d4f4.js';
|
|
27
27
|
import '../../OrLoader-5e2f359b.js';
|
|
28
28
|
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-a1140d3f.js';
|
|
2
2
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../../useToast-5aa9dc05.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
@@ -12,17 +12,17 @@ import '@onereach/styles/tailwind/plugins/core';
|
|
|
12
12
|
import '@onereach/styles/tailwind.config.json';
|
|
13
13
|
import '../../../OrTeleport.vue3-8099178c.js';
|
|
14
14
|
import 'vue';
|
|
15
|
-
import '../../../OrIconButton-
|
|
15
|
+
import '../../../OrIconButton-02b59101.js';
|
|
16
16
|
import '../../../OrIcon-9aff520e.js';
|
|
17
|
-
import '../../../OrTooltip-
|
|
17
|
+
import '../../../OrTooltip-b17f38ab.js';
|
|
18
18
|
import '../../../usePopoverState-5f2cd96f.js';
|
|
19
|
-
import '../../../OrPopover-
|
|
19
|
+
import '../../../OrPopover-84adac23.js';
|
|
20
20
|
import '@floating-ui/dom';
|
|
21
21
|
import '../../../useResponsive-1baf3485.js';
|
|
22
22
|
import '../../../OrBottomSheet-bba074ed.js';
|
|
23
23
|
import '../../../OrOverlay-49a678a2.js';
|
|
24
24
|
import '../../../useTheme-dc76b423.js';
|
|
25
|
-
import '../../../isPrevented-
|
|
26
|
-
import '../../../isAncestor-
|
|
25
|
+
import '../../../isPrevented-b1764210.js';
|
|
26
|
+
import '../../../isAncestor-2973d4f4.js';
|
|
27
27
|
import '../../../OrLoader-5e2f359b.js';
|
|
28
28
|
import '../../../style-inject.es-4c6f2515.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrTooltipV3 } from '../../OrTooltip-
|
|
1
|
+
export { s as OrTooltipV3 } from '../../OrTooltip-b17f38ab.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../TimeFormat-a7f5565b.js';
|
|
4
4
|
import '../../dom-53c9635b.js';
|
|
@@ -8,7 +8,7 @@ import '@vueuse/core';
|
|
|
8
8
|
import '../../usePopoverState-5f2cd96f.js';
|
|
9
9
|
import '@onereach/styles/tailwind/plugins/core';
|
|
10
10
|
import '@onereach/styles/tailwind.config.json';
|
|
11
|
-
import '../../OrPopover-
|
|
11
|
+
import '../../OrPopover-84adac23.js';
|
|
12
12
|
import '@floating-ui/dom';
|
|
13
13
|
import '../../useElevation-d6b798c5.js';
|
|
14
14
|
import '../../isVisible-d1e49905.js';
|
|
@@ -18,5 +18,5 @@ import '../../OrOverlay-49a678a2.js';
|
|
|
18
18
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
19
19
|
import 'vue';
|
|
20
20
|
import '../../useTheme-dc76b423.js';
|
|
21
|
-
import '../../isPrevented-
|
|
22
|
-
import '../../isAncestor-
|
|
21
|
+
import '../../isPrevented-b1764210.js';
|
|
22
|
+
import '../../isAncestor-2973d4f4.js';
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrAutocompleteV3 } from './OrAutocomplete-
|
|
1
|
+
export { s as OrAutocompleteV3 } from './OrAutocomplete-66d9067f.js';
|
|
2
2
|
export { O as OR_AVATAR_SIZE, s as OrAvatar } from './OrAvatar-1e8ba806.js';
|
|
3
3
|
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from './OrAvatar-8775864b.js';
|
|
4
4
|
export { B as BottomSheetVariant, s as OrBottomSheetV3 } from './OrBottomSheet-bba074ed.js';
|
|
@@ -9,7 +9,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
|
|
|
9
9
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from './OrButton-31bcb511.js';
|
|
10
10
|
export { s as OrCard } from './OrCard-e3a5aea4.js';
|
|
11
11
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from './OrCardCollection-6ee44732.js';
|
|
12
|
-
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-
|
|
12
|
+
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-f08fe5c7.js';
|
|
13
13
|
export { C as CardPadding, s as OrCardV3 } from './OrCard-c2ef331b.js';
|
|
14
14
|
export { s as OrCheckbox } from './OrCheckbox-eedaff8f.js';
|
|
15
15
|
export { s as OrCheckboxGroupV3 } from './OrCheckboxGroup-fa6ecd15.js';
|
|
@@ -23,30 +23,31 @@ export { lintGutter, linter } from '@codemirror/lint';
|
|
|
23
23
|
export { javascript } from '@codemirror/lang-javascript';
|
|
24
24
|
export { json, jsonParseLinter } from '@codemirror/lang-json';
|
|
25
25
|
export { html } from '@codemirror/lang-html';
|
|
26
|
-
export { C as CodeLanguage, s as OrCodeV3 } from './OrCode-
|
|
26
|
+
export { C as CodeLanguage, s as OrCodeV3 } from './OrCode-5f122f37.js';
|
|
27
27
|
export { EditorView } from '@codemirror/view';
|
|
28
28
|
export { EditorState } from '@codemirror/state';
|
|
29
29
|
export { s as OrCollapse } from './OrCollapse-bbba69ea.js';
|
|
30
30
|
export { s 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-bbc69767.js';
|
|
31
31
|
export { s as OrCombinedInputV3 } from './OrCombinedInput-04dda289.js';
|
|
32
32
|
export { s as OrConfirm } from './OrConfirm-7c132ea7.js';
|
|
33
|
-
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-
|
|
34
|
-
export { s as OrContextMenuV3 } from './OrContextMenu-
|
|
35
|
-
export { s as OrDataGridV3 } from './OrDataGrid-
|
|
33
|
+
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-469e6e50.js';
|
|
34
|
+
export { s as OrContextMenuV3 } from './OrContextMenu-f1d15575.js';
|
|
35
|
+
export { s as OrDataGridV3 } from './OrDataGrid-74adc61b.js';
|
|
36
36
|
export { D as DataGridVariant } from './OrDataGridToolbar-453f93f2.js';
|
|
37
|
-
export { s as OrDateFormatV3 } from './OrDateFormat-
|
|
38
|
-
export { s as OrDatePickerV3 } from './OrDatePicker-
|
|
39
|
-
export { s as OrDateRangePickerV3 } from './OrDateRangePicker-
|
|
40
|
-
export { s as OrDateTimeFormatV3 } from './OrDateTimeFormat-
|
|
37
|
+
export { s as OrDateFormatV3 } from './OrDateFormat-e5b2df70.js';
|
|
38
|
+
export { s as OrDatePickerV3 } from './OrDatePicker-2dceb7d9.js';
|
|
39
|
+
export { s as OrDateRangePickerV3 } from './OrDateRangePicker-2daa29fb.js';
|
|
40
|
+
export { s as OrDateTimeFormatV3 } from './OrDateTimeFormat-cda609c7.js';
|
|
41
41
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-d2de9625.js';
|
|
42
|
-
export { s as OrDateTimePickerV3 } from './OrDateTimePicker-
|
|
43
|
-
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-
|
|
42
|
+
export { s as OrDateTimePickerV3 } from './OrDateTimePicker-3fbf088a.js';
|
|
43
|
+
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-a8a5b35f.js';
|
|
44
44
|
export { f as formatDate, a as formatTime } from './formatTime-3f37a00f.js';
|
|
45
45
|
export { f as formatMobileDate, a as formatMobileTime, g as getCurrentDate } from './getCurrentDate-e5a478c3.js';
|
|
46
46
|
export { g as getNextMonthDate } from './getNextMonthDate-8ec29631.js';
|
|
47
|
+
export { D as DrawerPlacement, s as OrDrawerV3 } from './OrDrawer-ab8495f0.js';
|
|
47
48
|
export { D as DropAreaSize, s as OrDropAreaV3 } from './OrDropArea-98944348.js';
|
|
48
49
|
export { a as approximateFileSize } from './approximateFileSize-a48b356b.js';
|
|
49
|
-
export { E as EditorTabsOverflow, s as OrEditorTabsV3 } from './OrEditorTabs-
|
|
50
|
+
export { E as EditorTabsOverflow, s as OrEditorTabsV3 } from './OrEditorTabs-33629826.js';
|
|
50
51
|
export { E as EmptyStateSize, s as OrEmptyStateV3 } from './OrEmptyState-47f9d910.js';
|
|
51
52
|
export { s as OrError } from './OrError-f90296db.js';
|
|
52
53
|
export { s as OrErrorTagV3 } from './OrErrorTag-94f074a2.js';
|
|
@@ -58,55 +59,55 @@ export { F as FormGroupDirection, s as OrFormGroupV3 } from './OrFormGroup-4afd3
|
|
|
58
59
|
export { s as OrHint } from './OrHint-8822005b.js';
|
|
59
60
|
export { s as OrHintV3 } from './OrHint-262c8217.js';
|
|
60
61
|
export { s as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-b9c3dfd2.js';
|
|
61
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-
|
|
62
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-02b59101.js';
|
|
62
63
|
export { a as IconSize, I as IconVariant, s as OrIconV3 } from './OrIcon-9aff520e.js';
|
|
63
64
|
export { I as InlineInputBoxSize, s as OrInlineInputBoxV3 } from './OrInlineInputBox-9d62d2b3.js';
|
|
64
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-
|
|
65
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-b629a4bd.js';
|
|
65
66
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from './OrInlineTextEdit-a512574d.js';
|
|
66
|
-
export { s as OrInlineTextareaV3 } from './OrInlineTextarea-
|
|
67
|
+
export { s as OrInlineTextareaV3 } from './OrInlineTextarea-162ecb76.js';
|
|
67
68
|
export { s as OrInput } from './OrInput-4a3206ea.js';
|
|
68
69
|
export { a as InputBoxSize, I as InputBoxVariant, s as OrInputBoxV3 } from './OrInputBox-8a5687dc.js';
|
|
69
|
-
export { I as InputType, s as OrInputV3 } from './OrInput-
|
|
70
|
+
export { I as InputType, s as OrInputV3 } from './OrInput-18c7f2a5.js';
|
|
70
71
|
export { s as OrLabel } from './OrLabel-a7d99df4.js';
|
|
71
72
|
export { L as LabelVariant, s as OrLabelV3 } from './OrLabel-4abbce6e.js';
|
|
72
73
|
export { L as LinkColor, s as OrLinkV3 } from './OrLink-c83a51b2.js';
|
|
73
74
|
export { s as OrList } from './OrList-1625c863.js';
|
|
74
75
|
export { s as OrListOfInputs } from './OrListOfInputs-690c57bc.js';
|
|
75
|
-
export { s as OrListV3 } from './OrList-
|
|
76
|
+
export { s as OrListV3 } from './OrList-341365d7.js';
|
|
76
77
|
export { s as OrListItem } from './OrListItem-63389e98.js';
|
|
77
78
|
export { L as LoaderViews, s as OrLoader } from './OrLoader-d5a5b426.js';
|
|
78
79
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from './OrLoader-5e2f359b.js';
|
|
79
|
-
export { s as OrMenuItemV3 } from './OrMenuItem-
|
|
80
|
-
export { s as OrMenuV3 } from './OrMenu-
|
|
80
|
+
export { s as OrMenuItemV3 } from './OrMenuItem-f77364e2.js';
|
|
81
|
+
export { s as OrMenuV3 } from './OrMenu-bf94a012.js';
|
|
81
82
|
export { s as OrModal, O as OrModalSizes } from './OrModal-8eeab7a1.js';
|
|
82
|
-
export { M as ModalSize, s as OrModalV3 } from './OrModal-
|
|
83
|
+
export { M as ModalSize, s as OrModalV3 } from './OrModal-ba9c1044.js';
|
|
83
84
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from './OrNotification-69f1178a.js';
|
|
84
|
-
export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification-
|
|
85
|
+
export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification-d59cbd17.js';
|
|
85
86
|
export { s as OrNumberInput } from './OrNumberInput-2433b4b8.js';
|
|
86
87
|
export { s as OrOverflowMenu } from './OrOverflowMenu-8a0210ef.js';
|
|
87
88
|
export { s as OrOverlay } from './OrOverlay-451dce49.js';
|
|
88
89
|
export { s as OrOverlayV3 } from './OrOverlay-49a678a2.js';
|
|
89
|
-
export { s as OrPaginationV3 } from './OrPagination-
|
|
90
|
+
export { s as OrPaginationV3 } from './OrPagination-82c353df.js';
|
|
90
91
|
export { s as OrPassword } from './OrPassword-c8ed7759.js';
|
|
91
|
-
export { s as OrPopoverV3, a as PopoverPlacement, P as PopoverVariant } from './OrPopover-
|
|
92
|
-
export { i as isPrevented } from './isPrevented-
|
|
92
|
+
export { s as OrPopoverV3, a as PopoverPlacement, P as PopoverVariant } from './OrPopover-84adac23.js';
|
|
93
|
+
export { i as isPrevented } from './isPrevented-b1764210.js';
|
|
93
94
|
export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from './OrProgress-86f6d15b.js';
|
|
94
95
|
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-f72f636f.js';
|
|
95
96
|
export { s as OrRadio } from './OrRadio-40bf2c87.js';
|
|
96
97
|
export { s as OrRadioGroup } from './OrRadioGroup-00785e41.js';
|
|
97
98
|
export { s as OrRadioGroupV3 } from './OrRadioGroup-1db95868.js';
|
|
98
99
|
export { s as OrRadioV3 } from './OrRadio-85e4f28e.js';
|
|
99
|
-
export { s as OrRangeSliderV3 } from './OrRangeSlider-
|
|
100
|
+
export { s as OrRangeSliderV3 } from './OrRangeSlider-90e2972c.js';
|
|
100
101
|
export { s as OrRatingV3, R as RatingVariant } from './OrRating-17c793e3.js';
|
|
101
|
-
export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement } from './OrResizeablePanel-
|
|
102
|
-
export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditor-
|
|
102
|
+
export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement } from './OrResizeablePanel-508e74e4.js';
|
|
103
|
+
export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditor-58b51fb2.js';
|
|
103
104
|
export { s as OrSearch } from './OrSearch-740f931b.js';
|
|
104
|
-
export { s as OrSearchV3 } from './OrSearch-
|
|
105
|
+
export { s as OrSearchV3 } from './OrSearch-d19e5d31.js';
|
|
105
106
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-54133b24.js';
|
|
106
107
|
export { s as OrSelect } from './OrSelect-96f3a5ff.js';
|
|
107
|
-
export { s as OrSelectV3 } from './OrSelect-
|
|
108
|
+
export { s as OrSelectV3 } from './OrSelect-cea84e31.js';
|
|
108
109
|
export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-4ab42b93.js';
|
|
109
|
-
export { s as OrSidebarV3, S as SidebarPlacement } from './props-
|
|
110
|
+
export { s as OrSidebarV3, S as SidebarPlacement } from './props-05082b0d.js';
|
|
110
111
|
export { s as OrSkeletonCircle } from './OrSkeletonCircle-66e175a0.js';
|
|
111
112
|
export { s as OrSkeletonRect } from './OrSkeletonRect-c694574e.js';
|
|
112
113
|
export { s as OrSkeletonText } from './OrSkeletonText-69827192.js';
|
|
@@ -115,8 +116,8 @@ export { s as OrSkeletonCircleV3 } from './OrSkeletonCircle-a3eb5f53.js';
|
|
|
115
116
|
export { s as OrSkeletonRectV3 } from './OrSkeletonRect-d0b8b2cf.js';
|
|
116
117
|
export { s as OrSkeletonTextV3 } from './OrSkeletonText-5e9579c1.js';
|
|
117
118
|
export { s as OrSlider } from './OrSlider-4c386df4.js';
|
|
118
|
-
export { s as OrSliderV3, S as SliderColor, a as SliderOrientation } from './OrSlider-
|
|
119
|
-
export { s as OrSortingV3 } from './OrSorting-
|
|
119
|
+
export { s as OrSliderV3, S as SliderColor, a as SliderOrientation } from './OrSlider-345adc35.js';
|
|
120
|
+
export { s as OrSortingV3 } from './OrSorting-1d14048b.js';
|
|
120
121
|
export { s as OrStatusV3, a as StatusSize, S as StatusVariant } from './OrStatus-a33a7e88.js';
|
|
121
122
|
export { s as OrStepper } from './OrStepper-bd1bf65a.js';
|
|
122
123
|
export { s as OrSwitch } from './OrSwitch-d16f4d7a.js';
|
|
@@ -125,27 +126,27 @@ export { s as OrTab } from './OrTab-d8d4e871.js';
|
|
|
125
126
|
export { s as OrTabHeaderItem } from './OrTabHeaderItem-c2af7ca3.js';
|
|
126
127
|
export { s as OrTabV3 } from './OrTab-c673fe5f.js';
|
|
127
128
|
export { s as OrTabs } from './OrTabs-3da3ea89.js';
|
|
128
|
-
export { s as OrTabsV3, T as TabsVariant } from './OrTabs-
|
|
129
|
+
export { s as OrTabsV3, T as TabsVariant } from './OrTabs-65134ffa.js';
|
|
129
130
|
export { s as OrTag } from './OrTag-cda9ec97.js';
|
|
130
|
-
export { s as OrTagInputV3 } from './OrTagInput-
|
|
131
|
-
export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-
|
|
132
|
-
export { s as OrTagsV3, T as TagsOverflow } from './OrTags-
|
|
131
|
+
export { s as OrTagInputV3 } from './OrTagInput-28ae5029.js';
|
|
132
|
+
export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-fa2d6d4b.js';
|
|
133
|
+
export { s as OrTagsV3, T as TagsOverflow } from './OrTags-a41643fd.js';
|
|
133
134
|
export { s as OrTeleport } from './OrTeleport.vue3-9bce0c02.js';
|
|
134
135
|
export { s as OrTeleportV3 } from './OrTeleport.vue3-8099178c.js';
|
|
135
136
|
export { s as OrTextV3 } from './OrText-ea114c19.js';
|
|
136
137
|
export { s as OrTextarea } from './OrTextarea-900749f9.js';
|
|
137
138
|
export { s as OrTextareaV3 } from './OrTextarea-46027c3a.js';
|
|
138
139
|
export { s as OrTextbox, T as TextboxTypes } from './OrTextbox-d94af623.js';
|
|
139
|
-
export { s as OrTimeFormatV3 } from './OrTimeFormat-
|
|
140
|
-
export { s as OrTimePickerV3 } from './OrTimePicker-
|
|
141
|
-
export { s as OrTimeRangePickerV3 } from './OrTimeRangePicker-
|
|
140
|
+
export { s as OrTimeFormatV3 } from './OrTimeFormat-65dc4163.js';
|
|
141
|
+
export { s as OrTimePickerV3 } from './OrTimePicker-580004eb.js';
|
|
142
|
+
export { s as OrTimeRangePickerV3 } from './OrTimeRangePicker-5e8183f4.js';
|
|
142
143
|
export { s as OrToast, a as OrToastContainer } from './OrToastContainer-1e4d24d6.js';
|
|
143
144
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-05a9c81b.js';
|
|
144
|
-
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-
|
|
145
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-a1140d3f.js';
|
|
145
146
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-5aa9dc05.js';
|
|
146
147
|
export { s as OrTooltip } from './OrTooltip-59b0b1f0.js';
|
|
147
148
|
export { s as OrTooltipContent } from './OrTooltipContent-c0042844.js';
|
|
148
|
-
export { s as OrTooltipV3 } from './OrTooltip-
|
|
149
|
+
export { s as OrTooltipV3 } from './OrTooltip-b17f38ab.js';
|
|
149
150
|
export { s as OrTreeV3, T as TreeNodeDropPosition } from './OrTree-6b568222.js';
|
|
150
151
|
export { D as DropdownClose, a as DropdownOpen } from './dropdown-open-06d651cf.js';
|
|
151
152
|
export { g as getItemByValue } from './getItemByValue-be7353df.js';
|
|
@@ -165,11 +166,11 @@ export { u as useValidationAttributes } from './useValidationAttributes-257954f3
|
|
|
165
166
|
export { D as DATE_FORMAT, L as LOCALE, T as TIME_FORMAT } from './TIME_FORMAT-3d8aa6be.js';
|
|
166
167
|
export { D as DateFormat, T as TimeFormat } from './TimeFormat-a7f5565b.js';
|
|
167
168
|
export { H as HSL_LIMITS, t as RX_ABBREVIATION_FROM_STRING, R as RX_ARRAY_NOTATION, a as RX_BV_PREFIX, u as RX_DATE, v as RX_DATE_SPLIT, b as RX_DIGITS, y as RX_ENCODED_COMMA, z as RX_ENCODE_REVERSE, c as RX_EXTENSION, d as RX_HASH, e as RX_HASH_ID, x as RX_HREF, f as RX_HTML_TAGS, g as RX_HYPHENATE, C as RX_LONG_COLOR, h as RX_LOWER_UPPER, i as RX_NUMBER, j as RX_PLUS, A as RX_QUERY_START, k as RX_REGEXP_REPLACE, B as RX_SHORT_COLOR, l as RX_SPACES, m as RX_SPACE_SPLIT, n as RX_STAR, o as RX_START_SPACE_WORD, w as RX_TIME, p as RX_TRIM_LEFT, q as RX_TRIM_RIGHT, r as RX_UNDERSCORE, s as RX_UN_KEBAB, I as generateColorFromString, F as generateHslFromString, J as getHashOfString, D as hexToRgb, G as hslToColorString, K as normalize, E as rgbToHex } from './color-e5b0b579.js';
|
|
168
|
-
export { C as CODE_BACKSPACE, a as CODE_BREAK, b as CODE_DELETE, c as CODE_DOWN, d as CODE_END, e as CODE_ENTER, f as CODE_ESC, g as CODE_HOME, h as CODE_LEFT, i as CODE_PAGEDOWN, j as CODE_PAGEUP, k as CODE_RIGHT, l as CODE_SPACE, m as CODE_UP, p as PLACEMENT_BOTTOM_END, o as PLACEMENT_BOTTOM_START, t as PLACEMENT_LEFT_END, s as PLACEMENT_LEFT_START, r as PLACEMENT_RIGHT_END, q as PLACEMENT_RIGHT_START, n as PLACEMENT_TOP_END, P as PLACEMENT_TOP_START, u as getAbbreviation, v as isDescendant, w as isNumber } from './isNumber-
|
|
169
|
+
export { C as CODE_BACKSPACE, a as CODE_BREAK, b as CODE_DELETE, c as CODE_DOWN, d as CODE_END, e as CODE_ENTER, f as CODE_ESC, g as CODE_HOME, h as CODE_LEFT, i as CODE_PAGEDOWN, j as CODE_PAGEUP, k as CODE_RIGHT, l as CODE_SPACE, m as CODE_UP, p as PLACEMENT_BOTTOM_END, o as PLACEMENT_BOTTOM_START, t as PLACEMENT_LEFT_END, s as PLACEMENT_LEFT_START, r as PLACEMENT_RIGHT_END, q as PLACEMENT_RIGHT_START, n as PLACEMENT_TOP_END, P as PLACEMENT_TOP_START, u as getAbbreviation, v as isDescendant, w as isNumber } from './isNumber-0b59f583.js';
|
|
169
170
|
export { e as exclude, i as include } from './include-2a81e823.js';
|
|
170
171
|
export { M as MutationObs, f as addClass, c as cancelAF, e as contains, l as getAttr, q as getBCR, g as getById, t as getCS, w as getMaxZIndex, p as getStyle, m as hasAttr, i as hasClass, u as offset, v as position, b as reflow, k as removeAttr, h as removeClass, a as removeNode, o as removeStyle, r as requestAF, d as select, s as selectAll, j as setAttr, n as setStyle } from './dom-53c9635b.js';
|
|
171
172
|
export { p as pxToRem } from './px-to-rem-0b26b83e.js';
|
|
172
|
-
export { i as isAncestor } from './isAncestor-
|
|
173
|
+
export { i as isAncestor } from './isAncestor-2973d4f4.js';
|
|
173
174
|
export { i as isArray } from './isArray-8eeb52b9.js';
|
|
174
175
|
export { i as isEmpty, a as isString } from './isString-cf957a95.js';
|
|
175
176
|
export { i as isEqual } from './isEqual-15f4b2f5.js';
|
|
@@ -191,7 +192,7 @@ import '@codemirror/language';
|
|
|
191
192
|
import '@lezer/highlight';
|
|
192
193
|
import '@vueuse/math';
|
|
193
194
|
import 'lodash/padStart';
|
|
194
|
-
import './OrEditorTabsItem-
|
|
195
|
+
import './OrEditorTabsItem-eb93ef4c.js';
|
|
195
196
|
import '@floating-ui/dom';
|
|
196
197
|
import 'lodash/cloneDeep';
|
|
197
198
|
import 'lodash/isEqual';
|
|
@@ -225,7 +226,7 @@ import './codemirrorView-7e243a9d.js';
|
|
|
225
226
|
import 'prosemirror-state';
|
|
226
227
|
import 'prosemirror-commands';
|
|
227
228
|
import 'lodash/keyBy';
|
|
228
|
-
import './OrSelectMultipleControl-
|
|
229
|
+
import './OrSelectMultipleControl-882b996d.js';
|
|
229
230
|
import './OrSelectControlInput-406c4392.js';
|
|
230
231
|
import './OrSelectPlaceholder-81502228.js';
|
|
231
232
|
import './OrSelectSingleControl-54efb335.js';
|
|
@@ -5,7 +5,7 @@ import '@vueuse/core';
|
|
|
5
5
|
import { u as usePopoverState } from './usePopoverState-5f2cd96f.js';
|
|
6
6
|
import '@onereach/styles/tailwind/plugins/core';
|
|
7
7
|
import '@onereach/styles/tailwind.config.json';
|
|
8
|
-
import { R as ResizeablePanelPadding, s as script$1 } from './OrResizeablePanel-
|
|
8
|
+
import { R as ResizeablePanelPadding, s as script$1 } from './OrResizeablePanel-508e74e4.js';
|
|
9
9
|
import { resolveComponent, openBlock, createBlock, createSlots, withCtx, createElementVNode, normalizeClass, createElementBlock, renderSlot, createCommentVNode } from 'vue';
|
|
10
10
|
|
|
11
11
|
const Sidebar = [
|
|
@@ -7,7 +7,7 @@ import '@onereach/styles/tailwind/plugins/core';
|
|
|
7
7
|
import '@onereach/styles/tailwind.config.json';
|
|
8
8
|
import { s as script$4 } from './OrTeleport.vue3-8099178c.js';
|
|
9
9
|
import { T as ToastType, P as PositionsX, b as PositionsY, c as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-5aa9dc05.js';
|
|
10
|
-
import { s as script$2 } from './OrIconButton-
|
|
10
|
+
import { s as script$2 } from './OrIconButton-02b59101.js';
|
|
11
11
|
import { s as script$3 } from './OrLoader-5e2f359b.js';
|
|
12
12
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createCommentVNode, createVNode, createElementVNode, toDisplayString, createBlock, withModifiers, withCtx, TransitionGroup, Fragment, renderList, mergeProps } from 'vue';
|
|
13
13
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { H as HSL_LIMITS, t as RX_ABBREVIATION_FROM_STRING, R as RX_ARRAY_NOTATION, a as RX_BV_PREFIX, u as RX_DATE, v as RX_DATE_SPLIT, b as RX_DIGITS, y as RX_ENCODED_COMMA, z as RX_ENCODE_REVERSE, c as RX_EXTENSION, d as RX_HASH, e as RX_HASH_ID, x as RX_HREF, f as RX_HTML_TAGS, g as RX_HYPHENATE, C as RX_LONG_COLOR, h as RX_LOWER_UPPER, i as RX_NUMBER, j as RX_PLUS, A as RX_QUERY_START, k as RX_REGEXP_REPLACE, B as RX_SHORT_COLOR, l as RX_SPACES, m as RX_SPACE_SPLIT, n as RX_STAR, o as RX_START_SPACE_WORD, w as RX_TIME, p as RX_TRIM_LEFT, q as RX_TRIM_RIGHT, r as RX_UNDERSCORE, s as RX_UN_KEBAB, I as generateColorFromString, F as generateHslFromString, J as getHashOfString, D as hexToRgb, G as hslToColorString, K as normalize, E as rgbToHex } from '../color-e5b0b579.js';
|
|
2
|
-
export { C as CODE_BACKSPACE, a as CODE_BREAK, b as CODE_DELETE, c as CODE_DOWN, d as CODE_END, e as CODE_ENTER, f as CODE_ESC, g as CODE_HOME, h as CODE_LEFT, i as CODE_PAGEDOWN, j as CODE_PAGEUP, k as CODE_RIGHT, l as CODE_SPACE, m as CODE_UP, p as PLACEMENT_BOTTOM_END, o as PLACEMENT_BOTTOM_START, t as PLACEMENT_LEFT_END, s as PLACEMENT_LEFT_START, r as PLACEMENT_RIGHT_END, q as PLACEMENT_RIGHT_START, n as PLACEMENT_TOP_END, P as PLACEMENT_TOP_START, u as getAbbreviation, v as isDescendant, w as isNumber } from '../isNumber-
|
|
2
|
+
export { C as CODE_BACKSPACE, a as CODE_BREAK, b as CODE_DELETE, c as CODE_DOWN, d as CODE_END, e as CODE_ENTER, f as CODE_ESC, g as CODE_HOME, h as CODE_LEFT, i as CODE_PAGEDOWN, j as CODE_PAGEUP, k as CODE_RIGHT, l as CODE_SPACE, m as CODE_UP, p as PLACEMENT_BOTTOM_END, o as PLACEMENT_BOTTOM_START, t as PLACEMENT_LEFT_END, s as PLACEMENT_LEFT_START, r as PLACEMENT_RIGHT_END, q as PLACEMENT_RIGHT_START, n as PLACEMENT_TOP_END, P as PLACEMENT_TOP_START, u as getAbbreviation, v as isDescendant, w as isNumber } from '../isNumber-0b59f583.js';
|
|
3
3
|
export { e as exclude, i as include } from '../include-2a81e823.js';
|
|
4
4
|
export { M as MutationObs, f as addClass, c as cancelAF, e as contains, l as getAttr, q as getBCR, g as getById, t as getCS, w as getMaxZIndex, p as getStyle, m as hasAttr, i as hasClass, u as offset, v as position, b as reflow, k as removeAttr, h as removeClass, a as removeNode, o as removeStyle, r as requestAF, d as select, s as selectAll, j as setAttr, n as setStyle } from '../dom-53c9635b.js';
|
|
5
5
|
export { p as pxToRem } from '../px-to-rem-0b26b83e.js';
|
|
6
|
-
export { i as isAncestor } from '../isAncestor-
|
|
6
|
+
export { i as isAncestor } from '../isAncestor-2973d4f4.js';
|
|
7
7
|
export { i as isArray } from '../isArray-8eeb52b9.js';
|
|
8
8
|
export { i as isEmpty, a as isString } from '../isString-cf957a95.js';
|
|
9
9
|
export { i as isEqual } from '../isEqual-15f4b2f5.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "11.6.
|
|
3
|
+
"version": "11.6.3-beta.4447.0",
|
|
4
4
|
"npmUnpacked": "4.15.2",
|
|
5
5
|
"description": "Vue components library for v2/3",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@codemirror/lang-json": "6.0.1",
|
|
41
41
|
"@codemirror/lang-markdown": "6.1.1",
|
|
42
42
|
"@floating-ui/dom": "1.4.2",
|
|
43
|
-
"@onereach/styles": "^7.
|
|
43
|
+
"@onereach/styles": "^7.1.0",
|
|
44
44
|
"@splidejs/splide": "4.0.6",
|
|
45
45
|
"@tiptap/core": "2.0.3",
|
|
46
46
|
"@tiptap/extension-blockquote": "2.0.3",
|
package/src/components/index.ts
CHANGED
|
@@ -30,6 +30,7 @@ export * from './or-date-range-picker-v3';
|
|
|
30
30
|
export * from './or-date-time-format-v3';
|
|
31
31
|
export * from './or-date-time-picker';
|
|
32
32
|
export * from './or-date-time-picker-v3';
|
|
33
|
+
export * from './or-drawer-v3';
|
|
33
34
|
export * from './or-drop-area-v3';
|
|
34
35
|
export * from './or-editor-tabs-v3';
|
|
35
36
|
export * from './or-empty-state-v3';
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div
|
|
3
|
+
:ref="'root'"
|
|
4
|
+
:class="rootStyles"
|
|
5
|
+
>
|
|
6
|
+
<div :class="contentStyles">
|
|
7
|
+
<slot />
|
|
8
|
+
</div>
|
|
9
|
+
</div>
|
|
10
|
+
</template>
|
|
11
|
+
|
|
12
|
+
<script lang="ts">
|
|
13
|
+
import { SwipeDirection, onClickOutside, useSwipe } from '@vueuse/core';
|
|
14
|
+
import { PropType, computed, defineComponent, ref, toRef } from 'vue-demi';
|
|
15
|
+
import { usePopoverState } from '../../hooks';
|
|
16
|
+
import * as Styles from './styles';
|
|
17
|
+
import { DrawerPlacement } from './types';
|
|
18
|
+
|
|
19
|
+
export default defineComponent({
|
|
20
|
+
name: 'OrDrawer',
|
|
21
|
+
|
|
22
|
+
props: {
|
|
23
|
+
isOpen: {
|
|
24
|
+
type: Boolean,
|
|
25
|
+
default: false,
|
|
26
|
+
},
|
|
27
|
+
|
|
28
|
+
placement: {
|
|
29
|
+
type: String as PropType<`${DrawerPlacement}`>,
|
|
30
|
+
default: () => DrawerPlacement.Left,
|
|
31
|
+
},
|
|
32
|
+
|
|
33
|
+
padding: {
|
|
34
|
+
type: Boolean,
|
|
35
|
+
default: true,
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
|
+
|
|
39
|
+
emits: [
|
|
40
|
+
'update:state',
|
|
41
|
+
|
|
42
|
+
'open',
|
|
43
|
+
'close',
|
|
44
|
+
],
|
|
45
|
+
|
|
46
|
+
expose: [
|
|
47
|
+
'root',
|
|
48
|
+
|
|
49
|
+
'state',
|
|
50
|
+
|
|
51
|
+
'open',
|
|
52
|
+
'close',
|
|
53
|
+
'toggle',
|
|
54
|
+
],
|
|
55
|
+
|
|
56
|
+
setup(props, context) {
|
|
57
|
+
// Refs & Styles
|
|
58
|
+
const root = ref<HTMLElement>();
|
|
59
|
+
|
|
60
|
+
const rootStyles = computed(() => [
|
|
61
|
+
'or-drawer-v3',
|
|
62
|
+
...Styles.Drawer,
|
|
63
|
+
...Styles.DrawerPlacements[props.placement],
|
|
64
|
+
...props.padding ? Styles.DrawerPadding : [],
|
|
65
|
+
transform.value,
|
|
66
|
+
]);
|
|
67
|
+
|
|
68
|
+
const contentStyles = computed(() => [
|
|
69
|
+
...Styles.DrawerContent,
|
|
70
|
+
]);
|
|
71
|
+
|
|
72
|
+
// State
|
|
73
|
+
const { state, open, close, toggle } = usePopoverState(toRef(props, 'isOpen'), context.emit);
|
|
74
|
+
|
|
75
|
+
const transform = computed(() => {
|
|
76
|
+
switch (props.placement) {
|
|
77
|
+
case DrawerPlacement.Left:
|
|
78
|
+
return state.value === 'closed' ? '-translate-x-full' : 'translate-x-0';
|
|
79
|
+
|
|
80
|
+
case DrawerPlacement.Right:
|
|
81
|
+
return state.value === 'closed' ? 'translate-x-full' : 'translate-x-0';
|
|
82
|
+
}
|
|
83
|
+
});
|
|
84
|
+
|
|
85
|
+
// Effects
|
|
86
|
+
onClickOutside(root, () => {
|
|
87
|
+
close();
|
|
88
|
+
});
|
|
89
|
+
|
|
90
|
+
useSwipe(root, {
|
|
91
|
+
onSwipeEnd: (event, direction) => {
|
|
92
|
+
switch (props.placement) {
|
|
93
|
+
case DrawerPlacement.Left:
|
|
94
|
+
if (direction === SwipeDirection.LEFT) close();
|
|
95
|
+
break;
|
|
96
|
+
|
|
97
|
+
case DrawerPlacement.Right:
|
|
98
|
+
if (direction === SwipeDirection.RIGHT) close();
|
|
99
|
+
break;
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
});
|
|
103
|
+
|
|
104
|
+
return {
|
|
105
|
+
root,
|
|
106
|
+
rootStyles,
|
|
107
|
+
|
|
108
|
+
contentStyles,
|
|
109
|
+
|
|
110
|
+
state,
|
|
111
|
+
|
|
112
|
+
open,
|
|
113
|
+
close,
|
|
114
|
+
toggle,
|
|
115
|
+
};
|
|
116
|
+
},
|
|
117
|
+
});
|
|
118
|
+
</script>
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { DrawerPlacement } from './types';
|
|
2
|
+
|
|
3
|
+
export const Drawer: string[] = [
|
|
4
|
+
// Position
|
|
5
|
+
'absolute',
|
|
6
|
+
|
|
7
|
+
// Box
|
|
8
|
+
'w-auto',
|
|
9
|
+
'h-full',
|
|
10
|
+
|
|
11
|
+
'max-w-[min(360px,100%-theme(spacing.md))]',
|
|
12
|
+
|
|
13
|
+
// Spacing
|
|
14
|
+
'px-0',
|
|
15
|
+
'py-sm+',
|
|
16
|
+
|
|
17
|
+
// Elevation
|
|
18
|
+
'shadow-modal',
|
|
19
|
+
'dark:shadow-modal-dark',
|
|
20
|
+
|
|
21
|
+
// Transition
|
|
22
|
+
'transition-transform duration-medium ease-standard',
|
|
23
|
+
];
|
|
24
|
+
|
|
25
|
+
export const DrawerPlacements: Record<DrawerPlacement, string[]> = {
|
|
26
|
+
[DrawerPlacement.Left]: [
|
|
27
|
+
// Position
|
|
28
|
+
'start-0',
|
|
29
|
+
|
|
30
|
+
// Shape
|
|
31
|
+
'rounded-e-xl',
|
|
32
|
+
],
|
|
33
|
+
|
|
34
|
+
[DrawerPlacement.Right]: [
|
|
35
|
+
// Position
|
|
36
|
+
'end-0',
|
|
37
|
+
|
|
38
|
+
// Shape
|
|
39
|
+
'rounded-s-xl',
|
|
40
|
+
],
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
export const DrawerPadding: string[] = [
|
|
44
|
+
// Spacing
|
|
45
|
+
'px-md',
|
|
46
|
+
'py-md',
|
|
47
|
+
];
|
|
48
|
+
|
|
49
|
+
export const DrawerContent: string[] = [
|
|
50
|
+
// Overflow
|
|
51
|
+
'overflow-auto',
|
|
52
|
+
|
|
53
|
+
// Box
|
|
54
|
+
'w-full',
|
|
55
|
+
'h-full',
|
|
56
|
+
];
|