@onereach/ui-components 11.6.3-beta.4449.0 → 11.6.3-beta.4451.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/OrRichTooltip-f5afd184.js +153 -0
- 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/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 +15 -5
- 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/OrRichTooltipV3/OrRichTooltip.js +2 -0
- package/dist/bundled/v2/components/OrRichTooltipV3/OrRichTooltip.vue.d.ts +81 -0
- package/dist/bundled/v2/components/OrRichTooltipV3/index.d.ts +2 -0
- package/dist/bundled/v2/components/OrRichTooltipV3/index.js +1 -0
- package/dist/bundled/v2/components/OrRichTooltipV3/styles.d.ts +5 -0
- package/dist/bundled/v2/components/OrRichTooltipV3/styles.js +31 -0
- package/dist/bundled/v2/components/OrRichTooltipV3/types.d.ts +4 -0
- 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 -1
- package/dist/bundled/v2/components/index.js +9 -10
- package/dist/bundled/v2/hooks/useOverflow.js +1 -1
- package/dist/bundled/v2/hooks/useResponsive/useResponsive.js +1 -1
- package/dist/bundled/v2/{index-076c9a7d.js → index-67cce8c9.js} +1 -92
- package/dist/bundled/v2/index.js +10 -11
- package/dist/bundled/v2/{useFocusTrap-b8d9e480.js → useFocusTrap-61cd932e.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-734b9c68.js → OrAutocompleteV3-73058128.js} +7 -98
- 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-f6ba7245.js → OrBottomSheetV3-a884b40c.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-816c17f4.js → OrButtonGroupV3-0cbf5aa6.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-5c914875.js → OrButtonV2-2e48d2cc.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-93a1cbea.js → OrButtonV3-46b0287c.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-3515151e.js → OrCardCollectionV3-98c6cda6.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-bad55241.js → OrCheckboxTreeV3-83105d0f.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-aeede020.js → OrCheckboxV3-6e9cfbab.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-76a65a2b.js → OrChips-440d2933.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-660b7849.js → OrCode-7bd1ac2f.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-d6f52efc.js → OrCodeV3-1b2b095a.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-89948e03.js → OrColorPicker-be9843d6.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-33e45cc8.js → OrConfirm-39609608.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-a1c8865d.js → OrConfirmV3-1f5f99d0.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-ecef453c.js → OrDataGridV3-a18c2792.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-16459943.js → OrDateFormatV3-88493125.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-70f3af40.js → OrDatePickerV3-aed7b7e6.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-6869803f.js → OrDateRangePickerV3-f64dc99d.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-f5a8003e.js → OrDateTimeFormatV3-8386fe77.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-c960cdca.js → OrDateTimePicker-106fc381.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-bc8d5f96.js → OrDateTimePickerV3-73e16e7f.js} +5 -5
- 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-da898c34.js → OrEditorTabsV3-5776517f.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-3c6ab4ea.js → OrFloating-d9c65890.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-3308b059.js → OrIconButtonV3-ddfd1180.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-c61a7822.js → OrInlineInputV3-3ef2eea3.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-66ed7a80.js → OrInlineTextareaV3-ece822d4.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-fe784a92.js → OrInputV3-b85dfdff.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-ba2ed0ca.js → OrList-bd8d74ac.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-730d6fbd.js → OrListV3-bcc81a8d.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-fd4bedab.js → OrLoaderV3-40d8217d.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-d0efed3c.js → OrMenuItemV3-3609a4a4.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-c2e7992d.js → OrMenuV3-6b3a74cb.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-e27e0b65.js → OrModal-2a40a9c8.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-49cdc7f0.js → OrModalV3-9212b15a.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-12c2afa4.js → OrNotificationV3-33164914.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-86a95fda.js → OrOverlayV3-16957e56.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-31902e61.js → OrPaginationV3-cdaa9aeb.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-f80ab3bc.js → OrPopoverV3-725502c7.js} +21 -11
- 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-f2b87760.js → OrProgress-e7f3ebdc.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-e87a06a6.js → OrProgressV3-d8238281.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-d09b5898.js → OrRadio-f4459a47.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-4010e1fb.js → OrRadioV3-87840d60.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-a0ef60ed.js → OrRangeSliderV3-d33a306b.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-517ff16d.js → OrResizeablePanelV3-682d4202.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-d5318f09.js → OrRichTextEditorV3-d6afa842.js} +12 -12
- package/dist/bundled/v3/components/OrRichTooltipV3/OrRichTooltip.js +1 -0
- package/dist/bundled/v3/components/OrRichTooltipV3/OrRichTooltip.vue.d.ts +52 -0
- package/dist/bundled/v3/components/OrRichTooltipV3/index.d.ts +2 -0
- package/dist/bundled/v3/components/OrRichTooltipV3/index.js +1 -0
- package/dist/bundled/v3/components/OrRichTooltipV3/styles.d.ts +5 -0
- package/dist/bundled/v3/components/OrRichTooltipV3/styles.js +1 -0
- package/dist/bundled/v3/components/OrRichTooltipV3/types.d.ts +4 -0
- package/dist/bundled/v3/components/OrRichTooltipV3-56a4ae7f.js +155 -0
- 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-f4d48a5e.js → OrSelect-ee0e15c5.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-e6797baa.js → OrSelectV3-be8d3b83.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-cbbd8edf.js → OrSidebarV3-2a34700a.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-965f1996.js → OrSkeleton-c24cf3ad.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-c3a0afa1.js → OrSkeletonV3-ae1d23bd.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-6a2ad3c9.js → OrSliderV3-a43c21ff.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-b711339d.js → OrSortingV3-1244336f.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-f75e5cad.js → OrStatusV3-6edcd9b8.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-1ddb9ec5.js → OrSwitchV3-783f69d7.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-e7361d00.js → OrTabsV3-e40ca964.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-29356ae5.js → OrTagInputV3-ff7884c6.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-1f0ca84c.js → OrTagV3-b0ef16ee.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-a4857d13.js → OrTagsV3-e9539a3a.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-9235fbb0.js → OrTextareaV3-04e70ce4.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-a4387e46.js → OrTimeFormatV3-05c16744.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-c6920fb2.js → OrTimePickerV3-29aa9e23.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-ec96ebb9.js → OrTimeRangePickerV3-ad3c7057.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-5901aec9.js → OrToast-8b5c92d7.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-709e1f6f.js → OrToastV3-0ec01e23.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-2e64008c.js → OrTooltipV3-0828bf7e.js} +1 -1
- package/dist/bundled/v3/components/OrTreeV3/index.js +2 -2
- package/dist/bundled/v3/components/index.d.ts +1 -1
- package/dist/bundled/v3/components/index.js +69 -69
- 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 -71
- 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-fa5bc01f.js → OrAutocomplete-9aaa8e10.js} +5 -5
- package/dist/esm/v2/{OrCardCollection-a1d1233b.js → OrCardCollection-2798d4ac.js} +3 -3
- package/dist/esm/v2/{OrCode-e55dc397.js → OrCode-a8ee79ef.js} +2 -2
- package/dist/esm/v2/{OrConfirm-35bda404.js → OrConfirm-8c3097a8.js} +1 -1
- package/dist/esm/v2/{OrContextMenu-d7e9cf0b.js → OrContextMenu-bd6c065f.js} +2 -2
- package/dist/esm/v2/{OrDataGrid-b932b89b.js → OrDataGrid-0f4827d4.js} +2 -2
- package/dist/esm/v2/{OrDateFormat-88b97a02.js → OrDateFormat-f95edd25.js} +2 -2
- package/dist/esm/v2/{OrDatePicker-38d330c9.js → OrDatePicker-56307f2d.js} +4 -4
- package/dist/esm/v2/{OrDateRangePicker-b77c75f5.js → OrDateRangePicker-7be6ed99.js} +4 -4
- package/dist/esm/v2/{OrDateTimeFormat-7c66383b.js → OrDateTimeFormat-e35ba5ac.js} +2 -2
- package/dist/esm/v2/{OrDateTimePicker-d7b04903.js → OrDateTimePicker-e03739e2.js} +1 -1
- package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-f62ff911.js → OrDateTimePicker.vue_rollup-plugin-vue_script-9dd5d770.js} +3 -3
- package/dist/esm/v2/{OrDateTimePickerTimeSelect-752ba6b8.js → OrDateTimePickerTimeSelect-453358a6.js} +3 -3
- package/dist/esm/v2/{OrEditorTabs-872ab90c.js → OrEditorTabs-c9f85045.js} +3 -3
- package/dist/esm/v2/{OrEditorTabsItem-62a743c1.js → OrEditorTabsItem-371dd38c.js} +1 -1
- package/dist/esm/v2/{OrIconButton-3601fc59.js → OrIconButton-c10ab83e.js} +1 -1
- package/dist/esm/v2/{OrInlineInput-41ca23a3.js → OrInlineInput-e6038bfd.js} +1 -1
- package/dist/esm/v2/{OrInlineTextarea-f6ed2371.js → OrInlineTextarea-cbbf8197.js} +1 -1
- package/dist/esm/v2/{OrInput-233b32f8.js → OrInput-132584cb.js} +1 -1
- package/dist/esm/v2/{OrList-a294ddfb.js → OrList-38f462aa.js} +1 -1
- package/dist/esm/v2/{OrMenu-745cbe4e.js → OrMenu-6ccbea00.js} +1 -1
- package/dist/esm/v2/{OrMenuItem-3adabd86.js → OrMenuItem-983a5d36.js} +1 -1
- package/dist/esm/v2/{OrModal-8b4f3c28.js → OrModal-aeb2133f.js} +1 -1
- package/dist/esm/v2/{OrNotification-15b5a00e.js → OrNotification-fe0b331e.js} +1 -1
- package/dist/esm/v2/{OrPagination-2d719e28.js → OrPagination-f73de110.js} +2 -2
- package/dist/esm/v2/{OrPopover-4d56cd41.js → OrPopover-d1de0d08.js} +15 -5
- package/dist/esm/v2/{OrRangeSlider-2f2e0a4b.js → OrRangeSlider-ed74ac0f.js} +2 -2
- package/dist/esm/v2/{OrResizeablePanel-ce9e1b92.js → OrResizeablePanel-1fad2d4f.js} +1 -1
- package/dist/esm/v2/{OrRichTextEditor-bca97416.js → OrRichTextEditor-9f26f3ea.js} +6 -6
- package/dist/esm/v2/OrRichTooltip-2f7f05dc.js +185 -0
- package/dist/esm/v2/{OrSearch-86ac261f.js → OrSearch-670fb6c2.js} +1 -1
- package/dist/esm/v2/{OrSelect-78f8efad.js → OrSelect-d6523ee2.js} +6 -6
- package/dist/esm/v2/{OrSelectMultipleControl-9608f9b7.js → OrSelectMultipleControl-67e959b2.js} +1 -1
- package/dist/esm/v2/{OrSlider-724dea0a.js → OrSlider-7029dfb1.js} +1 -1
- package/dist/esm/v2/{OrSlider.vue_rollup-plugin-vue_script-97087612.js → OrSlider.vue_rollup-plugin-vue_script-6f0d2946.js} +1 -1
- package/dist/esm/v2/{OrSorting-f46cd150.js → OrSorting-4ef7ecba.js} +2 -2
- package/dist/esm/v2/{OrTabs-d9caca54.js → OrTabs-6df734b3.js} +2 -2
- package/dist/esm/v2/{OrTag-8f880e26.js → OrTag-0dea45bd.js} +1 -1
- package/dist/esm/v2/{OrTagInput-b317ed54.js → OrTagInput-c33a5f42.js} +3 -3
- package/dist/esm/v2/{OrTags-4b0e61dc.js → OrTags-33495c8e.js} +2 -2
- package/dist/esm/v2/{OrTimeFormat-c9cbcc7d.js → OrTimeFormat-88500ad4.js} +2 -2
- package/dist/esm/v2/{OrTimePicker-405594c4.js → OrTimePicker-5a12a35e.js} +4 -4
- package/dist/esm/v2/{OrTimeRangePicker-690a642e.js → OrTimeRangePicker-8d4ef3f3.js} +4 -4
- package/dist/esm/v2/{OrTooltip-c0a1599f.js → OrTooltip-86ffa1b3.js} +1 -1
- package/dist/esm/v2/components/index.d.ts +1 -1
- package/dist/esm/v2/components/index.js +48 -48
- 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-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-rich-tooltip-v3/OrRichTooltip.vue.d.ts +81 -0
- package/dist/esm/v2/components/or-rich-tooltip-v3/index.d.ts +2 -0
- package/dist/esm/v2/components/or-rich-tooltip-v3/index.js +23 -0
- package/dist/esm/v2/components/or-rich-tooltip-v3/styles.d.ts +5 -0
- package/dist/esm/v2/components/or-rich-tooltip-v3/types.d.ts +4 -0
- 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 -49
- package/dist/esm/v2/{isAncestor-2973d4f4.js → isAncestor-a446b32f.js} +1 -1
- package/dist/esm/v2/{isNumber-0b59f583.js → isNumber-ef303deb.js} +1 -1
- package/dist/esm/{v3/isPrevented-b1764210.js → v2/isPrevented-b151a948.js} +1 -1
- package/dist/esm/v2/{props-f24f4d43.js → props-74bac2ef.js} +1 -1
- package/dist/esm/v2/{types-12f0b274.js → types-8d02f0aa.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-66d9067f.js → OrAutocomplete-8b6f9119.js} +5 -5
- package/dist/esm/v3/{OrCardCollection-f08fe5c7.js → OrCardCollection-e531c13f.js} +3 -3
- package/dist/esm/v3/{OrCode-5f122f37.js → OrCode-177c797d.js} +2 -2
- package/dist/esm/v3/{OrConfirm-469e6e50.js → OrConfirm-72b35ace.js} +1 -1
- package/dist/esm/v3/{OrContextMenu-f1d15575.js → OrContextMenu-c1ccb08f.js} +2 -2
- package/dist/esm/v3/{OrDataGrid-74adc61b.js → OrDataGrid-7764f66f.js} +2 -2
- package/dist/esm/v3/{OrDateFormat-e5b2df70.js → OrDateFormat-8097dbcf.js} +2 -2
- package/dist/esm/v3/{OrDatePicker-2dceb7d9.js → OrDatePicker-e62b932a.js} +4 -4
- package/dist/esm/v3/{OrDateRangePicker-2daa29fb.js → OrDateRangePicker-01b542f1.js} +4 -4
- package/dist/esm/v3/{OrDateTimeFormat-cda609c7.js → OrDateTimeFormat-abcc5d1b.js} +2 -2
- package/dist/esm/v3/{OrDateTimePicker-3fbf088a.js → OrDateTimePicker-04571cea.js} +3 -3
- package/dist/esm/v3/{OrDateTimePickerTimeSelect-a8a5b35f.js → OrDateTimePickerTimeSelect-cb1af6c5.js} +3 -3
- package/dist/esm/v3/{OrEditorTabs-33629826.js → OrEditorTabs-908e94fb.js} +3 -3
- package/dist/esm/v3/{OrEditorTabsItem-eb93ef4c.js → OrEditorTabsItem-42b2214e.js} +1 -1
- package/dist/esm/v3/{OrIconButton-02b59101.js → OrIconButton-2c58562d.js} +1 -1
- package/dist/esm/v3/{OrInlineInput-b629a4bd.js → OrInlineInput-db63c2ba.js} +1 -1
- package/dist/esm/v3/{OrInlineTextarea-162ecb76.js → OrInlineTextarea-dda98963.js} +1 -1
- package/dist/esm/v3/{OrInput-18c7f2a5.js → OrInput-935d2ac8.js} +1 -1
- package/dist/esm/v3/{OrList-341365d7.js → OrList-afd1508a.js} +1 -1
- package/dist/esm/v3/{OrMenu-bf94a012.js → OrMenu-2158a026.js} +1 -1
- package/dist/esm/v3/{OrMenuItem-f77364e2.js → OrMenuItem-e8403281.js} +1 -1
- package/dist/esm/v3/{OrModal-ba9c1044.js → OrModal-13971871.js} +1 -1
- package/dist/esm/v3/{OrNotification-d59cbd17.js → OrNotification-ec01a337.js} +1 -1
- package/dist/esm/v3/{OrPagination-82c353df.js → OrPagination-c36c20ba.js} +2 -2
- package/dist/esm/v3/{OrPopover-84adac23.js → OrPopover-e02ae5e7.js} +19 -9
- package/dist/esm/v3/{OrRangeSlider-90e2972c.js → OrRangeSlider-3d88cb47.js} +2 -2
- package/dist/esm/v3/{OrResizeablePanel-508e74e4.js → OrResizeablePanel-994694c0.js} +1 -1
- package/dist/esm/v3/{OrRichTextEditor-58b51fb2.js → OrRichTextEditor-c971d464.js} +6 -6
- package/dist/esm/v3/OrRichTooltip-c7de9fa5.js +159 -0
- package/dist/esm/v3/{OrSearch-d19e5d31.js → OrSearch-e1876741.js} +1 -1
- package/dist/esm/v3/{OrSelect-cea84e31.js → OrSelect-e5244b85.js} +6 -6
- package/dist/esm/v3/{OrSelectMultipleControl-882b996d.js → OrSelectMultipleControl-5023172b.js} +1 -1
- package/dist/esm/v3/{OrSlider-345adc35.js → OrSlider-2a978f8e.js} +1 -1
- package/dist/esm/v3/{OrSorting-1d14048b.js → OrSorting-44dbb6dc.js} +2 -2
- package/dist/esm/v3/{OrTabs-65134ffa.js → OrTabs-c819f405.js} +2 -2
- package/dist/esm/v3/{OrTag-fa2d6d4b.js → OrTag-b355f89b.js} +1 -1
- package/dist/esm/v3/{OrTagInput-28ae5029.js → OrTagInput-61c701b1.js} +3 -3
- package/dist/esm/v3/{OrTags-a41643fd.js → OrTags-3411be5d.js} +2 -2
- package/dist/esm/v3/{OrTimeFormat-65dc4163.js → OrTimeFormat-a9d09b71.js} +2 -2
- package/dist/esm/v3/{OrTimePicker-580004eb.js → OrTimePicker-b0514246.js} +4 -4
- package/dist/esm/v3/{OrTimeRangePicker-5e8183f4.js → OrTimeRangePicker-18343aa8.js} +4 -4
- package/dist/esm/v3/{OrTooltip-b17f38ab.js → OrTooltip-da9d339d.js} +1 -1
- package/dist/esm/v3/components/index.d.ts +1 -1
- package/dist/esm/v3/components/index.js +46 -46
- 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-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-rich-tooltip-v3/OrRichTooltip.vue.d.ts +52 -0
- package/dist/esm/v3/components/or-rich-tooltip-v3/index.d.ts +2 -0
- package/dist/esm/v3/components/or-rich-tooltip-v3/index.js +22 -0
- package/dist/esm/v3/components/or-rich-tooltip-v3/styles.d.ts +5 -0
- package/dist/esm/v3/components/or-rich-tooltip-v3/types.d.ts +4 -0
- 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 -47
- package/dist/esm/v3/{isAncestor-2973d4f4.js → isAncestor-a446b32f.js} +1 -1
- package/dist/esm/v3/{isNumber-0b59f583.js → isNumber-ef303deb.js} +1 -1
- package/dist/esm/{v2/isPrevented-b1764210.js → v3/isPrevented-b151a948.js} +1 -1
- package/dist/esm/v3/{props-05082b0d.js → props-915a37f8.js} +1 -1
- package/dist/esm/v3/{types-a1140d3f.js → types-e43e1eae.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 +1 -1
- package/src/components/index.ts +1 -1
- package/src/components/or-popover-v3/OrPopover.vue +12 -6
- package/src/components/or-rich-tooltip-v3/OrRichTooltip.vue +179 -0
- package/src/components/or-rich-tooltip-v3/index.ts +2 -0
- package/src/components/or-rich-tooltip-v3/styles.ts +53 -0
- package/src/components/or-rich-tooltip-v3/types.ts +4 -0
- package/src/utils/isAncestor.ts +1 -1
- package/src/utils/isDescendant.ts +1 -1
- package/dist/bundled/v2/components/OrDrawerV3/OrDrawer.js +0 -109
- package/dist/bundled/v2/components/OrDrawerV3/OrDrawer.vue.d.ts +0 -62
- package/dist/bundled/v2/components/OrDrawerV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrDrawerV3/index.js +0 -2
- package/dist/bundled/v2/components/OrDrawerV3/styles.d.ts +0 -5
- package/dist/bundled/v2/components/OrDrawerV3/styles.js +0 -1
- package/dist/bundled/v2/components/OrDrawerV3/types.d.ts +0 -4
- package/dist/bundled/v2/styles-a2de655c.js +0 -41
- package/dist/bundled/v3/components/OrDrawerV3/OrDrawer.js +0 -1
- package/dist/bundled/v3/components/OrDrawerV3/OrDrawer.vue.d.ts +0 -46
- package/dist/bundled/v3/components/OrDrawerV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrDrawerV3/index.js +0 -1
- package/dist/bundled/v3/components/OrDrawerV3/styles.d.ts +0 -5
- package/dist/bundled/v3/components/OrDrawerV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrDrawerV3/types.d.ts +0 -4
- package/dist/bundled/v3/components/OrDrawerV3-2f1fbcaa.js +0 -124
- package/dist/esm/v2/OrDrawer-8324e9a1.js +0 -152
- package/dist/esm/v2/components/or-drawer-v3/OrDrawer.vue.d.ts +0 -62
- package/dist/esm/v2/components/or-drawer-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-drawer-v3/index.js +0 -11
- package/dist/esm/v2/components/or-drawer-v3/styles.d.ts +0 -5
- package/dist/esm/v2/components/or-drawer-v3/types.d.ts +0 -4
- package/dist/esm/v3/OrDrawer-32ad6534.js +0 -128
- package/dist/esm/v3/components/or-drawer-v3/OrDrawer.vue.d.ts +0 -46
- package/dist/esm/v3/components/or-drawer-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-drawer-v3/index.js +0 -11
- package/dist/esm/v3/components/or-drawer-v3/styles.d.ts +0 -5
- package/dist/esm/v3/components/or-drawer-v3/types.d.ts +0 -4
- package/src/components/or-drawer-v3/OrDrawer.vue +0 -118
- package/src/components/or-drawer-v3/index.ts +0 -2
- package/src/components/or-drawer-v3/styles.ts +0 -60
- package/src/components/or-drawer-v3/types.ts +0 -4
- /package/dist/bundled/v2/{OrDataGrid-b9e29ba4.js → OrDataGrid-1397352b.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-56192f82.js → OrDateTimePickerMonthSelect-e8ea36b8.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerPopoverHeader-38026924.js → OrDateTimePickerPopoverHeader-3a03ca85.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerTimeSelect-5978d47a.js → OrDateTimePickerTimeSelect-7c1a21be.js} +0 -0
- /package/dist/bundled/v2/{OrInlineInput-d488b0cc.js → OrInlineInput-0b620196.js} +0 -0
- /package/dist/bundled/v2/{OrInput-eb952c1d.js → OrInput-318b4603.js} +0 -0
- /package/dist/bundled/v2/{OrList-0f5a7a60.js → OrList-a94f711c.js} +0 -0
- /package/dist/bundled/v2/{OrTree-ba2da38f.js → OrTree-9441d6df.js} +0 -0
- /package/dist/bundled/v3/components/{OrAvatar-572ba305.js → OrAvatar-2575246a.js} +0 -0
- /package/dist/bundled/v3/components/{OrDropAreaV3-1aaace11.js → OrDropAreaV3-63cdc77c.js} +0 -0
- /package/dist/bundled/v3/components/{OrExpansionPanelV3-fb7980ab.js → OrExpansionPanelV3-b0a1e61d.js} +0 -0
package/dist/bundled/v3/components/{OrInlineTextareaV3-66ed7a80.js → OrInlineTextareaV3-ece822d4.js}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelText, withModifiers, createCommentVNode, createBlock, createSlots, renderSlot, createTextVNode, toDisplayString, vShow } from 'vue';
|
|
2
|
-
import { s as styleInject } from './OrAvatar-
|
|
2
|
+
import { s as styleInject } from './OrAvatar-2575246a.js';
|
|
3
3
|
import { defineComponent, reactive, ref, computed, toRef, watch } from 'vue-demi';
|
|
4
4
|
import { s as script$1 } from './OrErrorV3-b04d76aa.js';
|
|
5
5
|
import { s as script$2 } from './OrHintV3-c8ac5975.js';
|
|
6
|
-
import { s as script$3 } from './OrIconButtonV3-
|
|
6
|
+
import { s as script$3 } from './OrIconButtonV3-ddfd1180.js';
|
|
7
7
|
import { s as script$4 } from './OrInlineInputBoxV3-1a4d3924.js';
|
|
8
8
|
import { useIdAttribute } from '../hooks/useIdAttribute.js';
|
|
9
9
|
import { useControlAttributes } from '../hooks/useControlAttributes.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createCommentVNode, renderSlot, createElementVNode, createBlock, withCtx, createTextVNode, toDisplayString, mergeProps, createVNode, Transition } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-2575246a.js';
|
|
3
3
|
import { defineComponent, ref, getCurrentInstance } from 'vue-demi';
|
|
4
4
|
import { pxToRem } from '../../utils/functions/px-to-rem.js';
|
|
5
5
|
import { setStyle, requestAF, getCS, reflow, cancelAF } from '../../utils/functions/dom.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrInputV3-
|
|
1
|
+
export { s as default } from '../OrInputV3-b85dfdff.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { I as InputType, s as OrInputV3 } from '../OrInputV3-
|
|
1
|
+
export { I as InputType, s as OrInputV3 } from '../OrInputV3-b85dfdff.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { b as InputControl, a as InputRoot } from '../OrInputV3-
|
|
1
|
+
export { b as InputControl, a as InputRoot } from '../OrInputV3-b85dfdff.js';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, createSlots, withDirectives, createElementVNode, mergeProps, vModelDynamic, Fragment, withModifiers, vShow } from 'vue';
|
|
2
|
-
import { s as styleInject } from './OrAvatar-
|
|
2
|
+
import { s as styleInject } from './OrAvatar-2575246a.js';
|
|
3
3
|
import { defineComponent, reactive, ref, computed, toRef } from 'vue-demi';
|
|
4
4
|
import { s as script$1 } from './OrErrorV3-b04d76aa.js';
|
|
5
5
|
import { s as script$2 } from './OrHintV3-c8ac5975.js';
|
|
6
6
|
import { s as script$3 } from './OrIconV3-b5c97ea7.js';
|
|
7
|
-
import { s as script$4 } from './OrIconButtonV3-
|
|
7
|
+
import { s as script$4 } from './OrIconButtonV3-ddfd1180.js';
|
|
8
8
|
import { s as script$5, I as InputBoxSize } from './OrInputBoxV3-ff861412.js';
|
|
9
9
|
import { s as script$6 } from './OrLabelV3-2715e117.js';
|
|
10
|
-
import { s as script$7 } from './OrLoaderV3-
|
|
10
|
+
import { s as script$7 } from './OrLoaderV3-40d8217d.js';
|
|
11
11
|
import { useIdAttribute } from '../hooks/useIdAttribute.js';
|
|
12
12
|
import { useControlAttributes } from '../hooks/useControlAttributes.js';
|
|
13
13
|
import { useValidationAttributes } from '../hooks/useValidationAttributes.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, normalizeClass, createElementVNode, mergeProps, renderSlot, createTextVNode, toDisplayString, Fragment, createCommentVNode } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-2575246a.js';
|
|
3
3
|
import { defineComponent } from 'vue-demi';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrList-
|
|
1
|
+
export { s as default } from '../OrList-bd8d74ac.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrList } from '../OrList-
|
|
1
|
+
export { s as OrList } from '../OrList-bd8d74ac.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { _ as _baseGetTag, i as isObject_1, a as _root, b as isObjectLike_1, c as _freeGlobal, d as isArray_1, e as _Symbol } from './OrDateTimePicker-
|
|
1
|
+
import { _ as _baseGetTag, i as isObject_1, a as _root, b as isObjectLike_1, c as _freeGlobal, d as isArray_1, e as _Symbol } from './OrDateTimePicker-106fc381.js';
|
|
2
2
|
import { resolveComponent, openBlock, createElementBlock, createCommentVNode, renderSlot, normalizeProps, guardReactiveProps, createVNode, withCtx, Fragment, renderList, createBlock, createElementVNode, withModifiers } from 'vue';
|
|
3
|
-
import { s as styleInject } from './OrAvatar-
|
|
3
|
+
import { s as styleInject } from './OrAvatar-2575246a.js';
|
|
4
4
|
import { defineComponent } from 'vue-demi';
|
|
5
5
|
import script$1 from './OrError/OrError.js';
|
|
6
6
|
import script$2 from './OrLabel/OrLabel.js';
|
|
7
|
-
import { s as script$3 } from './OrButtonV2-
|
|
7
|
+
import { s as script$3 } from './OrButtonV2-2e48d2cc.js';
|
|
8
8
|
import script$4 from './OrIconButtonV2/OrIconButton.js';
|
|
9
9
|
import { OrIcon as script$5 } from './OrIcon/index.js';
|
|
10
10
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createBlock, withCtx, renderSlot, normalizeProps, guardReactiveProps, createVNode, mergeProps, createSlots, normalizeStyle } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-2575246a.js';
|
|
3
3
|
import { defineComponent } from 'vue-demi';
|
|
4
|
-
import { s as script$1 } from '../OrList-
|
|
4
|
+
import { s as script$1 } from '../OrList-bd8d74ac.js';
|
|
5
5
|
import script$2 from '../OrInput/OrInput.js';
|
|
6
6
|
import { OrIcon as script$3 } from '../OrIcon/index.js';
|
|
7
7
|
import script$4 from '../OrIconButtonV2/OrIconButton.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrListV3-
|
|
1
|
+
export { s as default } from '../OrListV3-bcc81a8d.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as OrListItem, s as OrListV3 } from '../OrListV3-
|
|
1
|
+
export { a as OrListItem, s as OrListV3 } from '../OrListV3-bcc81a8d.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { L as List, b as ListContent } from '../OrListV3-
|
|
1
|
+
export { L as List, b as ListContent } from '../OrListV3-bcc81a8d.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, normalizeClass, createElementVNode, renderSlot, resolveComponent, normalizeProps, guardReactiveProps, createVNode, withCtx, createTextVNode, toDisplayString, Fragment, renderList, createBlock, createCommentVNode } from 'vue';
|
|
2
|
-
import { S as Sortable, v as v4 } from './OrList-
|
|
2
|
+
import { S as Sortable, v as v4 } from './OrList-bd8d74ac.js';
|
|
3
3
|
import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
|
|
4
|
-
import { s as script$2 } from './OrIconButtonV3-
|
|
4
|
+
import { s as script$2 } from './OrIconButtonV3-ddfd1180.js';
|
|
5
5
|
import { s as script$3 } from './OrLabelV3-2715e117.js';
|
|
6
6
|
import { useProxyModelValue } from '../hooks/useProxyModelValue.js';
|
|
7
7
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, normalizeClass, createTextVNode, toDisplayString, Fragment, renderList, createElementVNode, createCommentVNode, pushScopeId, popScopeId } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-2575246a.js';
|
|
3
3
|
import { defineComponent } from 'vue-demi';
|
|
4
4
|
import { isEmpty } from '../../utils/isEmpty.js';
|
|
5
5
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrLoaderV3-
|
|
1
|
+
export { s as default } from '../OrLoaderV3-40d8217d.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from '../OrLoaderV3-
|
|
1
|
+
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from '../OrLoaderV3-40d8217d.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant } from '../OrLoaderV3-
|
|
1
|
+
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant } from '../OrLoaderV3-40d8217d.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { e as LoaderContainer, g as LoaderDescription, c as LoaderRoot, d as LoaderRootColors, f as LoaderTitle } from '../OrLoaderV3-
|
|
1
|
+
export { e as LoaderContainer, g as LoaderDescription, c as LoaderRoot, d as LoaderRootColors, f as LoaderTitle } from '../OrLoaderV3-40d8217d.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, normalizeClass, toDisplayString, createCommentVNode, createElementVNode, normalizeStyle } from 'vue';
|
|
2
|
-
import {
|
|
2
|
+
import { g as useElementSize } from './OrAutocompleteV3-73058128.js';
|
|
3
3
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
4
4
|
|
|
5
5
|
var LoaderVariant;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrMenuItemV3-
|
|
1
|
+
export { s as default } from '../OrMenuItemV3-3609a4a4.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrMenuItemV3 } from '../OrMenuItemV3-
|
|
1
|
+
export { s as OrMenuItemV3 } from '../OrMenuItemV3-3609a4a4.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { M as MenuItem } from '../OrMenuItemV3-
|
|
1
|
+
export { M as MenuItem } from '../OrMenuItemV3-3609a4a4.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, normalizeProps, mergeProps, createCommentVNode, createElementVNode, renderSlot, Fragment, createVNode, withModifiers } from 'vue';
|
|
2
2
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
3
3
|
import { s as script$1 } from './OrIconV3-b5c97ea7.js';
|
|
4
|
-
import { s as script$2 } from './OrIconButtonV3-
|
|
4
|
+
import { s as script$2 } from './OrIconButtonV3-ddfd1180.js';
|
|
5
5
|
|
|
6
6
|
const MenuItem = [
|
|
7
7
|
// Layout
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrMenuV3-
|
|
1
|
+
export { s as default } from '../OrMenuV3-6b3a74cb.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrMenuV3 } from '../OrMenuV3-
|
|
1
|
+
export { s as OrMenuV3 } from '../OrMenuV3-6b3a74cb.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { M as Menu } from '../OrMenuV3-
|
|
1
|
+
export { M as Menu } from '../OrMenuV3-6b3a74cb.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createBlock, normalizeClass, withCtx, createElementVNode, mergeProps, withModifiers, renderSlot } from 'vue';
|
|
2
2
|
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
3
|
-
import { s as script$1, P as PopoverPlacement } from './OrPopoverV3-
|
|
3
|
+
import { s as script$1, P as PopoverPlacement } from './OrPopoverV3-725502c7.js';
|
|
4
4
|
import { usePopoverState } from '../hooks/usePopoverState.js';
|
|
5
5
|
|
|
6
6
|
const Menu = [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrModal-
|
|
1
|
+
export { s as default } from '../OrModal-2a40a9c8.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { O as OrModalSizes } from '../OrModal-
|
|
1
|
+
export { O as OrModalSizes } from '../OrModal-2a40a9c8.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrModal, O as OrModalSizes } from '../OrModal-
|
|
1
|
+
export { s as OrModal, O as OrModalSizes } from '../OrModal-2a40a9c8.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, createVNode, withCtx, createElementVNode, normalizeClass, renderSlot, toDisplayString, withDirectives, vShow, createCommentVNode } from 'vue';
|
|
2
|
-
import { s as styleInject } from './OrAvatar-
|
|
2
|
+
import { s as styleInject } from './OrAvatar-2575246a.js';
|
|
3
3
|
import { ref, watch, defineComponent, onBeforeUnmount } from 'vue-demi';
|
|
4
|
-
import {
|
|
4
|
+
import { h as unrefElement, t as tryOnScopeDispose, o as onClickOutside } from './OrAutocompleteV3-73058128.js';
|
|
5
5
|
import script$1 from './OrIconButtonV2/OrIconButton.js';
|
|
6
6
|
import script$2 from './OrOverlay/OrOverlay.js';
|
|
7
7
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrModalV3-
|
|
1
|
+
export { s as default } from '../OrModalV3-9212b15a.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { M as ModalSize, s as OrModalV3 } from '../OrModalV3-
|
|
1
|
+
export { M as ModalSize, s as OrModalV3 } from '../OrModalV3-9212b15a.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { M as ModalSize } from '../OrModalV3-
|
|
1
|
+
export { M as ModalSize } from '../OrModalV3-9212b15a.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as Modal, b as ModalSizes } from '../OrModalV3-
|
|
1
|
+
export { a as Modal, b as ModalSizes } from '../OrModalV3-9212b15a.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, normalizeClass, renderSlot, resolveComponent, createElementVNode, createVNode, withModifiers, createBlock, withCtx, mergeProps, createCommentVNode } from 'vue';
|
|
2
2
|
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
3
|
-
import { s as script$4 } from './OrIconButtonV3-
|
|
4
|
-
import { s as script$5 } from './OrOverlayV3-
|
|
3
|
+
import { s as script$4 } from './OrIconButtonV3-ddfd1180.js';
|
|
4
|
+
import { s as script$5 } from './OrOverlayV3-16957e56.js';
|
|
5
5
|
import { usePopoverState } from '../hooks/usePopoverState.js';
|
|
6
6
|
|
|
7
7
|
const ModalContent = [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, renderSlot, createVNode, Fragment, createTextVNode, toDisplayString, createCommentVNode, createBlock } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-2575246a.js';
|
|
3
3
|
import { defineComponent } from 'vue-demi';
|
|
4
4
|
import { OrIcon as script$1 } from '../OrIcon/index.js';
|
|
5
5
|
import script$2 from '../OrIconButtonV2/OrIconButton.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrNotificationV3-
|
|
1
|
+
export { s as default } from '../OrNotificationV3-33164914.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotificationV3-
|
|
1
|
+
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotificationV3-33164914.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { N as NotificationVariant } from '../OrNotificationV3-
|
|
1
|
+
export { N as NotificationVariant } from '../OrNotificationV3-33164914.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as Notification, c as NotificationIcon, d as NotificationIconVariants, b as NotificationVariants } from '../OrNotificationV3-
|
|
1
|
+
export { a as Notification, c as NotificationIcon, d as NotificationIconVariants, b as NotificationVariants } from '../OrNotificationV3-33164914.js';
|
package/dist/bundled/v3/components/{OrNotificationV3-12c2afa4.js → OrNotificationV3-33164914.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, renderSlot, createBlock, withModifiers, createCommentVNode } from 'vue';
|
|
2
2
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
3
3
|
import { s as script$1 } from './OrIconV3-b5c97ea7.js';
|
|
4
|
-
import { s as script$2 } from './OrIconButtonV3-
|
|
4
|
+
import { s as script$2 } from './OrIconButtonV3-ddfd1180.js';
|
|
5
5
|
|
|
6
6
|
var NotificationVariant;
|
|
7
7
|
(function (NotificationVariant) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, createVNode, withModifiers, createElementVNode, renderSlot, createBlock, withCtx, Fragment, renderList, createCommentVNode } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-2575246a.js';
|
|
3
3
|
import { defineComponent, ref } from 'vue-demi';
|
|
4
|
-
import { a as useToggle, o as onClickOutside } from '../OrAutocompleteV3-
|
|
5
|
-
import { s as script$2 } from '../OrButtonV2-
|
|
4
|
+
import { a as useToggle, o as onClickOutside } from '../OrAutocompleteV3-73058128.js';
|
|
5
|
+
import { s as script$2 } from '../OrButtonV2-2e48d2cc.js';
|
|
6
6
|
import script$3 from '../OrIconButtonV2/OrIconButton.js';
|
|
7
|
-
import { s as script$4, O as OrFloatingPlacements } from '../OrFloating-
|
|
7
|
+
import { s as script$4, O as OrFloatingPlacements } from '../OrFloating-d9c65890.js';
|
|
8
8
|
|
|
9
9
|
var script$1 = defineComponent({
|
|
10
10
|
name: 'OrOverflowMenuItem',
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, normalizeClass, renderSlot } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-2575246a.js';
|
|
3
3
|
import { defineComponent } from 'vue-demi';
|
|
4
4
|
|
|
5
5
|
var script = defineComponent({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrOverlayV3-
|
|
1
|
+
export { s as default } from '../OrOverlayV3-16957e56.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrOverlayV3 } from '../OrOverlayV3-
|
|
1
|
+
export { s as OrOverlayV3 } from '../OrOverlayV3-16957e56.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { O as Overlay } from '../OrOverlayV3-
|
|
1
|
+
export { O as Overlay } from '../OrOverlayV3-16957e56.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, renderSlot } from 'vue';
|
|
2
|
-
import {
|
|
2
|
+
import { i as useScrollLock } from './OrAutocompleteV3-73058128.js';
|
|
3
3
|
import { defineComponent, ref, computed, isVue2 } from 'vue-demi';
|
|
4
4
|
import script$1 from './OrTeleportV3/OrTeleport.js';
|
|
5
5
|
import { useElevation } from '../hooks/useElevation.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrPaginationV3-
|
|
1
|
+
export { s as default } from '../OrPaginationV3-cdaa9aeb.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrPaginationV3 } from '../OrPaginationV3-
|
|
1
|
+
export { s as OrPaginationV3 } from '../OrPaginationV3-cdaa9aeb.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { P as Pagination, c as PaginationItem, a as PaginationLimitGroup, b as PaginationOffsetGroup } from '../OrPaginationV3-
|
|
1
|
+
export { P as Pagination, c as PaginationItem, a as PaginationLimitGroup, b as PaginationOffsetGroup } from '../OrPaginationV3-cdaa9aeb.js';
|
package/dist/bundled/v3/components/{OrPaginationV3-31902e61.js → OrPaginationV3-cdaa9aeb.js}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createTextVNode, createVNode, withCtx, toDisplayString, Fragment, renderList, createBlock, createCommentVNode } from 'vue';
|
|
2
2
|
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
3
|
-
import { s as script$1 } from './OrButtonV3-
|
|
3
|
+
import { s as script$1 } from './OrButtonV3-46b0287c.js';
|
|
4
4
|
import { s as script$2 } from './OrIconV3-b5c97ea7.js';
|
|
5
|
-
import { s as script$3 } from './OrMenuV3-
|
|
6
|
-
import { s as script$4 } from './OrMenuItemV3-
|
|
5
|
+
import { s as script$3 } from './OrMenuV3-6b3a74cb.js';
|
|
6
|
+
import { s as script$4 } from './OrMenuItemV3-3609a4a4.js';
|
|
7
7
|
import { useProxyModelValue } from '../hooks/useProxyModelValue.js';
|
|
8
8
|
import useResponsive from '../hooks/useResponsive/useResponsive.js';
|
|
9
9
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createBlock, createSlots, withCtx, createVNode, renderSlot } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-2575246a.js';
|
|
3
3
|
import { defineComponent, ref } from 'vue-demi';
|
|
4
|
-
import {
|
|
4
|
+
import { f as useVModel } from '../OrAutocompleteV3-73058128.js';
|
|
5
5
|
import script$1 from '../OrInput/OrInput.js';
|
|
6
6
|
import script$2 from '../OrIconButtonV2/OrIconButton.js';
|
|
7
7
|
import useToggle from '../../hooks/useToggle.js';
|
|
8
|
-
import { a as BUTTON_SIZE } from '../OrButtonV2-
|
|
8
|
+
import { a as BUTTON_SIZE } from '../OrButtonV2-2e48d2cc.js';
|
|
9
9
|
|
|
10
10
|
var script = defineComponent({
|
|
11
11
|
name: 'OrPassword',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrPopoverV3-
|
|
1
|
+
export { s as default } from '../OrPopoverV3-725502c7.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import '../../OrFloating-
|
|
1
|
+
import '../../OrFloating-d9c65890.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
export { u as useFloating } from '../../OrPopoverV3-
|
|
3
|
+
export { u as useFloating } from '../../OrPopoverV3-725502c7.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, i as isPrevented } from '../OrPopoverV3-
|
|
1
|
+
export { s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, i as isPrevented } from '../OrPopoverV3-725502c7.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { P as PopoverPlacement, a as PopoverVariant } from '../OrPopoverV3-
|
|
1
|
+
export { P as PopoverPlacement, a as PopoverVariant } from '../OrPopoverV3-725502c7.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { b as Popover, c as PopoverBody, d as PopoverBodyPlacements } from '../OrPopoverV3-
|
|
1
|
+
export { b as Popover, c as PopoverBody, d as PopoverBodyPlacements } from '../OrPopoverV3-725502c7.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { i as isPrevented } from '../../OrPopoverV3-
|
|
1
|
+
export { i as isPrevented } from '../../OrPopoverV3-725502c7.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import '../../../utils/isAncestor.js';
|
|
2
|
-
export { i as isPrevented } from '../../OrPopoverV3-
|
|
2
|
+
export { i as isPrevented } from '../../OrPopoverV3-725502c7.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createBlock, withCtx, withDirectives, createElementVNode, createElementBlock, mergeProps, renderSlot, normalizeClass, vShow, createCommentVNode } from 'vue';
|
|
2
|
-
import { c as computePosition, o as offset, a as shift, f as flip, h as hide, b as size, d as autoUpdate } from './OrFloating-
|
|
3
|
-
import { o as onClickOutside } from './OrAutocompleteV3-
|
|
2
|
+
import { c as computePosition, o as offset, a as shift, f as flip, h as hide, b as size, d as autoUpdate } from './OrFloating-d9c65890.js';
|
|
3
|
+
import { o as onClickOutside } from './OrAutocompleteV3-73058128.js';
|
|
4
4
|
import { computed, unref, ref, shallowRef, watch, getCurrentScope, onScopeDispose, shallowReadonly, defineComponent, toRefs, toRef } from 'vue-demi';
|
|
5
|
-
import { s as script$1 } from './OrBottomSheetV3-
|
|
5
|
+
import { s as script$1 } from './OrBottomSheetV3-a884b40c.js';
|
|
6
6
|
import script$2 from './OrTeleportV3/OrTeleport.js';
|
|
7
7
|
import useResponsive from '../hooks/useResponsive/useResponsive.js';
|
|
8
8
|
import { isAncestor } from '../utils/isAncestor.js';
|
|
@@ -325,11 +325,21 @@ var script = defineComponent({
|
|
|
325
325
|
})), hide(hideOptions.value), size({
|
|
326
326
|
apply(_ref) {
|
|
327
327
|
let {
|
|
328
|
-
rects
|
|
328
|
+
rects,
|
|
329
|
+
availableWidth,
|
|
330
|
+
availableHeight,
|
|
331
|
+
elements
|
|
329
332
|
} = _ref;
|
|
330
|
-
if (fullWidth.value
|
|
331
|
-
|
|
332
|
-
|
|
333
|
+
if (fullWidth.value) {
|
|
334
|
+
Object.assign(elements.floating.style, {
|
|
335
|
+
width: `${rects.reference.width}px`
|
|
336
|
+
});
|
|
337
|
+
} else {
|
|
338
|
+
Object.assign(elements.floating.style, {
|
|
339
|
+
maxWidth: `${availableWidth}px`,
|
|
340
|
+
maxHeight: `${availableHeight}px`
|
|
341
|
+
});
|
|
342
|
+
}
|
|
333
343
|
}
|
|
334
344
|
})],
|
|
335
345
|
whileElementsMounted() {
|
|
@@ -392,11 +402,11 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
392
402
|
const _component_OrTeleport = resolveComponent("OrTeleport");
|
|
393
403
|
return openBlock(), createBlock(_component_OrTeleport, null, {
|
|
394
404
|
default: withCtx(() => [withDirectives(createElementVNode("div", _hoisted_1, [_ctx.isDesktop && _ctx.variant === 'auto' || _ctx.variant === 'popover' ? withDirectives((openBlock(), createElementBlock("div", mergeProps({
|
|
395
|
-
key: 0
|
|
396
|
-
ref: 'root'
|
|
405
|
+
key: 0
|
|
397
406
|
}, _ctx.$attrs, {
|
|
398
|
-
|
|
399
|
-
class: _ctx.rootStyles
|
|
407
|
+
ref: 'root',
|
|
408
|
+
class: _ctx.rootStyles,
|
|
409
|
+
style: _ctx.floatingStyles
|
|
400
410
|
}), [_ctx.disableDefaultStyles ? renderSlot(_ctx.$slots, "default", {
|
|
401
411
|
key: 0
|
|
402
412
|
}) : (openBlock(), createElementBlock("div", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrProgress-
|
|
1
|
+
export { s as default } from '../OrProgress-e7f3ebdc.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { O as OrProgressColors, a as OrProgressTypes } from '../OrProgress-
|
|
1
|
+
export { O as OrProgressColors, a as OrProgressTypes } from '../OrProgress-e7f3ebdc.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress-
|
|
1
|
+
export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress-e7f3ebdc.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, normalizeClass, Fragment, renderSlot, createElementVNode, createTextVNode, toDisplayString, createCommentVNode, normalizeStyle } from 'vue';
|
|
2
|
-
import { s as styleInject } from './OrAvatar-
|
|
3
|
-
import { a as _root, t as toInteger_1, f as toNumber_1, g as toString_1 } from './OrDateTimePicker-
|
|
2
|
+
import { s as styleInject } from './OrAvatar-2575246a.js';
|
|
3
|
+
import { a as _root, t as toInteger_1, f as toNumber_1, g as toString_1 } from './OrDateTimePicker-106fc381.js';
|
|
4
4
|
import { defineComponent } from 'vue-demi';
|
|
5
5
|
|
|
6
6
|
var root = _root,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrProgressV3-
|
|
1
|
+
export { s as default } from '../OrProgressV3-d8238281.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgressV3-
|
|
1
|
+
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgressV3-d8238281.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { P as ProgressColor, a as ProgressType } from '../OrProgressV3-
|
|
1
|
+
export { P as ProgressColor, a as ProgressType } from '../OrProgressV3-d8238281.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { i as ProgressBarAnimationTypes, g as ProgressBarBackground, j as ProgressBarColors, h as ProgressBarMain, k as ProgressFooter, d as ProgressHeader, e as ProgressHeaderLabel, f as ProgressHeaderPercent, b as ProgressRoot, c as ProgressRootTypes } from '../OrProgressV3-
|
|
1
|
+
export { i as ProgressBarAnimationTypes, g as ProgressBarBackground, j as ProgressBarColors, h as ProgressBarMain, k as ProgressFooter, d as ProgressHeader, e as ProgressHeaderLabel, f as ProgressHeaderPercent, b as ProgressRoot, c as ProgressRootTypes } from '../OrProgressV3-d8238281.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, normalizeClass, Fragment, renderSlot, createElementVNode, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
|
|
2
|
-
import {
|
|
3
|
-
import { r as round_1 } from './OrProgress-
|
|
2
|
+
import { j as useElementBounding } from './OrAutocompleteV3-73058128.js';
|
|
3
|
+
import { r as round_1 } from './OrProgress-e7f3ebdc.js';
|
|
4
4
|
import { defineComponent, ref, useSlots, computed } from 'vue-demi';
|
|
5
5
|
import useResponsive from '../hooks/useResponsive/useResponsive.js';
|
|
6
6
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrRadio-
|
|
1
|
+
export { s as default } from '../OrRadio-f4459a47.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrRadio } from '../OrRadio-
|
|
1
|
+
export { s as OrRadio } from '../OrRadio-f4459a47.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { d as isArray_1, h as isSymbol_1, g as toString_1 } from './OrDateTimePicker-
|
|
1
|
+
import { d as isArray_1, h as isSymbol_1, g as toString_1 } from './OrDateTimePicker-106fc381.js';
|
|
2
2
|
import { openBlock, createElementBlock, normalizeClass, createElementVNode, mergeProps, renderSlot, createTextVNode, toDisplayString, pushScopeId, popScopeId } from 'vue';
|
|
3
|
-
import { s as styleInject } from './OrAvatar-
|
|
3
|
+
import { s as styleInject } from './OrAvatar-2575246a.js';
|
|
4
4
|
import { defineComponent, inject, computed } from 'vue-demi';
|
|
5
|
-
import { _ as _MapCache, i as isEqual_1 } from './OrList-
|
|
5
|
+
import { _ as _MapCache, i as isEqual_1 } from './OrList-bd8d74ac.js';
|
|
6
6
|
|
|
7
7
|
var isArray$1 = isArray_1,
|
|
8
8
|
isSymbol$1 = isSymbol_1;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, renderSlot } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-2575246a.js';
|
|
3
3
|
import { defineComponent, computed, provide, getCurrentInstance } from 'vue-demi';
|
|
4
4
|
|
|
5
5
|
var script = defineComponent({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createBlock, withCtx, renderSlot, createElementBlock, Fragment, renderList } from 'vue';
|
|
2
2
|
import { defineComponent, toRef } from 'vue-demi';
|
|
3
3
|
import { s as script$1, F as FormGroupDirection } from '../OrFormGroupV3-b80c18d1.js';
|
|
4
|
-
import { s as script$2 } from '../OrRadioV3-
|
|
4
|
+
import { s as script$2 } from '../OrRadioV3-87840d60.js';
|
|
5
5
|
import { useProxyModelValue } from '../../hooks/useProxyModelValue.js';
|
|
6
6
|
|
|
7
7
|
var script = defineComponent({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrRadioV3-
|
|
1
|
+
export { s as default } from '../OrRadioV3-87840d60.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrRadioV3 } from '../OrRadioV3-
|
|
1
|
+
export { s as OrRadioV3 } from '../OrRadioV3-87840d60.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { R as Radio, a as RadioControl, b as RadioControlHandle } from '../OrRadioV3-
|
|
1
|
+
export { R as Radio, a as RadioControl, b as RadioControlHandle } from '../OrRadioV3-87840d60.js';
|