@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
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { A as default } from '../OrAutocompleteV3-73058128.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { A as OrAutocompleteV3 } from '../OrAutocompleteV3-73058128.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { E as Autocomplete, F as AutocompleteControl, G as AutocompleteDropdown, H as AutocompleteDropdownDefault, I as AutocompleteDropdownFlipped, J as AutocompleteDropdownItem } from '../OrAutocompleteV3-73058128.js';
|
package/dist/bundled/v3/components/{OrAutocompleteV3-734b9c68.js → OrAutocompleteV3-73058128.js}
RENAMED
|
@@ -2,14 +2,14 @@ import { resolveComponent, openBlock, createElementBlock, normalizeClass, create
|
|
|
2
2
|
import { effectScope, isRef, ref, watch, unref, customRef, getCurrentScope, onScopeDispose, computed, toRefs as toRefs$1, getCurrentInstance, onMounted, nextTick, shallowRef, watchEffect, reactive, isVue2, readonly, defineComponent, toRef } from 'vue-demi';
|
|
3
3
|
import { s as script$1 } from './OrErrorV3-b04d76aa.js';
|
|
4
4
|
import { s as script$2 } from './OrHintV3-c8ac5975.js';
|
|
5
|
-
import { s as script$3 } from './OrIconButtonV3-
|
|
5
|
+
import { s as script$3 } from './OrIconButtonV3-ddfd1180.js';
|
|
6
6
|
import { s as script$4, I as InputBoxSize } from './OrInputBoxV3-ff861412.js';
|
|
7
7
|
import { s as script$5 } from './OrLabelV3-2715e117.js';
|
|
8
|
-
import { s as script$6 } from './OrLoaderV3-
|
|
9
|
-
import { s as script$7 } from './OrMenuItemV3-
|
|
10
|
-
import { s as script$8 } from './OrPopoverV3-
|
|
11
|
-
import { s as script$9 } from './OrTagInputV3-
|
|
12
|
-
import { T as TagsOverflow } from './OrTagsV3-
|
|
8
|
+
import { s as script$6 } from './OrLoaderV3-40d8217d.js';
|
|
9
|
+
import { s as script$7 } from './OrMenuItemV3-3609a4a4.js';
|
|
10
|
+
import { s as script$8 } from './OrPopoverV3-725502c7.js';
|
|
11
|
+
import { s as script$9 } from './OrTagInputV3-ff7884c6.js';
|
|
12
|
+
import { T as TagsOverflow } from './OrTagsV3-e9539a3a.js';
|
|
13
13
|
import { useIdAttribute } from '../hooks/useIdAttribute.js';
|
|
14
14
|
import { useControlAttributes } from '../hooks/useControlAttributes.js';
|
|
15
15
|
import { useValidationAttributes } from '../hooks/useValidationAttributes.js';
|
|
@@ -1161,97 +1161,6 @@ var SwipeDirection;
|
|
|
1161
1161
|
SwipeDirection2["LEFT"] = "LEFT";
|
|
1162
1162
|
SwipeDirection2["NONE"] = "NONE";
|
|
1163
1163
|
})(SwipeDirection || (SwipeDirection = {}));
|
|
1164
|
-
function useSwipe(target, options = {}) {
|
|
1165
|
-
const {
|
|
1166
|
-
threshold = 50,
|
|
1167
|
-
onSwipe,
|
|
1168
|
-
onSwipeEnd,
|
|
1169
|
-
onSwipeStart,
|
|
1170
|
-
passive = true,
|
|
1171
|
-
window = defaultWindow
|
|
1172
|
-
} = options;
|
|
1173
|
-
const coordsStart = reactive({ x: 0, y: 0 });
|
|
1174
|
-
const coordsEnd = reactive({ x: 0, y: 0 });
|
|
1175
|
-
const diffX = computed(() => coordsStart.x - coordsEnd.x);
|
|
1176
|
-
const diffY = computed(() => coordsStart.y - coordsEnd.y);
|
|
1177
|
-
const { max, abs } = Math;
|
|
1178
|
-
const isThresholdExceeded = computed(() => max(abs(diffX.value), abs(diffY.value)) >= threshold);
|
|
1179
|
-
const isSwiping = ref(false);
|
|
1180
|
-
const direction = computed(() => {
|
|
1181
|
-
if (!isThresholdExceeded.value)
|
|
1182
|
-
return SwipeDirection.NONE;
|
|
1183
|
-
if (abs(diffX.value) > abs(diffY.value)) {
|
|
1184
|
-
return diffX.value > 0 ? SwipeDirection.LEFT : SwipeDirection.RIGHT;
|
|
1185
|
-
} else {
|
|
1186
|
-
return diffY.value > 0 ? SwipeDirection.UP : SwipeDirection.DOWN;
|
|
1187
|
-
}
|
|
1188
|
-
});
|
|
1189
|
-
const getTouchEventCoords = (e) => [e.touches[0].clientX, e.touches[0].clientY];
|
|
1190
|
-
const updateCoordsStart = (x, y) => {
|
|
1191
|
-
coordsStart.x = x;
|
|
1192
|
-
coordsStart.y = y;
|
|
1193
|
-
};
|
|
1194
|
-
const updateCoordsEnd = (x, y) => {
|
|
1195
|
-
coordsEnd.x = x;
|
|
1196
|
-
coordsEnd.y = y;
|
|
1197
|
-
};
|
|
1198
|
-
let listenerOptions;
|
|
1199
|
-
const isPassiveEventSupported = checkPassiveEventSupport(window == null ? void 0 : window.document);
|
|
1200
|
-
if (!passive)
|
|
1201
|
-
listenerOptions = isPassiveEventSupported ? { passive: false, capture: true } : { capture: true };
|
|
1202
|
-
else
|
|
1203
|
-
listenerOptions = isPassiveEventSupported ? { passive: true } : { capture: false };
|
|
1204
|
-
const onTouchEnd = (e) => {
|
|
1205
|
-
if (isSwiping.value)
|
|
1206
|
-
onSwipeEnd == null ? void 0 : onSwipeEnd(e, direction.value);
|
|
1207
|
-
isSwiping.value = false;
|
|
1208
|
-
};
|
|
1209
|
-
const stops = [
|
|
1210
|
-
useEventListener(target, "touchstart", (e) => {
|
|
1211
|
-
if (listenerOptions.capture && !listenerOptions.passive)
|
|
1212
|
-
e.preventDefault();
|
|
1213
|
-
const [x, y] = getTouchEventCoords(e);
|
|
1214
|
-
updateCoordsStart(x, y);
|
|
1215
|
-
updateCoordsEnd(x, y);
|
|
1216
|
-
onSwipeStart == null ? void 0 : onSwipeStart(e);
|
|
1217
|
-
}, listenerOptions),
|
|
1218
|
-
useEventListener(target, "touchmove", (e) => {
|
|
1219
|
-
const [x, y] = getTouchEventCoords(e);
|
|
1220
|
-
updateCoordsEnd(x, y);
|
|
1221
|
-
if (!isSwiping.value && isThresholdExceeded.value)
|
|
1222
|
-
isSwiping.value = true;
|
|
1223
|
-
if (isSwiping.value)
|
|
1224
|
-
onSwipe == null ? void 0 : onSwipe(e);
|
|
1225
|
-
}, listenerOptions),
|
|
1226
|
-
useEventListener(target, "touchend", onTouchEnd, listenerOptions),
|
|
1227
|
-
useEventListener(target, "touchcancel", onTouchEnd, listenerOptions)
|
|
1228
|
-
];
|
|
1229
|
-
const stop = () => stops.forEach((s) => s());
|
|
1230
|
-
return {
|
|
1231
|
-
isPassiveEventSupported,
|
|
1232
|
-
isSwiping,
|
|
1233
|
-
direction,
|
|
1234
|
-
coordsStart,
|
|
1235
|
-
coordsEnd,
|
|
1236
|
-
lengthX: diffX,
|
|
1237
|
-
lengthY: diffY,
|
|
1238
|
-
stop
|
|
1239
|
-
};
|
|
1240
|
-
}
|
|
1241
|
-
function checkPassiveEventSupport(document) {
|
|
1242
|
-
if (!document)
|
|
1243
|
-
return false;
|
|
1244
|
-
let supportsPassive = false;
|
|
1245
|
-
const optionsBlock = {
|
|
1246
|
-
get passive() {
|
|
1247
|
-
supportsPassive = true;
|
|
1248
|
-
return false;
|
|
1249
|
-
}
|
|
1250
|
-
};
|
|
1251
|
-
document.addEventListener("x", noop, optionsBlock);
|
|
1252
|
-
document.removeEventListener("x", noop);
|
|
1253
|
-
return supportsPassive;
|
|
1254
|
-
}
|
|
1255
1164
|
|
|
1256
1165
|
function usePointerSwipe(target, options = {}) {
|
|
1257
1166
|
const targetRef = resolveRef(target);
|
|
@@ -1973,4 +1882,4 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1973
1882
|
script.render = render;
|
|
1974
1883
|
script.__file = "src/components/or-autocomplete-v3/OrAutocomplete.vue";
|
|
1975
1884
|
|
|
1976
|
-
export {
|
|
1885
|
+
export { script as A, useMutationObserver as B, refDebounced as C, useMediaQuery as D, Autocomplete as E, AutocompleteControl as F, AutocompleteDropdown as G, AutocompleteDropdownDefault as H, AutocompleteDropdownFlipped as I, AutocompleteDropdownItem as J, useToggle as a, useElementHover as b, useMagicKeys as c, useActiveElement as d, useScroll as e, useVModel as f, useElementSize as g, unrefElement as h, useScrollLock as i, useElementBounding as j, useDraggable as k, clamp as l, useResizeObserver as m, useDebounceFn as n, onClickOutside as o, watchDebounced as p, useFocus as q, resolveUnref as r, formatTimeAgo as s, tryOnScopeDispose as t, usePointerSwipe as u, useTextareaAutosize as v, whenever as w, createSharedComposable as x, useEventBus as y, noop as z };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as default } from '../OrAvatar-
|
|
1
|
+
export { a as default } from '../OrAvatar-2575246a.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { O as OR_AVATAR_SIZE } from '../OrAvatar-
|
|
1
|
+
export { O as OR_AVATAR_SIZE } from '../OrAvatar-2575246a.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { O as OR_AVATAR_SIZE, a as OrAvatar } from '../OrAvatar-
|
|
1
|
+
export { O as OR_AVATAR_SIZE, a as OrAvatar } from '../OrAvatar-2575246a.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrBottomSheetV3-
|
|
1
|
+
export { s as default } from '../OrBottomSheetV3-a884b40c.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'vue-demi';
|
|
2
|
-
import '../../OrAutocompleteV3-
|
|
3
|
-
export { u as default } from '../../OrBottomSheetV3-
|
|
2
|
+
import '../../OrAutocompleteV3-73058128.js';
|
|
3
|
+
export { u as default } from '../../OrBottomSheetV3-a884b40c.js';
|
|
4
4
|
import '../../../hooks/useTheme.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { B as BottomSheetVariant, s as OrBottomSheetV3 } from '../OrBottomSheetV3-
|
|
1
|
+
export { B as BottomSheetVariant, s as OrBottomSheetV3 } from '../OrBottomSheetV3-a884b40c.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { B as BottomSheetVariant } from '../OrBottomSheetV3-
|
|
1
|
+
export { B as BottomSheetVariant } from '../OrBottomSheetV3-a884b40c.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as BottomSheet, e as BottomSheetContent, c as BottomSheetHandle, d as BottomSheetHeader, b as BottomSheetVariants } from '../OrBottomSheetV3-
|
|
1
|
+
export { a as BottomSheet, e as BottomSheetContent, c as BottomSheetHandle, d as BottomSheetHeader, b as BottomSheetVariants } from '../OrBottomSheetV3-a884b40c.js';
|
package/dist/bundled/v3/components/{OrBottomSheetV3-f6ba7245.js → OrBottomSheetV3-a884b40c.js}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, createElementBlock, normalizeClass, createCommentVNode, renderSlot } from 'vue';
|
|
2
|
-
import { u as usePointerSwipe, o as onClickOutside } from './OrAutocompleteV3-
|
|
2
|
+
import { u as usePointerSwipe, o as onClickOutside } from './OrAutocompleteV3-73058128.js';
|
|
3
3
|
import { ref, computed, unref, defineComponent, toRefs, watch } from 'vue-demi';
|
|
4
4
|
import { useTheme } from '../hooks/useTheme.js';
|
|
5
|
-
import { s as script$1 } from './OrOverlayV3-
|
|
5
|
+
import { s as script$1 } from './OrOverlayV3-16957e56.js';
|
|
6
6
|
import { usePopoverState } from '../hooks/usePopoverState.js';
|
|
7
7
|
|
|
8
8
|
var BottomSheetVariant;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, mergeProps, createVNode, Transition, withCtx, withDirectives, vShow, createElementVNode, renderSlot, createCommentVNode, createTextVNode, toDisplayString } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-2575246a.js';
|
|
3
3
|
import { defineComponent, computed } from 'vue-demi';
|
|
4
4
|
import { OrLoader as script$1, LoaderViews } from '../OrLoader/index.js';
|
|
5
5
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrButtonGroupV3-
|
|
1
|
+
export { s as default } from '../OrButtonGroupV3-0cbf5aa6.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrButtonGroupV3 } from '../OrButtonGroupV3-
|
|
1
|
+
export { s as OrButtonGroupV3 } from '../OrButtonGroupV3-0cbf5aa6.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import '../OrButtonV3-
|
|
2
|
-
export { B as ButtonGroup, a as ButtonGroupVariants } from '../OrButtonGroupV3-
|
|
1
|
+
import '../OrButtonV3-46b0287c.js';
|
|
2
|
+
export { B as ButtonGroup, a as ButtonGroupVariants } from '../OrButtonGroupV3-0cbf5aa6.js';
|
package/dist/bundled/v3/components/{OrButtonGroupV3-816c17f4.js → OrButtonGroupV3-0cbf5aa6.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, normalizeClass, renderSlot, normalizeProps, guardReactiveProps } from 'vue';
|
|
2
2
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
3
|
-
import { B as ButtonVariant, a as ButtonColor } from './OrButtonV3-
|
|
3
|
+
import { B as ButtonVariant, a as ButtonColor } from './OrButtonV3-46b0287c.js';
|
|
4
4
|
|
|
5
5
|
const ButtonGroup = [
|
|
6
6
|
// Layout
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrButtonV2-
|
|
1
|
+
export { s as default } from '../OrButtonV2-2e48d2cc.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { B as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, a as BUTTON_SIZE, b as BUTTON_TYPE, H as HTML_BUTTON_TYPE, I as ICON_BUTTON_TYPE } from '../OrButtonV2-
|
|
1
|
+
export { B as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, a as BUTTON_SIZE, b as BUTTON_TYPE, H as HTML_BUTTON_TYPE, I as ICON_BUTTON_TYPE } from '../OrButtonV2-2e48d2cc.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { B as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, a as BUTTON_SIZE, b as BUTTON_TYPE, I as ICON_BUTTON_TYPE, s as OrButtonV2 } from '../OrButtonV2-
|
|
1
|
+
export { B as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, a as BUTTON_SIZE, b as BUTTON_TYPE, I as ICON_BUTTON_TYPE, s as OrButtonV2 } from '../OrButtonV2-2e48d2cc.js';
|
|
2
2
|
export { default as OrIconButton } from '../OrIconButtonV2/OrIconButton.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, mergeProps, toHandlers, createBlock, createCommentVNode, createElementVNode, normalizeStyle, renderSlot, createTextVNode, toDisplayString } from 'vue';
|
|
2
|
-
import { s as styleInject } from './OrAvatar-
|
|
2
|
+
import { s as styleInject } from './OrAvatar-2575246a.js';
|
|
3
3
|
import { defineComponent, isVue3 } from 'vue-demi';
|
|
4
4
|
import { OrIcon as script$1 } from './OrIcon/index.js';
|
|
5
5
|
import { OrLoader as script$2, LoaderViews } from './OrLoader/index.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrButtonV3-
|
|
1
|
+
export { s as default } from '../OrButtonV3-46b0287c.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButtonV3-
|
|
1
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButtonV3-46b0287c.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant } from '../OrButtonV3-
|
|
1
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant } from '../OrButtonV3-46b0287c.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { c as Button, e as ButtonColors, d as ButtonVariants } from '../OrButtonV3-
|
|
1
|
+
export { c as Button, e as ButtonColors, d as ButtonVariants } from '../OrButtonV3-46b0287c.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, mergeProps, toHandlers, createElementVNode, normalizeClass, renderSlot, createBlock, Fragment, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
|
|
2
2
|
import { defineComponent, ref, computed, isVue3 } from 'vue-demi';
|
|
3
|
-
import { s as script$1 } from './OrLoaderV3-
|
|
3
|
+
import { s as script$1 } from './OrLoaderV3-40d8217d.js';
|
|
4
4
|
|
|
5
5
|
var ButtonVariant;
|
|
6
6
|
(function (ButtonVariant) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, normalizeClass, createElementVNode, 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,5 +1,5 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, Fragment, renderList, toDisplayString, createVNode, withCtx, createTextVNode, createCommentVNode, renderSlot, createBlock, normalizeProps, guardReactiveProps } 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
4
|
import script$1 from '../OrCard/OrCard.js';
|
|
5
5
|
import { OrIcon as script$2 } from '../OrIcon/index.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrCardCollectionV3-
|
|
1
|
+
export { s as default } from '../OrCardCollectionV3-98c6cda6.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollectionV3-
|
|
1
|
+
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollectionV3-98c6cda6.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CardCollectionView, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollectionV3-
|
|
1
|
+
export { C as CardCollectionView, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollectionV3-98c6cda6.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as CardCollection, e as CardCollectionContent, f as CardCollectionContentViews, h as CardCollectionEmptyContentItem, b as CardCollectionToolbar, c as CardCollectionToolbarPanel } from '../OrCardCollectionV3-
|
|
1
|
+
export { a as CardCollection, e as CardCollectionContent, f as CardCollectionContentViews, h as CardCollectionEmptyContentItem, b as CardCollectionToolbar, c as CardCollectionToolbarPanel } from '../OrCardCollectionV3-98c6cda6.js';
|
package/dist/bundled/v3/components/{OrCardCollectionV3-3515151e.js → OrCardCollectionV3-98c6cda6.js}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, normalizeClass, Fragment, renderList, renderSlot, mergeProps, createTextVNode, toDisplayString, resolveComponent, createElementVNode, createBlock, createCommentVNode, normalizeProps, guardReactiveProps, createVNode, withCtx } from 'vue';
|
|
2
2
|
import { defineComponent, computed, ref, watch } from 'vue-demi';
|
|
3
|
-
import { s as script$2 } from './OrIconButtonV3-
|
|
4
|
-
import { s as script$3 } from './OrSortingV3-
|
|
3
|
+
import { s as script$2 } from './OrIconButtonV3-ddfd1180.js';
|
|
4
|
+
import { s as script$3 } from './OrSortingV3-1244336f.js';
|
|
5
5
|
import script$4 from './OrSearchV3/OrSearch.js';
|
|
6
|
-
import { s as script$5 } from './OrLoaderV3-
|
|
6
|
+
import { s as script$5 } from './OrLoaderV3-40d8217d.js';
|
|
7
7
|
|
|
8
8
|
var CardCollectionView;
|
|
9
9
|
(function (CardCollectionView) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, mergeProps, withModifiers, normalizeStyle, createVNode, Transition, withCtx, createBlock, createCommentVNode, renderSlot, createTextVNode, toDisplayString } 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
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createBlock, withCtx, renderSlot, createElementBlock, Fragment, renderList } from 'vue';
|
|
2
2
|
import { defineComponent, toRef } from 'vue-demi';
|
|
3
|
-
import { s as script$1 } from '../OrCheckboxTreeV3-
|
|
3
|
+
import { s as script$1 } from '../OrCheckboxTreeV3-83105d0f.js';
|
|
4
4
|
import { s as script$2, F as FormGroupDirection } from '../OrFormGroupV3-b80c18d1.js';
|
|
5
5
|
import { useProxyModelValue } from '../../hooks/useProxyModelValue.js';
|
|
6
6
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrCheckboxTreeV3-
|
|
1
|
+
export { s as default } from '../OrCheckboxTreeV3-83105d0f.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrCheckboxTreeV3 } from '../OrCheckboxTreeV3-
|
|
1
|
+
export { s as OrCheckboxTreeV3 } from '../OrCheckboxTreeV3-83105d0f.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CheckboxTreeRoot, a as CheckboxTreeRootParent } from '../OrCheckboxTreeV3-
|
|
1
|
+
export { C as CheckboxTreeRoot, a as CheckboxTreeRootParent } from '../OrCheckboxTreeV3-83105d0f.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import '../../../utils/functions/flattenDeep.js';
|
|
2
|
-
export { e as extractChildrenValues } from '../../OrCheckboxTreeV3-
|
|
2
|
+
export { e as extractChildrenValues } from '../../OrCheckboxTreeV3-83105d0f.js';
|
package/dist/bundled/v3/components/{OrCheckboxTreeV3-bad55241.js → OrCheckboxTreeV3-83105d0f.js}
RENAMED
|
@@ -2,9 +2,9 @@ import { resolveComponent, openBlock, createElementBlock, normalizeClass, Fragme
|
|
|
2
2
|
import { defineComponent, toRefs, computed, watch } from 'vue-demi';
|
|
3
3
|
import flattenDeep from '../utils/functions/flattenDeep.js';
|
|
4
4
|
import { s as script$1 } from './OrIconV3-b5c97ea7.js';
|
|
5
|
-
import { s as script$2 } from './OrCheckboxV3-
|
|
6
|
-
import { s as script$3 } from './OrButtonV3-
|
|
7
|
-
import { a as useToggle } from './OrAutocompleteV3-
|
|
5
|
+
import { s as script$2 } from './OrCheckboxV3-6e9cfbab.js';
|
|
6
|
+
import { s as script$3 } from './OrButtonV3-46b0287c.js';
|
|
7
|
+
import { a as useToggle } from './OrAutocompleteV3-73058128.js';
|
|
8
8
|
import { useProxyModelValue } from '../hooks/useProxyModelValue.js';
|
|
9
9
|
|
|
10
10
|
const CheckboxTreeRoot = [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrCheckboxV3-
|
|
1
|
+
export { s as default } from '../OrCheckboxV3-6e9cfbab.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrCheckboxV3 } from '../OrCheckboxV3-
|
|
1
|
+
export { s as OrCheckboxV3 } from '../OrCheckboxV3-6e9cfbab.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as Checkbox, a as CheckboxControl, b as CheckboxControlHandle } from '../OrCheckboxV3-
|
|
1
|
+
export { C as Checkbox, a as CheckboxControl, b as CheckboxControlHandle } from '../OrCheckboxV3-6e9cfbab.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, mergeProps, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode } 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, L as LabelVariant } from './OrLabelV3-2715e117.js';
|
|
5
5
|
import { useIdAttribute } from '../hooks/useIdAttribute.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrChips-
|
|
1
|
+
export { s as default } from '../OrChips-440d2933.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrChip } from '../OrChips-
|
|
1
|
+
export { s as OrChip } from '../OrChips-440d2933.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as default } from '../OrChips-
|
|
1
|
+
export { a as default } from '../OrChips-440d2933.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { O as OR_CHIPS_VALUE_PROP, P as PLACEHOLDER_PROP } from '../OrChips-
|
|
1
|
+
export { O as OR_CHIPS_VALUE_PROP, P as PLACEHOLDER_PROP } from '../OrChips-440d2933.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrChip, a as OrChips } from '../OrChips-
|
|
1
|
+
export { s as OrChip, a as OrChips } from '../OrChips-440d2933.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, toDisplayString, createVNode, createCommentVNode, withModifiers, Fragment, renderList, createBlock, withCtx, 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
|
import script$4 from './OrLabel/OrLabel.js';
|
|
5
5
|
import script$5 from './OrError/OrError.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { q as default } from '../OrCode-
|
|
1
|
+
export { q as default } from '../OrCode-7bd1ac2f.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { O as OrCodeLanguages } from '../OrCode-
|
|
1
|
+
export { O as OrCodeLanguages } from '../OrCode-7bd1ac2f.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { q as OrCode, O as OrCodeLanguages, b as basicSetup, h as html, j as javascript, d as json, e as jsonParseLinter, c as lintGutter, l as linter } from '../OrCode-
|
|
1
|
+
export { q as OrCode, O as OrCodeLanguages, b as basicSetup, h as html, j as javascript, d as json, e as jsonParseLinter, c as lintGutter, l as linter } from '../OrCode-7bd1ac2f.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { r as CSS, u as HTML, J as JS, v as JSON, M as MD, T as TS, w as default } from '../OrCode-
|
|
1
|
+
export { r as CSS, u as HTML, J as JS, v as JSON, M as MD, T as TS, w as default } from '../OrCode-7bd1ac2f.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { b as basicSetup, h as html, j as javascript, d as json, e as jsonParseLinter, c as lintGutter, l as linter } from '../OrCode-
|
|
1
|
+
export { b as basicSetup, h as html, j as javascript, d as json, e as jsonParseLinter, c as lintGutter, l as linter } from '../OrCode-7bd1ac2f.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { x as color, A as default, z as orCodeHighlightStyle, y as orCodeTheme } from '../OrCode-
|
|
1
|
+
export { x as color, A as default, z as orCodeHighlightStyle, y as orCodeTheme } from '../OrCode-7bd1ac2f.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, createVNode, withCtx, renderSlot, createElementVNode, normalizeClass, createBlock, createCommentVNode, withDirectives, vShow } from 'vue';
|
|
2
|
-
import { s as styleInject } from './OrAvatar-
|
|
3
|
-
import { b as useElementHover } from './OrAutocompleteV3-
|
|
2
|
+
import { s as styleInject } from './OrAvatar-2575246a.js';
|
|
3
|
+
import { b as useElementHover } from './OrAutocompleteV3-73058128.js';
|
|
4
4
|
import { defineComponent, ref } from 'vue-demi';
|
|
5
5
|
import { s as script$3 } from './OrTeleport-5a34b07f.js';
|
|
6
6
|
import script$1 from './OrIconButtonV2/OrIconButton.js';
|
|
7
|
-
import { s as script$2 } from './OrModal-
|
|
7
|
+
import { s as script$2 } from './OrModal-2a40a9c8.js';
|
|
8
8
|
import script$4 from './OrError/OrError.js';
|
|
9
9
|
import script$5 from './OrHint/OrHint.js';
|
|
10
10
|
import script$6 from './OrLabel/OrLabel.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrCodeV3-
|
|
1
|
+
export { s as default } from '../OrCodeV3-1b2b095a.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { C as CodeLanguage, s as OrCodeV3 } from '../OrCodeV3-
|
|
2
|
-
export { a as EditorState, E as EditorView, h as html, j as javascript, d as json, e as jsonParseLinter, c as lintGutter, l as linter } from '../OrCode-
|
|
1
|
+
export { C as CodeLanguage, s as OrCodeV3 } from '../OrCodeV3-1b2b095a.js';
|
|
2
|
+
export { a as EditorState, E as EditorView, h as html, j as javascript, d as json, e as jsonParseLinter, c as lintGutter, l as linter } from '../OrCode-7bd1ac2f.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as EditorState, E as EditorView, h as html, j as javascript, d as json, e as jsonParseLinter, c as lintGutter, l as linter } from '../OrCode-
|
|
1
|
+
export { a as EditorState, E as EditorView, h as html, j as javascript, d as json, e as jsonParseLinter, c as lintGutter, l as linter } from '../OrCode-7bd1ac2f.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CodeLanguage } from '../OrCodeV3-
|
|
1
|
+
export { C as CodeLanguage } from '../OrCodeV3-1b2b095a.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as Code, c as CodeControl, b as CodeControlRoot, d as CodeModal } from '../OrCodeV3-
|
|
1
|
+
export { a as Code, c as CodeControl, b as CodeControlRoot, d as CodeModal } from '../OrCodeV3-1b2b095a.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, renderSlot, createTextVNode, toDisplayString, createElementVNode, withDirectives, createBlock, vShow, createCommentVNode, withModifiers, createSlots } from 'vue';
|
|
2
|
-
import { C as Compartment, b as basicSetup, k as keymap, i as indentWithTab, E as EditorView, a as EditorState } from './OrCode-
|
|
2
|
+
import { C as Compartment, b as basicSetup, k as keymap, i as indentWithTab, E as EditorView, a as EditorState } from './OrCode-7bd1ac2f.js';
|
|
3
3
|
import { defineComponent, ref, computed, reactive, toRef, watch, onMounted, onUnmounted } from 'vue-demi';
|
|
4
4
|
import { s as script$2 } from './OrErrorV3-b04d76aa.js';
|
|
5
5
|
import { s as script$3 } from './OrHintV3-c8ac5975.js';
|
|
6
6
|
import { s as script$4 } from './OrInputBoxV3-ff861412.js';
|
|
7
7
|
import { s as script$5 } from './OrLabelV3-2715e117.js';
|
|
8
|
-
import { s as script$6 } from './OrModalV3-
|
|
9
|
-
import { s as script$7 } from './OrIconButtonV3-
|
|
8
|
+
import { s as script$6 } from './OrModalV3-9212b15a.js';
|
|
9
|
+
import { s as script$7 } from './OrIconButtonV3-ddfd1180.js';
|
|
10
10
|
import { useIdAttribute } from '../hooks/useIdAttribute.js';
|
|
11
11
|
import { useControlAttributes } from '../hooks/useControlAttributes.js';
|
|
12
12
|
import { useValidationAttributes } from '../hooks/useValidationAttributes.js';
|
|
@@ -246,19 +246,19 @@ var script = defineComponent({
|
|
|
246
246
|
const getLanguageExtension = async language => {
|
|
247
247
|
switch (language) {
|
|
248
248
|
case CodeLanguage.HTML:
|
|
249
|
-
return (await import('./OrCode-
|
|
249
|
+
return (await import('./OrCode-7bd1ac2f.js').then(function (n) { return n.F; })).html();
|
|
250
250
|
case CodeLanguage.CSS:
|
|
251
|
-
return (await import('./OrCode-
|
|
251
|
+
return (await import('./OrCode-7bd1ac2f.js').then(function (n) { return n.B; })).css();
|
|
252
252
|
case CodeLanguage.JS:
|
|
253
|
-
return (await import('./OrCode-
|
|
253
|
+
return (await import('./OrCode-7bd1ac2f.js').then(function (n) { return n.D; })).javascript();
|
|
254
254
|
case CodeLanguage.TS:
|
|
255
|
-
return (await import('./OrCode-
|
|
255
|
+
return (await import('./OrCode-7bd1ac2f.js').then(function (n) { return n.D; })).javascript({
|
|
256
256
|
typescript: true
|
|
257
257
|
});
|
|
258
258
|
case CodeLanguage.JSON:
|
|
259
|
-
return (await import('./OrCode-
|
|
259
|
+
return (await import('./OrCode-7bd1ac2f.js').then(function (n) { return n.G; })).json();
|
|
260
260
|
case CodeLanguage.MD:
|
|
261
|
-
return (await import('./OrCode-
|
|
261
|
+
return (await import('./OrCode-7bd1ac2f.js').then(function (n) { return n.I; })).markdown();
|
|
262
262
|
}
|
|
263
263
|
};
|
|
264
264
|
// Methods
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock, createBlock, Transition, withCtx, withDirectives, createElementBlock, renderSlot, normalizeProps, guardReactiveProps, vShow, Fragment, createCommentVNode } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-2575246a.js';
|
|
3
3
|
import { defineComponent, ref, computed, onBeforeUnmount, watch } from 'vue-demi';
|
|
4
4
|
import { pxToRem } from '../../utils/functions/px-to-rem.js';
|
|
5
5
|
import { setStyle, requestAF, reflow, removeStyle, cancelAF, getBCR } from '../../utils/functions/dom.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrColorPicker-
|
|
1
|
+
export { s as default } from '../OrColorPicker-be9843d6.js';
|