@onereach/ui-components 8.25.1 → 8.25.2-beta.4167.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/{OrTree-96e2ef8d.js → OrTree-7bb5ec40.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/OrCheckboxTreeV3/OrCheckboxTree.js +1 -1
- package/dist/bundled/v2/components/OrCode/OrCode.js +1 -1
- package/dist/bundled/v2/components/OrColorPicker/OrColorPicker.js +2 -2
- package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +3 -3
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +3 -3
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +2 -2
- package/dist/bundled/v2/components/OrDateRangePickerV3/OrDateRangePicker.js +2 -2
- package/dist/bundled/v2/components/OrDateTimePicker/OrDateTimePicker.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +3 -3
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +3 -3
- package/dist/bundled/v2/components/OrEditorTabsV3/OrEditorTabs.js +389 -0
- package/dist/bundled/v2/components/OrEditorTabsV3/OrEditorTabs.vue.d.ts +110 -0
- package/dist/bundled/v2/components/OrEditorTabsV3/index.d.ts +2 -0
- package/dist/bundled/v2/components/OrEditorTabsV3/index.js +2 -0
- package/dist/bundled/v2/components/OrEditorTabsV3/props.d.ts +4 -0
- package/dist/bundled/v2/components/OrEditorTabsV3/props.js +7 -0
- package/dist/bundled/v2/components/OrEditorTabsV3/styles.d.ts +6 -0
- package/dist/bundled/v2/components/OrEditorTabsV3/styles.js +30 -0
- package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +1 -1
- package/dist/bundled/v2/components/OrListV3/OrList.js +1 -1
- package/dist/bundled/v2/components/OrListV3/index.js +1 -1
- package/dist/bundled/v2/components/OrLoaderV3/OrLoader.js +1 -1
- package/dist/bundled/v2/components/OrMenuItemV3/OrMenuItem.js +25 -7
- package/dist/bundled/v2/components/OrMenuItemV3/OrMenuItem.vue.d.ts +11 -0
- package/dist/bundled/v2/components/OrMenuItemV3/styles.d.ts +1 -1
- package/dist/bundled/v2/components/OrMenuItemV3/styles.js +2 -2
- package/dist/bundled/v2/components/OrModal/OrModal.js +2 -2
- package/dist/bundled/v2/components/OrOverflowMenu/OrOverflowMenu.js +2 -2
- package/dist/bundled/v2/components/OrOverlayV3/OrOverlay.js +1 -1
- package/dist/bundled/v2/components/OrPassword/OrPassword.js +1 -1
- package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +1 -1
- package/dist/bundled/v2/components/OrProgressV3/OrProgress.js +1 -1
- package/dist/bundled/v2/components/OrRangeSliderV3/OrRangeSlider.js +2 -2
- 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/OrSearch/OrSearch.js +1 -1
- package/dist/bundled/v2/components/OrSearchV3/OrSearch.js +1 -1
- package/dist/bundled/v2/components/OrSelect/OrSelect.js +1 -1
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +1 -1
- package/dist/bundled/v2/components/OrSidebar/OrSidebar.js +1 -1
- package/dist/bundled/v2/components/OrSidebarV3/OrSidebar.js +1 -1
- package/dist/bundled/v2/components/OrSlider/OrSlider.js +1 -1
- package/dist/bundled/v2/components/OrSliderV3/OrSlider.js +2 -2
- 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/OrTabsV3/OrTabs.vue.d.ts +4 -0
- package/dist/bundled/v2/components/OrTabsV3/types.d.ts +1 -0
- package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.js +1 -1
- package/dist/bundled/v2/components/OrTextV3/OrText.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTextarea/OrTextarea.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +2 -2
- package/dist/bundled/v2/components/OrTimeRangePickerV3/OrTimeRangePicker.js +2 -2
- package/dist/bundled/v2/components/OrToast/Timer.js +1 -1
- package/dist/bundled/v2/components/OrToast/composable/useToastEventBus.js +2 -2
- package/dist/bundled/v2/components/OrToastContainer/OrToastContainer.js +1 -1
- package/dist/bundled/v2/components/OrToastContainerV3/OrToastContainer.js +1 -1
- package/dist/bundled/v2/components/OrToastV3/Timer.js +1 -1
- package/dist/bundled/v2/components/OrToastV3/composable/useToastEventBus.js +2 -2
- package/dist/bundled/v2/components/OrTreeV3/OrTree.js +1 -1
- package/dist/bundled/v2/components/OrTreeV3/index.js +1 -1
- package/dist/bundled/v2/components/index.d.ts +1 -0
- package/dist/bundled/v2/components/index.js +7 -5
- package/dist/bundled/v2/hooks/useOverflow.js +1 -1
- package/dist/bundled/v2/hooks/usePopoverState.js +1 -1
- package/dist/bundled/v2/hooks/useResponsive/useResponsive.js +1 -1
- package/dist/bundled/v2/hooks/useTheme.js +2 -0
- package/dist/bundled/v2/{index-76f2ac63.js → index-13c63b4c.js} +105 -2
- package/dist/bundled/v2/{index-1612099e.js → index-279e78b9.js} +51 -1
- package/dist/bundled/v2/{index-017c190e.js → index-fb642013.js} +1 -1
- package/dist/bundled/v2/index.js +8 -6
- package/dist/bundled/v2/{useFocusTrap-05bacc45.js → useFocusTrap-c1b303f8.js} +2 -2
- 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 +1 -1
- 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-d2f7ec3a.js → OrBottomSheetV3-bbdab2f9.js} +155 -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 +2 -2
- package/dist/bundled/v3/components/OrButtonGroupV3/props.js +1 -1
- package/dist/bundled/v3/components/OrButtonGroupV3/styles.js +2 -2
- package/dist/bundled/v3/components/{OrButtonGroupV3-f20dfd85.js → OrButtonGroupV3-b3dfa95a.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-86c9893d.js → OrButtonV2-227965f0.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-fb447b05.js → OrButtonV3-53e01c98.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-bdb6e392.js → OrCardCollectionV3-7abb4970.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-37cb07f2.js → OrCheckboxTreeV3-f35152cb.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-fcc61e73.js → OrCheckboxV3-245a7e8a.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-9386b9d6.js → OrChips-f548f281.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-7fce40fd.js → OrCode-fb47c51d.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-d326eaeb.js → OrCodeV3-be714c73.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-8621644d.js → OrColorPicker-e5bc6e94.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-bbeb5e3c.js → OrConfirm-2413da85.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-57d21d7e.js → OrConfirmV3-3078dce2.js} +5 -5
- package/dist/bundled/v3/components/OrContextMenuV3/index.js +3 -3
- package/dist/bundled/v3/components/OrContextMenuV3/props.js +1 -1
- 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-dcb02c52.js → OrDateFormatV3-ff031782.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-e968655d.js → OrDatePickerV3-5e4fc90c.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-e3ba6052.js → OrDateRangePickerV3-8888ba6c.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-b7044047.js → OrDateTimeFormatV3-7faa9509.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-d181c892.js → OrDateTimePicker-72060191.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/props.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/formatTime.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getCurrentDate.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getDatePlaceholder.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getNextMonthDate.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getTimePlaceholder.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/index.js +1 -1
- package/dist/bundled/v3/components/{OrDateTimePickerV3-da7f8090.js → OrDateTimePickerV3-9a35ead1.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 -0
- package/dist/bundled/v3/components/OrEditorTabsV3/OrEditorTabs.vue.d.ts +73 -0
- package/dist/bundled/v3/components/OrEditorTabsV3/index.d.ts +2 -0
- package/dist/bundled/v3/components/OrEditorTabsV3/index.js +1 -0
- package/dist/bundled/v3/components/OrEditorTabsV3/props.d.ts +4 -0
- package/dist/bundled/v3/components/OrEditorTabsV3/props.js +1 -0
- package/dist/bundled/v3/components/OrEditorTabsV3/styles.d.ts +6 -0
- package/dist/bundled/v3/components/OrEditorTabsV3/styles.js +1 -0
- package/dist/bundled/v3/components/OrEditorTabsV3-34d5dce0.js +345 -0
- 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-c73d3c2e.js → OrFloating-886c77a4.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-adb4e498.js → OrIconButtonV3-d839149d.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/props.js +1 -1
- package/dist/bundled/v3/components/OrInlineInputV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrInlineInputV3-e476234e.js → OrInlineInputV3-98d5acdd.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-831d8c54.js → OrInlineTextareaV3-538701f2.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/props.js +1 -1
- package/dist/bundled/v3/components/OrInputV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrInputV3-559394cf.js → OrInputV3-0fcc85a6.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-c4e28c3c.js → OrList-baf2736e.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-d73127dc.js → OrListV3-a6cb7d3b.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-31e0f11f.js → OrLoaderV3-204899bb.js} +1 -1
- package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.js +1 -1
- package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.vue.d.ts +11 -1
- package/dist/bundled/v3/components/OrMenuItemV3/index.js +1 -1
- package/dist/bundled/v3/components/OrMenuItemV3/styles.d.ts +1 -1
- package/dist/bundled/v3/components/OrMenuItemV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrMenuItemV3-7b557536.js → OrMenuItemV3-d60fdae0.js} +28 -12
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +1 -1
- package/dist/bundled/v3/components/OrMenuV3/index.js +2 -2
- package/dist/bundled/v3/components/OrMenuV3/props.js +1 -1
- package/dist/bundled/v3/components/OrMenuV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrMenuV3-44a7157f.js → OrMenuV3-517392be.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-5d3ac552.js → OrModal-62ff0542.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-47c6cb38.js → OrModalV3-8e731b49.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-9edcd203.js → OrNotificationV3-ddde2d6f.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-c94d4eef.js → OrOverlayV3-cb9fedf7.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-f620dfd6.js → OrPaginationV3-c985362b.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-741e790c.js → OrPopoverV3-de799243.js} +2 -2
- 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-8b616c94.js → OrProgress-e2f24a17.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-3b574efb.js → OrProgressV3-3dbbc789.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-963df529.js → OrRadio-a7e8f9cd.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-96535d66.js → OrRadioV3-36509387.js} +1 -1
- package/dist/bundled/v3/components/OrRangeSliderV3/OrRangeSlider.js +1 -1
- package/dist/bundled/v3/components/OrRangeSliderV3/index.js +2 -2
- package/dist/bundled/v3/components/OrRangeSliderV3/props.js +1 -1
- package/dist/bundled/v3/components/OrRangeSliderV3/styles.js +2 -2
- package/dist/bundled/v3/components/{OrRangeSliderV3-abd9022e.js → OrRangeSliderV3-0b5e5bdf.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-23102224.js → OrResizeablePanelV3-1832c574.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-6bd823ab.js → OrRichTextEditorV3-dc7a77e5.js} +12 -12
- package/dist/bundled/v3/components/OrSearch/OrSearch.js +3 -3
- package/dist/bundled/v3/components/OrSearchV3/index.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-c0c14dd8.js → OrSelect-d5f6764b.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/utils/castToMultipleValue.js +1 -1
- package/dist/bundled/v3/components/{OrSelectV3-e705e2cc.js → OrSelectV3-a95f6604.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 +2 -2
- package/dist/bundled/v3/components/OrSidebarV3/props.js +2 -2
- package/dist/bundled/v3/components/OrSidebarV3/styles.js +2 -2
- package/dist/bundled/v3/components/{OrSidebarV3-13a7de2b.js → OrSidebarV3-12daef52.js} +2 -2
- 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-b3691eeb.js → OrSkeleton-bf98d328.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-9236e368.js → OrSkeletonV3-3b080e38.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/props.js +1 -1
- package/dist/bundled/v3/components/OrSliderV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrSliderV3-e1218b6f.js → OrSliderV3-2f9715e4.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-1192a352.js → OrSortingV3-f220ba1f.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-c01fe774.js → OrStatusV3-a0746bd0.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-de8c2c75.js → OrSwitchV3-a57460d7.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/OrTabs.vue.d.ts +2 -0
- 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/types.d.ts +1 -0
- package/dist/bundled/v3/components/{OrTabsV3-6e8ec61f.js → OrTabsV3-0c709763.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-6942619a.js → OrTagInputV3-27062e71.js} +5 -5
- 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-8ff59c4e.js → OrTagV3-c5c78c06.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-ef27190c.js → OrTagsV3-9f635cad.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-4f296e70.js → OrTextareaV3-f5ed4e33.js} +1 -1
- 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-7a118091.js → OrTimeFormatV3-f66cf518.js} +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +2 -2
- package/dist/bundled/v3/components/OrTimePickerV3/props.js +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTimePickerV3-dc8354d2.js → OrTimePickerV3-f6eea7e4.js} +3 -3
- package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.js +1 -1
- package/dist/bundled/v3/components/OrTimeRangePickerV3/index.js +2 -2
- package/dist/bundled/v3/components/OrTimeRangePickerV3/props.js +1 -1
- package/dist/bundled/v3/components/OrTimeRangePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTimeRangePickerV3-3899ea07.js → OrTimeRangePickerV3-4b09b7a6.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-787a89d5.js → OrToast-2099d398.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-f7a17839.js → OrToastV3-a3db45db.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 +2 -2
- package/dist/bundled/v3/components/OrTooltipV3/props.js +1 -1
- package/dist/bundled/v3/components/OrTooltipV3/styles.js +2 -2
- package/dist/bundled/v3/components/{OrTooltipV3-27ca3245.js → OrTooltipV3-59914915.js} +1 -1
- package/dist/bundled/v3/components/OrTreeV3/index.js +2 -2
- package/dist/bundled/v3/components/index.d.ts +1 -0
- package/dist/bundled/v3/components/index.js +66 -65
- 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/hooks/useTheme.js +2 -0
- package/dist/bundled/v3/index.js +68 -67
- package/dist/bundled/v3/utils/functions/dom.js +3 -3
- package/dist/esm/v2/{OrCardCollection-696ecfc6.js → OrCardCollection-d8dd7800.js} +1 -1
- package/dist/esm/v2/{OrDateFormat-ea8d2881.js → OrDateFormat-4daf9352.js} +2 -2
- package/dist/esm/v2/{OrDatePicker-7583e1c9.js → OrDatePicker-ae68e7a1.js} +2 -2
- package/dist/esm/v2/{OrDateRangePicker-2bee1a72.js → OrDateRangePicker-f9c3a661.js} +2 -2
- package/dist/esm/v2/{OrDateTimeFormat-29f3753a.js → OrDateTimeFormat-d4b8df45.js} +2 -2
- package/dist/esm/v2/{OrDateTimePicker-5908c079.js → OrDateTimePicker-ecf6049b.js} +1 -1
- package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-6d50fdb6.js → OrDateTimePicker.vue_rollup-plugin-vue_script-e1de75da.js} +1 -1
- package/dist/esm/v2/{OrDateTimePickerTimeSelect-b45c2136.js → OrDateTimePickerTimeSelect-b90e7818.js} +1 -1
- package/dist/esm/v2/OrEditorTabs-3db46cad.js +316 -0
- package/dist/esm/v2/OrEditorTabsItem-019273f0.js +111 -0
- package/dist/esm/v2/{OrMenuItem-fbe3e8e4.js → OrMenuItem-eb60c1dd.js} +25 -7
- package/dist/esm/v2/{OrPagination-cd88192d.js → OrPagination-0533380e.js} +1 -1
- package/dist/esm/v2/{OrRichTextEditor-8886dae7.js → OrRichTextEditor-ab81253d.js} +1 -1
- package/dist/esm/v2/{OrSelect-79bb96e9.js → OrSelect-3ca44559.js} +1 -1
- package/dist/esm/v2/{OrSidebar-6fedb0a6.js → OrSidebar-c6192763.js} +1 -1
- package/dist/esm/v2/{OrSorting-d7985748.js → OrSorting-054efbea.js} +1 -1
- package/dist/esm/v2/{OrTabs-3e8905dd.js → OrTabs-5f4dbc50.js} +1 -1
- package/dist/esm/v2/{OrTimeFormat-851fd89e.js → OrTimeFormat-2992d0ad.js} +2 -2
- package/dist/esm/v2/{OrTimePicker-0a14cbdd.js → OrTimePicker-fc33a4ed.js} +2 -2
- package/dist/esm/v2/{OrTimeRangePicker-a3cd65f6.js → OrTimeRangePicker-84dd121e.js} +2 -2
- package/dist/esm/v2/components/index.d.ts +1 -0
- package/dist/esm/v2/components/index.js +20 -18
- package/dist/esm/v2/components/or-card-collection-v3/index.js +3 -3
- package/dist/esm/v2/components/or-date-format-v3/index.js +4 -4
- package/dist/esm/v2/components/or-date-picker-v3/index.js +4 -4
- package/dist/esm/v2/components/or-date-range-picker-v3/index.js +4 -4
- package/dist/esm/v2/components/or-date-time-format-v3/index.js +4 -4
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +4 -4
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/index.js +2 -2
- package/dist/esm/v2/components/or-editor-tabs-v3/OrEditorTabs.vue.d.ts +110 -0
- package/dist/esm/v2/components/or-editor-tabs-v3/index.d.ts +2 -0
- package/dist/esm/v2/components/or-editor-tabs-v3/index.js +28 -0
- package/dist/esm/v2/components/or-editor-tabs-v3/partials/index.d.ts +1 -0
- package/dist/esm/v2/components/or-editor-tabs-v3/partials/index.js +24 -0
- package/dist/esm/v2/components/or-editor-tabs-v3/partials/or-editor-tabs-item/OrEditorTabsItem.vue.d.ts +50 -0
- package/dist/esm/v2/components/or-editor-tabs-v3/partials/or-editor-tabs-item/styles.d.ts +1 -0
- package/dist/esm/v2/components/or-editor-tabs-v3/props.d.ts +4 -0
- package/dist/esm/v2/components/or-editor-tabs-v3/styles.d.ts +6 -0
- package/dist/esm/v2/components/or-menu-item-v3/OrMenuItem.vue.d.ts +11 -0
- package/dist/esm/v2/components/or-menu-item-v3/index.js +21 -1
- package/dist/esm/v2/components/or-menu-item-v3/styles.d.ts +1 -1
- package/dist/esm/v2/components/or-pagination-v3/index.js +5 -3
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +2 -2
- package/dist/esm/v2/components/or-select-v3/index.js +2 -2
- package/dist/esm/v2/components/or-sidebar-v3/index.js +1 -1
- package/dist/esm/v2/components/or-sorting-v3/index.js +4 -2
- package/dist/esm/v2/components/or-tabs-v3/OrTabs.vue.d.ts +4 -0
- package/dist/esm/v2/components/or-tabs-v3/index.js +5 -3
- package/dist/esm/v2/components/or-tabs-v3/types.d.ts +1 -0
- package/dist/esm/v2/components/or-time-format-v3/index.js +4 -4
- package/dist/esm/v2/components/or-time-picker-v3/index.js +4 -4
- package/dist/esm/v2/components/or-time-range-picker-v3/index.js +4 -4
- package/dist/esm/v2/index.js +20 -18
- package/dist/esm/v3/{OrCardCollection-c4880ae9.js → OrCardCollection-0d91ca80.js} +1 -1
- package/dist/esm/v3/{OrDateFormat-19786058.js → OrDateFormat-f21984de.js} +2 -2
- package/dist/esm/v3/{OrDatePicker-daa2e4b3.js → OrDatePicker-126b2c45.js} +2 -2
- package/dist/esm/v3/{OrDateRangePicker-088b9dfd.js → OrDateRangePicker-7dce28b2.js} +2 -2
- package/dist/esm/v3/{OrDateTimeFormat-57402141.js → OrDateTimeFormat-91da6494.js} +2 -2
- package/dist/esm/v3/{OrDateTimePicker-80cc1e9b.js → OrDateTimePicker-c3048d3f.js} +1 -1
- package/dist/esm/v3/{OrDateTimePickerTimeSelect-a016bd5d.js → OrDateTimePickerTimeSelect-dfbab9bd.js} +1 -1
- package/dist/esm/v3/OrEditorTabs-e831bffa.js +273 -0
- package/dist/esm/v3/OrEditorTabsItem-5a1032f9.js +80 -0
- package/dist/esm/v3/{OrMenuItem-2928ba60.js → OrMenuItem-f41255f0.js} +27 -11
- package/dist/esm/v3/{OrPagination-99a0f7d9.js → OrPagination-bdd04a35.js} +1 -1
- package/dist/esm/v3/{OrRichTextEditor-b46eab67.js → OrRichTextEditor-9e55fd0c.js} +1 -1
- package/dist/esm/v3/{OrSelect-9bd373a6.js → OrSelect-2420cbd5.js} +1 -1
- package/dist/esm/v3/{OrSidebar-f765a54f.js → OrSidebar-4cff84a1.js} +1 -1
- package/dist/esm/v3/{OrSorting-68352d17.js → OrSorting-e378e858.js} +1 -1
- package/dist/esm/v3/{OrTabs-4f172881.js → OrTabs-2f5a014e.js} +1 -1
- package/dist/esm/v3/{OrTimeFormat-5a8621e5.js → OrTimeFormat-4a141a50.js} +2 -2
- package/dist/esm/v3/{OrTimePicker-365ce9a7.js → OrTimePicker-6a4bc657.js} +2 -2
- package/dist/esm/v3/{OrTimeRangePicker-61b5bf0f.js → OrTimeRangePicker-427cea8e.js} +2 -2
- package/dist/esm/v3/components/index.d.ts +1 -0
- package/dist/esm/v3/components/index.js +19 -17
- package/dist/esm/v3/components/or-card-collection-v3/index.js +3 -3
- package/dist/esm/v3/components/or-date-format-v3/index.js +4 -4
- package/dist/esm/v3/components/or-date-picker-v3/index.js +4 -4
- package/dist/esm/v3/components/or-date-range-picker-v3/index.js +4 -4
- package/dist/esm/v3/components/or-date-time-format-v3/index.js +4 -4
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +3 -3
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/index.js +2 -2
- package/dist/esm/v3/components/or-editor-tabs-v3/OrEditorTabs.vue.d.ts +73 -0
- package/dist/esm/v3/components/or-editor-tabs-v3/index.d.ts +2 -0
- package/dist/esm/v3/components/or-editor-tabs-v3/index.js +27 -0
- package/dist/esm/v3/components/or-editor-tabs-v3/partials/index.d.ts +1 -0
- package/dist/esm/v3/components/or-editor-tabs-v3/partials/index.js +23 -0
- package/dist/esm/v3/components/or-editor-tabs-v3/partials/or-editor-tabs-item/OrEditorTabsItem.vue.d.ts +37 -0
- package/dist/esm/v3/components/or-editor-tabs-v3/partials/or-editor-tabs-item/styles.d.ts +1 -0
- package/dist/esm/v3/components/or-editor-tabs-v3/props.d.ts +4 -0
- package/dist/esm/v3/components/or-editor-tabs-v3/styles.d.ts +6 -0
- package/dist/esm/v3/components/or-menu-item-v3/OrMenuItem.vue.d.ts +11 -1
- package/dist/esm/v3/components/or-menu-item-v3/index.js +20 -1
- package/dist/esm/v3/components/or-menu-item-v3/styles.d.ts +1 -1
- package/dist/esm/v3/components/or-pagination-v3/index.js +5 -3
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +2 -2
- package/dist/esm/v3/components/or-select-v3/index.js +2 -2
- package/dist/esm/v3/components/or-sidebar-v3/index.js +1 -1
- package/dist/esm/v3/components/or-sorting-v3/index.js +4 -2
- package/dist/esm/v3/components/or-tabs-v3/OrTabs.vue.d.ts +2 -0
- package/dist/esm/v3/components/or-tabs-v3/index.js +5 -3
- package/dist/esm/v3/components/or-tabs-v3/types.d.ts +1 -0
- package/dist/esm/v3/components/or-time-format-v3/index.js +4 -4
- package/dist/esm/v3/components/or-time-picker-v3/index.js +4 -4
- package/dist/esm/v3/components/or-time-range-picker-v3/index.js +4 -4
- package/dist/esm/v3/index.js +19 -17
- package/package.json +3 -4
- package/src/components/index.ts +1 -0
- package/src/components/or-editor-tabs-v3/OrEditorTabs.vue +281 -0
- package/src/components/or-editor-tabs-v3/index.ts +2 -0
- package/src/components/or-editor-tabs-v3/partials/index.ts +1 -0
- package/src/components/or-editor-tabs-v3/partials/or-editor-tabs-item/OrEditorTabsItem.vue +74 -0
- package/src/components/or-editor-tabs-v3/partials/or-editor-tabs-item/styles.ts +34 -0
- package/src/components/or-editor-tabs-v3/props.ts +4 -0
- package/src/components/or-editor-tabs-v3/styles.ts +51 -0
- package/src/components/or-menu-item-v3/OrMenuItem.vue +22 -5
- package/src/components/or-menu-item-v3/styles.ts +1 -1
- package/src/components/or-sidebar-v3/OrSidebar.vue +1 -1
- package/src/components/or-tabs-v3/types.ts +1 -0
- /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-4485858b.js → OrDateTimePickerMonthSelect-3b39fe34.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerPopoverHeader-c09bdd5d.js → OrDateTimePickerPopoverHeader-ec486e26.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerTimeSelect-d0f61111.js → OrDateTimePickerTimeSelect-4ef8e2ab.js} +0 -0
- /package/dist/bundled/v2/{OrList-cceb0544.js → OrList-1f3cef56.js} +0 -0
- /package/dist/bundled/v3/components/{OrAvatar-7738ee5d.js → OrAvatar-03212361.js} +0 -0
- /package/dist/bundled/v3/components/{OrDropAreaV3-227042e6.js → OrDropAreaV3-8a3b7de5.js} +0 -0
- /package/dist/bundled/v3/components/{OrExpansionPanelV3-ac6f6fef.js → OrExpansionPanelV3-fe0f5ea3.js} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { p as unrefElement } from './index-13c63b4c.js';
|
|
2
2
|
import { ref, watch } from 'vue-demi';
|
|
3
|
-
import { h as tryOnScopeDispose } from './index-
|
|
3
|
+
import { h as tryOnScopeDispose } from './index-279e78b9.js';
|
|
4
4
|
|
|
5
5
|
/*!
|
|
6
6
|
* tabbable 6.2.0
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as default } from '../OrAvatar-
|
|
1
|
+
export { a as default } from '../OrAvatar-03212361.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { O as OR_AVATAR_SIZE } from '../OrAvatar-
|
|
1
|
+
export { O as OR_AVATAR_SIZE } from '../OrAvatar-03212361.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-03212361.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrBottomSheetV3-
|
|
1
|
+
export { s as default } from '../OrBottomSheetV3-bbdab2f9.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { B as BottomSheetVariant, s as OrBottomSheetV3 } from '../OrBottomSheetV3-
|
|
1
|
+
export { B as BottomSheetVariant, s as OrBottomSheetV3 } from '../OrBottomSheetV3-bbdab2f9.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { B as BottomSheetVariant } from '../OrBottomSheetV3-
|
|
1
|
+
export { B as BottomSheetVariant } from '../OrBottomSheetV3-bbdab2f9.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { E as BottomSheet, I as BottomSheetContent, G as BottomSheetHandle, H as BottomSheetHeader, F as BottomSheetVariants } from '../OrBottomSheetV3-bbdab2f9.js';
|
package/dist/bundled/v3/components/{OrBottomSheetV3-d2f7ec3a.js → OrBottomSheetV3-bbdab2f9.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, createElementBlock, normalizeClass, createCommentVNode, renderSlot } from 'vue';
|
|
2
2
|
import { effectScope, isRef, ref, watch, unref, customRef, getCurrentScope, onScopeDispose, computed, toRefs as toRefs$1, getCurrentInstance, onMounted, nextTick, reactive, isVue2, watchEffect, readonly, defineComponent } from 'vue-demi';
|
|
3
3
|
import { useTheme } from '../hooks/useTheme.js';
|
|
4
|
-
import { s as script$1 } from './OrOverlayV3-
|
|
4
|
+
import { s as script$1 } from './OrOverlayV3-cb9fedf7.js';
|
|
5
5
|
import { usePopoverState } from '../hooks/usePopoverState.js';
|
|
6
6
|
|
|
7
7
|
var _a;
|
|
@@ -70,6 +70,52 @@ function debounceFilter(ms, options = {}) {
|
|
|
70
70
|
};
|
|
71
71
|
return filter;
|
|
72
72
|
}
|
|
73
|
+
function throttleFilter(ms, trailing = true, leading = true, rejectOnCancel = false) {
|
|
74
|
+
let lastExec = 0;
|
|
75
|
+
let timer;
|
|
76
|
+
let isLeading = true;
|
|
77
|
+
let lastRejector = noop;
|
|
78
|
+
let lastValue;
|
|
79
|
+
const clear = () => {
|
|
80
|
+
if (timer) {
|
|
81
|
+
clearTimeout(timer);
|
|
82
|
+
timer = void 0;
|
|
83
|
+
lastRejector();
|
|
84
|
+
lastRejector = noop;
|
|
85
|
+
}
|
|
86
|
+
};
|
|
87
|
+
const filter = (_invoke) => {
|
|
88
|
+
const duration = resolveUnref(ms);
|
|
89
|
+
const elapsed = Date.now() - lastExec;
|
|
90
|
+
const invoke = () => {
|
|
91
|
+
return lastValue = _invoke();
|
|
92
|
+
};
|
|
93
|
+
clear();
|
|
94
|
+
if (duration <= 0) {
|
|
95
|
+
lastExec = Date.now();
|
|
96
|
+
return invoke();
|
|
97
|
+
}
|
|
98
|
+
if (elapsed > duration && (leading || !isLeading)) {
|
|
99
|
+
lastExec = Date.now();
|
|
100
|
+
invoke();
|
|
101
|
+
} else if (trailing) {
|
|
102
|
+
lastValue = new Promise((resolve, reject) => {
|
|
103
|
+
lastRejector = rejectOnCancel ? reject : resolve;
|
|
104
|
+
timer = setTimeout(() => {
|
|
105
|
+
lastExec = Date.now();
|
|
106
|
+
isLeading = true;
|
|
107
|
+
resolve(invoke());
|
|
108
|
+
clear();
|
|
109
|
+
}, Math.max(0, duration - elapsed));
|
|
110
|
+
});
|
|
111
|
+
}
|
|
112
|
+
if (!leading && !timer)
|
|
113
|
+
timer = setTimeout(() => isLeading = true, duration);
|
|
114
|
+
isLeading = false;
|
|
115
|
+
return lastValue;
|
|
116
|
+
};
|
|
117
|
+
return filter;
|
|
118
|
+
}
|
|
73
119
|
function identity(arg) {
|
|
74
120
|
return arg;
|
|
75
121
|
}
|
|
@@ -152,6 +198,10 @@ function refDebounced(value, ms = 200, options = {}) {
|
|
|
152
198
|
return debounced;
|
|
153
199
|
}
|
|
154
200
|
|
|
201
|
+
function useThrottleFn(fn, ms = 200, trailing = false, leading = true, rejectOnCancel = false) {
|
|
202
|
+
return createFilterWrapper(throttleFilter(ms, trailing, leading, rejectOnCancel), fn);
|
|
203
|
+
}
|
|
204
|
+
|
|
155
205
|
function resolveRef(r) {
|
|
156
206
|
return typeof r === "function" ? computed(r) : ref(r);
|
|
157
207
|
}
|
|
@@ -784,6 +834,109 @@ function useFocus(target, options = {}) {
|
|
|
784
834
|
return { focused };
|
|
785
835
|
}
|
|
786
836
|
|
|
837
|
+
const ARRIVED_STATE_THRESHOLD_PIXELS = 1;
|
|
838
|
+
function useScroll(element, options = {}) {
|
|
839
|
+
const {
|
|
840
|
+
throttle = 0,
|
|
841
|
+
idle = 200,
|
|
842
|
+
onStop = noop,
|
|
843
|
+
onScroll = noop,
|
|
844
|
+
offset = {
|
|
845
|
+
left: 0,
|
|
846
|
+
right: 0,
|
|
847
|
+
top: 0,
|
|
848
|
+
bottom: 0
|
|
849
|
+
},
|
|
850
|
+
eventListenerOptions = {
|
|
851
|
+
capture: false,
|
|
852
|
+
passive: true
|
|
853
|
+
},
|
|
854
|
+
behavior = "auto"
|
|
855
|
+
} = options;
|
|
856
|
+
const internalX = ref(0);
|
|
857
|
+
const internalY = ref(0);
|
|
858
|
+
const x = computed({
|
|
859
|
+
get() {
|
|
860
|
+
return internalX.value;
|
|
861
|
+
},
|
|
862
|
+
set(x2) {
|
|
863
|
+
scrollTo(x2, void 0);
|
|
864
|
+
}
|
|
865
|
+
});
|
|
866
|
+
const y = computed({
|
|
867
|
+
get() {
|
|
868
|
+
return internalY.value;
|
|
869
|
+
},
|
|
870
|
+
set(y2) {
|
|
871
|
+
scrollTo(void 0, y2);
|
|
872
|
+
}
|
|
873
|
+
});
|
|
874
|
+
function scrollTo(_x, _y) {
|
|
875
|
+
var _a, _b, _c;
|
|
876
|
+
const _element = resolveUnref(element);
|
|
877
|
+
if (!_element)
|
|
878
|
+
return;
|
|
879
|
+
(_c = _element instanceof Document ? document.body : _element) == null ? void 0 : _c.scrollTo({
|
|
880
|
+
top: (_a = resolveUnref(_y)) != null ? _a : y.value,
|
|
881
|
+
left: (_b = resolveUnref(_x)) != null ? _b : x.value,
|
|
882
|
+
behavior: resolveUnref(behavior)
|
|
883
|
+
});
|
|
884
|
+
}
|
|
885
|
+
const isScrolling = ref(false);
|
|
886
|
+
const arrivedState = reactive({
|
|
887
|
+
left: true,
|
|
888
|
+
right: false,
|
|
889
|
+
top: true,
|
|
890
|
+
bottom: false
|
|
891
|
+
});
|
|
892
|
+
const directions = reactive({
|
|
893
|
+
left: false,
|
|
894
|
+
right: false,
|
|
895
|
+
top: false,
|
|
896
|
+
bottom: false
|
|
897
|
+
});
|
|
898
|
+
const onScrollEnd = (e) => {
|
|
899
|
+
if (!isScrolling.value)
|
|
900
|
+
return;
|
|
901
|
+
isScrolling.value = false;
|
|
902
|
+
directions.left = false;
|
|
903
|
+
directions.right = false;
|
|
904
|
+
directions.top = false;
|
|
905
|
+
directions.bottom = false;
|
|
906
|
+
onStop(e);
|
|
907
|
+
};
|
|
908
|
+
const onScrollEndDebounced = useDebounceFn(onScrollEnd, throttle + idle);
|
|
909
|
+
const onScrollHandler = (e) => {
|
|
910
|
+
const eventTarget = e.target === document ? e.target.documentElement : e.target;
|
|
911
|
+
const scrollLeft = eventTarget.scrollLeft;
|
|
912
|
+
directions.left = scrollLeft < internalX.value;
|
|
913
|
+
directions.right = scrollLeft > internalY.value;
|
|
914
|
+
arrivedState.left = scrollLeft <= 0 + (offset.left || 0);
|
|
915
|
+
arrivedState.right = scrollLeft + eventTarget.clientWidth >= eventTarget.scrollWidth - (offset.right || 0) - ARRIVED_STATE_THRESHOLD_PIXELS;
|
|
916
|
+
internalX.value = scrollLeft;
|
|
917
|
+
let scrollTop = eventTarget.scrollTop;
|
|
918
|
+
if (e.target === document && !scrollTop)
|
|
919
|
+
scrollTop = document.body.scrollTop;
|
|
920
|
+
directions.top = scrollTop < internalY.value;
|
|
921
|
+
directions.bottom = scrollTop > internalY.value;
|
|
922
|
+
arrivedState.top = scrollTop <= 0 + (offset.top || 0);
|
|
923
|
+
arrivedState.bottom = scrollTop + eventTarget.clientHeight >= eventTarget.scrollHeight - (offset.bottom || 0) - ARRIVED_STATE_THRESHOLD_PIXELS;
|
|
924
|
+
internalY.value = scrollTop;
|
|
925
|
+
isScrolling.value = true;
|
|
926
|
+
onScrollEndDebounced(e);
|
|
927
|
+
onScroll(e);
|
|
928
|
+
};
|
|
929
|
+
useEventListener(element, "scroll", throttle ? useThrottleFn(onScrollHandler, throttle, true, false) : onScrollHandler, eventListenerOptions);
|
|
930
|
+
useEventListener(element, "scrollend", onScrollEnd, eventListenerOptions);
|
|
931
|
+
return {
|
|
932
|
+
x,
|
|
933
|
+
y,
|
|
934
|
+
isScrolling,
|
|
935
|
+
arrivedState,
|
|
936
|
+
directions
|
|
937
|
+
};
|
|
938
|
+
}
|
|
939
|
+
|
|
787
940
|
const DefaultMagicKeysAliasMap = {
|
|
788
941
|
ctrl: "control",
|
|
789
942
|
command: "meta",
|
|
@@ -1481,4 +1634,4 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1481
1634
|
script.render = render;
|
|
1482
1635
|
script.__file = "src/components/or-bottom-sheet-v3/OrBottomSheet.vue";
|
|
1483
1636
|
|
|
1484
|
-
export {
|
|
1637
|
+
export { refDebounced as A, BottomSheetVariant as B, useMediaQuery as C, useBottomSheetSwipeState as D, BottomSheet as E, BottomSheetVariants as F, BottomSheetHandle as G, BottomSheetHeader as H, BottomSheetContent as I, useElementHover as a, useMagicKeys as b, useActiveElement as c, useScroll as d, useVModel as e, useElementSize as f, unrefElement as g, useScrollLock as h, useElementBounding as i, useDraggable as j, clamp as k, useResizeObserver as l, useDebounceFn as m, watchDebounced as n, onClickOutside as o, useFocus as p, formatTimeAgo as q, resolveUnref as r, script as s, tryOnScopeDispose as t, useToggle as u, createSharedComposable as v, whenever as w, useEventBus as x, noop as y, useMutationObserver as z };
|
|
@@ -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-03212361.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-b3dfa95a.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { s as OrButtonGroupV3 } from '../OrButtonGroupV3-
|
|
2
|
-
export { B as ButtonGroupColor, a as ButtonGroupVariant } from '../OrButtonV3-
|
|
1
|
+
export { s as OrButtonGroupV3 } from '../OrButtonGroupV3-b3dfa95a.js';
|
|
2
|
+
export { B as ButtonGroupColor, a as ButtonGroupVariant } from '../OrButtonV3-53e01c98.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { B as ButtonGroupColor, a as ButtonGroupVariant } from '../OrButtonV3-
|
|
1
|
+
export { B as ButtonGroupColor, a as ButtonGroupVariant } from '../OrButtonV3-53e01c98.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import '../OrButtonV3-
|
|
2
|
-
export { B as ButtonGroup, a as ButtonGroupVariants } from '../OrButtonGroupV3-
|
|
1
|
+
import '../OrButtonV3-53e01c98.js';
|
|
2
|
+
export { B as ButtonGroup, a as ButtonGroupVariants } from '../OrButtonGroupV3-b3dfa95a.js';
|
package/dist/bundled/v3/components/{OrButtonGroupV3-f20dfd85.js → OrButtonGroupV3-b3dfa95a.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as ButtonVariant, B as ButtonColor } from './OrButtonV3-
|
|
1
|
+
import { a as ButtonVariant, B as ButtonColor } from './OrButtonV3-53e01c98.js';
|
|
2
2
|
import { openBlock, createElementBlock, normalizeClass, renderSlot, normalizeProps, guardReactiveProps } from 'vue';
|
|
3
3
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
4
4
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrButtonV2-
|
|
1
|
+
export { s as default } from '../OrButtonV2-227965f0.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-227965f0.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-227965f0.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-03212361.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-53e01c98.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { B as ButtonColor, b as ButtonType, a as ButtonVariant, s as OrButtonV3 } from '../OrButtonV3-
|
|
1
|
+
export { B as ButtonColor, b as ButtonType, a as ButtonVariant, s as OrButtonV3 } from '../OrButtonV3-53e01c98.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { B as ButtonColor, b as ButtonType, a as ButtonVariant } from '../OrButtonV3-
|
|
1
|
+
export { B as ButtonColor, b as ButtonType, a as ButtonVariant } from '../OrButtonV3-53e01c98.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-53e01c98.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-204899bb.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-03212361.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-03212361.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-7abb4970.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-7abb4970.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-7abb4970.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as CardCollection, e as CardCollectionContent, f as CardCollectionContentViews, b as CardCollectionToolbar, c as CardCollectionToolbarPanel } from '../OrCardCollectionV3-
|
|
1
|
+
export { a as CardCollection, e as CardCollectionContent, f as CardCollectionContentViews, b as CardCollectionToolbar, c as CardCollectionToolbarPanel } from '../OrCardCollectionV3-7abb4970.js';
|
package/dist/bundled/v3/components/{OrCardCollectionV3-bdb6e392.js → OrCardCollectionV3-7abb4970.js}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, normalizeClass, Fragment, renderList, renderSlot, mergeProps, createTextVNode, toDisplayString, resolveComponent, createElementVNode, createBlock, createCommentVNode, createVNode, normalizeProps, guardReactiveProps, 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-d839149d.js';
|
|
4
|
+
import { s as script$3 } from './OrSortingV3-f220ba1f.js';
|
|
5
5
|
import { OrSearchV3 as script$4 } from './OrSearchV3/index.js';
|
|
6
|
-
import { s as script$5 } from './OrLoaderV3-
|
|
6
|
+
import { s as script$5 } from './OrLoaderV3-204899bb.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-03212361.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-f35152cb.js';
|
|
4
4
|
import { s as script$2, F as FormGroupDirection } from '../OrFormGroupV3-216f55ee.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-f35152cb.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrCheckboxTreeV3 } from '../OrCheckboxTreeV3-
|
|
1
|
+
export { s as OrCheckboxTreeV3 } from '../OrCheckboxTreeV3-f35152cb.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CheckboxTreeRoot, a as CheckboxTreeRootParent } from '../OrCheckboxTreeV3-
|
|
1
|
+
export { C as CheckboxTreeRoot, a as CheckboxTreeRootParent } from '../OrCheckboxTreeV3-f35152cb.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-f35152cb.js';
|
package/dist/bundled/v3/components/{OrCheckboxTreeV3-37cb07f2.js → OrCheckboxTreeV3-f35152cb.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-5db4e349.js';
|
|
5
|
-
import { s as script$2 } from './OrCheckboxV3-
|
|
6
|
-
import { s as script$3 } from './OrButtonV3-
|
|
7
|
-
import { u as useToggle } from './OrBottomSheetV3-
|
|
5
|
+
import { s as script$2 } from './OrCheckboxV3-245a7e8a.js';
|
|
6
|
+
import { s as script$3 } from './OrButtonV3-53e01c98.js';
|
|
7
|
+
import { u as useToggle } from './OrBottomSheetV3-bbdab2f9.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-245a7e8a.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrCheckboxV3 } from '../OrCheckboxV3-
|
|
1
|
+
export { s as OrCheckboxV3 } from '../OrCheckboxV3-245a7e8a.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-245a7e8a.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-03212361.js';
|
|
3
3
|
import { defineComponent, ref, computed, reactive, toRef } from 'vue-demi';
|
|
4
4
|
import { isEmptyValue } from '../utils/isEmptyValue.js';
|
|
5
5
|
import { s as script$1, L as LabelVariant } from './OrLabelV3-44afce27.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrChips-
|
|
1
|
+
export { s as default } from '../OrChips-f548f281.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrChip } from '../OrChips-
|
|
1
|
+
export { s as OrChip } from '../OrChips-f548f281.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as default } from '../OrChips-
|
|
1
|
+
export { a as default } from '../OrChips-f548f281.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-f548f281.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrChip, a as OrChips } from '../OrChips-
|
|
1
|
+
export { s as OrChip, a as OrChips } from '../OrChips-f548f281.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-03212361.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-fb47c51d.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { O as OrCodeLanguages } from '../OrCode-
|
|
1
|
+
export { O as OrCodeLanguages } from '../OrCode-fb47c51d.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-fb47c51d.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-fb47c51d.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-fb47c51d.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-fb47c51d.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 { a as useElementHover } from './OrBottomSheetV3-
|
|
2
|
+
import { s as styleInject } from './OrAvatar-03212361.js';
|
|
3
|
+
import { a as useElementHover } from './OrBottomSheetV3-bbdab2f9.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-62ff0542.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-be714c73.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-be714c73.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-fb47c51d.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-fb47c51d.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as CodeLanguage } from '../OrCodeV3-
|
|
1
|
+
export { C as CodeLanguage } from '../OrCodeV3-be714c73.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-be714c73.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, renderSlot, createTextVNode, toDisplayString, createElementVNode, withDirectives, createBlock, createCommentVNode, vShow, 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-fb47c51d.js';
|
|
3
3
|
import { defineComponent, ref, computed, reactive, toRef, watch, onMounted, onUnmounted } from 'vue-demi';
|
|
4
4
|
import { s as script$2 } from './OrErrorV3-19502b8d.js';
|
|
5
5
|
import { s as script$3 } from './OrHintV3-25a3be82.js';
|
|
6
6
|
import { s as script$4 } from './OrInputBoxV3-90e51950.js';
|
|
7
7
|
import { s as script$5 } from './OrLabelV3-44afce27.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-8e731b49.js';
|
|
9
|
+
import { s as script$7 } from './OrIconButtonV3-d839149d.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';
|
|
@@ -250,19 +250,19 @@ var script = defineComponent({
|
|
|
250
250
|
const getLanguageExtension = async language => {
|
|
251
251
|
switch (language) {
|
|
252
252
|
case CodeLanguage.HTML:
|
|
253
|
-
return (await import('./OrCode-
|
|
253
|
+
return (await import('./OrCode-fb47c51d.js').then(function (n) { return n.G; })).html();
|
|
254
254
|
case CodeLanguage.CSS:
|
|
255
|
-
return (await import('./OrCode-
|
|
255
|
+
return (await import('./OrCode-fb47c51d.js').then(function (n) { return n.F; })).css();
|
|
256
256
|
case CodeLanguage.JS:
|
|
257
|
-
return (await import('./OrCode-
|
|
257
|
+
return (await import('./OrCode-fb47c51d.js').then(function (n) { return n.B; })).javascript();
|
|
258
258
|
case CodeLanguage.TS:
|
|
259
|
-
return (await import('./OrCode-
|
|
259
|
+
return (await import('./OrCode-fb47c51d.js').then(function (n) { return n.B; })).javascript({
|
|
260
260
|
typescript: true
|
|
261
261
|
});
|
|
262
262
|
case CodeLanguage.JSON:
|
|
263
|
-
return (await import('./OrCode-
|
|
263
|
+
return (await import('./OrCode-fb47c51d.js').then(function (n) { return n.D; })).json();
|
|
264
264
|
case CodeLanguage.MD:
|
|
265
|
-
return (await import('./OrCode-
|
|
265
|
+
return (await import('./OrCode-fb47c51d.js').then(function (n) { return n.I; })).markdown();
|
|
266
266
|
}
|
|
267
267
|
};
|
|
268
268
|
// 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-03212361.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-e5bc6e94.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, P as default, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from '../OrColorPicker-
|
|
1
|
+
export { h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, P as default, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from '../OrColorPicker-e5bc6e94.js';
|