@onereach/ui-components 11.5.2-beta.4434.0 → 11.5.2-beta.4435.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +1 -1
- 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 +1 -1
- package/dist/bundled/v2/components/OrDateRangePickerV3/OrDateRangePicker.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.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/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/OrPopoverV3/OrPopover.js +2 -13
- package/dist/bundled/v2/components/OrPopoverV3/OrPopover.vue.d.ts +0 -46
- package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +1 -1
- package/dist/bundled/v2/components/OrSearchV3/OrSearch.js +1 -1
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +1 -1
- package/dist/bundled/v2/components/OrTeleport/OrTeleport.vue2.vue.d.ts +2 -2
- package/dist/bundled/v2/components/index.js +5 -5
- package/dist/bundled/v2/hooks/useTheme.js +1 -0
- package/dist/bundled/v2/index.js +5 -5
- 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-b14880ea.js → OrAutocompleteV3-ccd23b58.js} +6 -6
- 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-3a35a3e6.js → OrBottomSheetV3-e752a107.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-574cbe24.js → OrButtonGroupV3-0de51ffc.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-13fec64a.js → OrButtonV2-39105859.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-b312381e.js → OrButtonV3-c114d629.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-c5c6b413.js → OrCardCollectionV3-31106c63.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-2ebdc5dc.js → OrCheckboxTreeV3-b9d33f69.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-f0417f25.js → OrCheckboxV3-3e60b3a8.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-96c3b09a.js → OrChips-a0a8accb.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-be0c1dbd.js → OrCode-414a17a5.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-9443ee78.js → OrCodeV3-b9a9b8a5.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-8827ecf0.js → OrColorPicker-7bb53d19.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-7d718eba.js → OrConfirm-6ec0c03b.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-49046264.js → OrConfirmV3-82edab11.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-bf456dfb.js → OrDataGridV3-50420e17.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-a18f3e80.js → OrDateFormatV3-df5c941c.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-f9f5dee6.js → OrDatePickerV3-134505a4.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-2834b4b4.js → OrDateRangePickerV3-c61b578f.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-e6faf1f1.js → OrDateTimeFormatV3-c03ae471.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-bcda8582.js → OrDateTimePicker-7002c5ae.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-a78dfc56.js → OrDateTimePickerV3-351e9dee.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-b77ea151.js → OrEditorTabsV3-7d6fcb4f.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-47a3db0d.js → OrFloating-a37ec55d.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-06e478da.js → OrIconButtonV3-1c92e289.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-fef03008.js → OrInlineInputV3-d5da32bc.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-9924e232.js → OrInlineTextareaV3-b9f5f810.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-8ad8027d.js → OrInputV3-7c9107d2.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-e3839a68.js → OrList-49cb877c.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-a3241bbc.js → OrListV3-362c9ed0.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-5410a6f2.js → OrLoaderV3-ad505026.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-ad2e0f44.js → OrMenuItemV3-1084eeb3.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-23a96d2e.js → OrMenuV3-eee46715.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-6c8c308e.js → OrModal-54f05299.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-4515c41a.js → OrModalV3-da56f08e.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-402798f0.js → OrNotificationV3-9062b304.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-a5426810.js → OrOverlayV3-8b07760e.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-75e23453.js → OrPaginationV3-cfd7ab09.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/OrPopover.vue.d.ts +0 -30
- 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-19daa970.js → OrPopoverV3-1d77eb5a.js} +8 -13
- 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-d01ae232.js → OrProgress-ed4acdec.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-c85abedd.js → OrProgressV3-ad174868.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-28f98ea0.js → OrRadio-7fd45eed.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-e61ab42a.js → OrRadioV3-04f58777.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-9016c52b.js → OrRangeSliderV3-929299d8.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-37276ba6.js → OrResizeablePanelV3-cd9ab73b.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-704055ff.js → OrRichTextEditorV3-98a33b00.js} +12 -12
- package/dist/bundled/v3/components/OrSearch/OrSearch.js +3 -3
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +2 -2
- package/dist/bundled/v3/components/OrSelect/OrSelect.js +1 -1
- package/dist/bundled/v3/components/OrSelect/constants.js +1 -1
- package/dist/bundled/v3/components/OrSelect/index.js +1 -1
- package/dist/bundled/v3/components/{OrSelect-87e33d0d.js → OrSelect-ef7e8ab3.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-fdda1edf.js → OrSelectV3-895f6b05.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-fe044b7e.js → OrSidebarV3-41d1bc95.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-9562a650.js → OrSkeleton-8aa37b08.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-ff8b4e11.js → OrSkeletonV3-a8e86b3c.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-16ac9e02.js → OrSliderV3-2cd8d6f0.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-36cf8bde.js → OrSortingV3-350bae90.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-90592a7d.js → OrStatusV3-3f557ddf.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-1552d1ab.js → OrSwitchV3-1cdabc9e.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-ef2c742f.js → OrTabsV3-707d3ef5.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-dd7972a2.js → OrTagInputV3-ecb9aff1.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-d3ce3fe4.js → OrTagV3-3dff63df.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-2251501d.js → OrTagsV3-1e290a71.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-9aadcbeb.js → OrTextareaV3-da7f1bae.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-27613325.js → OrTimeFormatV3-483c9358.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-4d307c71.js → OrTimePickerV3-a074a60d.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-a74f1395.js → OrTimeRangePickerV3-47abc037.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-934cb270.js → OrToast-e0262a66.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-c7823738.js → OrToastV3-132037b7.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-d4752432.js → OrTooltipV3-775e0e74.js} +1 -1
- package/dist/bundled/v3/components/OrTreeV3/index.js +2 -2
- package/dist/bundled/v3/components/index.js +68 -68
- package/dist/bundled/v3/hooks/useOverflow.js +1 -1
- package/dist/bundled/v3/hooks/usePopoverState.js +1 -1
- package/dist/bundled/v3/hooks/useResponsive/useResponsive.js +1 -1
- package/dist/bundled/v3/hooks/useTheme.js +1 -0
- package/dist/bundled/v3/index.js +69 -69
- package/dist/bundled/v3/utils/functions/dom.js +3 -3
- package/dist/esm/v2/{OrAutocomplete-e36b572f.js → OrAutocomplete-b3cbf872.js} +5 -5
- package/dist/esm/v2/{OrCardCollection-ae932601.js → OrCardCollection-9a111339.js} +3 -3
- package/dist/esm/v2/{OrCode-2c5a00ba.js → OrCode-59cbe0da.js} +2 -2
- package/dist/esm/v2/{OrConfirm-47cf075f.js → OrConfirm-b97c00de.js} +1 -1
- package/dist/esm/v2/{OrContextMenu-78008be1.js → OrContextMenu-180a83f8.js} +2 -2
- package/dist/esm/v2/{OrDataGrid-5af27788.js → OrDataGrid-6ee19cfb.js} +2 -2
- package/dist/esm/v2/{OrDateFormat-5d6ce415.js → OrDateFormat-5122f872.js} +2 -2
- package/dist/esm/v2/{OrDatePicker-f6ca9ee2.js → OrDatePicker-83367e4e.js} +4 -4
- package/dist/esm/v2/{OrDateRangePicker-bd29374b.js → OrDateRangePicker-b1d53f5c.js} +4 -4
- package/dist/esm/v2/{OrDateTimeFormat-610881e3.js → OrDateTimeFormat-c92fb2c6.js} +2 -2
- package/dist/esm/v2/{OrDateTimePicker-8384e2c1.js → OrDateTimePicker-30029c9d.js} +1 -1
- package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-07d7811d.js → OrDateTimePicker.vue_rollup-plugin-vue_script-daa48439.js} +3 -3
- package/dist/esm/v2/{OrDateTimePickerTimeSelect-ddd47467.js → OrDateTimePickerTimeSelect-306515c3.js} +3 -3
- package/dist/esm/v2/{OrEditorTabs-1aa5821a.js → OrEditorTabs-671aa50b.js} +3 -3
- package/dist/esm/v2/{OrEditorTabsItem-45794a67.js → OrEditorTabsItem-dbe11e0a.js} +1 -1
- package/dist/esm/v2/{OrIconButton-a8d6aace.js → OrIconButton-cf8e20e0.js} +1 -1
- package/dist/esm/v2/{OrInlineInput-4bf4d244.js → OrInlineInput-e322dd32.js} +1 -1
- package/dist/esm/v2/{OrInlineTextarea-0ba431f8.js → OrInlineTextarea-10807cbe.js} +1 -1
- package/dist/esm/v2/{OrInput-a663ea50.js → OrInput-d331e530.js} +1 -1
- package/dist/esm/v2/{OrList-bb2d0be4.js → OrList-6c72887a.js} +1 -1
- package/dist/esm/v2/{OrMenu-1b2259df.js → OrMenu-c44856c5.js} +1 -1
- package/dist/esm/v2/{OrMenuItem-ac5e6055.js → OrMenuItem-fd2b15dc.js} +1 -1
- package/dist/esm/v2/{OrModal-cc4d576d.js → OrModal-0e9e2428.js} +1 -1
- package/dist/esm/v2/{OrNotification-f5f1edcb.js → OrNotification-0d387b77.js} +1 -1
- package/dist/esm/v2/{OrPagination-e8b5a7a0.js → OrPagination-5c65a29b.js} +2 -2
- package/dist/esm/v2/{OrPopover-201b6c5e.js → OrPopover-8c1fdbe0.js} +2 -13
- package/dist/esm/v2/{OrRangeSlider-d9f2412f.js → OrRangeSlider-82d4ddf9.js} +2 -2
- package/dist/esm/v2/{OrResizeablePanel-6365cf34.js → OrResizeablePanel-99fa2935.js} +1 -1
- package/dist/esm/v2/{OrRichTextEditor-b0c88b43.js → OrRichTextEditor-e629499e.js} +6 -6
- package/dist/esm/v2/{OrSearch-0158a1f8.js → OrSearch-5e325974.js} +1 -1
- package/dist/esm/v2/{OrSelect-e6fb1f37.js → OrSelect-10d40af7.js} +6 -6
- package/dist/esm/v2/{OrSelectMultipleControl-9aa403ac.js → OrSelectMultipleControl-ae6b1e26.js} +1 -1
- package/dist/esm/v2/{OrSlider-e575fb67.js → OrSlider-215e4f42.js} +1 -1
- package/dist/esm/v2/{OrSlider.vue_rollup-plugin-vue_script-30e07ba5.js → OrSlider.vue_rollup-plugin-vue_script-75e1b689.js} +1 -1
- package/dist/esm/v2/{OrSorting-b74f615c.js → OrSorting-4cddb9e5.js} +2 -2
- package/dist/esm/v2/{OrTabs-60c23c85.js → OrTabs-d063bd59.js} +2 -2
- package/dist/esm/v2/{OrTag-047d2be3.js → OrTag-268c918e.js} +1 -1
- package/dist/esm/v2/{OrTagInput-62323caa.js → OrTagInput-89d34eb1.js} +3 -3
- package/dist/esm/v2/{OrTags-4200f68e.js → OrTags-593a70c0.js} +2 -2
- package/dist/esm/v2/{OrTimeFormat-6f619739.js → OrTimeFormat-3b652732.js} +2 -2
- package/dist/esm/v2/{OrTimePicker-5002ea6a.js → OrTimePicker-bc3692e6.js} +4 -4
- package/dist/esm/v2/{OrTimeRangePicker-fd10f1b9.js → OrTimeRangePicker-8fe43a23.js} +4 -4
- package/dist/esm/v2/{OrTooltip-375cc3b3.js → OrTooltip-6b185542.js} +1 -1
- package/dist/esm/v2/components/index.js +45 -45
- package/dist/esm/v2/components/or-autocomplete-v3/index.js +8 -8
- package/dist/esm/v2/components/or-card-collection-v3/index.js +9 -9
- package/dist/esm/v2/components/or-code-v3/index.js +5 -5
- package/dist/esm/v2/components/or-confirm-v3/index.js +5 -5
- package/dist/esm/v2/components/or-context-menu-v3/index.js +3 -3
- package/dist/esm/v2/components/or-data-grid-v3/index.js +9 -9
- package/dist/esm/v2/components/or-date-format-v3/index.js +8 -8
- package/dist/esm/v2/components/or-date-picker-v3/index.js +8 -8
- package/dist/esm/v2/components/or-date-range-picker-v3/index.js +8 -8
- package/dist/esm/v2/components/or-date-time-format-v3/index.js +8 -8
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +8 -8
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/index.js +6 -6
- package/dist/esm/v2/components/or-editor-tabs-v3/index.js +7 -7
- package/dist/esm/v2/components/or-editor-tabs-v3/partials/index.js +4 -4
- package/dist/esm/v2/components/or-icon-button-v3/index.js +3 -3
- package/dist/esm/v2/components/or-inline-input-v3/index.js +4 -4
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +4 -4
- package/dist/esm/v2/components/or-input-v3/index.js +4 -4
- package/dist/esm/v2/components/or-list-v3/index.js +4 -4
- package/dist/esm/v2/components/or-menu-item-v3/index.js +4 -4
- package/dist/esm/v2/components/or-menu-v3/index.js +2 -2
- package/dist/esm/v2/components/or-modal-v3/index.js +4 -4
- package/dist/esm/v2/components/or-notification-v3/index.js +4 -4
- package/dist/esm/v2/components/or-pagination-v3/index.js +6 -6
- package/dist/esm/v2/components/or-popover-v3/OrPopover.vue.d.ts +0 -46
- package/dist/esm/v2/components/or-popover-v3/index.js +1 -1
- package/dist/esm/v2/components/or-range-slider-v3/index.js +4 -4
- package/dist/esm/v2/components/or-resizeable-panel-v3/index.js +4 -4
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +8 -8
- package/dist/esm/v2/components/or-search-v3/index.js +5 -5
- package/dist/esm/v2/components/or-select-v3/index.js +9 -9
- package/dist/esm/v2/components/or-select-v3/partials/index.js +6 -6
- package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/index.js +6 -6
- package/dist/esm/v2/components/or-sidebar-v3/index.js +5 -5
- package/dist/esm/v2/components/or-slider-v3/index.js +4 -4
- package/dist/esm/v2/components/or-sorting-v3/index.js +6 -6
- package/dist/esm/v2/components/or-tabs-v3/index.js +6 -6
- package/dist/esm/v2/components/or-tag-input-v3/index.js +6 -6
- package/dist/esm/v2/components/or-tag-v3/index.js +4 -4
- package/dist/esm/v2/components/or-tags-v3/index.js +5 -5
- package/dist/esm/v2/components/or-time-format-v3/index.js +8 -8
- package/dist/esm/v2/components/or-time-picker-v3/index.js +8 -8
- package/dist/esm/v2/components/or-time-range-picker-v3/index.js +8 -8
- package/dist/esm/v2/components/or-toast-v3/index.js +4 -4
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +4 -4
- package/dist/esm/v2/components/or-tooltip-v3/index.js +2 -2
- package/dist/esm/v2/index.js +45 -45
- package/dist/esm/v2/{props-bb403404.js → props-4e51ba33.js} +1 -1
- package/dist/esm/v2/{types-58747b52.js → types-49cee165.js} +1 -1
- package/dist/esm/v3/{OrAutocomplete-e9b5e6e6.js → OrAutocomplete-51debcfb.js} +5 -5
- package/dist/esm/v3/{OrCardCollection-59817dcc.js → OrCardCollection-2c85d0e2.js} +3 -3
- package/dist/esm/v3/{OrCode-4dbceaee.js → OrCode-d35eabca.js} +2 -2
- package/dist/esm/v3/{OrConfirm-46916b36.js → OrConfirm-780bd0e6.js} +1 -1
- package/dist/esm/v3/{OrContextMenu-0c6d9b75.js → OrContextMenu-7fe5d0b5.js} +2 -2
- package/dist/esm/v3/{OrDataGrid-75f6c4ac.js → OrDataGrid-4099fa7e.js} +2 -2
- package/dist/esm/v3/{OrDateFormat-e3993341.js → OrDateFormat-fe577aea.js} +2 -2
- package/dist/esm/v3/{OrDatePicker-d9c8bc41.js → OrDatePicker-e672967a.js} +4 -4
- package/dist/esm/v3/{OrDateRangePicker-557e4736.js → OrDateRangePicker-42900a57.js} +4 -4
- package/dist/esm/v3/{OrDateTimeFormat-6e5ca8bb.js → OrDateTimeFormat-6365f569.js} +2 -2
- package/dist/esm/v3/{OrDateTimePicker-9acc7f58.js → OrDateTimePicker-533d55b3.js} +3 -3
- package/dist/esm/v3/{OrDateTimePickerTimeSelect-8fda0cfc.js → OrDateTimePickerTimeSelect-5347e7e9.js} +3 -3
- package/dist/esm/v3/{OrEditorTabs-7445d227.js → OrEditorTabs-d4599097.js} +3 -3
- package/dist/esm/v3/{OrEditorTabsItem-6ffae626.js → OrEditorTabsItem-5291482d.js} +1 -1
- package/dist/esm/v3/{OrIconButton-4baecd68.js → OrIconButton-c2cb59d9.js} +1 -1
- package/dist/esm/v3/{OrInlineInput-c22dee86.js → OrInlineInput-a02056b2.js} +1 -1
- package/dist/esm/v3/{OrInlineTextarea-13ee3e39.js → OrInlineTextarea-4aa6a5b8.js} +1 -1
- package/dist/esm/v3/{OrInput-eb5a0c73.js → OrInput-f004d893.js} +1 -1
- package/dist/esm/v3/{OrList-2ab5b166.js → OrList-3369a698.js} +1 -1
- package/dist/esm/v3/{OrMenu-c99b02ac.js → OrMenu-d63778a7.js} +1 -1
- package/dist/esm/v3/{OrMenuItem-89264002.js → OrMenuItem-511d42b6.js} +1 -1
- package/dist/esm/v3/{OrModal-85c46875.js → OrModal-e40ae685.js} +1 -1
- package/dist/esm/v3/{OrNotification-1d1d3286.js → OrNotification-74a564dd.js} +1 -1
- package/dist/esm/v3/{OrPagination-5a886207.js → OrPagination-d597d25f.js} +2 -2
- package/dist/esm/v3/{OrPopover-f303228e.js → OrPopover-d050ede2.js} +5 -10
- package/dist/esm/v3/{OrRangeSlider-f1f67b3e.js → OrRangeSlider-15639c1e.js} +2 -2
- package/dist/esm/v3/{OrResizeablePanel-5199621a.js → OrResizeablePanel-065e1daf.js} +1 -1
- package/dist/esm/v3/{OrRichTextEditor-a89e3160.js → OrRichTextEditor-54660670.js} +6 -6
- package/dist/esm/v3/{OrSearch-ea61d6c8.js → OrSearch-db35b8bf.js} +1 -1
- package/dist/esm/v3/{OrSelect-9857d74c.js → OrSelect-16d3fe9e.js} +6 -6
- package/dist/esm/v3/{OrSelectMultipleControl-829fadc6.js → OrSelectMultipleControl-25be6682.js} +1 -1
- package/dist/esm/v3/{OrSlider-a7840a86.js → OrSlider-8dd7fbc2.js} +1 -1
- package/dist/esm/v3/{OrSorting-4afcc075.js → OrSorting-27de137e.js} +2 -2
- package/dist/esm/v3/{OrTabs-67afd24c.js → OrTabs-05aecb9d.js} +2 -2
- package/dist/esm/v3/{OrTag-008ce4df.js → OrTag-1faec6f7.js} +1 -1
- package/dist/esm/v3/{OrTagInput-80526c00.js → OrTagInput-99453889.js} +3 -3
- package/dist/esm/v3/{OrTags-4af8c52a.js → OrTags-69136ec4.js} +2 -2
- package/dist/esm/v3/{OrTimeFormat-2cda9dec.js → OrTimeFormat-58c16aff.js} +2 -2
- package/dist/esm/v3/{OrTimePicker-0d722e57.js → OrTimePicker-61f546e8.js} +4 -4
- package/dist/esm/v3/{OrTimeRangePicker-93b601cd.js → OrTimeRangePicker-f9e5d75f.js} +4 -4
- package/dist/esm/v3/{OrTooltip-43543b88.js → OrTooltip-097469ad.js} +1 -1
- package/dist/esm/v3/components/index.js +43 -43
- package/dist/esm/v3/components/or-autocomplete-v3/index.js +8 -8
- package/dist/esm/v3/components/or-card-collection-v3/index.js +9 -9
- package/dist/esm/v3/components/or-code-v3/index.js +5 -5
- package/dist/esm/v3/components/or-confirm-v3/index.js +5 -5
- package/dist/esm/v3/components/or-context-menu-v3/index.js +3 -3
- package/dist/esm/v3/components/or-data-grid-v3/index.js +9 -9
- package/dist/esm/v3/components/or-date-format-v3/index.js +8 -8
- package/dist/esm/v3/components/or-date-picker-v3/index.js +8 -8
- package/dist/esm/v3/components/or-date-range-picker-v3/index.js +8 -8
- package/dist/esm/v3/components/or-date-time-format-v3/index.js +8 -8
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +7 -7
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/index.js +6 -6
- package/dist/esm/v3/components/or-editor-tabs-v3/index.js +7 -7
- package/dist/esm/v3/components/or-editor-tabs-v3/partials/index.js +4 -4
- package/dist/esm/v3/components/or-icon-button-v3/index.js +3 -3
- package/dist/esm/v3/components/or-inline-input-v3/index.js +4 -4
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +4 -4
- package/dist/esm/v3/components/or-input-v3/index.js +4 -4
- package/dist/esm/v3/components/or-list-v3/index.js +4 -4
- package/dist/esm/v3/components/or-menu-item-v3/index.js +4 -4
- package/dist/esm/v3/components/or-menu-v3/index.js +2 -2
- package/dist/esm/v3/components/or-modal-v3/index.js +4 -4
- package/dist/esm/v3/components/or-notification-v3/index.js +4 -4
- package/dist/esm/v3/components/or-pagination-v3/index.js +6 -6
- package/dist/esm/v3/components/or-popover-v3/OrPopover.vue.d.ts +0 -30
- package/dist/esm/v3/components/or-popover-v3/index.js +1 -1
- package/dist/esm/v3/components/or-range-slider-v3/index.js +4 -4
- package/dist/esm/v3/components/or-resizeable-panel-v3/index.js +4 -4
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +8 -8
- package/dist/esm/v3/components/or-search-v3/index.js +5 -5
- package/dist/esm/v3/components/or-select-v3/index.js +9 -9
- package/dist/esm/v3/components/or-select-v3/partials/index.js +6 -6
- package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/index.js +6 -6
- package/dist/esm/v3/components/or-sidebar-v3/index.js +5 -5
- package/dist/esm/v3/components/or-slider-v3/index.js +3 -3
- package/dist/esm/v3/components/or-sorting-v3/index.js +6 -6
- package/dist/esm/v3/components/or-tabs-v3/index.js +6 -6
- package/dist/esm/v3/components/or-tag-input-v3/index.js +6 -6
- package/dist/esm/v3/components/or-tag-v3/index.js +4 -4
- package/dist/esm/v3/components/or-tags-v3/index.js +5 -5
- package/dist/esm/v3/components/or-time-format-v3/index.js +8 -8
- package/dist/esm/v3/components/or-time-picker-v3/index.js +8 -8
- package/dist/esm/v3/components/or-time-range-picker-v3/index.js +8 -8
- package/dist/esm/v3/components/or-toast-v3/index.js +4 -4
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +4 -4
- package/dist/esm/v3/components/or-tooltip-v3/index.js +2 -2
- package/dist/esm/v3/index.js +43 -43
- package/dist/esm/v3/{props-70969a81.js → props-9226c69f.js} +1 -1
- package/dist/esm/v3/{types-06fd7c29.js → types-ad80daaa.js} +1 -1
- package/package.json +2 -2
- package/src/components/or-popover-v3/OrPopover.vue +3 -9
- /package/dist/bundled/v2/{OrDataGrid-479e703b.js → OrDataGrid-eb0c4f1c.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-6c34d39d.js → OrDateTimePickerMonthSelect-b73f3bc4.js} +0 -0
- /package/dist/bundled/v2/{OrInlineInput-9abb655f.js → OrInlineInput-f2783948.js} +0 -0
- /package/dist/bundled/v2/{OrInput-8a6ce611.js → OrInput-9ff55161.js} +0 -0
- /package/dist/bundled/v2/{OrList-0fa50c13.js → OrList-0f395a1f.js} +0 -0
- /package/dist/bundled/v3/components/{OrAvatar-92834774.js → OrAvatar-4aa75d60.js} +0 -0
- /package/dist/bundled/v3/components/{OrDropAreaV3-2f83f7f9.js → OrDropAreaV3-753d966b.js} +0 -0
- /package/dist/bundled/v3/components/{OrExpansionPanelV3-f36622f8.js → OrExpansionPanelV3-0fcdbb3d.js} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrSelectMultipleControl } from '../../../../OrSelectMultipleControl-
|
|
1
|
+
export { _ as OrSelectMultipleControl } from '../../../../OrSelectMultipleControl-ae6b1e26.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../../../TimeFormat-a7f5565b.js';
|
|
4
4
|
import '../../../../dom-53c9635b.js';
|
|
@@ -14,13 +14,13 @@ import '@vueuse/core';
|
|
|
14
14
|
import '../../../../useProxyModelValue-940010d2.js';
|
|
15
15
|
import '@onereach/styles/tailwind/plugins/core';
|
|
16
16
|
import '@onereach/styles/tailwind.config.json';
|
|
17
|
-
import '../../../../OrTags-
|
|
17
|
+
import '../../../../OrTags-593a70c0.js';
|
|
18
18
|
import '../../../../useOverflow-d3e607ee.js';
|
|
19
19
|
import '../../../../OrButton-3a743a90.js';
|
|
20
20
|
import '../../../../OrButton.vue_rollup-plugin-vue_script-e8900483.js';
|
|
21
21
|
import '../../../../OrLoader-4ac49224.js';
|
|
22
22
|
import '../../../../normalize-component-6e8e3d80.js';
|
|
23
|
-
import '../../../../OrPopover-
|
|
23
|
+
import '../../../../OrPopover-8c1fdbe0.js';
|
|
24
24
|
import '@floating-ui/dom';
|
|
25
25
|
import '../../../../useElevation-d6b798c5.js';
|
|
26
26
|
import '../../../../isVisible-d1e49905.js';
|
|
@@ -33,9 +33,9 @@ import 'portal-vue';
|
|
|
33
33
|
import '../../../../useTheme-dc76b423.js';
|
|
34
34
|
import '../../../../isPrevented-b151a948.js';
|
|
35
35
|
import '../../../../isAncestor-a446b32f.js';
|
|
36
|
-
import '../../../../OrTag-
|
|
37
|
-
import '../../../../OrIconButton-
|
|
36
|
+
import '../../../../OrTag-268c918e.js';
|
|
37
|
+
import '../../../../OrIconButton-cf8e20e0.js';
|
|
38
38
|
import '../../../../OrIcon-0a14dafc.js';
|
|
39
|
-
import '../../../../OrTooltip-
|
|
39
|
+
import '../../../../OrTooltip-6b185542.js';
|
|
40
40
|
import '../../../../OrSelectControlInput-4bc1ab84.js';
|
|
41
41
|
import '../../../../OrSelectPlaceholder-a6caa9e0.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrSidebarV3, S as SidebarPlacement } from '../../props-
|
|
1
|
+
export { _ as OrSidebarV3, S as SidebarPlacement } from '../../props-4e51ba33.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../TimeFormat-a7f5565b.js';
|
|
4
4
|
import '../../dom-53c9635b.js';
|
|
@@ -8,12 +8,12 @@ import '@vueuse/core';
|
|
|
8
8
|
import '../../usePopoverState-5f2cd96f.js';
|
|
9
9
|
import '@onereach/styles/tailwind/plugins/core';
|
|
10
10
|
import '@onereach/styles/tailwind.config.json';
|
|
11
|
-
import '../../OrResizeablePanel-
|
|
12
|
-
import '../../OrIconButton-
|
|
11
|
+
import '../../OrResizeablePanel-99fa2935.js';
|
|
12
|
+
import '../../OrIconButton-cf8e20e0.js';
|
|
13
13
|
import '../../OrIcon-0a14dafc.js';
|
|
14
14
|
import '../../normalize-component-6e8e3d80.js';
|
|
15
|
-
import '../../OrTooltip-
|
|
16
|
-
import '../../OrPopover-
|
|
15
|
+
import '../../OrTooltip-6b185542.js';
|
|
16
|
+
import '../../OrPopover-8c1fdbe0.js';
|
|
17
17
|
import '@floating-ui/dom';
|
|
18
18
|
import '../../useElevation-d6b798c5.js';
|
|
19
19
|
import '../../isVisible-d1e49905.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { _ as OrSliderV3 } from '../../OrSlider-
|
|
2
|
-
export { S as SliderColor, a as SliderOrientation } from '../../OrSlider.vue_rollup-plugin-vue_script-
|
|
1
|
+
export { _ as OrSliderV3 } from '../../OrSlider-215e4f42.js';
|
|
2
|
+
export { S as SliderColor, a as SliderOrientation } from '../../OrSlider.vue_rollup-plugin-vue_script-75e1b689.js';
|
|
3
3
|
import '../../normalize-component-6e8e3d80.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
5
|
import 'vue-demi';
|
|
@@ -10,9 +10,9 @@ import 'lodash/isElement';
|
|
|
10
10
|
import '../../useProxyModelValue-940010d2.js';
|
|
11
11
|
import '@onereach/styles/tailwind/plugins/core';
|
|
12
12
|
import '@onereach/styles/tailwind.config.json';
|
|
13
|
-
import '../../OrTooltip-
|
|
13
|
+
import '../../OrTooltip-6b185542.js';
|
|
14
14
|
import '../../usePopoverState-5f2cd96f.js';
|
|
15
|
-
import '../../OrPopover-
|
|
15
|
+
import '../../OrPopover-8c1fdbe0.js';
|
|
16
16
|
import '@floating-ui/dom';
|
|
17
17
|
import '../../useElevation-d6b798c5.js';
|
|
18
18
|
import '../../isVisible-d1e49905.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrSortingV3 } from '../../OrSorting-
|
|
1
|
+
export { _ as OrSortingV3 } from '../../OrSorting-4cddb9e5.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../TimeFormat-a7f5565b.js';
|
|
4
4
|
import '../../dom-53c9635b.js';
|
|
@@ -13,11 +13,11 @@ import '../../OrButton.vue_rollup-plugin-vue_script-e8900483.js';
|
|
|
13
13
|
import '../../OrLoader-4ac49224.js';
|
|
14
14
|
import '../../normalize-component-6e8e3d80.js';
|
|
15
15
|
import '../../OrIcon-0a14dafc.js';
|
|
16
|
-
import '../../OrMenuItem-
|
|
17
|
-
import '../../OrIconButton-
|
|
18
|
-
import '../../OrTooltip-
|
|
16
|
+
import '../../OrMenuItem-fd2b15dc.js';
|
|
17
|
+
import '../../OrIconButton-cf8e20e0.js';
|
|
18
|
+
import '../../OrTooltip-6b185542.js';
|
|
19
19
|
import '../../usePopoverState-5f2cd96f.js';
|
|
20
|
-
import '../../OrPopover-
|
|
20
|
+
import '../../OrPopover-8c1fdbe0.js';
|
|
21
21
|
import '@floating-ui/dom';
|
|
22
22
|
import '../../useElevation-d6b798c5.js';
|
|
23
23
|
import '../../isVisible-d1e49905.js';
|
|
@@ -29,4 +29,4 @@ import 'portal-vue';
|
|
|
29
29
|
import '../../useTheme-dc76b423.js';
|
|
30
30
|
import '../../isPrevented-b151a948.js';
|
|
31
31
|
import '../../isAncestor-a446b32f.js';
|
|
32
|
-
import '../../OrMenu-
|
|
32
|
+
import '../../OrMenu-c44856c5.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-
|
|
1
|
+
export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-d063bd59.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../TimeFormat-a7f5565b.js';
|
|
@@ -10,11 +10,11 @@ import '@onereach/styles/tailwind/plugins/core';
|
|
|
10
10
|
import '@onereach/styles/tailwind.config.json';
|
|
11
11
|
import '../../OrIcon-0a14dafc.js';
|
|
12
12
|
import '../../normalize-component-6e8e3d80.js';
|
|
13
|
-
import '../../OrMenuItem-
|
|
14
|
-
import '../../OrIconButton-
|
|
15
|
-
import '../../OrTooltip-
|
|
13
|
+
import '../../OrMenuItem-fd2b15dc.js';
|
|
14
|
+
import '../../OrIconButton-cf8e20e0.js';
|
|
15
|
+
import '../../OrTooltip-6b185542.js';
|
|
16
16
|
import '../../usePopoverState-5f2cd96f.js';
|
|
17
|
-
import '../../OrPopover-
|
|
17
|
+
import '../../OrPopover-8c1fdbe0.js';
|
|
18
18
|
import '@floating-ui/dom';
|
|
19
19
|
import '../../useElevation-d6b798c5.js';
|
|
20
20
|
import '../../isVisible-d1e49905.js';
|
|
@@ -26,5 +26,5 @@ import 'portal-vue';
|
|
|
26
26
|
import '../../useTheme-dc76b423.js';
|
|
27
27
|
import '../../isPrevented-b151a948.js';
|
|
28
28
|
import '../../isAncestor-a446b32f.js';
|
|
29
|
-
import '../../OrMenu-
|
|
29
|
+
import '../../OrMenu-c44856c5.js';
|
|
30
30
|
import '../../OrTab-a878c950.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrTagInputV3 } from '../../OrTagInput-
|
|
1
|
+
export { _ as OrTagInputV3 } from '../../OrTagInput-89d34eb1.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-3a339b79.js';
|
|
@@ -18,11 +18,11 @@ import '../../useValidationAttributes-257954f3.js';
|
|
|
18
18
|
import '../../OrError-b25d782d.js';
|
|
19
19
|
import '../../normalize-component-6e8e3d80.js';
|
|
20
20
|
import '../../OrHint-2fe1157b.js';
|
|
21
|
-
import '../../OrIconButton-
|
|
21
|
+
import '../../OrIconButton-cf8e20e0.js';
|
|
22
22
|
import '../../OrIcon-0a14dafc.js';
|
|
23
|
-
import '../../OrTooltip-
|
|
23
|
+
import '../../OrTooltip-6b185542.js';
|
|
24
24
|
import '../../usePopoverState-5f2cd96f.js';
|
|
25
|
-
import '../../OrPopover-
|
|
25
|
+
import '../../OrPopover-8c1fdbe0.js';
|
|
26
26
|
import '@floating-ui/dom';
|
|
27
27
|
import '../../useElevation-d6b798c5.js';
|
|
28
28
|
import '../../isVisible-d1e49905.js';
|
|
@@ -38,8 +38,8 @@ import '../../OrInputBox-e272cbb2.js';
|
|
|
38
38
|
import '../../OrInputBox.vue_rollup-plugin-vue_script-770d753e.js';
|
|
39
39
|
import '../../OrLabel-bf7e2ea2.js';
|
|
40
40
|
import '../../OrLoader-4ac49224.js';
|
|
41
|
-
import '../../OrTag-
|
|
42
|
-
import '../../OrTags-
|
|
41
|
+
import '../../OrTag-268c918e.js';
|
|
42
|
+
import '../../OrTags-593a70c0.js';
|
|
43
43
|
import '../../useOverflow-d3e607ee.js';
|
|
44
44
|
import '../../OrButton-3a743a90.js';
|
|
45
45
|
import '../../OrButton.vue_rollup-plugin-vue_script-e8900483.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-
|
|
1
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-268c918e.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIconButton-
|
|
3
|
+
import '../../OrIconButton-cf8e20e0.js';
|
|
4
4
|
import '../../OrIcon-0a14dafc.js';
|
|
5
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
|
-
import '../../OrTooltip-
|
|
6
|
+
import '../../OrTooltip-6b185542.js';
|
|
7
7
|
import '../../TimeFormat-a7f5565b.js';
|
|
8
8
|
import '../../dom-53c9635b.js';
|
|
9
9
|
import 'lodash/get';
|
|
@@ -12,7 +12,7 @@ import '@vueuse/core';
|
|
|
12
12
|
import '../../usePopoverState-5f2cd96f.js';
|
|
13
13
|
import '@onereach/styles/tailwind/plugins/core';
|
|
14
14
|
import '@onereach/styles/tailwind.config.json';
|
|
15
|
-
import '../../OrPopover-
|
|
15
|
+
import '../../OrPopover-8c1fdbe0.js';
|
|
16
16
|
import '@floating-ui/dom';
|
|
17
17
|
import '../../useElevation-d6b798c5.js';
|
|
18
18
|
import '../../isVisible-d1e49905.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrTagsV3, T as TagsOverflow } from '../../OrTags-
|
|
1
|
+
export { _ as OrTagsV3, T as TagsOverflow } from '../../OrTags-593a70c0.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../TimeFormat-a7f5565b.js';
|
|
4
4
|
import '../../dom-53c9635b.js';
|
|
@@ -12,7 +12,7 @@ import '../../OrButton-3a743a90.js';
|
|
|
12
12
|
import '../../OrButton.vue_rollup-plugin-vue_script-e8900483.js';
|
|
13
13
|
import '../../OrLoader-4ac49224.js';
|
|
14
14
|
import '../../normalize-component-6e8e3d80.js';
|
|
15
|
-
import '../../OrPopover-
|
|
15
|
+
import '../../OrPopover-8c1fdbe0.js';
|
|
16
16
|
import '@floating-ui/dom';
|
|
17
17
|
import '../../useElevation-d6b798c5.js';
|
|
18
18
|
import '../../isVisible-d1e49905.js';
|
|
@@ -25,7 +25,7 @@ import 'portal-vue';
|
|
|
25
25
|
import '../../useTheme-dc76b423.js';
|
|
26
26
|
import '../../isPrevented-b151a948.js';
|
|
27
27
|
import '../../isAncestor-a446b32f.js';
|
|
28
|
-
import '../../OrTag-
|
|
29
|
-
import '../../OrIconButton-
|
|
28
|
+
import '../../OrTag-268c918e.js';
|
|
29
|
+
import '../../OrIconButton-cf8e20e0.js';
|
|
30
30
|
import '../../OrIcon-0a14dafc.js';
|
|
31
|
-
import '../../OrTooltip-
|
|
31
|
+
import '../../OrTooltip-6b185542.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrTimeFormatV3 } from '../../OrTimeFormat-
|
|
1
|
+
export { _ as OrTimeFormatV3 } from '../../OrTimeFormat-3b652732.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../TimeFormat-a7f5565b.js';
|
|
4
4
|
import '../../dom-53c9635b.js';
|
|
@@ -9,17 +9,17 @@ import '../../TIME_FORMAT-3d8aa6be.js';
|
|
|
9
9
|
import '@vueuse/core';
|
|
10
10
|
import '@onereach/styles/tailwind/plugins/core';
|
|
11
11
|
import '@onereach/styles/tailwind.config.json';
|
|
12
|
-
import '../../OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
12
|
+
import '../../OrDateTimePicker.vue_rollup-plugin-vue_script-daa48439.js';
|
|
13
13
|
import '../../dropdown-open-06d651cf.js';
|
|
14
14
|
import '../../useProxyModelValue-940010d2.js';
|
|
15
15
|
import '../../OrError-b25d782d.js';
|
|
16
16
|
import '../../normalize-component-6e8e3d80.js';
|
|
17
17
|
import '../../OrHint-2fe1157b.js';
|
|
18
|
-
import '../../OrIconButton-
|
|
18
|
+
import '../../OrIconButton-cf8e20e0.js';
|
|
19
19
|
import '../../OrIcon-0a14dafc.js';
|
|
20
|
-
import '../../OrTooltip-
|
|
20
|
+
import '../../OrTooltip-6b185542.js';
|
|
21
21
|
import '../../usePopoverState-5f2cd96f.js';
|
|
22
|
-
import '../../OrPopover-
|
|
22
|
+
import '../../OrPopover-8c1fdbe0.js';
|
|
23
23
|
import '@floating-ui/dom';
|
|
24
24
|
import '../../useElevation-d6b798c5.js';
|
|
25
25
|
import '../../isVisible-d1e49905.js';
|
|
@@ -34,12 +34,12 @@ import '../../isAncestor-a446b32f.js';
|
|
|
34
34
|
import '../../OrInputBox-e272cbb2.js';
|
|
35
35
|
import '../../OrInputBox.vue_rollup-plugin-vue_script-770d753e.js';
|
|
36
36
|
import '../../OrLabel-bf7e2ea2.js';
|
|
37
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
37
|
+
import '../../OrDateTimePickerTimeSelect-306515c3.js';
|
|
38
38
|
import '../../useTimeMask-a1c090c1.js';
|
|
39
39
|
import '../../formatTime-3f37a00f.js';
|
|
40
40
|
import '../../OrButton-3a743a90.js';
|
|
41
41
|
import '../../OrButton.vue_rollup-plugin-vue_script-e8900483.js';
|
|
42
42
|
import '../../OrLoader-4ac49224.js';
|
|
43
|
-
import '../../OrMenuItem-
|
|
44
|
-
import '../../OrMenu-
|
|
43
|
+
import '../../OrMenuItem-fd2b15dc.js';
|
|
44
|
+
import '../../OrMenu-c44856c5.js';
|
|
45
45
|
import '../../getCurrentDate-e5a478c3.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrTimePickerV3 } from '../../OrTimePicker-
|
|
1
|
+
export { _ as OrTimePickerV3 } from '../../OrTimePicker-bc3692e6.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../dropdown-open-06d651cf.js';
|
|
4
4
|
import '../../TimeFormat-a7f5565b.js';
|
|
@@ -11,15 +11,15 @@ import '@vueuse/core';
|
|
|
11
11
|
import '../../useProxyModelValue-940010d2.js';
|
|
12
12
|
import '@onereach/styles/tailwind/plugins/core';
|
|
13
13
|
import '@onereach/styles/tailwind.config.json';
|
|
14
|
-
import '../../OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
14
|
+
import '../../OrDateTimePicker.vue_rollup-plugin-vue_script-daa48439.js';
|
|
15
15
|
import '../../OrError-b25d782d.js';
|
|
16
16
|
import '../../normalize-component-6e8e3d80.js';
|
|
17
17
|
import '../../OrHint-2fe1157b.js';
|
|
18
|
-
import '../../OrIconButton-
|
|
18
|
+
import '../../OrIconButton-cf8e20e0.js';
|
|
19
19
|
import '../../OrIcon-0a14dafc.js';
|
|
20
|
-
import '../../OrTooltip-
|
|
20
|
+
import '../../OrTooltip-6b185542.js';
|
|
21
21
|
import '../../usePopoverState-5f2cd96f.js';
|
|
22
|
-
import '../../OrPopover-
|
|
22
|
+
import '../../OrPopover-8c1fdbe0.js';
|
|
23
23
|
import '@floating-ui/dom';
|
|
24
24
|
import '../../useElevation-d6b798c5.js';
|
|
25
25
|
import '../../isVisible-d1e49905.js';
|
|
@@ -34,12 +34,12 @@ import '../../isAncestor-a446b32f.js';
|
|
|
34
34
|
import '../../OrInputBox-e272cbb2.js';
|
|
35
35
|
import '../../OrInputBox.vue_rollup-plugin-vue_script-770d753e.js';
|
|
36
36
|
import '../../OrLabel-bf7e2ea2.js';
|
|
37
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
37
|
+
import '../../OrDateTimePickerTimeSelect-306515c3.js';
|
|
38
38
|
import '../../useTimeMask-a1c090c1.js';
|
|
39
39
|
import '../../formatTime-3f37a00f.js';
|
|
40
40
|
import '../../OrButton-3a743a90.js';
|
|
41
41
|
import '../../OrButton.vue_rollup-plugin-vue_script-e8900483.js';
|
|
42
42
|
import '../../OrLoader-4ac49224.js';
|
|
43
|
-
import '../../OrMenuItem-
|
|
44
|
-
import '../../OrMenu-
|
|
43
|
+
import '../../OrMenuItem-fd2b15dc.js';
|
|
44
|
+
import '../../OrMenu-c44856c5.js';
|
|
45
45
|
import '../../getCurrentDate-e5a478c3.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrTimeRangePickerV3 } from '../../OrTimeRangePicker-
|
|
1
|
+
export { _ as OrTimeRangePickerV3 } from '../../OrTimeRangePicker-8fe43a23.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../dropdown-open-06d651cf.js';
|
|
4
4
|
import '../../TimeFormat-a7f5565b.js';
|
|
@@ -12,15 +12,15 @@ import '../../useProxyModelValue-940010d2.js';
|
|
|
12
12
|
import '../../useResponsive-1baf3485.js';
|
|
13
13
|
import '@onereach/styles/tailwind/plugins/core';
|
|
14
14
|
import '@onereach/styles/tailwind.config.json';
|
|
15
|
-
import '../../OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
15
|
+
import '../../OrDateTimePicker.vue_rollup-plugin-vue_script-daa48439.js';
|
|
16
16
|
import '../../OrError-b25d782d.js';
|
|
17
17
|
import '../../normalize-component-6e8e3d80.js';
|
|
18
18
|
import '../../OrHint-2fe1157b.js';
|
|
19
|
-
import '../../OrIconButton-
|
|
19
|
+
import '../../OrIconButton-cf8e20e0.js';
|
|
20
20
|
import '../../OrIcon-0a14dafc.js';
|
|
21
|
-
import '../../OrTooltip-
|
|
21
|
+
import '../../OrTooltip-6b185542.js';
|
|
22
22
|
import '../../usePopoverState-5f2cd96f.js';
|
|
23
|
-
import '../../OrPopover-
|
|
23
|
+
import '../../OrPopover-8c1fdbe0.js';
|
|
24
24
|
import '@floating-ui/dom';
|
|
25
25
|
import '../../useElevation-d6b798c5.js';
|
|
26
26
|
import '../../isVisible-d1e49905.js';
|
|
@@ -34,12 +34,12 @@ import '../../isAncestor-a446b32f.js';
|
|
|
34
34
|
import '../../OrInputBox-e272cbb2.js';
|
|
35
35
|
import '../../OrInputBox.vue_rollup-plugin-vue_script-770d753e.js';
|
|
36
36
|
import '../../OrLabel-bf7e2ea2.js';
|
|
37
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
37
|
+
import '../../OrDateTimePickerTimeSelect-306515c3.js';
|
|
38
38
|
import '../../useTimeMask-a1c090c1.js';
|
|
39
39
|
import '../../formatTime-3f37a00f.js';
|
|
40
40
|
import '../../OrButton-3a743a90.js';
|
|
41
41
|
import '../../OrButton.vue_rollup-plugin-vue_script-e8900483.js';
|
|
42
42
|
import '../../OrLoader-4ac49224.js';
|
|
43
|
-
import '../../OrMenuItem-
|
|
44
|
-
import '../../OrMenu-
|
|
43
|
+
import '../../OrMenuItem-fd2b15dc.js';
|
|
44
|
+
import '../../OrMenu-c44856c5.js';
|
|
45
45
|
import '../../getCurrentDate-e5a478c3.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-
|
|
1
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-49cee165.js';
|
|
2
2
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../useToast-5aa9dc05.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
@@ -13,11 +13,11 @@ import '@onereach/styles/tailwind.config.json';
|
|
|
13
13
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
14
14
|
import 'portal-vue';
|
|
15
15
|
import '../../normalize-component-6e8e3d80.js';
|
|
16
|
-
import '../../OrIconButton-
|
|
16
|
+
import '../../OrIconButton-cf8e20e0.js';
|
|
17
17
|
import '../../OrIcon-0a14dafc.js';
|
|
18
|
-
import '../../OrTooltip-
|
|
18
|
+
import '../../OrTooltip-6b185542.js';
|
|
19
19
|
import '../../usePopoverState-5f2cd96f.js';
|
|
20
|
-
import '../../OrPopover-
|
|
20
|
+
import '../../OrPopover-8c1fdbe0.js';
|
|
21
21
|
import '@floating-ui/dom';
|
|
22
22
|
import '../../useResponsive-1baf3485.js';
|
|
23
23
|
import '../../OrBottomSheet-6d6e519a.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as OrToastContainerV3, t as TypesV3 } from '../../../types-
|
|
1
|
+
export { a as OrToastContainerV3, t as TypesV3 } from '../../../types-49cee165.js';
|
|
2
2
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../../useToast-5aa9dc05.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
@@ -13,11 +13,11 @@ import '@onereach/styles/tailwind.config.json';
|
|
|
13
13
|
import '../../../OrTeleport.vue2-424c7f33.js';
|
|
14
14
|
import 'portal-vue';
|
|
15
15
|
import '../../../normalize-component-6e8e3d80.js';
|
|
16
|
-
import '../../../OrIconButton-
|
|
16
|
+
import '../../../OrIconButton-cf8e20e0.js';
|
|
17
17
|
import '../../../OrIcon-0a14dafc.js';
|
|
18
|
-
import '../../../OrTooltip-
|
|
18
|
+
import '../../../OrTooltip-6b185542.js';
|
|
19
19
|
import '../../../usePopoverState-5f2cd96f.js';
|
|
20
|
-
import '../../../OrPopover-
|
|
20
|
+
import '../../../OrPopover-8c1fdbe0.js';
|
|
21
21
|
import '@floating-ui/dom';
|
|
22
22
|
import '../../../useResponsive-1baf3485.js';
|
|
23
23
|
import '../../../OrBottomSheet-6d6e519a.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrTooltipV3 } from '../../OrTooltip-
|
|
1
|
+
export { _ as OrTooltipV3 } from '../../OrTooltip-6b185542.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../TimeFormat-a7f5565b.js';
|
|
4
4
|
import '../../dom-53c9635b.js';
|
|
@@ -8,7 +8,7 @@ import '@vueuse/core';
|
|
|
8
8
|
import '../../usePopoverState-5f2cd96f.js';
|
|
9
9
|
import '@onereach/styles/tailwind/plugins/core';
|
|
10
10
|
import '@onereach/styles/tailwind.config.json';
|
|
11
|
-
import '../../OrPopover-
|
|
11
|
+
import '../../OrPopover-8c1fdbe0.js';
|
|
12
12
|
import '@floating-ui/dom';
|
|
13
13
|
import '../../useElevation-d6b798c5.js';
|
|
14
14
|
import '../../isVisible-d1e49905.js';
|
package/dist/esm/v2/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrAutocompleteV3 } from './OrAutocomplete-
|
|
1
|
+
export { _ as OrAutocompleteV3 } from './OrAutocomplete-b3cbf872.js';
|
|
2
2
|
export { O as OR_AVATAR_SIZE, _ as OrAvatar } from './OrAvatar-c6732f08.js';
|
|
3
3
|
export { a as AvatarColor, A as AvatarSize, _ as OrAvatarV3 } from './OrAvatar-d808f51d.js';
|
|
4
4
|
export { B as BottomSheetVariant, _ as OrBottomSheetV3 } from './OrBottomSheet-6d6e519a.js';
|
|
@@ -11,7 +11,7 @@ export { _ as OrButtonV3 } from './OrButton-3a743a90.js';
|
|
|
11
11
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant } from './OrButton.vue_rollup-plugin-vue_script-e8900483.js';
|
|
12
12
|
export { _ as OrCard } from './OrCard-c44d9783.js';
|
|
13
13
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from './OrCardCollection-a9e0b0c9.js';
|
|
14
|
-
export { C as CardCollectionView, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-
|
|
14
|
+
export { C as CardCollectionView, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-9a111339.js';
|
|
15
15
|
export { C as CardPadding, _ as OrCardV3 } from './OrCard-42359715.js';
|
|
16
16
|
export { _ as OrCheckbox } from './OrCheckbox-b1c8e25e.js';
|
|
17
17
|
export { _ as OrCheckboxGroupV3 } from './OrCheckboxGroup-319908d4.js';
|
|
@@ -25,30 +25,30 @@ export { lintGutter, linter } from '@codemirror/lint';
|
|
|
25
25
|
export { javascript } from '@codemirror/lang-javascript';
|
|
26
26
|
export { json, jsonParseLinter } from '@codemirror/lang-json';
|
|
27
27
|
export { html } from '@codemirror/lang-html';
|
|
28
|
-
export { C as CodeLanguage, _ as OrCodeV3 } from './OrCode-
|
|
28
|
+
export { C as CodeLanguage, _ as OrCodeV3 } from './OrCode-59cbe0da.js';
|
|
29
29
|
export { EditorView } from '@codemirror/view';
|
|
30
30
|
export { EditorState } from '@codemirror/state';
|
|
31
31
|
export { _ as OrCollapse } from './OrCollapse-74fb2ccd.js';
|
|
32
32
|
export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-e3d35403.js';
|
|
33
33
|
export { _ as OrCombinedInputV3 } from './OrCombinedInput-4b19d4b3.js';
|
|
34
34
|
export { _ as OrConfirm } from './OrConfirm-4b5fdad4.js';
|
|
35
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
36
|
-
export { _ as OrContextMenuV3 } from './OrContextMenu-
|
|
37
|
-
export { _ as OrDataGridV3 } from './OrDataGrid-
|
|
35
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-b97c00de.js';
|
|
36
|
+
export { _ as OrContextMenuV3 } from './OrContextMenu-180a83f8.js';
|
|
37
|
+
export { _ as OrDataGridV3 } from './OrDataGrid-6ee19cfb.js';
|
|
38
38
|
export { D as DataGridVariant } from './OrDataGridToolbar-22ef4afa.js';
|
|
39
|
-
export { _ as OrDateFormatV3 } from './OrDateFormat-
|
|
40
|
-
export { _ as OrDatePickerV3 } from './OrDatePicker-
|
|
41
|
-
export { _ as OrDateRangePickerV3 } from './OrDateRangePicker-
|
|
42
|
-
export { _ as OrDateTimeFormatV3 } from './OrDateTimeFormat-
|
|
39
|
+
export { _ as OrDateFormatV3 } from './OrDateFormat-5122f872.js';
|
|
40
|
+
export { _ as OrDatePickerV3 } from './OrDatePicker-83367e4e.js';
|
|
41
|
+
export { _ as OrDateRangePickerV3 } from './OrDateRangePicker-b1d53f5c.js';
|
|
42
|
+
export { _ as OrDateTimeFormatV3 } from './OrDateTimeFormat-c92fb2c6.js';
|
|
43
43
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-39a19604.js';
|
|
44
|
-
export { _ as OrDateTimePickerV3 } from './OrDateTimePicker-
|
|
45
|
-
export { _ as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, f as OrDateTimePickerTimeControl, g as OrDateTimePickerTimeSelect } from './OrDateTimePickerTimeSelect-
|
|
44
|
+
export { _ as OrDateTimePickerV3 } from './OrDateTimePicker-30029c9d.js';
|
|
45
|
+
export { _ as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, f as OrDateTimePickerTimeControl, g as OrDateTimePickerTimeSelect } from './OrDateTimePickerTimeSelect-306515c3.js';
|
|
46
46
|
export { f as formatDate, a as formatTime } from './formatTime-3f37a00f.js';
|
|
47
47
|
export { f as formatMobileDate, a as formatMobileTime, g as getCurrentDate } from './getCurrentDate-e5a478c3.js';
|
|
48
48
|
export { g as getNextMonthDate } from './getNextMonthDate-8ec29631.js';
|
|
49
49
|
export { D as DropAreaSize, _ as OrDropAreaV3 } from './OrDropArea-b93f4f69.js';
|
|
50
50
|
export { a as approximateFileSize } from './approximateFileSize-a48b356b.js';
|
|
51
|
-
export { E as EditorTabsOverflow, _ as OrEditorTabsV3 } from './OrEditorTabs-
|
|
51
|
+
export { E as EditorTabsOverflow, _ as OrEditorTabsV3 } from './OrEditorTabs-671aa50b.js';
|
|
52
52
|
export { E as EmptyStateSize, _ as OrEmptyStateV3 } from './OrEmptyState-186f7abc.js';
|
|
53
53
|
export { _ as OrError } from './OrError-efc74907.js';
|
|
54
54
|
export { _ as OrErrorTagV3 } from './OrErrorTag-fb59988e.js';
|
|
@@ -60,38 +60,38 @@ export { F as FormGroupDirection, _ as OrFormGroupV3 } from './OrFormGroup-a814b
|
|
|
60
60
|
export { _ as OrHint } from './OrHint-7eadc91e.js';
|
|
61
61
|
export { _ as OrHintV3 } from './OrHint-2fe1157b.js';
|
|
62
62
|
export { _ as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-9ca8a36f.js';
|
|
63
|
-
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-
|
|
63
|
+
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-cf8e20e0.js';
|
|
64
64
|
export { a as IconSize, I as IconVariant, _ as OrIconV3 } from './OrIcon-0a14dafc.js';
|
|
65
65
|
export { I as InlineInputBoxSize, _ as OrInlineInputBoxV3 } from './OrInlineInputBox-b4cf1583.js';
|
|
66
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-
|
|
66
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-e322dd32.js';
|
|
67
67
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-f8416eb6.js';
|
|
68
|
-
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-
|
|
68
|
+
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-10807cbe.js';
|
|
69
69
|
export { _ as OrInput } from './OrInput-fe0e651a.js';
|
|
70
70
|
export { _ as OrInputBoxV3 } from './OrInputBox-e272cbb2.js';
|
|
71
71
|
export { a as InputBoxSize, I as InputBoxVariant } from './OrInputBox.vue_rollup-plugin-vue_script-770d753e.js';
|
|
72
|
-
export { I as InputType, _ as OrInputV3 } from './OrInput-
|
|
72
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-d331e530.js';
|
|
73
73
|
export { _ as OrLabel } from './OrLabel-fcceec1b.js';
|
|
74
74
|
export { L as LabelVariant, _ as OrLabelV3 } from './OrLabel-bf7e2ea2.js';
|
|
75
75
|
export { L as LinkColor, _ as OrLinkV3 } from './OrLink-30283089.js';
|
|
76
76
|
export { _ as OrList } from './OrList-24c2dc67.js';
|
|
77
77
|
export { _ as OrListOfInputs } from './OrListOfInputs-8fe8a224.js';
|
|
78
|
-
export { _ as OrListV3 } from './OrList-
|
|
78
|
+
export { _ as OrListV3 } from './OrList-6c72887a.js';
|
|
79
79
|
export { _ as OrListItem } from './OrListItem-1b4b8db3.js';
|
|
80
80
|
export { L as LoaderViews, _ as OrLoader } from './OrLoader-84230be7.js';
|
|
81
81
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from './OrLoader-4ac49224.js';
|
|
82
|
-
export { _ as OrMenuItemV3 } from './OrMenuItem-
|
|
83
|
-
export { _ as OrMenuV3 } from './OrMenu-
|
|
82
|
+
export { _ as OrMenuItemV3 } from './OrMenuItem-fd2b15dc.js';
|
|
83
|
+
export { _ as OrMenuV3 } from './OrMenu-c44856c5.js';
|
|
84
84
|
export { _ as OrModal, O as OrModalSizes } from './OrModal-45dc20fb.js';
|
|
85
|
-
export { M as ModalSize, _ as OrModalV3 } from './OrModal-
|
|
85
|
+
export { M as ModalSize, _ as OrModalV3 } from './OrModal-0e9e2428.js';
|
|
86
86
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from './OrNotification-b69a4012.js';
|
|
87
|
-
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-
|
|
87
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-0d387b77.js';
|
|
88
88
|
export { _ as OrNumberInput } from './OrNumberInput-b00163b4.js';
|
|
89
89
|
export { _ as OrOverflowMenu } from './OrOverflowMenu-7be5525a.js';
|
|
90
90
|
export { _ as OrOverlay } from './OrOverlay-ccec2218.js';
|
|
91
91
|
export { _ as OrOverlayV3 } from './OrOverlay-23008721.js';
|
|
92
|
-
export { _ as OrPaginationV3 } from './OrPagination-
|
|
92
|
+
export { _ as OrPaginationV3 } from './OrPagination-5c65a29b.js';
|
|
93
93
|
export { _ as OrPassword } from './OrPassword-d530c522.js';
|
|
94
|
-
export { _ as OrPopoverV3, a as PopoverPlacement, P as PopoverVariant } from './OrPopover-
|
|
94
|
+
export { _ as OrPopoverV3, a as PopoverPlacement, P as PopoverVariant } from './OrPopover-8c1fdbe0.js';
|
|
95
95
|
export { i as isPrevented } from './isPrevented-b151a948.js';
|
|
96
96
|
export { _ as OrProgress, O as OrProgressColors, a as OrProgressTypes } from './OrProgress-8a37f30d.js';
|
|
97
97
|
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-069233ff.js';
|
|
@@ -99,17 +99,17 @@ export { _ as OrRadio } from './OrRadio-811ad5a4.js';
|
|
|
99
99
|
export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
|
|
100
100
|
export { _ as OrRadioGroupV3 } from './OrRadioGroup-9d01d97d.js';
|
|
101
101
|
export { _ as OrRadioV3 } from './OrRadio-b014fb70.js';
|
|
102
|
-
export { _ as OrRangeSliderV3 } from './OrRangeSlider-
|
|
102
|
+
export { _ as OrRangeSliderV3 } from './OrRangeSlider-82d4ddf9.js';
|
|
103
103
|
export { _ as OrRatingV3, R as RatingVariant } from './OrRating-6ece9d3a.js';
|
|
104
|
-
export { _ as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement } from './OrResizeablePanel-
|
|
105
|
-
export { F as Formats, _ as OrRichTextEditorV3 } from './OrRichTextEditor-
|
|
104
|
+
export { _ as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement } from './OrResizeablePanel-99fa2935.js';
|
|
105
|
+
export { F as Formats, _ as OrRichTextEditorV3 } from './OrRichTextEditor-e629499e.js';
|
|
106
106
|
export { _ as OrSearch } from './OrSearch-3f55fbee.js';
|
|
107
|
-
export { _ as OrSearchV3 } from './OrSearch-
|
|
107
|
+
export { _ as OrSearchV3 } from './OrSearch-5e325974.js';
|
|
108
108
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-5ee7098e.js';
|
|
109
109
|
export { _ as OrSelect } from './OrSelect-629c42c0.js';
|
|
110
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
110
|
+
export { _ as OrSelectV3 } from './OrSelect-10d40af7.js';
|
|
111
111
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-054b26c6.js';
|
|
112
|
-
export { _ as OrSidebarV3, S as SidebarPlacement } from './props-
|
|
112
|
+
export { _ as OrSidebarV3, S as SidebarPlacement } from './props-4e51ba33.js';
|
|
113
113
|
export { _ as OrSkeletonCircle } from './OrSkeletonCircle-c4bf0e34.js';
|
|
114
114
|
export { _ as OrSkeletonRect } from './OrSkeletonRect-79162a84.js';
|
|
115
115
|
export { _ as OrSkeletonText } from './OrSkeletonText-202a4282.js';
|
|
@@ -118,9 +118,9 @@ export { _ as OrSkeletonCircleV3 } from './OrSkeletonCircle-52dcaa5f.js';
|
|
|
118
118
|
export { _ as OrSkeletonRectV3 } from './OrSkeletonRect-b4171d30.js';
|
|
119
119
|
export { _ as OrSkeletonTextV3 } from './OrSkeletonText-1939c509.js';
|
|
120
120
|
export { _ as OrSlider } from './OrSlider-baad996a.js';
|
|
121
|
-
export { _ as OrSliderV3 } from './OrSlider-
|
|
122
|
-
export { S as SliderColor, a as SliderOrientation } from './OrSlider.vue_rollup-plugin-vue_script-
|
|
123
|
-
export { _ as OrSortingV3 } from './OrSorting-
|
|
121
|
+
export { _ as OrSliderV3 } from './OrSlider-215e4f42.js';
|
|
122
|
+
export { S as SliderColor, a as SliderOrientation } from './OrSlider.vue_rollup-plugin-vue_script-75e1b689.js';
|
|
123
|
+
export { _ as OrSortingV3 } from './OrSorting-4cddb9e5.js';
|
|
124
124
|
export { _ as OrStatusV3, a as StatusSize, S as StatusVariant } from './OrStatus-d723d9ae.js';
|
|
125
125
|
export { _ as OrStepper } from './OrStepper-2404afa0.js';
|
|
126
126
|
export { _ as OrSwitch } from './OrSwitch-309854a8.js';
|
|
@@ -129,27 +129,27 @@ export { _ as OrTab } from './OrTab-58821c9b.js';
|
|
|
129
129
|
export { _ as OrTabHeaderItem } from './OrTabHeaderItem-424f2986.js';
|
|
130
130
|
export { _ as OrTabV3 } from './OrTab-a878c950.js';
|
|
131
131
|
export { _ as OrTabs } from './OrTabs-62e7e478.js';
|
|
132
|
-
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-
|
|
132
|
+
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-d063bd59.js';
|
|
133
133
|
export { _ as OrTag } from './OrTag-9abb4fc7.js';
|
|
134
|
-
export { _ as OrTagInputV3 } from './OrTagInput-
|
|
135
|
-
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-
|
|
136
|
-
export { _ as OrTagsV3, T as TagsOverflow } from './OrTags-
|
|
134
|
+
export { _ as OrTagInputV3 } from './OrTagInput-89d34eb1.js';
|
|
135
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-268c918e.js';
|
|
136
|
+
export { _ as OrTagsV3, T as TagsOverflow } from './OrTags-593a70c0.js';
|
|
137
137
|
export { _ as OrTeleport } from './OrTeleport.vue2-f0c16c71.js';
|
|
138
138
|
export { _ as OrTeleportV3 } from './OrTeleport.vue2-424c7f33.js';
|
|
139
139
|
export { _ as OrTextV3 } from './OrText-cab6adea.js';
|
|
140
140
|
export { _ as OrTextarea } from './OrTextarea-dcc05c53.js';
|
|
141
141
|
export { _ as OrTextareaV3 } from './OrTextarea-ab686250.js';
|
|
142
142
|
export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-32ce0e95.js';
|
|
143
|
-
export { _ as OrTimeFormatV3 } from './OrTimeFormat-
|
|
144
|
-
export { _ as OrTimePickerV3 } from './OrTimePicker-
|
|
145
|
-
export { _ as OrTimeRangePickerV3 } from './OrTimeRangePicker-
|
|
143
|
+
export { _ as OrTimeFormatV3 } from './OrTimeFormat-3b652732.js';
|
|
144
|
+
export { _ as OrTimePickerV3 } from './OrTimePicker-bc3692e6.js';
|
|
145
|
+
export { _ as OrTimeRangePickerV3 } from './OrTimeRangePicker-8fe43a23.js';
|
|
146
146
|
export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-d1f7f042.js';
|
|
147
147
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-05a9c81b.js';
|
|
148
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-
|
|
148
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-49cee165.js';
|
|
149
149
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-5aa9dc05.js';
|
|
150
150
|
export { _ as OrTooltip } from './OrTooltip-c4ea3c4c.js';
|
|
151
151
|
export { _ as OrTooltipContent } from './OrTooltipContent-57a25502.js';
|
|
152
|
-
export { _ as OrTooltipV3 } from './OrTooltip-
|
|
152
|
+
export { _ as OrTooltipV3 } from './OrTooltip-6b185542.js';
|
|
153
153
|
export { _ as OrTreeV3, T as TreeNodeDropPosition } from './OrTree-86d380a6.js';
|
|
154
154
|
export { D as DropdownClose, a as DropdownOpen } from './dropdown-open-06d651cf.js';
|
|
155
155
|
export { g as getItemByValue } from './getItemByValue-be7353df.js';
|
|
@@ -196,9 +196,9 @@ import '@codemirror/lang-markdown';
|
|
|
196
196
|
import '@codemirror/language';
|
|
197
197
|
import '@lezer/highlight';
|
|
198
198
|
import '@vueuse/math';
|
|
199
|
-
import './OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
199
|
+
import './OrDateTimePicker.vue_rollup-plugin-vue_script-daa48439.js';
|
|
200
200
|
import 'lodash/padStart';
|
|
201
|
-
import './OrEditorTabsItem-
|
|
201
|
+
import './OrEditorTabsItem-dbe11e0a.js';
|
|
202
202
|
import '@floating-ui/dom';
|
|
203
203
|
import './OrTooltip.vue_rollup-plugin-vue_styles.0-17bf2eac.js';
|
|
204
204
|
import 'lodash/isNil';
|
|
@@ -234,7 +234,7 @@ import './codemirrorView-7e243a9d.js';
|
|
|
234
234
|
import 'prosemirror-state';
|
|
235
235
|
import 'prosemirror-commands';
|
|
236
236
|
import 'lodash/keyBy';
|
|
237
|
-
import './OrSelectMultipleControl-
|
|
237
|
+
import './OrSelectMultipleControl-ae6b1e26.js';
|
|
238
238
|
import './OrSelectControlInput-4bc1ab84.js';
|
|
239
239
|
import './OrSelectPlaceholder-a6caa9e0.js';
|
|
240
240
|
import './OrSelectSingleControl-8c779f63.js';
|
|
@@ -5,7 +5,7 @@ import '@vueuse/core';
|
|
|
5
5
|
import { u as usePopoverState } from './usePopoverState-5f2cd96f.js';
|
|
6
6
|
import '@onereach/styles/tailwind/plugins/core';
|
|
7
7
|
import '@onereach/styles/tailwind.config.json';
|
|
8
|
-
import { R as ResizeablePanelPadding, _ as __vue_component__$1 } from './OrResizeablePanel-
|
|
8
|
+
import { R as ResizeablePanelPadding, _ as __vue_component__$1 } from './OrResizeablePanel-99fa2935.js';
|
|
9
9
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
10
10
|
|
|
11
11
|
const Sidebar = [
|