@onereach/ui-components 16.1.0 → 16.1.2
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/OrButtonV3/OrButton.js +7 -5
- package/dist/bundled/v2/components/OrButtonV3/OrButton.vue.d.ts +1 -0
- package/dist/bundled/v2/components/OrButtonV3/styles.d.ts +1 -0
- package/dist/bundled/v2/components/OrButtonV3/styles.js +7 -1
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +12 -4
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.vue.d.ts +10 -0
- package/dist/bundled/v2/components/OrDataGridV3/OrDataGrid.js +1 -1
- package/dist/bundled/v2/components/OrDataGridV3/index.js +1 -1
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +2 -2
- package/dist/bundled/v2/components/OrDateRangePickerV3/OrDateRangePicker.js +2 -2
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +3 -3
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +3 -3
- 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/OrTimePickerV3/OrTimePicker.js +2 -2
- package/dist/bundled/v2/components/OrTimeRangePickerV3/OrTimeRangePicker.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.js +6 -6
- package/dist/bundled/v2/index.js +6 -6
- 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-b912d7e2.js → OrAutocompleteV3-489c3c8b.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-13d18f5d.js → OrBottomSheetV3-05290f81.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-b2732c14.js → OrButtonGroupV3-92939650.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-3eb8d2a8.js → OrButtonV2-aac21445.js} +1 -1
- package/dist/bundled/v3/components/OrButtonV3/OrButton.js +1 -1
- package/dist/bundled/v3/components/OrButtonV3/OrButton.vue.d.ts +1 -0
- 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.d.ts +1 -0
- package/dist/bundled/v3/components/OrButtonV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrButtonV3-4a43411c.js → OrButtonV3-ac61b0ba.js} +17 -8
- 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-d6f97c4d.js → OrCardCollectionV3-a3072ca2.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-84dccc22.js → OrCheckboxTreeV3-f24a2deb.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-d7043c3b.js → OrCheckboxV3-92a3b356.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-9a3fb536.js → OrChips-fbdb4732.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-4c11f20d.js → OrCode-b2eacc90.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-e36cb3fe.js → OrCodeV3-95f22d73.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-ffaccd9b.js → OrColorPicker-e47002da.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-d3d25ed2.js → OrConfirm-64cf7569.js} +4 -4
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +1 -1
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.vue.d.ts +10 -0
- 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-bd246c3b.js → OrConfirmV3-15f3041e.js} +18 -10
- 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-73ef1124.js → OrDataGridV3-c33fee34.js} +11 -11
- 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-8d3e15f4.js → OrDateFormatV3-c812a482.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-2397c1e7.js → OrDatePickerV3-06ecdc00.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-3c654c72.js → OrDateRangePickerV3-44d272c2.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-d68340d1.js → OrDateTimeFormatV3-b094e561.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-ef82837f.js → OrDateTimePicker-da851d69.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-e84f1d61.js → OrDateTimePickerV3-448047da.js} +5 -5
- package/dist/bundled/v3/components/OrDrawerV3/OrDrawer.js +1 -1
- package/dist/bundled/v3/components/OrDrawerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDrawerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrDrawerV3-77ab3fbf.js → OrDrawerV3-82e63317.js} +2 -2
- 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-303fb130.js → OrEditorTabsV3-c58009d3.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/OrFilterPopoverV3/OrFilterPopover.js +1 -1
- package/dist/bundled/v3/components/OrFilterPopoverV3/index.js +1 -1
- package/dist/bundled/v3/components/OrFilterPopoverV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrFilterPopoverV3-9b3a8d9d.js → OrFilterPopoverV3-e4f00c03.js} +3 -3
- package/dist/bundled/v3/components/OrFilterTriggerV3/OrFilterTrigger.js +1 -1
- package/dist/bundled/v3/components/OrFilterTriggerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrFilterTriggerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrFilterTriggerV3-a156b8d9.js → OrFilterTriggerV3-d0c2bc74.js} +1 -1
- package/dist/bundled/v3/components/OrFilterV3/OrFilter.js +1 -1
- package/dist/bundled/v3/components/OrFilterV3/index.js +1 -1
- package/dist/bundled/v3/components/OrFilterV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrFilterV3-e4c83c75.js → OrFilterV3-ed560f78.js} +2 -2
- 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-9bfc9da3.js → OrFloating-cfd1a2b4.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-8c92b8a7.js → OrIconButtonV3-e0dda634.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-4b3ec39a.js → OrInlineInputV3-7c6be653.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-c7f56c0e.js → OrInlineTextareaV3-deb81229.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-c890e686.js → OrInputV3-5dc0f1ec.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-7c42da6e.js → OrList-8a305552.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-596a6478.js → OrListV3-06a7023b.js} +3 -3
- 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-e0248526.js → OrLoaderV3-a5a91b27.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-5e29e31c.js → OrMenuItemV3-de4e7a53.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-9f84cd94.js → OrMenuV3-66b70729.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-165bd9ba.js → OrModal-9aa39c8f.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-759e3e7d.js → OrModalV3-46380111.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-8244f0e4.js → OrNotificationV3-3a32468a.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-1a76afdb.js → OrOverlayV3-d84429e1.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-3d07bc7d.js → OrPaginationV3-d2b3622a.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-638f17a8.js → OrPopoverV3-72bda364.js} +3 -3
- package/dist/bundled/v3/components/OrProgress/OrProgress.js +1 -1
- package/dist/bundled/v3/components/OrProgress/constants.js +1 -1
- package/dist/bundled/v3/components/OrProgress/index.js +1 -1
- package/dist/bundled/v3/components/{OrProgress-dbfcf8ec.js → OrProgress-89394e1c.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-5eecdd6c.js → OrProgressV3-3b0ae694.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-6cc1d838.js → OrRadio-4bf8cd27.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-aae58995.js → OrRadioV3-e1fbc70e.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-6deedcb8.js → OrRangeSliderV3-22ca753c.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-50c2b5c8.js → OrResizeablePanelV3-96d4de8b.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-05366958.js → OrRichTextEditorV3-be9fa017.js} +12 -12
- package/dist/bundled/v3/components/OrRichTooltipV3/OrRichTooltip.js +1 -1
- package/dist/bundled/v3/components/OrRichTooltipV3/index.js +1 -1
- package/dist/bundled/v3/components/OrRichTooltipV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrRichTooltipV3-d72f2d12.js → OrRichTooltipV3-a121da0b.js} +2 -2
- 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-5d906fe5.js → OrSelect-9f2c6ce9.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-d59b1dbf.js → OrSelectV3-0c15392f.js} +9 -9
- 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-2f724821.js → OrSidebarV3-347e84ef.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-324f1be0.js → OrSkeleton-a1779c0f.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-258c665a.js → OrSkeletonV3-4b09b945.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-015c6047.js → OrSliderV3-d8465a1f.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-d3e3043f.js → OrSortingV3-59fcc9cc.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-0ee832ec.js → OrStatusV3-58cbbbff.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-b6b8544e.js → OrSwitchV3-0e80b765.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-f52e30c8.js → OrTabsV3-469ebd99.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-d117c17f.js → OrTagInputV3-0c7c386c.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-ec4929c1.js → OrTagV3-82913ab5.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-dd7964a6.js → OrTagsV3-14eaafd9.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-1c66b806.js → OrTextareaV3-32ea56c2.js} +2 -2
- package/dist/bundled/v3/components/OrTextbox/index.js +1 -1
- package/dist/bundled/v3/components/OrTimeFormatV3/OrTimeFormat.js +1 -1
- package/dist/bundled/v3/components/OrTimeFormatV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTimeFormatV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTimeFormatV3-66ea0082.js → OrTimeFormatV3-832c3041.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-04f821b8.js → OrTimePickerV3-1909fd01.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-b76c52c0.js → OrTimeRangePickerV3-15e60bee.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-d9a49b75.js → OrToast-2262c873.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-7e12fb26.js → OrToastV3-804f3d1d.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-54857aa7.js → OrTooltipV3-c248835e.js} +1 -1
- package/dist/bundled/v3/components/OrTreeV3/index.js +2 -2
- package/dist/bundled/v3/components/index.js +73 -73
- package/dist/bundled/v3/hooks/useOverflow.js +1 -1
- package/dist/bundled/v3/hooks/usePopoverState.js +1 -1
- package/dist/bundled/v3/hooks/useResponsive/useResponsive.js +1 -1
- package/dist/bundled/v3/index.js +74 -74
- package/dist/bundled/v3/utils/functions/dom.js +3 -3
- package/dist/esm/v2/{OrAutocomplete-2c61b309.js → OrAutocomplete-f7cd1259.js} +2 -2
- package/dist/esm/v2/{OrButton-83527d3a.js → OrButton-b2ede72c.js} +5 -5
- package/dist/esm/v2/{OrButton.vue_rollup-plugin-vue_script-9cb8dd9d.js → OrButton.vue_rollup-plugin-vue_script-4c5d99fd.js} +8 -0
- package/dist/esm/v2/{OrButtonGroup-353a9cbf.js → OrButtonGroup-7502aa0a.js} +1 -1
- package/dist/esm/v2/{OrCardCollection-40ef68e1.js → OrCardCollection-642b9e6c.js} +1 -1
- package/dist/esm/v2/{OrCheckboxGroup-870b4b29.js → OrCheckboxGroup-53ab7cf7.js} +1 -1
- package/dist/esm/v2/{OrCheckboxTree-13146908.js → OrCheckboxTree-0f67e9c9.js} +2 -2
- package/dist/esm/v2/{OrConfirm-704f07a8.js → OrConfirm-5aa5f76c.js} +14 -6
- package/dist/esm/v2/{OrDataGrid-2157b4bd.js → OrDataGrid-6461fca4.js} +2 -2
- package/dist/esm/v2/{OrDataGridToolbar-eed18bd4.js → OrDataGridToolbar-462aec20.js} +6 -6
- package/dist/esm/v2/{OrDateFormat-d86b3bee.js → OrDateFormat-088738c0.js} +2 -2
- package/dist/esm/v2/{OrDatePicker-80ed1648.js → OrDatePicker-4ae7f854.js} +2 -2
- package/dist/esm/v2/{OrDateRangePicker-f40c70ae.js → OrDateRangePicker-245101c2.js} +2 -2
- package/dist/esm/v2/{OrDateTimeFormat-6c9dbeeb.js → OrDateTimeFormat-4e9a9e37.js} +2 -2
- package/dist/esm/v2/{OrDateTimePicker-400d155a.js → OrDateTimePicker-d9cfeb43.js} +1 -1
- package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-212ca00f.js → OrDateTimePicker.vue_rollup-plugin-vue_script-65e09070.js} +1 -1
- package/dist/esm/v2/{OrDateTimePickerTimeSelect-e894ac89.js → OrDateTimePickerTimeSelect-ebab0e36.js} +2 -2
- package/dist/esm/v2/{OrFilter-91450b32.js → OrFilter-18b87a89.js} +1 -1
- package/dist/esm/v2/{OrFilterPopover-381cc9d0.js → OrFilterPopover-74c2bd59.js} +2 -2
- package/dist/esm/v2/{OrList-86b9b4df.js → OrList-1090e542.js} +2 -2
- package/dist/esm/v2/{OrPagination-8eba9fe5.js → OrPagination-afc4679e.js} +2 -2
- package/dist/esm/v2/{OrRichTextEditor-48b935ce.js → OrRichTextEditor-fbecf65d.js} +2 -2
- package/dist/esm/v2/{OrSelect-e1556979.js → OrSelect-c1fbbede.js} +2 -2
- package/dist/esm/v2/{OrSelectMultipleControl-f3f7aebc.js → OrSelectMultipleControl-6ee10a0b.js} +1 -1
- package/dist/esm/v2/{OrSorting-fc23364b.js → OrSorting-a82d0ed4.js} +2 -2
- package/dist/esm/v2/{OrTagInput-5d9c2cf5.js → OrTagInput-fc63bc2a.js} +1 -1
- package/dist/esm/v2/{OrTags-42a70543.js → OrTags-34ac7cc4.js} +2 -2
- package/dist/esm/v2/{OrTimeFormat-a1ec0173.js → OrTimeFormat-649f0557.js} +2 -2
- package/dist/esm/v2/{OrTimePicker-16ff0388.js → OrTimePicker-580922aa.js} +2 -2
- package/dist/esm/v2/{OrTimeRangePicker-95493bc7.js → OrTimeRangePicker-f7b77de1.js} +2 -2
- package/dist/esm/v2/{OrTree-3077a907.js → OrTree-1ef657ca.js} +2 -2
- package/dist/esm/v2/components/index.js +31 -31
- package/dist/esm/v2/components/or-autocomplete-v3/index.js +5 -5
- package/dist/esm/v2/components/or-button-group-v3/index.js +2 -2
- package/dist/esm/v2/components/or-button-v3/OrButton.vue.d.ts +1 -0
- package/dist/esm/v2/components/or-button-v3/index.js +2 -2
- package/dist/esm/v2/components/or-button-v3/styles.d.ts +1 -0
- package/dist/esm/v2/components/or-card-collection-v3/index.js +4 -4
- package/dist/esm/v2/components/or-checkbox-group-v3/index.js +4 -4
- package/dist/esm/v2/components/or-checkbox-tree-v3/index.js +3 -3
- package/dist/esm/v2/components/or-confirm-v3/OrConfirm.vue.d.ts +10 -0
- package/dist/esm/v2/components/or-confirm-v3/index.js +3 -3
- package/dist/esm/v2/components/or-data-grid-v3/index.js +14 -14
- package/dist/esm/v2/components/or-data-grid-v3/partials/index.js +12 -12
- package/dist/esm/v2/components/or-date-format-v3/index.js +5 -5
- package/dist/esm/v2/components/or-date-picker-v3/index.js +5 -5
- package/dist/esm/v2/components/or-date-range-picker-v3/index.js +5 -5
- package/dist/esm/v2/components/or-date-time-format-v3/index.js +5 -5
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +5 -5
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/index.js +3 -3
- package/dist/esm/v2/components/or-filter-popover-v3/index.js +3 -3
- package/dist/esm/v2/components/or-filter-v3/index.js +4 -4
- package/dist/esm/v2/components/or-list-v3/index.js +3 -3
- package/dist/esm/v2/components/or-pagination-v3/index.js +3 -3
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +3 -3
- package/dist/esm/v2/components/or-select-v3/index.js +5 -5
- package/dist/esm/v2/components/or-select-v3/partials/index.js +4 -4
- package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/index.js +4 -4
- package/dist/esm/v2/components/or-sorting-v3/index.js +3 -3
- package/dist/esm/v2/components/or-tag-input-v3/index.js +4 -4
- package/dist/esm/v2/components/or-tags-v3/index.js +3 -3
- package/dist/esm/v2/components/or-time-format-v3/index.js +5 -5
- package/dist/esm/v2/components/or-time-picker-v3/index.js +5 -5
- package/dist/esm/v2/components/or-time-range-picker-v3/index.js +5 -5
- package/dist/esm/v2/components/or-tree-v3/index.js +3 -3
- package/dist/esm/v2/index.js +31 -31
- package/dist/esm/v3/{OrAutocomplete-36ea1cd2.js → OrAutocomplete-4ebb9e1d.js} +2 -2
- package/dist/esm/v3/{OrButton-1a1f7255.js → OrButton-e997c224.js} +15 -6
- package/dist/esm/v3/{OrButtonGroup-7d496373.js → OrButtonGroup-5b5c0690.js} +1 -1
- package/dist/esm/v3/{OrCardCollection-9db013d5.js → OrCardCollection-42ed704c.js} +1 -1
- package/dist/esm/v3/{OrCheckboxGroup-7d7c21d0.js → OrCheckboxGroup-a506ccd5.js} +1 -1
- package/dist/esm/v3/{OrCheckboxTree-ee736c1c.js → OrCheckboxTree-65d7b19b.js} +1 -1
- package/dist/esm/v3/{OrConfirm-25ac8fb4.js → OrConfirm-aa2ea8b3.js} +14 -6
- package/dist/esm/v3/{OrDataGrid-afced5b1.js → OrDataGrid-550f18b2.js} +2 -2
- package/dist/esm/v3/{OrDataGridToolbar-8282c98f.js → OrDataGridToolbar-a4871539.js} +6 -6
- package/dist/esm/v3/{OrDateFormat-fa5cb24e.js → OrDateFormat-a7f36236.js} +2 -2
- package/dist/esm/v3/{OrDatePicker-a9faa75a.js → OrDatePicker-3f64e170.js} +2 -2
- package/dist/esm/v3/{OrDateRangePicker-f0509cf9.js → OrDateRangePicker-d5cd11d1.js} +2 -2
- package/dist/esm/v3/{OrDateTimeFormat-a64fae37.js → OrDateTimeFormat-929ff4a6.js} +2 -2
- package/dist/esm/v3/{OrDateTimePicker-a794ed01.js → OrDateTimePicker-c90953ea.js} +1 -1
- package/dist/esm/v3/{OrDateTimePickerTimeSelect-2e9eb896.js → OrDateTimePickerTimeSelect-149ec6c0.js} +1 -1
- package/dist/esm/v3/{OrFilter-68c0355f.js → OrFilter-5ec823c1.js} +1 -1
- package/dist/esm/v3/{OrFilterPopover-e7dde291.js → OrFilterPopover-564e4997.js} +1 -1
- package/dist/esm/v3/{OrList-401c3455.js → OrList-14d8cf31.js} +1 -1
- package/dist/esm/v3/{OrPagination-dd2e3594.js → OrPagination-544f2d50.js} +1 -1
- package/dist/esm/v3/{OrRichTextEditor-10431839.js → OrRichTextEditor-4ec30209.js} +1 -1
- package/dist/esm/v3/{OrSelect-24b7538f.js → OrSelect-9347b36b.js} +2 -2
- package/dist/esm/v3/{OrSelectMultipleControl-d57bb904.js → OrSelectMultipleControl-274c9752.js} +1 -1
- package/dist/esm/v3/{OrSorting-71989785.js → OrSorting-c946c7a3.js} +1 -1
- package/dist/esm/v3/{OrTagInput-7180d576.js → OrTagInput-e3686f04.js} +1 -1
- package/dist/esm/v3/{OrTags-2b333e56.js → OrTags-44507e58.js} +1 -1
- package/dist/esm/v3/{OrTimeFormat-f923a263.js → OrTimeFormat-a9fb9afb.js} +2 -2
- package/dist/esm/v3/{OrTimePicker-aef3f99a.js → OrTimePicker-54206397.js} +2 -2
- package/dist/esm/v3/{OrTimeRangePicker-2324abdb.js → OrTimeRangePicker-8396e1ad.js} +2 -2
- package/dist/esm/v3/{OrTree-867a1870.js → OrTree-f97c9a08.js} +1 -1
- package/dist/esm/v3/components/index.js +29 -29
- package/dist/esm/v3/components/or-autocomplete-v3/index.js +4 -4
- package/dist/esm/v3/components/or-button-group-v3/index.js +2 -2
- package/dist/esm/v3/components/or-button-v3/OrButton.vue.d.ts +1 -0
- package/dist/esm/v3/components/or-button-v3/index.js +1 -1
- package/dist/esm/v3/components/or-button-v3/styles.d.ts +1 -0
- package/dist/esm/v3/components/or-card-collection-v3/index.js +3 -3
- package/dist/esm/v3/components/or-checkbox-group-v3/index.js +3 -3
- package/dist/esm/v3/components/or-checkbox-tree-v3/index.js +2 -2
- package/dist/esm/v3/components/or-confirm-v3/OrConfirm.vue.d.ts +10 -0
- package/dist/esm/v3/components/or-confirm-v3/index.js +2 -2
- package/dist/esm/v3/components/or-data-grid-v3/index.js +12 -12
- package/dist/esm/v3/components/or-data-grid-v3/partials/index.js +10 -10
- 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-filter-popover-v3/index.js +2 -2
- package/dist/esm/v3/components/or-filter-v3/index.js +3 -3
- package/dist/esm/v3/components/or-list-v3/index.js +2 -2
- package/dist/esm/v3/components/or-pagination-v3/index.js +2 -2
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +2 -2
- package/dist/esm/v3/components/or-select-v3/index.js +4 -4
- package/dist/esm/v3/components/or-select-v3/partials/index.js +3 -3
- package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/index.js +3 -3
- package/dist/esm/v3/components/or-sorting-v3/index.js +2 -2
- package/dist/esm/v3/components/or-tag-input-v3/index.js +3 -3
- package/dist/esm/v3/components/or-tags-v3/index.js +2 -2
- 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/components/or-tree-v3/index.js +2 -2
- package/dist/esm/v3/index.js +29 -29
- package/package.json +3 -3
- package/src/components/or-button-v3/OrButton.vue +14 -8
- package/src/components/or-button-v3/styles.ts +14 -0
- package/src/components/or-confirm-v3/OrConfirm.vue +13 -1
- /package/dist/bundled/v2/{OrDataGrid-d438087b.js → OrDataGrid-a52d274a.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-7825dab0.js → OrDateTimePickerMonthSelect-1ed2b975.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerPopoverHeader-c493a964.js → OrDateTimePickerPopoverHeader-9af316c6.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerTimeSelect-a9cd5170.js → OrDateTimePickerTimeSelect-881d6f11.js} +0 -0
- /package/dist/bundled/v2/{OrList-3d1f12cc.js → OrList-65126fc3.js} +0 -0
- /package/dist/bundled/v2/{OrTree-b2162648.js → OrTree-269a94c2.js} +0 -0
- /package/dist/bundled/v3/components/{OrAvatar-c0b72862.js → OrAvatar-22038fd2.js} +0 -0
- /package/dist/bundled/v3/components/{OrDropAreaV3-7b5791b7.js → OrDropAreaV3-b5e6e8a3.js} +0 -0
- /package/dist/bundled/v3/components/{OrExpansionPanelV3-0446eb6d.js → OrExpansionPanelV3-3bc713aa.js} +0 -0
package/dist/bundled/v3/index.js
CHANGED
|
@@ -1,134 +1,134 @@
|
|
|
1
|
-
import { s as styleInject } from './components/OrAvatar-
|
|
2
|
-
export { O as OR_AVATAR_SIZE, a as OrAvatar } from './components/OrAvatar-
|
|
3
|
-
export { B as OrAutocompleteV3 } from './components/OrAutocompleteV3-
|
|
1
|
+
import { s as styleInject } from './components/OrAvatar-22038fd2.js';
|
|
2
|
+
export { O as OR_AVATAR_SIZE, a as OrAvatar } from './components/OrAvatar-22038fd2.js';
|
|
3
|
+
export { B as OrAutocompleteV3 } from './components/OrAutocompleteV3-489c3c8b.js';
|
|
4
4
|
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from './components/OrAvatarV3-e2f2c9c5.js';
|
|
5
5
|
export { OrButton, OrButtonColors, OrButtonSizes, OrButtonViews } from './components/OrButton/index.js';
|
|
6
|
-
export { s as OrButtonGroupV3 } from './components/OrButtonGroupV3-
|
|
6
|
+
export { s as OrButtonGroupV3 } from './components/OrButtonGroupV3-92939650.js';
|
|
7
7
|
export { CARD_COLLECTION_LAYOUT, OrCardCollection } from './components/OrCardCollection/index.js';
|
|
8
|
-
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './components/OrCardCollectionV3-
|
|
8
|
+
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './components/OrCardCollectionV3-a3072ca2.js';
|
|
9
9
|
export { C as CardPadding, s as OrCardV3 } from './components/OrCardV3-fb9a7436.js';
|
|
10
10
|
export { default as OrCheckboxGroupV3 } from './components/OrCheckboxGroupV3/OrCheckboxGroup.js';
|
|
11
|
-
export { s as OrChip, a as OrChips } from './components/OrChips-
|
|
12
|
-
export { a as EditorState, E as EditorView, 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 './components/OrCode-
|
|
13
|
-
export { C as CodeLanguage, s as OrCodeV3 } from './components/OrCodeV3-
|
|
14
|
-
export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './components/OrColorPicker-
|
|
11
|
+
export { s as OrChip, a as OrChips } from './components/OrChips-fbdb4732.js';
|
|
12
|
+
export { a as EditorState, E as EditorView, 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 './components/OrCode-b2eacc90.js';
|
|
13
|
+
export { C as CodeLanguage, s as OrCodeV3 } from './components/OrCodeV3-95f22d73.js';
|
|
14
|
+
export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './components/OrColorPicker-e47002da.js';
|
|
15
15
|
export { s as OrCombinedInputV3 } from './components/OrCombinedInputV3-ceff5a22.js';
|
|
16
|
-
export { s as OrConfirm } from './components/OrConfirm-
|
|
17
|
-
export { C as ConfirmType, s as OrConfirmV3 } from './components/OrConfirmV3-
|
|
16
|
+
export { s as OrConfirm } from './components/OrConfirm-64cf7569.js';
|
|
17
|
+
export { C as ConfirmType, s as OrConfirmV3 } from './components/OrConfirmV3-15f3041e.js';
|
|
18
18
|
export { default as OrContextMenuV3 } from './components/OrContextMenuV3/OrContextMenu.js';
|
|
19
|
-
export { D as DataGridVariant, s as OrDataGridV3 } from './components/OrDataGridV3-
|
|
20
|
-
export { s as OrDateFormatV3 } from './components/OrDateFormatV3-
|
|
21
|
-
export { s as OrDateRangePickerV3 } from './components/OrDateRangePickerV3-
|
|
22
|
-
export { s as OrDateTimeFormatV3 } from './components/OrDateTimeFormatV3-
|
|
23
|
-
export { D as DEFAULT_TEXT, s as OrDateTimePicker, n as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './components/OrDateTimePicker-
|
|
24
|
-
export { D as DrawerPlacement, s as OrDrawerV3 } from './components/OrDrawerV3-
|
|
25
|
-
export { D as DropAreaSize, s as OrDropAreaV3, a as approximateFileSize } from './components/OrDropAreaV3-
|
|
26
|
-
export { E as EditorTabsOverflow, s as OrEditorTabsV3 } from './components/OrEditorTabsV3-
|
|
19
|
+
export { D as DataGridVariant, s as OrDataGridV3 } from './components/OrDataGridV3-c33fee34.js';
|
|
20
|
+
export { s as OrDateFormatV3 } from './components/OrDateFormatV3-c812a482.js';
|
|
21
|
+
export { s as OrDateRangePickerV3 } from './components/OrDateRangePickerV3-44d272c2.js';
|
|
22
|
+
export { s as OrDateTimeFormatV3 } from './components/OrDateTimeFormatV3-b094e561.js';
|
|
23
|
+
export { D as DEFAULT_TEXT, s as OrDateTimePicker, n as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './components/OrDateTimePicker-da851d69.js';
|
|
24
|
+
export { D as DrawerPlacement, s as OrDrawerV3 } from './components/OrDrawerV3-82e63317.js';
|
|
25
|
+
export { D as DropAreaSize, s as OrDropAreaV3, a as approximateFileSize } from './components/OrDropAreaV3-b5e6e8a3.js';
|
|
26
|
+
export { E as EditorTabsOverflow, s as OrEditorTabsV3 } from './components/OrEditorTabsV3-c58009d3.js';
|
|
27
27
|
export { E as EmptyStateSize, s as OrEmptyStateV3 } from './components/OrEmptyStateV3-af47ab45.js';
|
|
28
28
|
export { s as OrErrorTagV3 } from './components/OrErrorTagV3-1b00b9d5.js';
|
|
29
29
|
export { F as FabColor, s as OrFabV3 } from './components/OrFabV3-86cf1da1.js';
|
|
30
|
-
export { s as OrFilterV3 } from './components/OrFilterV3-
|
|
31
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from './components/OrInlineInputV3-
|
|
30
|
+
export { s as OrFilterV3 } from './components/OrFilterV3-ed560f78.js';
|
|
31
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from './components/OrInlineInputV3-7c6be653.js';
|
|
32
32
|
export { InlineTextEditTrimmingTypes, InlineTextEditTypes, OrInlineTextEdit } from './components/OrInlineTextEdit/index.js';
|
|
33
|
-
export { s as OrInlineTextareaV3 } from './components/OrInlineTextareaV3-
|
|
33
|
+
export { s as OrInlineTextareaV3 } from './components/OrInlineTextareaV3-deb81229.js';
|
|
34
34
|
export { L as LinkColor, s as OrLinkV3 } from './components/OrLinkV3-56763fd9.js';
|
|
35
35
|
export { default as OrListOfInputs } from './components/OrListOfInputs/OrListOfInputs.js';
|
|
36
|
-
export { a as OrListItem, s as OrListV3 } from './components/OrListV3-
|
|
36
|
+
export { a as OrListItem, s as OrListV3 } from './components/OrListV3-06a7023b.js';
|
|
37
37
|
export { OR_NOTIFICATION_SIZE, OR_NOTIFICATION_TYPE, OrNotification } from './components/OrNotification/index.js';
|
|
38
|
-
export { N as NotificationVariant, s as OrNotificationV3 } from './components/OrNotificationV3-
|
|
38
|
+
export { N as NotificationVariant, s as OrNotificationV3 } from './components/OrNotificationV3-3a32468a.js';
|
|
39
39
|
export { default as OrNumberInput } from './components/OrNumberInput/OrNumberInput.js';
|
|
40
40
|
export { default as OrOverflowMenu } from './components/OrOverflowMenu/OrOverflowMenu.js';
|
|
41
41
|
export { default as OrPassword } from './components/OrPassword/OrPassword.js';
|
|
42
|
-
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from './components/OrProgressV3-
|
|
43
|
-
export { s as OrRadio } from './components/OrRadio-
|
|
42
|
+
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from './components/OrProgressV3-3b0ae694.js';
|
|
43
|
+
export { s as OrRadio } from './components/OrRadio-4bf8cd27.js';
|
|
44
44
|
export { default as OrRadioGroup } from './components/OrRadioGroup/OrRadioGroup.js';
|
|
45
45
|
export { default as OrRadioGroupV3 } from './components/OrRadioGroupV3/OrRadioGroup.js';
|
|
46
|
-
export { s as OrRangeSliderV3 } from './components/OrRangeSliderV3-
|
|
47
|
-
export { F as Formats, s as OrRichTextEditorV3 } from './components/OrRichTextEditorV3-
|
|
48
|
-
export { s as OrRichTooltipV3, R as RichTooltipBehavior } from './components/OrRichTooltipV3-
|
|
46
|
+
export { s as OrRangeSliderV3 } from './components/OrRangeSliderV3-22ca753c.js';
|
|
47
|
+
export { F as Formats, s as OrRichTextEditorV3 } from './components/OrRichTextEditorV3-be9fa017.js';
|
|
48
|
+
export { s as OrRichTooltipV3, R as RichTooltipBehavior } from './components/OrRichTooltipV3-a121da0b.js';
|
|
49
49
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './components/OrSegmentedControlV3-99c7f6ed.js';
|
|
50
|
-
export { s as OrSelect } from './components/OrSelect-
|
|
50
|
+
export { s as OrSelect } from './components/OrSelect-9f2c6ce9.js';
|
|
51
51
|
export { OrSidebar, OrSidebarSide } from './components/OrSidebar/index.js';
|
|
52
|
-
export { s as OrSidebarV3, S as SidebarPlacement } from './components/OrSidebarV3-
|
|
53
|
-
export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './components/OrSkeleton-
|
|
54
|
-
export { a as OrSkeletonCircleV3, b as OrSkeletonRectV3, s as OrSkeletonTextV3 } from './components/OrSkeletonV3-
|
|
52
|
+
export { s as OrSidebarV3, S as SidebarPlacement } from './components/OrSidebarV3-347e84ef.js';
|
|
53
|
+
export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from './components/OrSkeleton-a1779c0f.js';
|
|
54
|
+
export { a as OrSkeletonCircleV3, b as OrSkeletonRectV3, s as OrSkeletonTextV3 } from './components/OrSkeletonV3-4b09b945.js';
|
|
55
55
|
export { default as OrSlider } from './components/OrSlider/OrSlider.js';
|
|
56
|
-
export { s as OrSliderV3, a as SliderColor, S as SliderOrientation } from './components/OrSliderV3-
|
|
57
|
-
export { s as OrStatusV3, a as StatusSize, S as StatusVariant } from './components/OrStatusV3-
|
|
56
|
+
export { s as OrSliderV3, a as SliderColor, S as SliderOrientation } from './components/OrSliderV3-d8465a1f.js';
|
|
57
|
+
export { s as OrStatusV3, a as StatusSize, S as StatusVariant } from './components/OrStatusV3-58cbbbff.js';
|
|
58
58
|
export { default as OrStepper } from './components/OrStepper/OrStepper.js';
|
|
59
59
|
export { default as OrSwitch } from './components/OrSwitch/OrSwitch.js';
|
|
60
60
|
export { default as OrTab } from './components/OrTab/OrTab.js';
|
|
61
61
|
export { default as OrTabs } from './components/OrTabs/OrTabs.js';
|
|
62
|
-
export { s as OrTabsV3, T as TabsVariant } from './components/OrTabsV3-
|
|
62
|
+
export { s as OrTabsV3, T as TabsVariant } from './components/OrTabsV3-469ebd99.js';
|
|
63
63
|
export { default as OrTag } from './components/OrTag/OrTag.js';
|
|
64
64
|
export { s as OrTextV3 } from './components/OrTextV3-f2e88ff5.js';
|
|
65
65
|
export { default as OrTextarea } from './components/OrTextarea/OrTextarea.js';
|
|
66
|
-
export { s as OrTextareaV3 } from './components/OrTextareaV3-
|
|
66
|
+
export { s as OrTextareaV3 } from './components/OrTextareaV3-32ea56c2.js';
|
|
67
67
|
export { OrTextbox, TextboxTypes } from './components/OrTextbox/index.js';
|
|
68
|
-
export { s as OrTimeFormatV3 } from './components/OrTimeFormatV3-
|
|
69
|
-
export { s as OrTimeRangePickerV3 } from './components/OrTimeRangePickerV3-
|
|
70
|
-
export { s as OrToast, a as OrToastContainer, P as PositionsX, c as PositionsY, d as ToastType, T as TransitionType, b as useQueue, u as useToast } from './components/OrToast-
|
|
71
|
-
export { a as OrToastContainerV3, s as OrToastV3, p as PropsV3, t as TypesV3, b as useQueueV3, u as useToastV3 } from './components/OrToastV3-
|
|
68
|
+
export { s as OrTimeFormatV3 } from './components/OrTimeFormatV3-832c3041.js';
|
|
69
|
+
export { s as OrTimeRangePickerV3 } from './components/OrTimeRangePickerV3-15e60bee.js';
|
|
70
|
+
export { s as OrToast, a as OrToastContainer, P as PositionsX, c as PositionsY, d as ToastType, T as TransitionType, b as useQueue, u as useToast } from './components/OrToast-2262c873.js';
|
|
71
|
+
export { a as OrToastContainerV3, s as OrToastV3, p as PropsV3, t as TypesV3, b as useQueueV3, u as useToastV3 } from './components/OrToastV3-804f3d1d.js';
|
|
72
72
|
export { OrTreeV3, TreeNodeDropPosition } from './components/OrTreeV3/index.js';
|
|
73
|
-
export { B as BottomSheetVariant, s as OrBottomSheetV3 } from './components/OrBottomSheetV3-
|
|
74
|
-
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 './components/OrButtonV2-
|
|
73
|
+
export { B as BottomSheetVariant, s as OrBottomSheetV3 } from './components/OrBottomSheetV3-05290f81.js';
|
|
74
|
+
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 './components/OrButtonV2-aac21445.js';
|
|
75
75
|
export { default as OrIconButton, default as OrIconButtonV2 } from './components/OrIconButtonV2/OrIconButton.js';
|
|
76
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from './components/OrButtonV3-
|
|
76
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from './components/OrButtonV3-ac61b0ba.js';
|
|
77
77
|
export { default as OrCard } from './components/OrCard/OrCard.js';
|
|
78
78
|
export { default as OrCheckbox } from './components/OrCheckbox/OrCheckbox.js';
|
|
79
|
-
export { s as OrCheckboxTreeV3 } from './components/OrCheckboxTreeV3-
|
|
80
|
-
export { s as OrCheckboxV3 } from './components/OrCheckboxV3-
|
|
79
|
+
export { s as OrCheckboxTreeV3 } from './components/OrCheckboxTreeV3-f24a2deb.js';
|
|
80
|
+
export { s as OrCheckboxV3 } from './components/OrCheckboxV3-92a3b356.js';
|
|
81
81
|
export { default as OrCollapse } from './components/OrCollapse/OrCollapse.js';
|
|
82
|
-
export { s as OrDatePickerV3 } from './components/OrDatePickerV3-
|
|
83
|
-
export { a as OrDateTimePickerDateControl, b as OrDateTimePickerDateSelect, c as OrDateTimePickerMobileControl, d as OrDateTimePickerMonthSelect, e as OrDateTimePickerPopoverFooter, g as OrDateTimePickerPopoverHeader, l as OrDateTimePickerTimeControl, m as OrDateTimePickerTimeSelect, s as OrDateTimePickerV3, f as formatDate, i as formatMobileDate, n as formatMobileTime, k as formatTime, h as getCurrentDate, j as getNextMonthDate } from './components/OrDateTimePickerV3-
|
|
82
|
+
export { s as OrDatePickerV3 } from './components/OrDatePickerV3-06ecdc00.js';
|
|
83
|
+
export { a as OrDateTimePickerDateControl, b as OrDateTimePickerDateSelect, c as OrDateTimePickerMobileControl, d as OrDateTimePickerMonthSelect, e as OrDateTimePickerPopoverFooter, g as OrDateTimePickerPopoverHeader, l as OrDateTimePickerTimeControl, m as OrDateTimePickerTimeSelect, s as OrDateTimePickerV3, f as formatDate, i as formatMobileDate, n as formatMobileTime, k as formatTime, h as getCurrentDate, j as getNextMonthDate } from './components/OrDateTimePickerV3-448047da.js';
|
|
84
84
|
export { default as OrError } from './components/OrError/OrError.js';
|
|
85
85
|
export { s as OrErrorV3 } from './components/OrErrorV3-b04d76aa.js';
|
|
86
|
-
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from './components/OrExpansionPanelV3-
|
|
87
|
-
export { s as OrFilterPopoverV3 } from './components/OrFilterPopoverV3-
|
|
88
|
-
export { s as OrFilterTriggerV3 } from './components/OrFilterTriggerV3-
|
|
89
|
-
export { s as OrFloating, e as OrFloatingHideStrategy, O as OrFloatingPlacements } from './components/OrFloating-
|
|
86
|
+
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from './components/OrExpansionPanelV3-3bc713aa.js';
|
|
87
|
+
export { s as OrFilterPopoverV3 } from './components/OrFilterPopoverV3-e4f00c03.js';
|
|
88
|
+
export { s as OrFilterTriggerV3 } from './components/OrFilterTriggerV3-d0c2bc74.js';
|
|
89
|
+
export { s as OrFloating, e as OrFloatingHideStrategy, O as OrFloatingPlacements } from './components/OrFloating-cfd1a2b4.js';
|
|
90
90
|
export { F as FormGroupDirection, s as OrFormGroupV3 } from './components/OrFormGroupV3-c0c2a946.js';
|
|
91
91
|
export { default as OrHint } from './components/OrHint/OrHint.js';
|
|
92
92
|
export { s as OrHintV3 } from './components/OrHintV3-c8ac5975.js';
|
|
93
93
|
export { OrIcon, OrIconColors, OrIconType } from './components/OrIcon/index.js';
|
|
94
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from './components/OrIconButtonV3-
|
|
94
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from './components/OrIconButtonV3-e0dda634.js';
|
|
95
95
|
export { I as IconSize, a as IconVariant, s as OrIconV3 } from './components/OrIconV3-b5c97ea7.js';
|
|
96
96
|
export { I as InlineInputBoxSize, s as OrInlineInputBoxV3 } from './components/OrInlineInputBoxV3-1a4d3924.js';
|
|
97
97
|
export { default as OrInput } from './components/OrInput/OrInput.js';
|
|
98
98
|
export { b as InputBoxDirection, a as InputBoxSize, I as InputBoxVariant, s as OrInputBoxV3 } from './components/OrInputBoxV3-efe30bd8.js';
|
|
99
|
-
export { I as InputType, s as OrInputV3 } from './components/OrInputV3-
|
|
99
|
+
export { I as InputType, s as OrInputV3 } from './components/OrInputV3-5dc0f1ec.js';
|
|
100
100
|
export { default as OrLabel } from './components/OrLabel/OrLabel.js';
|
|
101
101
|
export { L as LabelVariant, s as OrLabelV3 } from './components/OrLabelV3-2715e117.js';
|
|
102
|
-
export { s as OrList } from './components/OrList-
|
|
102
|
+
export { s as OrList } from './components/OrList-8a305552.js';
|
|
103
103
|
export { LoaderViews, OrLoader } from './components/OrLoader/index.js';
|
|
104
|
-
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from './components/OrLoaderV3-
|
|
105
|
-
export { s as OrMenuItemV3 } from './components/OrMenuItemV3-
|
|
106
|
-
export { s as OrMenuV3 } from './components/OrMenuV3-
|
|
107
|
-
export { s as OrModal, O as OrModalSizes } from './components/OrModal-
|
|
108
|
-
export { M as ModalSize, s as OrModalV3 } from './components/OrModalV3-
|
|
104
|
+
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from './components/OrLoaderV3-a5a91b27.js';
|
|
105
|
+
export { s as OrMenuItemV3 } from './components/OrMenuItemV3-de4e7a53.js';
|
|
106
|
+
export { s as OrMenuV3 } from './components/OrMenuV3-66b70729.js';
|
|
107
|
+
export { s as OrModal, O as OrModalSizes } from './components/OrModal-9aa39c8f.js';
|
|
108
|
+
export { M as ModalSize, s as OrModalV3 } from './components/OrModalV3-46380111.js';
|
|
109
109
|
export { default as OrOverlay } from './components/OrOverlay/OrOverlay.js';
|
|
110
|
-
export { s as OrOverlayV3 } from './components/OrOverlayV3-
|
|
111
|
-
export { s as OrPaginationV3 } from './components/OrPaginationV3-
|
|
112
|
-
export { s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, i as isPrevented } from './components/OrPopoverV3-
|
|
113
|
-
export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from './components/OrProgress-
|
|
114
|
-
export { s as OrRadioV3 } from './components/OrRadioV3-
|
|
110
|
+
export { s as OrOverlayV3 } from './components/OrOverlayV3-d84429e1.js';
|
|
111
|
+
export { s as OrPaginationV3 } from './components/OrPaginationV3-d2b3622a.js';
|
|
112
|
+
export { s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, i as isPrevented } from './components/OrPopoverV3-72bda364.js';
|
|
113
|
+
export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from './components/OrProgress-89394e1c.js';
|
|
114
|
+
export { s as OrRadioV3 } from './components/OrRadioV3-e1fbc70e.js';
|
|
115
115
|
export { s as OrRatingV3, R as RatingVariant } from './components/OrRatingV3-e3260da7.js';
|
|
116
|
-
export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement } from './components/OrResizeablePanelV3-
|
|
116
|
+
export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement } from './components/OrResizeablePanelV3-96d4de8b.js';
|
|
117
117
|
export { default as OrSearch } from './components/OrSearch/OrSearch.js';
|
|
118
118
|
export { default as OrSearchV3 } from './components/OrSearchV3/OrSearch.js';
|
|
119
|
-
export { s as OrSelectV3 } from './components/OrSelectV3-
|
|
120
|
-
export { s as OrSortingV3 } from './components/OrSortingV3-
|
|
121
|
-
export { s as OrSwitchV3 } from './components/OrSwitchV3-
|
|
119
|
+
export { s as OrSelectV3 } from './components/OrSelectV3-0c15392f.js';
|
|
120
|
+
export { s as OrSortingV3 } from './components/OrSortingV3-59fcc9cc.js';
|
|
121
|
+
export { s as OrSwitchV3 } from './components/OrSwitchV3-0e80b765.js';
|
|
122
122
|
export { default as OrTabHeaderItem } from './components/OrTabHeaderItem/OrTabHeaderItem.js';
|
|
123
123
|
export { s as OrTabV3 } from './components/OrTabV3-03e30a26.js';
|
|
124
|
-
export { s as OrTagInputV3 } from './components/OrTagInputV3-
|
|
125
|
-
export { s as OrTagV3, T as TagColor, a as TagVariant } from './components/OrTagV3-
|
|
126
|
-
export { s as OrTagsV3, T as TagsOverflow } from './components/OrTagsV3-
|
|
124
|
+
export { s as OrTagInputV3 } from './components/OrTagInputV3-0c7c386c.js';
|
|
125
|
+
export { s as OrTagV3, T as TagColor, a as TagVariant } from './components/OrTagV3-82913ab5.js';
|
|
126
|
+
export { s as OrTagsV3, T as TagsOverflow } from './components/OrTagsV3-14eaafd9.js';
|
|
127
127
|
export { s as OrTeleport } from './components/OrTeleport-5a34b07f.js';
|
|
128
128
|
export { default as OrTeleportV3 } from './components/OrTeleportV3/OrTeleport.js';
|
|
129
|
-
export { s as OrTimePickerV3 } from './components/OrTimePickerV3-
|
|
129
|
+
export { s as OrTimePickerV3 } from './components/OrTimePickerV3-1909fd01.js';
|
|
130
130
|
export { OrTooltip, OrTooltipContent } from './components/OrTooltip/index.js';
|
|
131
|
-
export { s as OrTooltipV3 } from './components/OrTooltipV3-
|
|
131
|
+
export { s as OrTooltipV3 } from './components/OrTooltipV3-c248835e.js';
|
|
132
132
|
export { DropdownClose } from './directives/dropdown-close.js';
|
|
133
133
|
export { DropdownOpen } from './directives/dropdown-open.js';
|
|
134
134
|
export { getItemByValue } from './helpers/getItemByValue.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { g as get_1 } from '../../components/OrRadio-
|
|
2
|
-
import { _ as _baseGetTag, b as isObjectLike_1 } from '../../components/OrDateTimePicker-
|
|
3
|
-
import { j as _getPrototype } from '../../components/OrList-
|
|
1
|
+
import { g as get_1 } from '../../components/OrRadio-4bf8cd27.js';
|
|
2
|
+
import { _ as _baseGetTag, b as isObjectLike_1 } from '../../components/OrDateTimePicker-da851d69.js';
|
|
3
|
+
import { j as _getPrototype } from '../../components/OrList-8a305552.js';
|
|
4
4
|
|
|
5
5
|
var baseGetTag = _baseGetTag,
|
|
6
6
|
getPrototype = _getPrototype,
|
|
@@ -19,8 +19,8 @@ import { _ as __vue_component__$5 } from './OrLabel-bf7e2ea2.js';
|
|
|
19
19
|
import { _ as __vue_component__$6 } from './OrLoader-4ac49224.js';
|
|
20
20
|
import { _ as __vue_component__$7 } from './OrMenuItem-0143d03b.js';
|
|
21
21
|
import { _ as __vue_component__$8 } from './OrPopover-45e2dbce.js';
|
|
22
|
-
import { _ as __vue_component__$9 } from './OrTagInput-
|
|
23
|
-
import { T as TagsOverflow } from './OrTags-
|
|
22
|
+
import { _ as __vue_component__$9 } from './OrTagInput-fc63bc2a.js';
|
|
23
|
+
import { T as TagsOverflow } from './OrTags-34ac7cc4.js';
|
|
24
24
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
25
25
|
|
|
26
26
|
const Autocomplete = [
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as script } from './OrButton.vue_rollup-plugin-vue_script-
|
|
1
|
+
import { s as script } from './OrButton.vue_rollup-plugin-vue_script-4c5d99fd.js';
|
|
2
2
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
3
3
|
|
|
4
4
|
/* script */
|
|
@@ -29,16 +29,16 @@ var __vue_render__ = function () {
|
|
|
29
29
|
return _vm.$emit('blur', e);
|
|
30
30
|
}
|
|
31
31
|
})), [_c('div', {
|
|
32
|
-
class:
|
|
33
|
-
}, [_vm._t("default")], 2), _vm._v(" "), _vm.loading ? [_c('div', {
|
|
32
|
+
class: _vm.contentStyles
|
|
33
|
+
}, [_vm._t("default")], 2), _vm._v(" "), _vm.loading ? [_vm.variant == 'contained' || _vm.variant == 'outlined' ? [_c('div', {
|
|
34
34
|
class: ['absolute']
|
|
35
|
-
}, [
|
|
35
|
+
}, [_c('OrLoader', {
|
|
36
36
|
attrs: {
|
|
37
37
|
"variant": 'circular',
|
|
38
38
|
"color": 'inherit',
|
|
39
39
|
"size": 's'
|
|
40
40
|
}
|
|
41
|
-
})] : [_vm._v("\n
|
|
41
|
+
})], 1)] : [_vm._v("\n " + _vm._s(_vm.loadingText) + "…\n ")]] : _vm._e()], 2);
|
|
42
42
|
};
|
|
43
43
|
var __vue_staticRenderFns__ = [];
|
|
44
44
|
|
|
@@ -106,6 +106,12 @@ const ButtonLoadingColors = {
|
|
|
106
106
|
'danger-link': ['interactivity-none', 'text-error-hover dark:text-error-hover-dark'],
|
|
107
107
|
'inherit-link': ['interactivity-none']
|
|
108
108
|
};
|
|
109
|
+
const ButtonContentLoadingStyles = {
|
|
110
|
+
'contained': ['invisible'],
|
|
111
|
+
'outlined': ['invisible'],
|
|
112
|
+
'text': ['hidden'],
|
|
113
|
+
'link': ['hidden']
|
|
114
|
+
};
|
|
109
115
|
|
|
110
116
|
var script = defineComponent({
|
|
111
117
|
name: 'OrButton',
|
|
@@ -149,9 +155,11 @@ var script = defineComponent({
|
|
|
149
155
|
const root = ref();
|
|
150
156
|
// Styles
|
|
151
157
|
const rootStyles = computed(() => ['or-button-v3', ...Button, ...ButtonVariants[props.variant], ...ButtonColors[`${props.color}-${props.variant}`], ...(props.loading ? ButtonLoadingColors[`${props.color}-${props.variant}`] : [])]);
|
|
158
|
+
const contentStyles = computed(() => ['contents', ...(props.loading ? ButtonContentLoadingStyles[props.variant] : [])]);
|
|
152
159
|
return {
|
|
153
160
|
root,
|
|
154
161
|
rootStyles,
|
|
162
|
+
contentStyles,
|
|
155
163
|
isVue3
|
|
156
164
|
};
|
|
157
165
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import { B as ButtonVariant, a as ButtonColor } from './OrButton.vue_rollup-plugin-vue_script-
|
|
2
|
+
import { B as ButtonVariant, a as ButtonColor } from './OrButton.vue_rollup-plugin-vue_script-4c5d99fd.js';
|
|
3
3
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
4
4
|
|
|
5
5
|
const ButtonGroup = [
|
|
@@ -2,7 +2,7 @@ import { defineComponent, computed, ref, watch } from 'vue-demi';
|
|
|
2
2
|
import { _ as __vue_component__$2 } from './OrIconButton-efaf73f5.js';
|
|
3
3
|
import { _ as __vue_component__$5 } from './OrLoader-4ac49224.js';
|
|
4
4
|
import { _ as __vue_component__$4 } from './OrSearch-e837ee15.js';
|
|
5
|
-
import { _ as __vue_component__$3 } from './OrSorting-
|
|
5
|
+
import { _ as __vue_component__$3 } from './OrSorting-a82d0ed4.js';
|
|
6
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
7
7
|
|
|
8
8
|
var CardCollectionView;
|
|
@@ -5,7 +5,7 @@ import '@vueuse/core';
|
|
|
5
5
|
import { u as useProxyModelValue } from './useProxyModelValue-e18f251e.js';
|
|
6
6
|
import '@onereach/styles/screens.json';
|
|
7
7
|
import '@onereach/styles/tailwind.config.json';
|
|
8
|
-
import { _ as __vue_component__$1 } from './OrCheckboxTree-
|
|
8
|
+
import { _ as __vue_component__$1 } from './OrCheckboxTree-0f67e9c9.js';
|
|
9
9
|
import { _ as __vue_component__$2, F as FormGroupDirection } from './OrFormGroup-a814b820.js';
|
|
10
10
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
11
11
|
|
|
@@ -5,8 +5,8 @@ import './dom-53c9635b.js';
|
|
|
5
5
|
import { u as useProxyModelValue } from './useProxyModelValue-e18f251e.js';
|
|
6
6
|
import '@onereach/styles/screens.json';
|
|
7
7
|
import '@onereach/styles/tailwind.config.json';
|
|
8
|
-
import { _ as __vue_component__$3 } from './OrButton-
|
|
9
|
-
import './OrButton.vue_rollup-plugin-vue_script-
|
|
8
|
+
import { _ as __vue_component__$3 } from './OrButton-b2ede72c.js';
|
|
9
|
+
import './OrButton.vue_rollup-plugin-vue_script-4c5d99fd.js';
|
|
10
10
|
import { _ as __vue_component__$2 } from './OrCheckbox-f2dc364e.js';
|
|
11
11
|
import { _ as __vue_component__$1 } from './OrIcon-0a14dafc.js';
|
|
12
12
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -6,8 +6,8 @@ import './dom-53c9635b.js';
|
|
|
6
6
|
import { u as usePopoverState } from './usePopoverState-7267fa91.js';
|
|
7
7
|
import '@onereach/styles/screens.json';
|
|
8
8
|
import '@onereach/styles/tailwind.config.json';
|
|
9
|
-
import { _ as __vue_component__$2 } from './OrButton-
|
|
10
|
-
import { a as ButtonColor } from './OrButton.vue_rollup-plugin-vue_script-
|
|
9
|
+
import { _ as __vue_component__$2 } from './OrButton-b2ede72c.js';
|
|
10
|
+
import { a as ButtonColor } from './OrButton.vue_rollup-plugin-vue_script-4c5d99fd.js';
|
|
11
11
|
import { _ as __vue_component__$3 } from './OrInput-ea80d121.js';
|
|
12
12
|
import { _ as __vue_component__$1 } from './OrOverlay-59e59078.js';
|
|
13
13
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -84,6 +84,10 @@ var script = defineComponent({
|
|
|
84
84
|
type: String,
|
|
85
85
|
default: 'Confirm'
|
|
86
86
|
},
|
|
87
|
+
autoCloseOnConfirm: {
|
|
88
|
+
type: Boolean,
|
|
89
|
+
default: true
|
|
90
|
+
},
|
|
87
91
|
cancelButtonText: {
|
|
88
92
|
type: String,
|
|
89
93
|
default: 'Cancel'
|
|
@@ -159,6 +163,12 @@ var script = defineComponent({
|
|
|
159
163
|
function onInputBlur() {
|
|
160
164
|
isInputActive.value = false;
|
|
161
165
|
}
|
|
166
|
+
function onConfirmClick() {
|
|
167
|
+
confirm();
|
|
168
|
+
if (props.autoCloseOnConfirm) {
|
|
169
|
+
close();
|
|
170
|
+
}
|
|
171
|
+
}
|
|
162
172
|
// Events
|
|
163
173
|
watch(escape, val => {
|
|
164
174
|
if (val) close();
|
|
@@ -196,6 +206,7 @@ var script = defineComponent({
|
|
|
196
206
|
footerStyles,
|
|
197
207
|
buttonsStyles,
|
|
198
208
|
confirm,
|
|
209
|
+
onConfirmClick,
|
|
199
210
|
open,
|
|
200
211
|
close,
|
|
201
212
|
onInputFocus,
|
|
@@ -270,10 +281,7 @@ var __vue_render__ = function () {
|
|
|
270
281
|
"disabled": _vm.isConfirmationButtonDisabled
|
|
271
282
|
},
|
|
272
283
|
on: {
|
|
273
|
-
"click":
|
|
274
|
-
_vm.confirm();
|
|
275
|
-
_vm.close();
|
|
276
|
-
}
|
|
284
|
+
"click": _vm.onConfirmClick
|
|
277
285
|
}
|
|
278
286
|
}, [_vm._v("\n " + _vm._s(_vm.confirmButtonText) + "\n ")])], 1)];
|
|
279
287
|
}, {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
2
|
import { _ as __vue_component__$1 } from './OrCheckbox-f2dc364e.js';
|
|
3
|
-
import { _ as __vue_component__$g } from './OrPagination-
|
|
3
|
+
import { _ as __vue_component__$g } from './OrPagination-afc4679e.js';
|
|
4
4
|
import { _ as __vue_component__$h } from './OrSearch-e837ee15.js';
|
|
5
5
|
import './OrSkeletonCircle.vue_rollup-plugin-vue_script-f572f02f.js';
|
|
6
6
|
import './OrSkeletonRect.vue_rollup-plugin-vue_script-d2b78065.js';
|
|
7
7
|
import { _ as __vue_component__$i } from './OrSkeletonText-b6e51e70.js';
|
|
8
|
-
import { _ as __vue_component__$2, a as __vue_component__$3, b as __vue_component__$4, c as __vue_component__$5, d as __vue_component__$6, e as __vue_component__$7, f as __vue_component__$8, g as __vue_component__$9, h as __vue_component__$a, i as __vue_component__$b, j as __vue_component__$c, k as __vue_component__$d, l as __vue_component__$e, m as __vue_component__$f, D as DataGridVariant } from './OrDataGridToolbar-
|
|
8
|
+
import { _ as __vue_component__$2, a as __vue_component__$3, b as __vue_component__$4, c as __vue_component__$5, d as __vue_component__$6, e as __vue_component__$7, f as __vue_component__$8, g as __vue_component__$9, h as __vue_component__$a, i as __vue_component__$b, j as __vue_component__$c, k as __vue_component__$d, l as __vue_component__$e, m as __vue_component__$f, D as DataGridVariant } from './OrDataGridToolbar-462aec20.js';
|
|
9
9
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
10
10
|
|
|
11
11
|
const DataGrid = [
|
|
@@ -7,15 +7,15 @@ import { u as useProxyModelValue } from './useProxyModelValue-e18f251e.js';
|
|
|
7
7
|
import '@onereach/styles/screens.json';
|
|
8
8
|
import '@onereach/styles/tailwind.config.json';
|
|
9
9
|
import { _ as __vue_component__$e } from './OrCheckbox-f2dc364e.js';
|
|
10
|
-
import { _ as __vue_component__$f } from './OrDatePicker-
|
|
11
|
-
import { _ as __vue_component__$g } from './OrDateTimePicker-
|
|
12
|
-
import './OrDateTimePickerTimeSelect-
|
|
10
|
+
import { _ as __vue_component__$f } from './OrDatePicker-4ae7f854.js';
|
|
11
|
+
import { _ as __vue_component__$g } from './OrDateTimePicker-d9cfeb43.js';
|
|
12
|
+
import './OrDateTimePickerTimeSelect-ebab0e36.js';
|
|
13
13
|
import { _ as __vue_component__$h } from './OrInput-ea80d121.js';
|
|
14
14
|
import { _ as __vue_component__$i } from './OrRating-7c968949.js';
|
|
15
|
-
import { _ as __vue_component__$j } from './OrSelect-
|
|
15
|
+
import { _ as __vue_component__$j } from './OrSelect-c1fbbede.js';
|
|
16
16
|
import { _ as __vue_component__$k } from './OrSwitch-d9bb9ac5.js';
|
|
17
|
-
import { _ as __vue_component__$l } from './OrTagInput-
|
|
18
|
-
import { _ as __vue_component__$m } from './OrTimePicker-
|
|
17
|
+
import { _ as __vue_component__$l } from './OrTagInput-fc63bc2a.js';
|
|
18
|
+
import { _ as __vue_component__$m } from './OrTimePicker-580922aa.js';
|
|
19
19
|
import { _ as __vue_component__$n } from './OrIcon-0a14dafc.js';
|
|
20
20
|
|
|
21
21
|
const DataGridFooter = [
|
|
@@ -5,8 +5,8 @@ import '@vueuse/core';
|
|
|
5
5
|
import '@onereach/styles/screens.json';
|
|
6
6
|
import '@onereach/styles/tailwind.config.json';
|
|
7
7
|
import './TimeFormat-a7f5565b.js';
|
|
8
|
-
import './OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
9
|
-
import './OrDateTimePickerTimeSelect-
|
|
8
|
+
import './OrDateTimePicker.vue_rollup-plugin-vue_script-65e09070.js';
|
|
9
|
+
import './OrDateTimePickerTimeSelect-ebab0e36.js';
|
|
10
10
|
import { f as formatDate } from './formatTime-3f37a00f.js';
|
|
11
11
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
12
12
|
|
|
@@ -7,8 +7,8 @@ import { u as useProxyModelValue } from './useProxyModelValue-e18f251e.js';
|
|
|
7
7
|
import '@onereach/styles/screens.json';
|
|
8
8
|
import '@onereach/styles/tailwind.config.json';
|
|
9
9
|
import './TimeFormat-a7f5565b.js';
|
|
10
|
-
import './OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
11
|
-
import { _ as __vue_component__$1, a as __vue_component__$2, b as __vue_component__$3, c as __vue_component__$4, d as __vue_component__$5, e as __vue_component__$6 } from './OrDateTimePickerTimeSelect-
|
|
10
|
+
import './OrDateTimePicker.vue_rollup-plugin-vue_script-65e09070.js';
|
|
11
|
+
import { _ as __vue_component__$1, a as __vue_component__$2, b as __vue_component__$3, c as __vue_component__$4, d as __vue_component__$5, e as __vue_component__$6 } from './OrDateTimePickerTimeSelect-ebab0e36.js';
|
|
12
12
|
import { g as getCurrentDate, f as formatMobileDate } from './getCurrentDate-e5a478c3.js';
|
|
13
13
|
import { _ as __vue_component__$7 } from './OrError-b25d782d.js';
|
|
14
14
|
import { _ as __vue_component__$8 } from './OrHint-2fe1157b.js';
|
|
@@ -7,8 +7,8 @@ import { u as useProxyModelValue } from './useProxyModelValue-e18f251e.js';
|
|
|
7
7
|
import { u as useResponsive } from './useResponsive-491da8c6.js';
|
|
8
8
|
import '@onereach/styles/tailwind.config.json';
|
|
9
9
|
import './TimeFormat-a7f5565b.js';
|
|
10
|
-
import './OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
11
|
-
import { _ as __vue_component__$1, a as __vue_component__$2, b as __vue_component__$3, c as __vue_component__$4, d as __vue_component__$5, e as __vue_component__$6 } from './OrDateTimePickerTimeSelect-
|
|
10
|
+
import './OrDateTimePicker.vue_rollup-plugin-vue_script-65e09070.js';
|
|
11
|
+
import { _ as __vue_component__$1, a as __vue_component__$2, b as __vue_component__$3, c as __vue_component__$4, d as __vue_component__$5, e as __vue_component__$6 } from './OrDateTimePickerTimeSelect-ebab0e36.js';
|
|
12
12
|
import { g as getCurrentDate, f as formatMobileDate } from './getCurrentDate-e5a478c3.js';
|
|
13
13
|
import { g as getNextMonthDate } from './getNextMonthDate-8ec29631.js';
|
|
14
14
|
import { _ as __vue_component__$7 } from './OrError-b25d782d.js';
|
|
@@ -5,8 +5,8 @@ import '@vueuse/core';
|
|
|
5
5
|
import '@onereach/styles/screens.json';
|
|
6
6
|
import '@onereach/styles/tailwind.config.json';
|
|
7
7
|
import './TimeFormat-a7f5565b.js';
|
|
8
|
-
import './OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
9
|
-
import './OrDateTimePickerTimeSelect-
|
|
8
|
+
import './OrDateTimePicker.vue_rollup-plugin-vue_script-65e09070.js';
|
|
9
|
+
import './OrDateTimePickerTimeSelect-ebab0e36.js';
|
|
10
10
|
import { f as formatDate, a as formatTime } from './formatTime-3f37a00f.js';
|
|
11
11
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
12
12
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as script } from './OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
1
|
+
import { s as script } from './OrDateTimePicker.vue_rollup-plugin-vue_script-65e09070.js';
|
|
2
2
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
3
3
|
|
|
4
4
|
/* script */
|
|
@@ -15,7 +15,7 @@ import { _ as __vue_component__$c } from './OrInputBox-49393c02.js';
|
|
|
15
15
|
import { a as InputBoxVariant } from './OrInputBox.vue_rollup-plugin-vue_script-b5033d84.js';
|
|
16
16
|
import { _ as __vue_component__$d } from './OrLabel-bf7e2ea2.js';
|
|
17
17
|
import { _ as __vue_component__$e } from './OrPopover-45e2dbce.js';
|
|
18
|
-
import { _ as __vue_component__, a as __vue_component__$1, b as __vue_component__$2, c as __vue_component__$3, d as __vue_component__$4, e as __vue_component__$5, f as __vue_component__$6, g as __vue_component__$7 } from './OrDateTimePickerTimeSelect-
|
|
18
|
+
import { _ as __vue_component__, a as __vue_component__$1, b as __vue_component__$2, c as __vue_component__$3, d as __vue_component__$4, e as __vue_component__$5, f as __vue_component__$6, g as __vue_component__$7 } from './OrDateTimePickerTimeSelect-ebab0e36.js';
|
|
19
19
|
import { g as getCurrentDate, f as formatMobileDate, a as formatMobileTime } from './getCurrentDate-e5a478c3.js';
|
|
20
20
|
|
|
21
21
|
const DateTimePicker = [
|
|
@@ -8,8 +8,8 @@ import '@onereach/styles/screens.json';
|
|
|
8
8
|
import '@onereach/styles/tailwind.config.json';
|
|
9
9
|
import { f as formatDate, a as formatTime } from './formatTime-3f37a00f.js';
|
|
10
10
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
11
|
-
import { _ as __vue_component__$8 } from './OrButton-
|
|
12
|
-
import './OrButton.vue_rollup-plugin-vue_script-
|
|
11
|
+
import { _ as __vue_component__$8 } from './OrButton-b2ede72c.js';
|
|
12
|
+
import './OrButton.vue_rollup-plugin-vue_script-4c5d99fd.js';
|
|
13
13
|
import { _ as __vue_component__$9 } from './OrLabel-bf7e2ea2.js';
|
|
14
14
|
import { _ as __vue_component__$b } from './OrIconButton-efaf73f5.js';
|
|
15
15
|
import { _ as __vue_component__$a } from './OrIcon-0a14dafc.js';
|
|
@@ -5,7 +5,7 @@ import '@vueuse/core';
|
|
|
5
5
|
import { u as usePopoverState } from './usePopoverState-7267fa91.js';
|
|
6
6
|
import '@onereach/styles/screens.json';
|
|
7
7
|
import '@onereach/styles/tailwind.config.json';
|
|
8
|
-
import { _ as __vue_component__$1 } from './OrFilterPopover-
|
|
8
|
+
import { _ as __vue_component__$1 } from './OrFilterPopover-74c2bd59.js';
|
|
9
9
|
import { _ as __vue_component__$2 } from './OrFilterTrigger-949f7f18.js';
|
|
10
10
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
11
11
|
|
|
@@ -5,8 +5,8 @@ import '@vueuse/core';
|
|
|
5
5
|
import { u as usePopoverState } from './usePopoverState-7267fa91.js';
|
|
6
6
|
import { u as useResponsive } from './useResponsive-491da8c6.js';
|
|
7
7
|
import '@onereach/styles/tailwind.config.json';
|
|
8
|
-
import { _ as __vue_component__$1 } from './OrButton-
|
|
9
|
-
import './OrButton.vue_rollup-plugin-vue_script-
|
|
8
|
+
import { _ as __vue_component__$1 } from './OrButton-b2ede72c.js';
|
|
9
|
+
import './OrButton.vue_rollup-plugin-vue_script-4c5d99fd.js';
|
|
10
10
|
import { _ as __vue_component__$2 } from './OrModal-aece2cd1.js';
|
|
11
11
|
import { _ as __vue_component__$3, a as PopoverPlacement } from './OrPopover-45e2dbce.js';
|
|
12
12
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -7,8 +7,8 @@ import '@vueuse/core';
|
|
|
7
7
|
import { u as useProxyModelValue } from './useProxyModelValue-e18f251e.js';
|
|
8
8
|
import '@onereach/styles/screens.json';
|
|
9
9
|
import '@onereach/styles/tailwind.config.json';
|
|
10
|
-
import { _ as __vue_component__$1 } from './OrButton-
|
|
11
|
-
import './OrButton.vue_rollup-plugin-vue_script-
|
|
10
|
+
import { _ as __vue_component__$1 } from './OrButton-b2ede72c.js';
|
|
11
|
+
import './OrButton.vue_rollup-plugin-vue_script-4c5d99fd.js';
|
|
12
12
|
import { _ as __vue_component__$3 } from './OrIconButton-efaf73f5.js';
|
|
13
13
|
import { _ as __vue_component__$2 } from './OrIcon-0a14dafc.js';
|
|
14
14
|
import { _ as __vue_component__$4 } from './OrLabel-bf7e2ea2.js';
|
|
@@ -5,8 +5,8 @@ import '@vueuse/core';
|
|
|
5
5
|
import { u as useProxyModelValue } from './useProxyModelValue-e18f251e.js';
|
|
6
6
|
import { u as useResponsive } from './useResponsive-491da8c6.js';
|
|
7
7
|
import '@onereach/styles/tailwind.config.json';
|
|
8
|
-
import { _ as __vue_component__$1 } from './OrButton-
|
|
9
|
-
import './OrButton.vue_rollup-plugin-vue_script-
|
|
8
|
+
import { _ as __vue_component__$1 } from './OrButton-b2ede72c.js';
|
|
9
|
+
import './OrButton.vue_rollup-plugin-vue_script-4c5d99fd.js';
|
|
10
10
|
import { _ as __vue_component__$2 } from './OrIcon-0a14dafc.js';
|
|
11
11
|
import { _ as __vue_component__$4 } from './OrMenuItem-0143d03b.js';
|
|
12
12
|
import { _ as __vue_component__$3 } from './OrMenu-64c84fb8.js';
|
|
@@ -14,8 +14,8 @@ import { useFocusTrap } from '@vueuse/integrations/useFocusTrap';
|
|
|
14
14
|
import { defineComponent, shallowRef, ref, computed, onMounted, onBeforeUnmount, watch, nextTick } from 'vue-demi';
|
|
15
15
|
import './dom-53c9635b.js';
|
|
16
16
|
import { i as isArray } from './isArray-8eeb52b9.js';
|
|
17
|
-
import { _ as __vue_component__$1 } from './OrButton-
|
|
18
|
-
import './OrButton.vue_rollup-plugin-vue_script-
|
|
17
|
+
import { _ as __vue_component__$1 } from './OrButton-b2ede72c.js';
|
|
18
|
+
import './OrButton.vue_rollup-plugin-vue_script-4c5d99fd.js';
|
|
19
19
|
import { _ as __vue_component__$2 } from './OrError-b25d782d.js';
|
|
20
20
|
import { _ as __vue_component__$3 } from './OrHint-2fe1157b.js';
|
|
21
21
|
import { _ as __vue_component__$4 } from './OrIconButton-efaf73f5.js';
|
|
@@ -25,8 +25,8 @@ import { _ as __vue_component__$b } from './OrPopover-45e2dbce.js';
|
|
|
25
25
|
import './OrSkeletonCircle.vue_rollup-plugin-vue_script-f572f02f.js';
|
|
26
26
|
import './OrSkeletonRect.vue_rollup-plugin-vue_script-d2b78065.js';
|
|
27
27
|
import { _ as __vue_component__$e } from './OrSkeletonText-b6e51e70.js';
|
|
28
|
-
import { T as TagsOverflow } from './OrTags-
|
|
29
|
-
import { _ as __vue_component__$c } from './OrSelectMultipleControl-
|
|
28
|
+
import { T as TagsOverflow } from './OrTags-34ac7cc4.js';
|
|
29
|
+
import { _ as __vue_component__$c } from './OrSelectMultipleControl-6ee10a0b.js';
|
|
30
30
|
import { _ as __vue_component__$d } from './OrSelectSingleControl-5525edde.js';
|
|
31
31
|
import './OrSelectPlaceholder-a6caa9e0.js';
|
|
32
32
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
package/dist/esm/v2/{OrSelectMultipleControl-f3f7aebc.js → OrSelectMultipleControl-6ee10a0b.js}
RENAMED
|
@@ -8,7 +8,7 @@ import '@vueuse/core';
|
|
|
8
8
|
import { u as useProxyModelValue } from './useProxyModelValue-e18f251e.js';
|
|
9
9
|
import '@onereach/styles/screens.json';
|
|
10
10
|
import '@onereach/styles/tailwind.config.json';
|
|
11
|
-
import { _ as __vue_component__$3, T as TagsOverflow } from './OrTags-
|
|
11
|
+
import { _ as __vue_component__$3, T as TagsOverflow } from './OrTags-34ac7cc4.js';
|
|
12
12
|
import { _ as __vue_component__$2 } from './OrSelectControlInput-31d24ab9.js';
|
|
13
13
|
import { _ as __vue_component__$1 } from './OrSelectPlaceholder-a6caa9e0.js';
|
|
14
14
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|