@onereach/ui-components 11.5.2-beta.4434.0 → 11.5.2-beta.4436.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/OrAutocompleteV3/OrAutocomplete.js +1 -1
- package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.js +1 -1
- package/dist/bundled/v2/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +1 -1
- package/dist/bundled/v2/components/OrCode/OrCode.js +1 -1
- package/dist/bundled/v2/components/OrColorPicker/OrColorPicker.js +1 -1
- package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +1 -1
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +2 -2
- package/dist/bundled/v2/components/OrDataGridV3/OrDataGrid.js +1 -1
- package/dist/bundled/v2/components/OrDataGridV3/index.js +1 -1
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +2 -2
- package/dist/bundled/v2/components/OrDateRangePickerV3/OrDateRangePicker.js +2 -2
- package/dist/bundled/v2/components/OrDateTimePicker/OrDateTimePicker.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +3 -3
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +3 -3
- package/dist/bundled/v2/components/OrEditorTabsV3/OrEditorTabs.js +1 -1
- package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.js +1 -1
- package/dist/bundled/v2/components/OrInlineInputV3/index.js +1 -1
- package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +1 -1
- package/dist/bundled/v2/components/OrInputBoxV3/styles.js +8 -4
- package/dist/bundled/v2/components/OrInputV3/OrInput.js +1 -1
- package/dist/bundled/v2/components/OrInputV3/index.js +1 -1
- package/dist/bundled/v2/components/OrListV3/OrList.js +1 -1
- package/dist/bundled/v2/components/OrListV3/index.js +1 -1
- package/dist/bundled/v2/components/OrLoaderV3/OrLoader.js +1 -1
- package/dist/bundled/v2/components/OrModal/OrModal.js +2 -2
- package/dist/bundled/v2/components/OrOverflowMenu/OrOverflowMenu.js +1 -1
- package/dist/bundled/v2/components/OrOverlayV3/OrOverlay.js +1 -1
- package/dist/bundled/v2/components/OrPassword/OrPassword.js +1 -1
- package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +3 -14
- package/dist/bundled/v2/components/OrPopoverV3/OrPopover.vue.d.ts +0 -46
- package/dist/bundled/v2/components/OrProgressV3/OrProgress.js +1 -1
- package/dist/bundled/v2/components/OrRangeSliderV3/OrRangeSlider.js +1 -1
- package/dist/bundled/v2/components/OrResizeablePanelV3/OrResizeablePanel.js +1 -1
- package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +3 -3
- package/dist/bundled/v2/components/OrSearchV3/OrSearch.js +1 -1
- package/dist/bundled/v2/components/OrSelect/OrSelect.js +1 -1
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +2 -2
- package/dist/bundled/v2/components/OrSidebar/OrSidebar.js +1 -1
- package/dist/bundled/v2/components/OrSlider/OrSlider.js +1 -1
- package/dist/bundled/v2/components/OrSliderV3/OrSlider.js +1 -1
- package/dist/bundled/v2/components/OrStatusV3/OrStatus.js +1 -1
- package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +1 -1
- package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.js +1 -1
- package/dist/bundled/v2/components/OrTeleport/OrTeleport.vue2.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTextareaV3/OrTextarea.js +20 -5
- package/dist/bundled/v2/components/OrTextareaV3/OrTextarea.vue.d.ts +13 -2
- package/dist/bundled/v2/components/OrTextareaV3/styles.d.ts +2 -0
- package/dist/bundled/v2/components/OrTextareaV3/styles.js +13 -3
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +2 -2
- package/dist/bundled/v2/components/OrTimeRangePickerV3/OrTimeRangePicker.js +2 -2
- package/dist/bundled/v2/components/OrToast/composable/useToastEventBus.js +1 -1
- package/dist/bundled/v2/components/OrToastV3/composable/useToastEventBus.js +1 -1
- package/dist/bundled/v2/components/OrTreeV3/OrTree.js +1 -1
- package/dist/bundled/v2/components/OrTreeV3/index.js +1 -1
- package/dist/bundled/v2/components/index.js +8 -8
- package/dist/bundled/v2/hooks/useOverflow.js +1 -1
- package/dist/bundled/v2/hooks/useResponsive/useResponsive.js +1 -1
- package/dist/bundled/v2/{index-fe85dfd9.js → index-67cce8c9.js} +23 -1
- package/dist/bundled/v2/index.js +9 -9
- package/dist/bundled/v2/{useFocusTrap-5b440601.js → useFocusTrap-61cd932e.js} +1 -1
- package/dist/bundled/v3/components/OrAutocompleteV3/OrAutocomplete.js +1 -1
- package/dist/bundled/v3/components/OrAutocompleteV3/index.js +1 -1
- package/dist/bundled/v3/components/OrAutocompleteV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrAutocompleteV3-b14880ea.js → OrAutocompleteV3-ef4daf2e.js} +30 -8
- 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-0989b24b.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-f0acd78e.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-5a7b2da9.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-ee1e99d9.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-185a0dfa.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-dbd449b8.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-5ebbb285.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-b138248d.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-33883fee.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-b0a36eb2.js} +10 -10
- 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-2f58c7e7.js} +3 -3
- package/dist/bundled/v3/components/OrCombinedInputV3/OrCombinedInput.js +1 -1
- package/dist/bundled/v3/components/OrCombinedInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCombinedInputV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrCombinedInputV3-d40e62b4.js → OrCombinedInputV3-614bd043.js} +1 -1
- 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-e7532fce.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-f0d43273.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-3dfc7412.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-3950e77f.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-990f2c43.js} +4 -4
- 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-d1d8bc21.js} +4 -4
- 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-9124c3cf.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-76699502.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-4e824e21.js} +6 -6
- 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-880f9f38.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-3ba8f76e.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-b78c99a4.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-d63da3a5.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-edc7a4c2.js} +2 -2
- package/dist/bundled/v3/components/OrInput/OrInput.js +1 -1
- package/dist/bundled/v3/components/OrInputBoxV3/OrInputBox.js +1 -1
- package/dist/bundled/v3/components/OrInputBoxV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInputBoxV3/props.js +1 -1
- package/dist/bundled/v3/components/OrInputBoxV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrInputBoxV3-1253f899.js → OrInputBoxV3-ff861412.js} +8 -4
- 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-ba504d76.js} +4 -4
- 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-0607f3b4.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-b6f98ce3.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-21479095.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-8e5e8c0f.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-e485ca76.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-f6301bfc.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-1ab25608.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-6577a7ad.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-82e01566.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-dc6bc8f5.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-12df6ce6.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-7d21c17a.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-13958a98.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-ed25aafd.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-a896d852.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-93eeb5cf.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-fb8df6b4.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-3ccd5636.js} +12 -12
- package/dist/bundled/v3/components/OrSearch/OrSearch.js +3 -3
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +3 -3
- 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-c266abd7.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-2bb90b06.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-fe044b7e.js → OrSidebarV3-e75f3be3.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-73c9c4d8.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-17d6477a.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-e843786f.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-8eff58d2.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-63c2e46c.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-397c09aa.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-19bf8a73.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-db53ff48.js} +7 -7
- 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-cbd53a53.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-b7e0910b.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/OrTextarea.vue.d.ts +10 -1
- package/dist/bundled/v3/components/OrTextareaV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTextareaV3/styles.d.ts +2 -0
- package/dist/bundled/v3/components/OrTextareaV3/styles.js +2 -1
- package/dist/bundled/v3/components/{OrTextareaV3-9aadcbeb.js → OrTextareaV3-904f0c8b.js} +30 -7
- 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-047090a8.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-c53e9e2e.js} +4 -4
- 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-6bec9b29.js} +4 -4
- 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-6973298b.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-aa0ddafd.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-cf79aa74.js} +1 -1
- package/dist/bundled/v3/components/OrTreeV3/index.js +2 -2
- package/dist/bundled/v3/components/index.js +70 -70
- 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 +72 -72
- package/dist/bundled/v3/utils/functions/dom.js +3 -3
- package/dist/esm/v2/{OrAutocomplete-e36b572f.js → OrAutocomplete-c6929591.js} +7 -7
- package/dist/esm/v2/{OrCardCollection-ae932601.js → OrCardCollection-f5ba04ff.js} +3 -3
- package/dist/esm/v2/{OrCode-2c5a00ba.js → OrCode-1835b612.js} +4 -4
- package/dist/esm/v2/{OrCombinedInput-4b19d4b3.js → OrCombinedInput-b30bea03.js} +1 -1
- package/dist/esm/v2/{OrConfirm-47cf075f.js → OrConfirm-46c92544.js} +1 -1
- package/dist/esm/v2/{OrContextMenu-78008be1.js → OrContextMenu-180a83f8.js} +2 -2
- package/dist/esm/v2/{OrDataGrid-5af27788.js → OrDataGrid-8690a2ff.js} +2 -2
- package/dist/esm/v2/{OrDateFormat-5d6ce415.js → OrDateFormat-2d1a0e31.js} +2 -2
- package/dist/esm/v2/{OrDatePicker-f6ca9ee2.js → OrDatePicker-183329ad.js} +6 -6
- package/dist/esm/v2/{OrDateRangePicker-bd29374b.js → OrDateRangePicker-102dccfb.js} +6 -6
- package/dist/esm/v2/{OrDateTimeFormat-610881e3.js → OrDateTimeFormat-e20a32f6.js} +2 -2
- package/dist/esm/v2/{OrDateTimePicker-8384e2c1.js → OrDateTimePicker-d753fd54.js} +1 -1
- package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-07d7811d.js → OrDateTimePicker.vue_rollup-plugin-vue_script-60781b64.js} +5 -5
- 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-a83c9006.js} +3 -3
- package/dist/esm/v2/{OrInputBox-e272cbb2.js → OrInputBox-240ef1d1.js} +1 -1
- package/dist/esm/v2/{OrInputBox.vue_rollup-plugin-vue_script-770d753e.js → OrInputBox.vue_rollup-plugin-vue_script-1ce3da7b.js} +8 -4
- 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-9e454b10.js} +6 -6
- package/dist/esm/v2/{OrSearch-0158a1f8.js → OrSearch-d6f68b84.js} +2 -2
- package/dist/esm/v2/{OrSelect-e6fb1f37.js → OrSelect-8822be9d.js} +8 -8
- 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-a1427608.js} +5 -5
- package/dist/esm/v2/{OrTags-4200f68e.js → OrTags-593a70c0.js} +2 -2
- package/dist/esm/v2/{OrTextarea-ab686250.js → OrTextarea-3351937f.js} +31 -9
- package/dist/esm/v2/{OrTimeFormat-6f619739.js → OrTimeFormat-ad4ee4b8.js} +2 -2
- package/dist/esm/v2/{OrTimePicker-5002ea6a.js → OrTimePicker-f35dd19d.js} +6 -6
- package/dist/esm/v2/{OrTimeRangePicker-fd10f1b9.js → OrTimeRangePicker-53c50ac8.js} +6 -6
- package/dist/esm/v2/{OrTooltip-375cc3b3.js → OrTooltip-6b185542.js} +1 -1
- package/dist/esm/v2/components/index.js +49 -49
- package/dist/esm/v2/components/or-autocomplete-v3/index.js +10 -10
- package/dist/esm/v2/components/or-card-collection-v3/index.js +11 -11
- package/dist/esm/v2/components/or-code-v3/index.js +7 -7
- package/dist/esm/v2/components/or-combined-input-v3/index.js +2 -2
- package/dist/esm/v2/components/or-confirm-v3/index.js +7 -7
- package/dist/esm/v2/components/or-context-menu-v3/index.js +3 -3
- package/dist/esm/v2/components/or-data-grid-v3/index.js +11 -11
- package/dist/esm/v2/components/or-date-format-v3/index.js +10 -10
- package/dist/esm/v2/components/or-date-picker-v3/index.js +10 -10
- package/dist/esm/v2/components/or-date-range-picker-v3/index.js +10 -10
- package/dist/esm/v2/components/or-date-time-format-v3/index.js +10 -10
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +10 -10
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/index.js +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-box-v3/index.js +2 -2
- package/dist/esm/v2/components/or-input-v3/index.js +6 -6
- 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 +10 -10
- package/dist/esm/v2/components/or-search-v3/index.js +7 -7
- package/dist/esm/v2/components/or-select-v3/index.js +11 -11
- package/dist/esm/v2/components/or-select-v3/partials/index.js +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 +8 -8
- 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-textarea-v3/OrTextarea.vue.d.ts +13 -2
- package/dist/esm/v2/components/or-textarea-v3/index.js +4 -4
- package/dist/esm/v2/components/or-textarea-v3/styles.d.ts +2 -0
- package/dist/esm/v2/components/or-time-format-v3/index.js +10 -10
- package/dist/esm/v2/components/or-time-picker-v3/index.js +10 -10
- package/dist/esm/v2/components/or-time-range-picker-v3/index.js +10 -10
- package/dist/esm/v2/components/or-toast-v3/index.js +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 +49 -49
- 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-5f2da2ea.js} +6 -6
- package/dist/esm/v3/{OrCardCollection-59817dcc.js → OrCardCollection-dca9867a.js} +3 -3
- package/dist/esm/v3/{OrCode-4dbceaee.js → OrCode-3bf3a3c6.js} +3 -3
- package/dist/esm/v3/{OrCombinedInput-4dc423a8.js → OrCombinedInput-04dda289.js} +1 -1
- package/dist/esm/v3/{OrConfirm-46916b36.js → OrConfirm-5c247038.js} +1 -1
- package/dist/esm/v3/{OrContextMenu-0c6d9b75.js → OrContextMenu-7fe5d0b5.js} +2 -2
- package/dist/esm/v3/{OrDataGrid-75f6c4ac.js → OrDataGrid-f52d8201.js} +2 -2
- package/dist/esm/v3/{OrDateFormat-e3993341.js → OrDateFormat-fa638790.js} +2 -2
- package/dist/esm/v3/{OrDatePicker-d9c8bc41.js → OrDatePicker-f5a9cd38.js} +5 -5
- package/dist/esm/v3/{OrDateRangePicker-557e4736.js → OrDateRangePicker-6ede9638.js} +5 -5
- package/dist/esm/v3/{OrDateTimeFormat-6e5ca8bb.js → OrDateTimeFormat-ab9f7811.js} +2 -2
- package/dist/esm/v3/{OrDateTimePicker-9acc7f58.js → OrDateTimePicker-eef46108.js} +4 -4
- 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-c81e4b4e.js} +2 -2
- package/dist/esm/v3/{OrInputBox-24c89cb2.js → OrInputBox-8a5687dc.js} +8 -4
- 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-abf6ccfb.js} +6 -6
- package/dist/esm/v3/{OrSearch-ea61d6c8.js → OrSearch-4753fecc.js} +2 -2
- package/dist/esm/v3/{OrSelect-9857d74c.js → OrSelect-6da3202d.js} +7 -7
- 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-1313dfef.js} +4 -4
- package/dist/esm/v3/{OrTags-4af8c52a.js → OrTags-69136ec4.js} +2 -2
- package/dist/esm/v3/{OrTextarea-d6723cbe.js → OrTextarea-46027c3a.js} +28 -6
- package/dist/esm/v3/{OrTimeFormat-2cda9dec.js → OrTimeFormat-48580342.js} +2 -2
- package/dist/esm/v3/{OrTimePicker-0d722e57.js → OrTimePicker-0e2a97a5.js} +5 -5
- package/dist/esm/v3/{OrTimeRangePicker-93b601cd.js → OrTimeRangePicker-091a349f.js} +5 -5
- package/dist/esm/v3/{OrTooltip-43543b88.js → OrTooltip-097469ad.js} +1 -1
- package/dist/esm/v3/components/index.js +46 -46
- package/dist/esm/v3/components/or-autocomplete-v3/index.js +9 -9
- package/dist/esm/v3/components/or-card-collection-v3/index.js +10 -10
- package/dist/esm/v3/components/or-code-v3/index.js +6 -6
- package/dist/esm/v3/components/or-combined-input-v3/index.js +2 -2
- package/dist/esm/v3/components/or-confirm-v3/index.js +6 -6
- package/dist/esm/v3/components/or-context-menu-v3/index.js +3 -3
- package/dist/esm/v3/components/or-data-grid-v3/index.js +10 -10
- package/dist/esm/v3/components/or-date-format-v3/index.js +9 -9
- package/dist/esm/v3/components/or-date-picker-v3/index.js +9 -9
- package/dist/esm/v3/components/or-date-range-picker-v3/index.js +9 -9
- package/dist/esm/v3/components/or-date-time-format-v3/index.js +9 -9
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +8 -8
- 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-box-v3/index.js +1 -1
- package/dist/esm/v3/components/or-input-v3/index.js +5 -5
- 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 +9 -9
- package/dist/esm/v3/components/or-search-v3/index.js +6 -6
- package/dist/esm/v3/components/or-select-v3/index.js +10 -10
- 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 +7 -7
- 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-textarea-v3/OrTextarea.vue.d.ts +10 -1
- package/dist/esm/v3/components/or-textarea-v3/index.js +3 -3
- package/dist/esm/v3/components/or-textarea-v3/styles.d.ts +2 -0
- package/dist/esm/v3/components/or-time-format-v3/index.js +9 -9
- package/dist/esm/v3/components/or-time-picker-v3/index.js +9 -9
- package/dist/esm/v3/components/or-time-range-picker-v3/index.js +9 -9
- 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 +46 -46
- 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 +1 -1
- package/src/components/or-input-box-v3/styles.ts +8 -6
- package/src/components/or-popover-v3/OrPopover.vue +3 -9
- package/src/components/or-textarea-v3/OrTextarea.vue +16 -2
- package/src/components/or-textarea-v3/styles.ts +17 -7
- /package/dist/bundled/v2/{OrDataGrid-479e703b.js → OrDataGrid-a548a5c8.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-6c34d39d.js → OrDateTimePickerMonthSelect-66c24940.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerPopoverHeader-5492e55e.js → OrDateTimePickerPopoverHeader-3a03ca85.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerTimeSelect-a223ad91.js → OrDateTimePickerTimeSelect-7c1a21be.js} +0 -0
- /package/dist/bundled/v2/{OrInlineInput-9abb655f.js → OrInlineInput-ffdf7c6e.js} +0 -0
- /package/dist/bundled/v2/{OrInput-8a6ce611.js → OrInput-9b37db6b.js} +0 -0
- /package/dist/bundled/v2/{OrList-0fa50c13.js → OrList-c76f93a4.js} +0 -0
- /package/dist/bundled/v2/{OrTree-a0562ed7.js → OrTree-9441d6df.js} +0 -0
- /package/dist/bundled/v3/components/{OrAvatar-92834774.js → OrAvatar-273d5494.js} +0 -0
- /package/dist/bundled/v3/components/{OrDropAreaV3-2f83f7f9.js → OrDropAreaV3-d8ff6e31.js} +0 -0
- /package/dist/bundled/v3/components/{OrExpansionPanelV3-f36622f8.js → OrExpansionPanelV3-95a60aab.js} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
export { C as ConfirmType } from '../OrConfirmV3-
|
|
1
|
+
export { C as ConfirmType } from '../OrConfirmV3-f0d43273.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as Confirm, d as ConfirmFooter, f as ConfirmFooterButtons, e as ConfirmFooterTypes, b as ConfirmHeader, c as ConfirmInput } from '../OrConfirmV3-
|
|
1
|
+
export { a as Confirm, d as ConfirmFooter, f as ConfirmFooterButtons, e as ConfirmFooterTypes, b as ConfirmHeader, c as ConfirmInput } from '../OrConfirmV3-f0d43273.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createTextVNode, toDisplayString, createElementBlock, createVNode, createCommentVNode } from 'vue';
|
|
2
|
-
import { c as useMagicKeys, w as whenever, o as onClickOutside } from './OrAutocompleteV3-
|
|
3
|
-
import { l as logicAnd } from './OrConfirm-
|
|
2
|
+
import { c as useMagicKeys, w as whenever, o as onClickOutside } from './OrAutocompleteV3-ef4daf2e.js';
|
|
3
|
+
import { l as logicAnd } from './OrConfirm-e7532fce.js';
|
|
4
4
|
import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
|
|
5
|
-
import { s as script$1 } from './OrOverlayV3-
|
|
6
|
-
import { s as script$2, a as ButtonColor } from './OrButtonV3-
|
|
7
|
-
import { s as script$3 } from './OrInputV3-
|
|
5
|
+
import { s as script$1 } from './OrOverlayV3-82e01566.js';
|
|
6
|
+
import { s as script$2, a as ButtonColor } from './OrButtonV3-ee1e99d9.js';
|
|
7
|
+
import { s as script$3 } from './OrInputV3-ba504d76.js';
|
|
8
8
|
import { usePopoverState } from '../hooks/usePopoverState.js';
|
|
9
9
|
|
|
10
10
|
var ConfirmType;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createBlock, withCtx, renderSlot } from 'vue';
|
|
2
2
|
import { defineComponent, toRefs, watch, ref } from 'vue-demi';
|
|
3
|
-
import { s as script$1 } from '../OrMenuV3-
|
|
4
|
-
import { P as PopoverPlacement } from '../OrPopoverV3-
|
|
3
|
+
import { s as script$1 } from '../OrMenuV3-e485ca76.js';
|
|
4
|
+
import { P as PopoverPlacement } from '../OrPopoverV3-12df6ce6.js';
|
|
5
5
|
import { usePopoverState } from '../../hooks/usePopoverState.js';
|
|
6
6
|
|
|
7
7
|
var script = defineComponent({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrDataGridV3-
|
|
1
|
+
export { s as default } from '../OrDataGridV3-3dfc7412.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { D as DataGridVariant, s as OrDataGridV3 } from '../OrDataGridV3-
|
|
1
|
+
export { D as DataGridVariant, s as OrDataGridV3 } from '../OrDataGridV3-3dfc7412.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as DataGrid } from '../OrDataGridV3-
|
|
1
|
+
export { a as DataGrid } from '../OrDataGridV3-3dfc7412.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, normalizeClass, renderSlot, createCommentVNode, normalizeStyle, resolveComponent, createBlock, createSlots, withCtx, createVNode, Fragment, renderList, createTextVNode, toDisplayString } from 'vue';
|
|
2
2
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
3
3
|
import { s as script$e } from './OrIconV3-b5c97ea7.js';
|
|
4
|
-
import { s as script$f } from './OrCheckboxV3-
|
|
5
|
-
import { s as script$g } from './OrPaginationV3-
|
|
4
|
+
import { s as script$f } from './OrCheckboxV3-5ebbb285.js';
|
|
5
|
+
import { s as script$g } from './OrPaginationV3-dc6bc8f5.js';
|
|
6
6
|
import script$h from './OrSearchV3/OrSearch.js';
|
|
7
7
|
|
|
8
8
|
const DataGridFooter = [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrDateFormatV3-
|
|
1
|
+
export { s as default } from '../OrDateFormatV3-3950e77f.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrDateFormatV3 } from '../OrDateFormatV3-
|
|
1
|
+
export { s as OrDateFormatV3 } from '../OrDateFormatV3-3950e77f.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { D as DateFormat } from '../OrDateFormatV3-
|
|
1
|
+
export { D as DateFormat } from '../OrDateFormatV3-3950e77f.js';
|
package/dist/bundled/v3/components/{OrDateFormatV3-a18f3e80.js → OrDateFormatV3-3950e77f.js}
RENAMED
|
@@ -2,7 +2,7 @@ import { openBlock, createElementBlock, normalizeClass, Fragment, createTextVNod
|
|
|
2
2
|
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
3
3
|
import { useDateFormat } from '../hooks/useDateFormat.js';
|
|
4
4
|
import { useLocale } from '../hooks/useLocale.js';
|
|
5
|
-
import { f as formatDate } from './OrDateTimePickerV3-
|
|
5
|
+
import { f as formatDate } from './OrDateTimePickerV3-4e824e21.js';
|
|
6
6
|
|
|
7
7
|
const DateFormat = [
|
|
8
8
|
// Layout
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrDatePickerV3-
|
|
1
|
+
export { s as default } from '../OrDatePickerV3-990f2c43.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrDatePickerV3 } from '../OrDatePickerV3-
|
|
1
|
+
export { s as OrDatePickerV3 } from '../OrDatePickerV3-990f2c43.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { D as DatePicker, a as DatePickerPopover } from '../OrDatePickerV3-
|
|
1
|
+
export { D as DatePicker, a as DatePickerPopover } from '../OrDatePickerV3-990f2c43.js';
|
package/dist/bundled/v3/components/{OrDatePickerV3-f9f5dee6.js → OrDatePickerV3-990f2c43.js}
RENAMED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, withModifiers, createVNode, vShow, createElementVNode } from 'vue';
|
|
2
2
|
import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
|
|
3
|
-
import { s as script$1, a as script$2, b as script$3, c as script$4, d as script$5, e as script$6, g as getCurrentDate, h as formatMobileDate } from './OrDateTimePickerV3-
|
|
3
|
+
import { s as script$1, a as script$2, b as script$3, c as script$4, d as script$5, e as script$6, g as getCurrentDate, h as formatMobileDate } from './OrDateTimePickerV3-4e824e21.js';
|
|
4
4
|
import { s as script$7 } from './OrErrorV3-b04d76aa.js';
|
|
5
5
|
import { s as script$8 } from './OrHintV3-c8ac5975.js';
|
|
6
6
|
import { s as script$9 } from './OrIconV3-b5c97ea7.js';
|
|
7
|
-
import { s as script$a } from './OrIconButtonV3-
|
|
8
|
-
import { s as script$b, I as InputBoxSize } from './OrInputBoxV3-
|
|
7
|
+
import { s as script$a } from './OrIconButtonV3-b78c99a4.js';
|
|
8
|
+
import { s as script$b, I as InputBoxSize } from './OrInputBoxV3-ff861412.js';
|
|
9
9
|
import { s as script$c } from './OrLabelV3-2715e117.js';
|
|
10
|
-
import { s as script$d } from './OrPopoverV3-
|
|
10
|
+
import { s as script$d } from './OrPopoverV3-12df6ce6.js';
|
|
11
11
|
import { DropdownClose } from '../directives/dropdown-close.js';
|
|
12
12
|
import { DropdownOpen } from '../directives/dropdown-open.js';
|
|
13
13
|
import { useDateFormat } from '../hooks/useDateFormat.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrDateRangePickerV3-
|
|
1
|
+
export { s as default } from '../OrDateRangePickerV3-d1d8bc21.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrDateRangePickerV3 } from '../OrDateRangePickerV3-
|
|
1
|
+
export { s as OrDateRangePickerV3 } from '../OrDateRangePickerV3-d1d8bc21.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { D as DateRangePicker, a as DateRangePickerPopover } from '../OrDateRangePickerV3-
|
|
1
|
+
export { D as DateRangePicker, a as DateRangePickerPopover } from '../OrDateRangePickerV3-d1d8bc21.js';
|
|
@@ -3,11 +3,11 @@ import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
|
|
|
3
3
|
import { s as script$7 } from './OrErrorV3-b04d76aa.js';
|
|
4
4
|
import { s as script$8 } from './OrHintV3-c8ac5975.js';
|
|
5
5
|
import { s as script$9 } from './OrIconV3-b5c97ea7.js';
|
|
6
|
-
import { s as script$a } from './OrIconButtonV3-
|
|
7
|
-
import { s as script$b, I as InputBoxSize } from './OrInputBoxV3-
|
|
6
|
+
import { s as script$a } from './OrIconButtonV3-b78c99a4.js';
|
|
7
|
+
import { s as script$b, I as InputBoxSize } from './OrInputBoxV3-ff861412.js';
|
|
8
8
|
import { s as script$c } from './OrLabelV3-2715e117.js';
|
|
9
|
-
import { s as script$d } from './OrPopoverV3-
|
|
10
|
-
import { s as script$1, a as script$2, b as script$3, c as script$4, d as script$5, e as script$6, g as getCurrentDate, i as getNextMonthDate, h as formatMobileDate } from './OrDateTimePickerV3-
|
|
9
|
+
import { s as script$d } from './OrPopoverV3-12df6ce6.js';
|
|
10
|
+
import { s as script$1, a as script$2, b as script$3, c as script$4, d as script$5, e as script$6, g as getCurrentDate, i as getNextMonthDate, h as formatMobileDate } from './OrDateTimePickerV3-4e824e21.js';
|
|
11
11
|
import { DropdownClose } from '../directives/dropdown-close.js';
|
|
12
12
|
import { DropdownOpen } from '../directives/dropdown-open.js';
|
|
13
13
|
import { useDateFormat } from '../hooks/useDateFormat.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrDateTimeFormatV3-
|
|
1
|
+
export { s as default } from '../OrDateTimeFormatV3-9124c3cf.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrDateTimeFormatV3 } from '../OrDateTimeFormatV3-
|
|
1
|
+
export { s as OrDateTimeFormatV3 } from '../OrDateTimeFormatV3-9124c3cf.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { D as DateTimeFormat } from '../OrDateTimeFormatV3-
|
|
1
|
+
export { D as DateTimeFormat } from '../OrDateTimeFormatV3-9124c3cf.js';
|
package/dist/bundled/v3/components/{OrDateTimeFormatV3-e6faf1f1.js → OrDateTimeFormatV3-9124c3cf.js}
RENAMED
|
@@ -3,7 +3,7 @@ import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
|
3
3
|
import { useDateFormat } from '../hooks/useDateFormat.js';
|
|
4
4
|
import { useTimeFormat } from '../hooks/useTimeFormat.js';
|
|
5
5
|
import { useLocale } from '../hooks/useLocale.js';
|
|
6
|
-
import { f as formatDate, j as formatTime } from './OrDateTimePickerV3-
|
|
6
|
+
import { f as formatDate, j as formatTime } from './OrDateTimePickerV3-4e824e21.js';
|
|
7
7
|
|
|
8
8
|
const DateTimeFormat = [
|
|
9
9
|
// Layout
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrDateTimePicker-
|
|
1
|
+
export { s as default } from '../OrDateTimePicker-76699502.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { D as DEFAULT_TEXT, n as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-
|
|
1
|
+
export { D as DEFAULT_TEXT, n as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-76699502.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { D as DEFAULT_TEXT, s as OrDateTimePicker, n as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-
|
|
1
|
+
export { D as DEFAULT_TEXT, s as OrDateTimePicker, n as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-76699502.js';
|
package/dist/bundled/v3/components/{OrDateTimePicker-bcda8582.js → OrDateTimePicker-76699502.js}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, normalizeClass, withModifiers, toDisplayString, resolveComponent, createBlock, withCtx, renderSlot, createTextVNode, createCommentVNode, createElementVNode, createVNode, Transition, Fragment, renderList, withDirectives, vModelText, pushScopeId, popScopeId } from 'vue';
|
|
2
|
-
import { s as styleInject } from './OrAvatar-
|
|
2
|
+
import { s as styleInject } from './OrAvatar-273d5494.js';
|
|
3
3
|
import { defineComponent, ref, getCurrentInstance } from 'vue-demi';
|
|
4
|
-
import { o as onClickOutside } from './OrAutocompleteV3-
|
|
4
|
+
import { o as onClickOutside } from './OrAutocompleteV3-ef4daf2e.js';
|
|
5
5
|
import { setStyle, requestAF, getCS, reflow, cancelAF } from '../utils/functions/dom.js';
|
|
6
6
|
import { pxToRem } from '../utils/functions/px-to-rem.js';
|
|
7
|
-
import { s as script$2 } from './OrFloating-
|
|
7
|
+
import { s as script$2 } from './OrFloating-3ba8f76e.js';
|
|
8
8
|
import script$3 from './OrLabel/OrLabel.js';
|
|
9
9
|
import script$4 from './OrError/OrError.js';
|
|
10
10
|
import script$5 from './OrHint/OrHint.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { n as default } from '../OrDateTimePickerV3-
|
|
1
|
+
export { n as default } from '../OrDateTimePickerV3-4e824e21.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, k as OrDateTimePickerTimeControl, l as OrDateTimePickerTimeSelect, n as OrDateTimePickerV3, f as formatDate, h as formatMobileDate, m as formatMobileTime, j as formatTime, g as getCurrentDate, i as getNextMonthDate } from '../OrDateTimePickerV3-
|
|
1
|
+
export { s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, k as OrDateTimePickerTimeControl, l as OrDateTimePickerTimeSelect, n as OrDateTimePickerV3, f as formatDate, h as formatMobileDate, m as formatMobileTime, j as formatTime, g as getCurrentDate, i as getNextMonthDate } from '../OrDateTimePickerV3-4e824e21.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { D as DateTimePicker, o as DateTimePickerDatePopover, p as DateTimePickerTimePopover } from '../OrDateTimePickerV3-
|
|
1
|
+
export { D as DateTimePicker, o as DateTimePickerDatePopover, p as DateTimePickerTimePopover } from '../OrDateTimePickerV3-4e824e21.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { f as formatDate } from '../../OrDateTimePickerV3-
|
|
1
|
+
export { f as formatDate } from '../../OrDateTimePickerV3-4e824e21.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { h as formatMobileDate } from '../../OrDateTimePickerV3-
|
|
1
|
+
export { h as formatMobileDate } from '../../OrDateTimePickerV3-4e824e21.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import '../../../types/TimeFormat.js';
|
|
2
|
-
export { m as formatMobileTime } from '../../OrDateTimePickerV3-
|
|
2
|
+
export { m as formatMobileTime } from '../../OrDateTimePickerV3-4e824e21.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import '../../../types/TimeFormat.js';
|
|
2
|
-
export { j as formatTime } from '../../OrDateTimePickerV3-
|
|
2
|
+
export { j as formatTime } from '../../OrDateTimePickerV3-4e824e21.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { g as getCurrentDate } from '../../OrDateTimePickerV3-
|
|
1
|
+
export { g as getCurrentDate } from '../../OrDateTimePickerV3-4e824e21.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { i as getNextMonthDate } from '../../OrDateTimePickerV3-
|
|
1
|
+
export { i as getNextMonthDate } from '../../OrDateTimePickerV3-4e824e21.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { f as formatDate, h as formatMobileDate, m as formatMobileTime, j as formatTime, g as getCurrentDate, i as getNextMonthDate } from '../../OrDateTimePickerV3-
|
|
1
|
+
export { f as formatDate, h as formatMobileDate, m as formatMobileTime, j as formatTime, g as getCurrentDate, i as getNextMonthDate } from '../../OrDateTimePickerV3-4e824e21.js';
|
package/dist/bundled/v3/components/{OrDateTimePickerV3-a78dfc56.js → OrDateTimePickerV3-4e824e21.js}
RENAMED
|
@@ -2,18 +2,18 @@ import { openBlock, createElementBlock, normalizeClass, withModifiers, Fragment,
|
|
|
2
2
|
import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
|
|
3
3
|
import { useDateMask } from '../hooks/useDateMask.js';
|
|
4
4
|
import { useProxyModelValue } from '../hooks/useProxyModelValue.js';
|
|
5
|
-
import { s as script$9 } from './OrButtonV3-
|
|
5
|
+
import { s as script$9 } from './OrButtonV3-ee1e99d9.js';
|
|
6
6
|
import { s as script$a } from './OrLabelV3-2715e117.js';
|
|
7
7
|
import { s as script$b } from './OrIconV3-b5c97ea7.js';
|
|
8
|
-
import { s as script$c } from './OrIconButtonV3-
|
|
9
|
-
import { s as script$d } from './OrMenuV3-
|
|
10
|
-
import { s as script$e } from './OrMenuItemV3-
|
|
8
|
+
import { s as script$c } from './OrIconButtonV3-b78c99a4.js';
|
|
9
|
+
import { s as script$d } from './OrMenuV3-e485ca76.js';
|
|
10
|
+
import { s as script$e } from './OrMenuItemV3-8e5e8c0f.js';
|
|
11
11
|
import { useTimeMask } from '../hooks/useTimeMask.js';
|
|
12
12
|
import { TimeFormat } from '../types/TimeFormat.js';
|
|
13
13
|
import { s as script$f } from './OrErrorV3-b04d76aa.js';
|
|
14
14
|
import { s as script$g } from './OrHintV3-c8ac5975.js';
|
|
15
|
-
import { s as script$h, I as InputBoxSize } from './OrInputBoxV3-
|
|
16
|
-
import { s as script$i } from './OrPopoverV3-
|
|
15
|
+
import { s as script$h, I as InputBoxSize } from './OrInputBoxV3-ff861412.js';
|
|
16
|
+
import { s as script$i } from './OrPopoverV3-12df6ce6.js';
|
|
17
17
|
import { DropdownClose } from '../directives/dropdown-close.js';
|
|
18
18
|
import { DropdownOpen } from '../directives/dropdown-open.js';
|
|
19
19
|
import { useDateFormat } from '../hooks/useDateFormat.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrDropAreaV3-
|
|
1
|
+
export { s as default } from '../OrDropAreaV3-d8ff6e31.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { D as DropAreaSize, s as OrDropAreaV3, a as approximateFileSize } from '../OrDropAreaV3-
|
|
1
|
+
export { D as DropAreaSize, s as OrDropAreaV3, a as approximateFileSize } from '../OrDropAreaV3-d8ff6e31.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { D as DropAreaSize } from '../OrDropAreaV3-
|
|
1
|
+
export { D as DropAreaSize } from '../OrDropAreaV3-d8ff6e31.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { b as DropArea, i as DropAreaConstraints, d as DropAreaControl, e as DropAreaIcon, f as DropAreaIconSizes, c as DropAreaSizes, g as DropAreaText, h as DropAreaTextEmphasis } from '../OrDropAreaV3-
|
|
1
|
+
export { b as DropArea, i as DropAreaConstraints, d as DropAreaControl, e as DropAreaIcon, f as DropAreaIconSizes, c as DropAreaSizes, g as DropAreaText, h as DropAreaTextEmphasis } from '../OrDropAreaV3-d8ff6e31.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as approximateFileSize } from '../../OrDropAreaV3-
|
|
1
|
+
export { a as approximateFileSize } from '../../OrDropAreaV3-d8ff6e31.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as approximateFileSize } from '../../OrDropAreaV3-
|
|
1
|
+
export { a as approximateFileSize } from '../../OrDropAreaV3-d8ff6e31.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrEditorTabsV3-
|
|
1
|
+
export { s as default } from '../OrEditorTabsV3-880f9f38.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { E as EditorTabsOverflow, s as OrEditorTabsV3 } from '../OrEditorTabsV3-
|
|
1
|
+
export { E as EditorTabsOverflow, s as OrEditorTabsV3 } from '../OrEditorTabsV3-880f9f38.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { E as EditorTabsOverflow } from '../OrEditorTabsV3-
|
|
1
|
+
export { E as EditorTabsOverflow } from '../OrEditorTabsV3-880f9f38.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as EditorTabs, e as EditorTabsContent, b as EditorTabsHeader, c as EditorTabsHeaderTabs, d as EditorTabsHeaderTabsOverflows } from '../OrEditorTabsV3-
|
|
1
|
+
export { a as EditorTabs, e as EditorTabsContent, b as EditorTabsHeader, c as EditorTabsHeaderTabs, d as EditorTabsHeaderTabsOverflows } from '../OrEditorTabsV3-880f9f38.js';
|
package/dist/bundled/v3/components/{OrEditorTabsV3-b77ea151.js → OrEditorTabsV3-880f9f38.js}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, Fragment, createVNode, withModifiers, createCommentVNode, createElementVNode, renderList, createBlock, withCtx, toDisplayString, createTextVNode } from 'vue';
|
|
2
|
-
import { e as useScroll } from './OrAutocompleteV3-
|
|
2
|
+
import { e as useScroll } from './OrAutocompleteV3-ef4daf2e.js';
|
|
3
3
|
import { defineComponent, ref, computed, isVue2, toRef, watch } from 'vue-demi';
|
|
4
|
-
import { s as script$2 } from './OrIconButtonV3-
|
|
4
|
+
import { s as script$2 } from './OrIconButtonV3-b78c99a4.js';
|
|
5
5
|
import { s as script$3 } from './OrIconV3-b5c97ea7.js';
|
|
6
|
-
import { s as script$4 } from './OrMenuV3-
|
|
7
|
-
import { s as script$5 } from './OrMenuItemV3-
|
|
6
|
+
import { s as script$4 } from './OrMenuV3-e485ca76.js';
|
|
7
|
+
import { s as script$5 } from './OrMenuItemV3-8e5e8c0f.js';
|
|
8
8
|
import { useProxyModelValue } from '../hooks/useProxyModelValue.js';
|
|
9
9
|
import { isNil } from '../utils/isNil.js';
|
|
10
10
|
import { getItemByValue } from '../helpers/getItemByValue.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, renderSlot, createTextVNode, toDisplayString } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-273d5494.js';
|
|
3
3
|
import { defineComponent } from 'vue-demi';
|
|
4
4
|
|
|
5
5
|
var script = defineComponent({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrExpansionPanelV3-
|
|
1
|
+
export { s as default } from '../OrExpansionPanelV3-95a60aab.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../OrExpansionPanelV3-
|
|
1
|
+
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../OrExpansionPanelV3-95a60aab.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant } from '../OrExpansionPanelV3-
|
|
1
|
+
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant } from '../OrExpansionPanelV3-95a60aab.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { c as ExpansionPanel, h as ExpansionPanelAddon, e as ExpansionPanelBackgroundColors, i as ExpansionPanelContent, f as ExpansionPanelHeader, g as ExpansionPanelHeaderColors, d as ExpansionPanelVariants } from '../OrExpansionPanelV3-
|
|
1
|
+
export { c as ExpansionPanel, h as ExpansionPanelAddon, e as ExpansionPanelBackgroundColors, i as ExpansionPanelContent, f as ExpansionPanelHeader, g as ExpansionPanelHeaderColors, d as ExpansionPanelVariants } from '../OrExpansionPanelV3-95a60aab.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrFloating-
|
|
1
|
+
export { s as default } from '../OrFloating-3ba8f76e.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { e as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating-
|
|
1
|
+
export { e as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating-3ba8f76e.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrFloating, e as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating-
|
|
1
|
+
export { s as OrFloating, e as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating-3ba8f76e.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, renderSlot } from 'vue';
|
|
2
|
-
import { s as styleInject } from './OrAvatar-
|
|
2
|
+
import { s as styleInject } from './OrAvatar-273d5494.js';
|
|
3
3
|
import { defineComponent, ref, nextTick } from 'vue-demi';
|
|
4
4
|
import { s as script$1 } from './OrTeleport-5a34b07f.js';
|
|
5
5
|
import { getMaxZIndex, getCS } from '../utils/functions/dom.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, renderSlot, createTextVNode, toDisplayString } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-273d5494.js';
|
|
3
3
|
import { defineComponent } from 'vue-demi';
|
|
4
4
|
|
|
5
5
|
var script = defineComponent({
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, mergeProps, renderSlot, createTextVNode, toDisplayString, createBlock, withCtx, createVNode, createCommentVNode } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-273d5494.js';
|
|
3
3
|
import { defineComponent, ref } from 'vue-demi';
|
|
4
4
|
import { pxToRem } from '../../utils/functions/px-to-rem.js';
|
|
5
5
|
import { OrTooltipContent as script$1 } from '../OrTooltip/index.js';
|
|
6
|
-
import { s as script$2, O as OrFloatingPlacements } from '../OrFloating-
|
|
6
|
+
import { s as script$2, O as OrFloatingPlacements } from '../OrFloating-3ba8f76e.js';
|
|
7
7
|
|
|
8
8
|
var OrIconColors;
|
|
9
9
|
(function (OrIconColors) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, createVNode, withCtx, createElementVNode, mergeProps, toHandlers, createBlock, createCommentVNode, renderSlot } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-273d5494.js';
|
|
3
3
|
import { defineComponent, isVue3, h } from 'vue-demi';
|
|
4
4
|
import { OrTooltip as script$2 } from '../OrTooltip/index.js';
|
|
5
|
-
import { O as OrFloatingPlacements } from '../OrFloating-
|
|
6
|
-
import { I as ICON_BUTTON_TYPE, H as HTML_BUTTON_TYPE, a as BUTTON_SIZE, B as BUTTON_COLOR } from '../OrButtonV2-
|
|
5
|
+
import { O as OrFloatingPlacements } from '../OrFloating-3ba8f76e.js';
|
|
6
|
+
import { I as ICON_BUTTON_TYPE, H as HTML_BUTTON_TYPE, a as BUTTON_SIZE, B as BUTTON_COLOR } from '../OrButtonV2-5a7b2da9.js';
|
|
7
7
|
import { OrIcon as script$3 } from '../OrIcon/index.js';
|
|
8
8
|
import { OrLoader as script$4 } from '../OrLoader/index.js';
|
|
9
9
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrIconButtonV3-
|
|
1
|
+
export { s as default } from '../OrIconButtonV3-b78c99a4.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButtonV3-
|
|
1
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButtonV3-b78c99a4.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { I as IconButtonColor } from '../OrIconButtonV3-
|
|
1
|
+
export { I as IconButtonColor } from '../OrIconButtonV3-b78c99a4.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as IconButton, b as IconButtonColors } from '../OrIconButtonV3-
|
|
1
|
+
export { a as IconButton, b as IconButtonColors } from '../OrIconButtonV3-b78c99a4.js';
|
package/dist/bundled/v3/components/{OrIconButtonV3-06e478da.js → OrIconButtonV3-b78c99a4.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, createSlots, withCtx, createElementVNode, mergeProps, toHandlers, createVNode, renderSlot } from 'vue';
|
|
2
2
|
import { defineComponent, ref, computed, isVue3 } from 'vue-demi';
|
|
3
3
|
import { s as script$1, I as IconSize } from './OrIconV3-b5c97ea7.js';
|
|
4
|
-
import { s as script$2 } from './OrTooltipV3-
|
|
4
|
+
import { s as script$2 } from './OrTooltipV3-cf79aa74.js';
|
|
5
5
|
|
|
6
6
|
var IconButtonColor;
|
|
7
7
|
(function (IconButtonColor) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrInlineInputV3-
|
|
1
|
+
export { s as default } from '../OrInlineInputV3-d63da3a5.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInputV3-
|
|
1
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInputV3-d63da3a5.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import '../OrInlineInputBoxV3-1a4d3924.js';
|
|
2
|
-
export { a as InlineInput, c as InlineInputAction, d as InlineInputActionSizes, b as InlineInputControl } from '../OrInlineInputV3-
|
|
2
|
+
export { a as InlineInput, c as InlineInputAction, d as InlineInputActionSizes, b as InlineInputControl } from '../OrInlineInputV3-d63da3a5.js';
|
package/dist/bundled/v3/components/{OrInlineInputV3-fef03008.js → OrInlineInputV3-d63da3a5.js}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelDynamic, withModifiers, createCommentVNode, createBlock, createSlots, renderSlot, createTextVNode, toDisplayString, vShow } from 'vue';
|
|
2
|
-
import { s as styleInject } from './OrAvatar-
|
|
2
|
+
import { s as styleInject } from './OrAvatar-273d5494.js';
|
|
3
3
|
import { defineComponent, reactive, ref, computed, toRef, watch } from 'vue-demi';
|
|
4
4
|
import { I as InlineInputBoxSize, s as script$4 } from './OrInlineInputBoxV3-1a4d3924.js';
|
|
5
5
|
import { s as script$1 } from './OrErrorV3-b04d76aa.js';
|
|
6
6
|
import { s as script$2 } from './OrHintV3-c8ac5975.js';
|
|
7
|
-
import { s as script$3 } from './OrIconButtonV3-
|
|
7
|
+
import { s as script$3 } from './OrIconButtonV3-b78c99a4.js';
|
|
8
8
|
import { useIdAttribute } from '../hooks/useIdAttribute.js';
|
|
9
9
|
import { useControlAttributes } from '../hooks/useControlAttributes.js';
|
|
10
10
|
import { useValidationAttributes } from '../hooks/useValidationAttributes.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, withDirectives, withKeys, vModelText, createCommentVNode, toDisplayString, createBlock, createVNode, withCtx, Transition } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-273d5494.js';
|
|
3
3
|
import { defineComponent, ref, getCurrentInstance } from 'vue-demi';
|
|
4
|
-
import { f as useVModel } from '../OrAutocompleteV3-
|
|
4
|
+
import { f as useVModel } from '../OrAutocompleteV3-ef4daf2e.js';
|
|
5
5
|
import { setStyle, requestAF, getCS, reflow, cancelAF } from '../../utils/functions/dom.js';
|
|
6
6
|
import { pxToRem } from '../../utils/functions/px-to-rem.js';
|
|
7
7
|
import script$1 from '../OrCollapse/OrCollapse.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrInlineTextareaV3-
|
|
1
|
+
export { s as default } from '../OrInlineTextareaV3-edc7a4c2.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrInlineTextareaV3 } from '../OrInlineTextareaV3-
|
|
1
|
+
export { s as OrInlineTextareaV3 } from '../OrInlineTextareaV3-edc7a4c2.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { I as InlineTextarea, b as InlineTextareaAction, a as InlineTextareaControl } from '../OrInlineTextareaV3-
|
|
1
|
+
export { I as InlineTextarea, b as InlineTextareaAction, a as InlineTextareaControl } from '../OrInlineTextareaV3-edc7a4c2.js';
|
package/dist/bundled/v3/components/{OrInlineTextareaV3-9924e232.js → OrInlineTextareaV3-edc7a4c2.js}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelText, withModifiers, createCommentVNode, createBlock, createSlots, renderSlot, createTextVNode, toDisplayString, vShow } from 'vue';
|
|
2
|
-
import { s as styleInject } from './OrAvatar-
|
|
2
|
+
import { s as styleInject } from './OrAvatar-273d5494.js';
|
|
3
3
|
import { defineComponent, reactive, ref, computed, toRef, watch } from 'vue-demi';
|
|
4
4
|
import { s as script$1 } from './OrErrorV3-b04d76aa.js';
|
|
5
5
|
import { s as script$2 } from './OrHintV3-c8ac5975.js';
|
|
6
|
-
import { s as script$3 } from './OrIconButtonV3-
|
|
6
|
+
import { s as script$3 } from './OrIconButtonV3-b78c99a4.js';
|
|
7
7
|
import { s as script$4 } from './OrInlineInputBoxV3-1a4d3924.js';
|
|
8
8
|
import { useIdAttribute } from '../hooks/useIdAttribute.js';
|
|
9
9
|
import { useControlAttributes } from '../hooks/useControlAttributes.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createCommentVNode, renderSlot, createElementVNode, createBlock, withCtx, createTextVNode, toDisplayString, mergeProps, createVNode, Transition } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-273d5494.js';
|
|
3
3
|
import { defineComponent, ref, getCurrentInstance } from 'vue-demi';
|
|
4
4
|
import { pxToRem } from '../../utils/functions/px-to-rem.js';
|
|
5
5
|
import { setStyle, requestAF, getCS, reflow, cancelAF } from '../../utils/functions/dom.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrInputBoxV3-
|
|
1
|
+
export { s as default } from '../OrInputBoxV3-ff861412.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { I as InputBoxSize, a as InputBoxVariant, s as OrInputBoxV3 } from '../OrInputBoxV3-
|
|
1
|
+
export { I as InputBoxSize, a as InputBoxVariant, s as OrInputBoxV3 } from '../OrInputBoxV3-ff861412.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { I as InputBoxSize, a as InputBoxVariant } from '../OrInputBoxV3-
|
|
1
|
+
export { I as InputBoxSize, a as InputBoxVariant } from '../OrInputBoxV3-ff861412.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { b as InputBox, d as InputBoxSizes, c as InputBoxVariants } from '../OrInputBoxV3-
|
|
1
|
+
export { b as InputBox, d as InputBoxSizes, c as InputBoxVariants } from '../OrInputBoxV3-ff861412.js';
|
|
@@ -92,17 +92,21 @@ const InputBoxVariants = {
|
|
|
92
92
|
};
|
|
93
93
|
const InputBoxSizes = {
|
|
94
94
|
[InputBoxSize.M]: [
|
|
95
|
-
// Box
|
|
95
|
+
// Box (children)
|
|
96
96
|
'children:min-h-[46px] md:children:min-h-[34px]',
|
|
97
97
|
// Spacing
|
|
98
|
-
'
|
|
98
|
+
'gap-sm+ md:gap-sm',
|
|
99
|
+
// Spacing (children)
|
|
100
|
+
'first:children:ml-md md:first:children:ml-sm+', 'last:children:mr-md md:last:children:mr-sm+',
|
|
99
101
|
// Typography
|
|
100
102
|
'typography-body-2-regular'],
|
|
101
103
|
[InputBoxSize.S]: [
|
|
102
|
-
// Box
|
|
104
|
+
// Box (children)
|
|
103
105
|
'children:min-h-[30px]',
|
|
104
106
|
// Spacing
|
|
105
|
-
'
|
|
107
|
+
'gap-[6px]',
|
|
108
|
+
// Spacing (children)
|
|
109
|
+
'first:children:ml-md md:first:children:ml-sm+', 'last:children:mr-md md:last:children:mr-sm+',
|
|
106
110
|
// Typography
|
|
107
111
|
'typography-caption-regular']
|
|
108
112
|
};
|