@onereach/ui-components 10.3.4-beta.4324.0 → 10.3.4-beta.4327.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/{OrInlineInput-82e094ab.js → OrInlineInput-ba8d63bb.js} +12 -8
- package/dist/bundled/v2/{OrInput-9b115866.js → OrInput-436fb208.js} +15 -11
- 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/OrCheckboxGroupV3/OrCheckboxGroup.js +1 -1
- package/dist/bundled/v2/components/OrCheckboxV3/OrCheckbox.js +13 -15
- package/dist/bundled/v2/components/OrCheckboxV3/OrCheckbox.vue.d.ts +5 -5
- package/dist/bundled/v2/components/OrCheckboxV3/types.d.ts +1 -2
- package/dist/bundled/v2/components/OrCode/OrCode.js +1 -1
- package/dist/bundled/v2/components/OrCodeV3/OrCode.js +8 -4
- package/dist/bundled/v2/components/OrColorPicker/OrColorPicker.js +1 -1
- package/dist/bundled/v2/components/OrCombinedInputV3/OrCombinedInput.js +8 -4
- 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/OrDatePickerV3/OrDatePicker.js +6 -18
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrDateRangePickerV3/OrDateRangePicker.js +11 -23
- package/dist/bundled/v2/components/OrDateRangePickerV3/OrDateRangePicker.vue.d.ts +10 -10
- package/dist/bundled/v2/components/OrDateRangePickerV3/types.d.ts +1 -2
- package/dist/bundled/v2/components/OrDateTimePicker/OrDateTimePicker.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +7 -19
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.vue.d.ts +4 -4
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +3 -3
- package/dist/bundled/v2/components/OrDateTimePickerV3/types.d.ts +1 -2
- package/dist/bundled/v2/components/OrEditorTabsV3/OrEditorTabs.js +3 -5
- package/dist/bundled/v2/components/OrEditorTabsV3/OrEditorTabs.vue.d.ts +18 -18
- package/dist/bundled/v2/components/OrFormGroupV3/OrFormGroup.js +34 -35
- package/dist/bundled/v2/components/OrFormGroupV3/OrFormGroup.vue.d.ts +5 -1
- package/dist/bundled/v2/components/OrFormGroupV3/index.d.ts +1 -1
- package/dist/bundled/v2/components/OrFormGroupV3/index.js +1 -1
- package/dist/bundled/v2/components/OrFormGroupV3/props.js +7 -0
- package/dist/bundled/v2/components/OrFormGroupV3/styles.d.ts +3 -2
- package/dist/bundled/v2/components/OrFormGroupV3/styles.js +17 -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/OrInlineInputV3/types.d.ts +1 -2
- package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +1 -1
- package/dist/bundled/v2/components/OrInlineTextareaV3/OrInlineTextarea.js +12 -8
- package/dist/bundled/v2/components/OrInlineTextareaV3/types.d.ts +1 -2
- 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/OrInputV3/types.d.ts +1 -2
- package/dist/bundled/v2/components/OrLabelV3/OrLabel.js +7 -10
- package/dist/bundled/v2/components/OrLabelV3/OrLabel.vue.d.ts +8 -19
- package/dist/bundled/v2/components/OrLabelV3/index.d.ts +1 -1
- package/dist/bundled/v2/components/OrLabelV3/index.js +1 -1
- package/dist/{esm/v2/components/or-label-v3/types.d.ts → bundled/v2/components/OrLabelV3/props.d.ts} +0 -1
- package/dist/bundled/v2/components/OrLabelV3/props.js +8 -0
- package/dist/bundled/v2/components/OrLabelV3/styles.d.ts +2 -2
- package/dist/bundled/v2/components/OrLabelV3/styles.js +38 -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 +1 -1
- package/dist/bundled/v2/components/OrProgressV3/OrProgress.js +1 -1
- package/dist/bundled/v2/components/OrRadioGroupV3/OrRadioGroup.js +1 -1
- package/dist/bundled/v2/components/OrRadioV3/OrRadio.js +4 -4
- package/dist/bundled/v2/components/OrRadioV3/OrRadio.vue.d.ts +5 -5
- package/dist/bundled/v2/components/OrRadioV3/types.d.ts +1 -2
- package/dist/bundled/v2/components/OrRangeSliderV3/OrRangeSlider.js +6 -6
- package/dist/bundled/v2/components/OrRangeSliderV3/OrRangeSlider.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrResizeablePanelV3/OrResizeablePanel.js +3 -3
- package/dist/bundled/v2/components/OrResizeablePanelV3/styles.js +10 -28
- package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +4 -5
- 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 +61 -61
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.vue.d.ts +66 -67
- package/dist/bundled/v2/components/OrSelectV3/types.d.ts +13 -4
- package/dist/bundled/v2/components/OrSelectV3/utils/castToMultipleValue.d.ts +2 -0
- package/dist/bundled/v2/components/OrSelectV3/utils/castToMultipleValue.js +10 -0
- 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 +6 -6
- package/dist/bundled/v2/components/OrSliderV3/OrSlider.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrStatusV3/OrStatus.js +1 -1
- package/dist/bundled/v2/components/OrSwitchV3/OrSwitch.js +12 -14
- package/dist/bundled/v2/components/OrSwitchV3/OrSwitch.vue.d.ts +5 -5
- package/dist/bundled/v2/components/OrSwitchV3/types.d.ts +1 -2
- package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +1 -1
- package/dist/bundled/v2/components/OrTabsV3/OrTabs.vue.d.ts +17 -17
- package/dist/bundled/v2/components/OrTabsV3/types.d.ts +5 -5
- package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.js +15 -12
- package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTagsV3/OrTags.js +2 -2
- package/dist/bundled/v2/components/OrTextareaV3/OrTextarea.js +12 -8
- package/dist/bundled/v2/components/OrTextareaV3/types.d.ts +1 -2
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +6 -18
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTimeRangePickerV3/OrTimeRangePicker.js +11 -23
- package/dist/bundled/v2/components/OrTimeRangePickerV3/OrTimeRangePicker.vue.d.ts +8 -8
- package/dist/bundled/v2/components/OrTimeRangePickerV3/types.d.ts +1 -2
- package/dist/bundled/v2/components/OrToast/composable/useToastEventBus.js +1 -1
- package/dist/bundled/v2/components/OrToastV3/composable/useToastEventBus.js +1 -1
- package/dist/bundled/v2/components/OrTreeV3/OrTree.js +1 -1
- package/dist/bundled/v2/components/OrTreeV3/index.js +1 -1
- package/dist/bundled/v2/components/index.d.ts +0 -1
- package/dist/bundled/v2/components/index.js +9 -10
- package/dist/bundled/v2/hooks/useDateMask.js +1 -1
- 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-13c63b4c.js} +2 -60
- package/dist/bundled/v2/index.d.ts +0 -1
- package/dist/bundled/v2/index.js +10 -17
- package/dist/bundled/v2/types/index.d.ts +0 -5
- package/dist/bundled/v2/{useFocusTrap-5b440601.js → useFocusTrap-c1b303f8.js} +1 -1
- package/dist/bundled/v2/utils/index.d.ts +0 -3
- package/dist/bundled/v2/utils/index.js +0 -3
- package/dist/bundled/v2/utils/isAncestor.d.ts +1 -4
- package/dist/bundled/v2/utils/isAncestor.js +5 -8
- package/dist/bundled/v2/utils/isArray.d.ts +1 -4
- package/dist/bundled/v2/utils/isArray.js +2 -5
- package/dist/bundled/v2/utils/isDescendant.d.ts +1 -4
- package/dist/bundled/v2/utils/isDescendant.js +5 -8
- package/dist/bundled/v2/utils/isEmpty.d.ts +1 -4
- package/dist/bundled/v2/utils/isEmpty.js +4 -7
- package/dist/bundled/v2/utils/isEqual.d.ts +1 -4
- package/dist/bundled/v2/utils/isEqual.js +2 -5
- package/dist/bundled/v2/utils/isNil.d.ts +1 -4
- package/dist/bundled/v2/utils/isNil.js +2 -5
- package/dist/bundled/v2/utils/isNull.d.ts +1 -4
- package/dist/bundled/v2/utils/isNull.js +2 -5
- package/dist/bundled/v2/utils/isNumber.d.ts +1 -4
- package/dist/bundled/v2/utils/isNumber.js +2 -5
- package/dist/bundled/v2/utils/isObject.d.ts +1 -4
- package/dist/bundled/v2/utils/isObject.js +2 -5
- package/dist/bundled/v2/utils/isString.d.ts +1 -4
- package/dist/bundled/v2/utils/isString.js +2 -5
- package/dist/bundled/v2/utils/isUndefined.d.ts +1 -4
- package/dist/bundled/v2/utils/isUndefined.js +2 -5
- package/dist/bundled/v2/utils/isVisible.d.ts +1 -1
- package/dist/bundled/v2/utils/isVisible.js +2 -2
- package/dist/bundled/v3/components/OrAvatar/OrAvatar.js +1 -1
- package/dist/bundled/v3/components/OrAvatar/constants.js +1 -1
- package/dist/bundled/v3/components/OrAvatar/index.js +1 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +1 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +1 -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/{OrAutocompleteV3-be4f4580.js → OrBottomSheetV3-fa1d34c6.js} +192 -421
- 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-435636aa.js → OrButtonGroupV3-be10bd71.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-40af800a.js → OrButtonV2-4aa24400.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-14dfc6e6.js → OrButtonV3-1f4faede.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-e18234ab.js → OrCardCollectionV3-d90d8932.js} +3 -3
- package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +2 -2
- 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-ba21812c.js → OrCheckboxTreeV3-b749ff88.js} +3 -3
- package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.vue.d.ts +3 -3
- 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/types.d.ts +1 -2
- package/dist/bundled/v3/components/{OrCheckboxV3-e094ec3a.js → OrCheckboxV3-7c614121.js} +12 -14
- 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-fb33577a.js → OrChips-0bc2d3f3.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-2cab5628.js → OrCode-76048d47.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-032a69ea.js → OrCodeV3-97c10e05.js} +20 -14
- 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-b2ef57d6.js → OrColorPicker-01a3e748.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-ec8aa42b.js → OrCombinedInputV3-933f1920.js} +11 -5
- 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-c033e6ac.js → OrConfirm-2690dd3a.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-6e28e395.js → OrConfirmV3-b5856cb8.js} +5 -5
- package/dist/bundled/v3/components/OrContextMenuV3/OrContextMenu.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-721c15d0.js → OrDateFormatV3-ec2a4a64.js} +1 -1
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +1 -1
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.vue.d.ts +2 -2
- 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-6d9d7d1b.js → OrDatePickerV3-b1a666b2.js} +12 -9
- package/dist/bundled/v3/components/OrDateRangePickerV3/OrDateRangePicker.js +1 -1
- package/dist/bundled/v3/components/OrDateRangePickerV3/OrDateRangePicker.vue.d.ts +4 -4
- 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/types.d.ts +1 -2
- package/dist/bundled/v3/components/{OrDateRangePickerV3-d62ae03d.js → OrDateRangePickerV3-9afe11bb.js} +17 -14
- 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-25b8ba22.js → OrDateTimeFormatV3-eaa13915.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-7140cb8d.js → OrDateTimePicker-830d18cf.js} +3 -3
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.vue.d.ts +3 -3
- 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/types.d.ts +1 -2
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatDate.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatTime.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getCurrentDate.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getNextMonthDate.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/index.js +1 -1
- package/dist/bundled/v3/components/{OrDateTimePickerV3-25d4adfe.js → OrDateTimePickerV3-18438121.js} +14 -11
- 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/OrEditorTabs.vue.d.ts +10 -10
- 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-d62d33e3.js → OrEditorTabsV3-8392dc3c.js} +6 -8
- 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-3d5e1bbb.js → OrFloating-0a126b54.js} +1 -1
- package/dist/bundled/v3/components/OrFormGroupV3/OrFormGroup.js +1 -1
- package/dist/bundled/v3/components/OrFormGroupV3/OrFormGroup.vue.d.ts +3 -1
- package/dist/bundled/v3/components/OrFormGroupV3/index.d.ts +1 -1
- package/dist/bundled/v3/components/OrFormGroupV3/index.js +1 -1
- package/dist/bundled/v3/components/OrFormGroupV3/props.js +1 -0
- package/dist/bundled/v3/components/OrFormGroupV3/styles.d.ts +3 -2
- package/dist/bundled/v3/components/OrFormGroupV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrFormGroupV3-b80c18d1.js → OrFormGroupV3-72dc8852.js} +33 -26
- 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-bcf24a66.js → OrIconButtonV3-4c00d7c0.js} +1 -1
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +1 -1
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.vue.d.ts +2 -2
- 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/types.d.ts +1 -2
- package/dist/bundled/v3/components/{OrInlineInputV3-f007fd12.js → OrInlineInputV3-0a9b525c.js} +11 -5
- 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/OrInlineTextarea.vue.d.ts +2 -2
- 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/types.d.ts +1 -2
- package/dist/bundled/v3/components/{OrInlineTextareaV3-dfcdf2cb.js → OrInlineTextareaV3-6c859fdf.js} +11 -5
- 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/OrInput.vue.d.ts +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/types.d.ts +1 -2
- package/dist/bundled/v3/components/{OrInputV3-fb41a14d.js → OrInputV3-14563ccc.js} +18 -12
- package/dist/bundled/v3/components/OrLabel/OrLabel.js +1 -1
- package/dist/bundled/v3/components/OrLabelV3/OrLabel.js +1 -1
- package/dist/bundled/v3/components/OrLabelV3/OrLabel.vue.d.ts +5 -14
- package/dist/bundled/v3/components/OrLabelV3/index.d.ts +1 -1
- package/dist/bundled/v3/components/OrLabelV3/index.js +1 -1
- package/dist/bundled/{v2/components/OrLabelV3/types.d.ts → v3/components/OrLabelV3/props.d.ts} +0 -1
- package/dist/bundled/v3/components/OrLabelV3/props.js +1 -0
- package/dist/bundled/v3/components/OrLabelV3/styles.d.ts +2 -2
- package/dist/bundled/v3/components/OrLabelV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrLabelV3-2715e117.js → OrLabelV3-23a42d9d.js} +8 -20
- 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-278b6fa4.js → OrList-f7fe93d2.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-13f33c99.js → OrListV3-d1114d06.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-d4904aba.js → OrLoaderV3-ea21ea97.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-d839c7fe.js → OrMenuItemV3-f505db68.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-dde7fe36.js → OrMenuV3-84b2741b.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-ea0e747d.js → OrModal-055d4e9e.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-23f643da.js → OrModalV3-48aa769a.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-96f30b60.js → OrNotificationV3-1b55a542.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-7afbf6d4.js → OrOverlayV3-7a07a30a.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-b98c6af0.js → OrPaginationV3-717e7799.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-921ba5b8.js → OrPopoverV3-cf693fae.js} +2 -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-b81225b7.js → OrProgress-7383034c.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-aa152129.js → OrProgressV3-ba5f4b8f.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-72a6bf4d.js → OrRadio-079cebdc.js} +3 -3
- package/dist/bundled/v3/components/OrRadioGroup/OrRadioGroup.js +1 -1
- package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.js +2 -2
- package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.vue.d.ts +1 -1
- package/dist/bundled/v3/components/OrRadioV3/OrRadio.js +1 -1
- package/dist/bundled/v3/components/OrRadioV3/OrRadio.vue.d.ts +3 -3
- 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/types.d.ts +1 -2
- package/dist/bundled/v3/components/{OrRadioV3-05341a9d.js → OrRadioV3-ab52b7d4.js} +3 -3
- package/dist/bundled/v3/components/OrRangeSliderV3/OrRangeSlider.js +1 -1
- package/dist/bundled/v3/components/OrRangeSliderV3/OrRangeSlider.vue.d.ts +2 -2
- 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-905f1dc3.js → OrRangeSliderV3-1302c0d5.js} +8 -8
- 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-399f93ea.js → OrResizeablePanelV3-49b0c288.js} +16 -34
- 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-5b468797.js → OrRichTextEditorV3-343c5a89.js} +14 -15
- 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-393ec716.js → OrSelect-362ba223.js} +7 -7
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +1 -1
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.vue.d.ts +45 -46
- 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/types.d.ts +13 -4
- package/dist/bundled/v3/components/OrSelectV3/utils/castToMultipleValue.d.ts +2 -0
- package/dist/bundled/v3/components/OrSelectV3/utils/castToMultipleValue.js +2 -0
- package/dist/bundled/v3/components/{OrSelectV3-10ec980f.js → OrSelectV3-b1418e70.js} +84 -74
- 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-a8548c51.js → OrSidebarV3-fefba305.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-80aef27a.js → OrSkeleton-b03185ba.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-73845cfa.js → OrSkeletonV3-93f5de34.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/OrSlider.vue.d.ts +2 -2
- package/dist/bundled/v3/components/OrSliderV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSliderV3/props.js +1 -1
- package/dist/bundled/v3/components/OrSliderV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrSliderV3-ffbbdba4.js → OrSliderV3-b30aae9a.js} +7 -7
- 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-8492fb85.js → OrSortingV3-7e22e6cf.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-cb1cde80.js → OrStatusV3-843d3d5f.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/OrSwitch.vue.d.ts +3 -3
- 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/types.d.ts +1 -2
- package/dist/bundled/v3/components/{OrSwitchV3-9131898c.js → OrSwitchV3-7fbd5859.js} +12 -14
- package/dist/bundled/v3/components/OrTab/OrTab.js +2 -2
- package/dist/bundled/v3/components/OrTabHeaderItem/OrTabHeaderItem.js +1 -1
- package/dist/bundled/v3/components/OrTabs/OrTabs.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.vue.d.ts +9 -9
- package/dist/bundled/v3/components/OrTabsV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/props.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/types.d.ts +5 -5
- package/dist/bundled/v3/components/{OrTabsV3-d451bda2.js → OrTabsV3-c15eadfe.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/OrTagInput.vue.d.ts +2 -2
- 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-94f8aac7.js → OrTagInputV3-7a7e172a.js} +18 -13
- 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-81279be2.js → OrTagV3-92252463.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-c12e1ff3.js → OrTagsV3-9c6b9369.js} +5 -5
- 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 +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/types.d.ts +1 -2
- package/dist/bundled/v3/components/{OrTextareaV3-e3df9623.js → OrTextareaV3-17ec271e.js} +12 -6
- 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-a4184bd3.js → OrTimeFormatV3-99a3b0c1.js} +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.vue.d.ts +2 -2
- 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-a54abd3b.js → OrTimePickerV3-7d640d8c.js} +12 -9
- package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.js +1 -1
- package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.vue.d.ts +4 -4
- 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/types.d.ts +1 -2
- package/dist/bundled/v3/components/{OrTimeRangePickerV3-c5f54789.js → OrTimeRangePickerV3-565ea6e0.js} +17 -14
- 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-75d43a7f.js → OrToast-84da1946.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-c3c04685.js → OrToastV3-40eadc0d.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-e72b17c1.js → OrTooltipV3-95c77170.js} +1 -1
- package/dist/bundled/v3/components/OrTreeV3/index.js +2 -2
- package/dist/bundled/v3/components/index.d.ts +0 -1
- package/dist/bundled/v3/components/index.js +69 -70
- package/dist/bundled/v3/hooks/useDateMask.js +1 -1
- 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.d.ts +0 -1
- package/dist/bundled/v3/index.js +71 -78
- package/dist/bundled/v3/types/index.d.ts +0 -5
- package/dist/bundled/v3/utils/functions/dom.js +3 -3
- package/dist/bundled/v3/utils/index.d.ts +0 -3
- package/dist/bundled/v3/utils/index.js +0 -3
- package/dist/bundled/v3/utils/isAncestor.d.ts +1 -4
- package/dist/bundled/v3/utils/isAncestor.js +5 -8
- package/dist/bundled/v3/utils/isArray.d.ts +1 -4
- package/dist/bundled/v3/utils/isArray.js +2 -5
- package/dist/bundled/v3/utils/isDescendant.d.ts +1 -4
- package/dist/bundled/v3/utils/isDescendant.js +5 -8
- package/dist/bundled/v3/utils/isEmpty.d.ts +1 -4
- package/dist/bundled/v3/utils/isEmpty.js +4 -7
- package/dist/bundled/v3/utils/isEqual.d.ts +1 -4
- package/dist/bundled/v3/utils/isEqual.js +2 -5
- package/dist/bundled/v3/utils/isNil.d.ts +1 -4
- package/dist/bundled/v3/utils/isNil.js +2 -5
- package/dist/bundled/v3/utils/isNull.d.ts +1 -4
- package/dist/bundled/v3/utils/isNull.js +2 -5
- package/dist/bundled/v3/utils/isNumber.d.ts +1 -4
- package/dist/bundled/v3/utils/isNumber.js +2 -5
- package/dist/bundled/v3/utils/isObject.d.ts +1 -4
- package/dist/bundled/v3/utils/isObject.js +2 -5
- package/dist/bundled/v3/utils/isString.d.ts +1 -4
- package/dist/bundled/v3/utils/isString.js +2 -5
- package/dist/bundled/v3/utils/isUndefined.d.ts +1 -4
- package/dist/bundled/v3/utils/isUndefined.js +2 -5
- package/dist/bundled/v3/utils/isVisible.d.ts +1 -1
- package/dist/bundled/v3/utils/isVisible.js +2 -2
- package/dist/esm/v2/{OrAvatar-d1c2fcbe.js → OrAvatar-9fdc8189.js} +1 -1
- package/dist/esm/v2/{OrBottomSheet-cc59204d.js → OrBottomSheet-52575d41.js} +1 -1
- package/dist/esm/v2/{OrButton-dfcc2dc5.js → OrButton-8d38c68f.js} +1 -1
- package/dist/esm/v2/{OrButton-24563879.js → OrButton-c8790a97.js} +1 -1
- package/dist/esm/v2/{OrButton.vue_rollup-plugin-vue_styles.0-470e5462.js → OrButton.vue_rollup-plugin-vue_styles.0-3f443c5f.js} +2 -2
- package/dist/esm/v2/{OrCardCollection-a555908e.js → OrCardCollection-9cd2496c.js} +3 -3
- package/dist/esm/v2/{OrCardCollection-a9e0b0c9.js → OrCardCollection-d09f1eb8.js} +4 -4
- package/dist/esm/v2/{OrCheckbox-6627c4f5.js → OrCheckbox-fac0027a.js} +12 -15
- package/dist/esm/v2/{OrCheckboxGroup-19465d4d.js → OrCheckboxGroup-85c48d02.js} +2 -2
- package/dist/esm/v2/{OrCheckboxTree-7da14f65.js → OrCheckboxTree-95e2b244.js} +1 -1
- package/dist/esm/v2/{OrCode-b495a701.js → OrCode-27601672.js} +11 -7
- package/dist/esm/v2/{OrCode-c88a3d22.js → OrCode-34cfdd4f.js} +4 -4
- package/dist/esm/v2/{OrCombinedInput-0575fafb.js → OrCombinedInput-79d57e49.js} +9 -5
- package/dist/esm/v2/{OrConfirm-ac2323aa.js → OrConfirm-0789e03b.js} +2 -2
- package/dist/esm/v2/{OrConfirm-4b5fdad4.js → OrConfirm-ba53e0ad.js} +3 -3
- package/dist/esm/v2/{OrContextMenu-94158d76.js → OrContextMenu-a2949b6e.js} +2 -2
- package/dist/esm/v2/{OrDateFormat-5096d055.js → OrDateFormat-0a69759c.js} +2 -2
- package/dist/esm/v2/{OrDatePicker-80dafd4f.js → OrDatePicker-4b342ff7.js} +9 -21
- package/dist/esm/v2/{OrDateRangePicker-af229aed.js → OrDateRangePicker-898fc30c.js} +14 -26
- package/dist/esm/v2/{OrDateTimeFormat-e98f8654.js → OrDateTimeFormat-37a82332.js} +2 -2
- package/dist/esm/v2/{OrDateTimePicker-194a2b35.js → OrDateTimePicker-0aa64750.js} +5 -17
- package/dist/esm/v2/{OrDateTimePicker-39a19604.js → OrDateTimePicker-14c92509.js} +3 -3
- package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-f3668861.js → OrDateTimePicker.vue_rollup-plugin-vue_script-9d9cbc87.js} +4 -4
- package/dist/esm/v2/{OrDateTimePickerTimeSelect-e9c7a92a.js → OrDateTimePickerTimeSelect-f5e30f3f.js} +5 -5
- package/dist/esm/v2/{OrEditorTabs-a5b82e9b.js → OrEditorTabs-0666dba0.js} +5 -7
- package/dist/esm/v2/{OrEditorTabsItem-f867e840.js → OrEditorTabsItem-ffeb1f04.js} +1 -1
- package/dist/esm/v2/{OrFormGroup-a814b820.js → OrFormGroup-936aa0ff.js} +42 -47
- package/dist/esm/v2/{OrIconButton-c28a9059.js → OrIconButton-2c6e333e.js} +1 -1
- package/dist/esm/v2/{OrIconButton-ec4a913b.js → OrIconButton-f98bac24.js} +1 -1
- package/dist/esm/v2/{OrIconButton.vue_rollup-plugin-vue_styles.0-aae5f85f.js → OrIconButton.vue_rollup-plugin-vue_styles.0-ebca07c1.js} +1 -1
- package/dist/esm/v2/{OrInlineInput-f75cf8ac.js → OrInlineInput-c49956ef.js} +13 -9
- package/dist/esm/v2/{OrInlineTextEdit-f8416eb6.js → OrInlineTextEdit-5c589d29.js} +3 -3
- package/dist/esm/v2/{OrInlineTextarea-fca84db1.js → OrInlineTextarea-00a5f6bb.js} +13 -9
- package/dist/esm/v2/{OrInput-9c7e5495.js → OrInput-723cc312.js} +17 -13
- package/dist/esm/v2/{OrLabel-bf7e2ea2.js → OrLabel-b0805497.js} +6 -18
- package/dist/esm/v2/{OrList-24c2dc67.js → OrList-94260c77.js} +3 -3
- package/dist/esm/v2/{OrList-a1237d0a.js → OrList-be4b1d6a.js} +2 -2
- package/dist/esm/v2/{OrListOfInputs-8fe8a224.js → OrListOfInputs-9a07142a.js} +4 -4
- package/dist/esm/v2/{OrLoader-84230be7.js → OrLoader-2e2c2cbd.js} +1 -1
- package/dist/esm/v2/{OrMenu-430e1c99.js → OrMenu-fc74f312.js} +1 -1
- package/dist/esm/v2/{OrMenuItem-35fbc9ee.js → OrMenuItem-3e7c605b.js} +1 -1
- package/dist/esm/v2/{OrModal-45dc20fb.js → OrModal-1a7490f5.js} +3 -3
- package/dist/esm/v2/{OrModal-6f7de86d.js → OrModal-663a220c.js} +2 -2
- package/dist/esm/v2/{OrNotification-b69a4012.js → OrNotification-1058d612.js} +3 -3
- package/dist/esm/v2/{OrNotification-73c164b3.js → OrNotification-32c29e2d.js} +1 -1
- package/dist/esm/v2/{OrOverflowMenu-7be5525a.js → OrOverflowMenu-c3b8c78b.js} +4 -4
- package/dist/esm/v2/{OrOverlay-284d138c.js → OrOverlay-9de66166.js} +1 -1
- package/dist/esm/v2/{OrPagination-be0e77aa.js → OrPagination-9e7494e2.js} +2 -2
- package/dist/esm/v2/{OrPassword-7fe1b18e.js → OrPassword-8dea8562.js} +3 -3
- package/dist/esm/v2/{OrPopover-47f0afa8.js → OrPopover-8a2574b0.js} +3 -3
- package/dist/esm/v2/{OrRadio-fd6ae0b3.js → OrRadio-3629ad83.js} +4 -4
- package/dist/esm/v2/{OrRadioGroup-3e97aa2a.js → OrRadioGroup-206e8317.js} +2 -2
- package/dist/esm/v2/{OrRangeSlider-d1e5c547.js → OrRangeSlider-0f59285f.js} +7 -7
- package/dist/esm/v2/{OrResizeablePanel-793fef72.js → OrResizeablePanel-67911efc.js} +13 -31
- package/dist/esm/v2/{OrRichTextEditor-5332f678.js → OrRichTextEditor-c03de64c.js} +8 -9
- package/dist/esm/v2/{OrSearch-b5099f7f.js → OrSearch-9eef2fa5.js} +1 -1
- package/dist/esm/v2/{OrSearch-3f55fbee.js → OrSearch-a340d5ff.js} +3 -3
- package/dist/esm/v2/{OrSelect-0fc77fa2.js → OrSelect-9934df68.js} +59 -59
- package/dist/esm/v2/{OrSelect-629c42c0.js → OrSelect-fc49a01a.js} +2 -2
- package/dist/esm/v2/{OrSelectMultipleControl-f74ff9fc.js → OrSelectMultipleControl-ae8d8d53.js} +16 -10
- package/dist/esm/v2/{OrSelectSingleControl-b3bf518b.js → OrSelectSingleControl-1200cfb8.js} +5 -5
- package/dist/esm/v2/{OrSlider-7eaa6fb0.js → OrSlider-d4a3c4f1.js} +1 -1
- package/dist/esm/v2/{OrSlider.vue_rollup-plugin-vue_script-e0d172f6.js → OrSlider.vue_rollup-plugin-vue_script-f823b7e6.js} +6 -6
- package/dist/esm/v2/{OrSorting-f4170b03.js → OrSorting-dc2b02a1.js} +2 -2
- package/dist/esm/v2/{OrStepper-2404afa0.js → OrStepper-65da228c.js} +2 -2
- package/dist/esm/v2/{OrSwitch-c05fbaac.js → OrSwitch-e1361b5e.js} +12 -15
- package/dist/esm/v2/{OrSwitch-309854a8.js → OrSwitch-f39716bf.js} +1 -1
- package/dist/esm/v2/{OrTabs-859b05c5.js → OrTabs-ba5f0ab0.js} +2 -2
- package/dist/esm/v2/{OrTag-9abb4fc7.js → OrTag-25029d10.js} +1 -1
- package/dist/esm/v2/{OrTag-da1f53d6.js → OrTag-d665ff58.js} +1 -1
- package/dist/esm/v2/{OrTagInput-e610f581.js → OrTagInput-597f14d0.js} +18 -15
- package/dist/esm/v2/{OrTags-8d3a080c.js → OrTags-caa5f2b9.js} +4 -4
- package/dist/esm/v2/{OrTextarea-30fb5dcc.js → OrTextarea-a68b449c.js} +13 -9
- package/dist/esm/v2/{OrTextbox-0fc7abfe.js → OrTextbox-4a114aca.js} +3 -3
- package/dist/esm/v2/{OrTimeFormat-c20be25b.js → OrTimeFormat-91f8fb05.js} +2 -2
- package/dist/esm/v2/{OrTimePicker-a0490366.js → OrTimePicker-5d18aa66.js} +9 -21
- package/dist/esm/v2/{OrTimeRangePicker-e172b7be.js → OrTimeRangePicker-fc621f6b.js} +14 -26
- package/dist/esm/v2/{OrToastContainer-d1f7f042.js → OrToastContainer-0fa0e9df.js} +3 -3
- package/dist/esm/v2/{OrTooltip-4739332d.js → OrTooltip-dfc6a368.js} +1 -1
- package/dist/esm/v2/{color-e5b0b579.js → color-911f1122.js} +15 -15
- package/dist/esm/v2/components/index.d.ts +0 -1
- package/dist/esm/v2/components/index.js +98 -107
- package/dist/esm/v2/components/or-avatar-v3/index.js +2 -2
- package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +4 -4
- package/dist/esm/v2/components/or-button/index.js +4 -10
- package/dist/esm/v2/components/or-button-v2/index.js +7 -10
- package/dist/esm/v2/components/or-card-collection/index.js +8 -11
- package/dist/esm/v2/components/or-card-collection-v3/index.js +16 -16
- package/dist/esm/v2/components/or-checkbox-group-v3/index.js +6 -9
- package/dist/esm/v2/components/or-checkbox-tree-v3/index.js +4 -7
- package/dist/esm/v2/components/or-checkbox-v3/OrCheckbox.vue.d.ts +5 -5
- package/dist/esm/v2/components/or-checkbox-v3/index.js +3 -6
- package/dist/esm/v2/components/or-checkbox-v3/types.d.ts +1 -2
- package/dist/esm/v2/components/or-code/index.js +8 -11
- package/dist/esm/v2/components/or-code-v3/index.js +12 -12
- package/dist/esm/v2/components/or-combined-input-v3/index.js +2 -2
- package/dist/esm/v2/components/or-confirm/index.js +9 -12
- package/dist/esm/v2/components/or-confirm-v3/index.js +12 -12
- package/dist/esm/v2/components/or-context-menu-v3/index.js +9 -9
- package/dist/esm/v2/components/or-date-format-v3/index.js +16 -16
- package/dist/esm/v2/components/or-date-picker-v3/OrDatePicker.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-date-picker-v3/index.js +16 -16
- package/dist/esm/v2/components/or-date-range-picker-v3/OrDateRangePicker.vue.d.ts +10 -10
- package/dist/esm/v2/components/or-date-range-picker-v3/index.js +16 -16
- package/dist/esm/v2/components/or-date-range-picker-v3/types.d.ts +1 -2
- package/dist/esm/v2/components/or-date-time-format-v3/index.js +16 -16
- package/dist/esm/v2/components/or-date-time-picker/index.js +7 -10
- package/dist/esm/v2/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +4 -4
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +16 -16
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/index.js +14 -14
- package/dist/esm/v2/components/or-date-time-picker-v3/types.d.ts +1 -2
- package/dist/esm/v2/components/or-editor-tabs-v3/OrEditorTabs.vue.d.ts +18 -18
- package/dist/esm/v2/components/or-editor-tabs-v3/index.js +13 -16
- package/dist/esm/v2/components/or-editor-tabs-v3/partials/index.js +10 -10
- package/dist/esm/v2/components/or-form-group-v3/OrFormGroup.vue.d.ts +5 -1
- package/dist/esm/v2/components/or-form-group-v3/index.d.ts +1 -1
- package/dist/esm/v2/components/or-form-group-v3/index.js +2 -2
- package/dist/esm/v2/components/or-form-group-v3/styles.d.ts +3 -2
- package/dist/esm/v2/components/or-icon-button-v2/index.js +5 -8
- package/dist/esm/v2/components/or-icon-button-v3/index.js +9 -9
- package/dist/esm/v2/components/or-inline-input-v3/index.js +10 -10
- package/dist/esm/v2/components/or-inline-input-v3/types.d.ts +1 -2
- package/dist/esm/v2/components/or-inline-text-edit/index.js +7 -10
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +10 -10
- package/dist/esm/v2/components/or-inline-textarea-v3/types.d.ts +1 -2
- package/dist/esm/v2/components/or-input-v3/index.js +11 -11
- package/dist/esm/v2/components/or-input-v3/types.d.ts +1 -2
- package/dist/esm/v2/components/or-label-v3/OrLabel.vue.d.ts +8 -19
- package/dist/esm/v2/components/or-label-v3/index.d.ts +1 -1
- package/dist/esm/v2/components/or-label-v3/index.js +1 -1
- package/dist/esm/{v3/components/or-label-v3/types.d.ts → v2/components/or-label-v3/props.d.ts} +0 -1
- package/dist/esm/v2/components/or-label-v3/styles.d.ts +2 -2
- package/dist/esm/v2/components/or-list/index.js +8 -11
- package/dist/esm/v2/components/or-list-of-inputs/index.js +9 -12
- package/dist/esm/v2/components/or-list-v3/index.js +11 -11
- package/dist/esm/v2/components/or-loader/index.js +3 -9
- package/dist/esm/v2/components/or-menu-item-v3/index.js +10 -10
- package/dist/esm/v2/components/or-menu-v3/index.js +8 -8
- package/dist/esm/v2/components/or-modal/index.js +7 -10
- package/dist/esm/v2/components/or-modal-v3/index.js +10 -10
- package/dist/esm/v2/components/or-notification/index.js +7 -10
- package/dist/esm/v2/components/or-notification-v3/index.js +10 -10
- package/dist/esm/v2/components/or-overflow-menu/index.js +8 -11
- package/dist/esm/v2/components/or-overlay-v3/index.js +3 -3
- package/dist/esm/v2/components/or-pagination-v3/index.js +12 -12
- package/dist/esm/v2/components/or-password/index.js +7 -10
- package/dist/esm/v2/components/or-popover-v3/index.js +7 -7
- package/dist/esm/v2/components/or-popover-v3/utils/index.js +2 -2
- package/dist/esm/v2/components/or-radio-group-v3/index.js +4 -4
- package/dist/esm/v2/components/or-radio-v3/OrRadio.vue.d.ts +5 -5
- package/dist/esm/v2/components/or-radio-v3/index.js +2 -2
- package/dist/esm/v2/components/or-radio-v3/types.d.ts +1 -2
- package/dist/esm/v2/components/or-range-slider-v3/OrRangeSlider.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-range-slider-v3/index.js +10 -10
- package/dist/esm/v2/components/or-resizeable-panel-v3/index.js +10 -10
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +15 -16
- package/dist/esm/v2/components/or-search/index.js +7 -10
- package/dist/esm/v2/components/or-search-v3/index.js +12 -12
- package/dist/esm/v2/components/or-select/index.js +4 -7
- package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +66 -67
- package/dist/esm/v2/components/or-select-v3/index.js +21 -28
- package/dist/esm/v2/components/or-select-v3/partials/index.js +16 -20
- package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/OrSelectMultipleControl.vue.d.ts +19 -19
- package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/index.js +15 -18
- package/dist/esm/v2/components/or-select-v3/partials/or-select-single-control/OrSelectSingleControl.vue.d.ts +17 -17
- package/dist/esm/v2/components/or-select-v3/partials/or-select-single-control/index.js +4 -7
- package/dist/esm/v2/components/or-select-v3/types.d.ts +13 -4
- package/dist/esm/v2/components/or-select-v3/utils/castToMultipleValue.d.ts +2 -0
- package/dist/esm/v2/components/or-sidebar-v3/index.js +11 -11
- package/dist/esm/v2/components/or-slider-v3/OrSlider.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-slider-v3/index.js +10 -10
- package/dist/esm/v2/components/or-sorting-v3/index.js +12 -12
- package/dist/esm/v2/components/or-stepper/index.js +7 -10
- package/dist/esm/v2/components/or-switch/index.js +4 -10
- package/dist/esm/v2/components/or-switch-v3/OrSwitch.vue.d.ts +5 -5
- package/dist/esm/v2/components/or-switch-v3/index.js +3 -6
- package/dist/esm/v2/components/or-switch-v3/types.d.ts +1 -2
- package/dist/esm/v2/components/or-tabs-v3/OrTabs.vue.d.ts +17 -17
- package/dist/esm/v2/components/or-tabs-v3/index.js +12 -12
- package/dist/esm/v2/components/or-tabs-v3/types.d.ts +5 -5
- package/dist/esm/v2/components/or-tag/index.js +2 -2
- package/dist/esm/v2/components/or-tag-input-v3/OrTagInput.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-tag-input-v3/index.js +13 -14
- package/dist/esm/v2/components/or-tag-v3/index.js +10 -10
- package/dist/esm/v2/components/or-tags-v3/index.js +11 -11
- package/dist/esm/v2/components/or-textarea-v3/index.js +2 -2
- package/dist/esm/v2/components/or-textarea-v3/types.d.ts +1 -2
- package/dist/esm/v2/components/or-textbox/index.js +7 -10
- package/dist/esm/v2/components/or-time-format-v3/index.js +16 -16
- package/dist/esm/v2/components/or-time-picker-v3/OrTimePicker.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-time-picker-v3/index.js +16 -16
- package/dist/esm/v2/components/or-time-range-picker-v3/OrTimeRangePicker.vue.d.ts +8 -8
- package/dist/esm/v2/components/or-time-range-picker-v3/index.js +16 -16
- package/dist/esm/v2/components/or-time-range-picker-v3/types.d.ts +1 -2
- package/dist/esm/v2/components/or-toast/index.js +7 -10
- package/dist/esm/v2/components/or-toast/or-toast-container/index.js +7 -10
- package/dist/esm/v2/components/or-toast-v3/index.js +10 -10
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +10 -10
- package/dist/esm/v2/components/or-tooltip-v3/index.js +8 -8
- package/dist/esm/v2/hooks/index.js +3 -3
- package/dist/esm/v2/index.d.ts +0 -1
- package/dist/esm/v2/index.js +94 -104
- package/dist/esm/v2/isAncestor-9e33bd15.js +14 -0
- package/dist/esm/v2/isEmpty-181a6611.js +27 -0
- package/dist/esm/{v3/isEqual-15f4b2f5.js → v2/isEqual-9004fb92.js} +4 -8
- package/dist/esm/v2/isNil-33299e1d.js +17 -0
- package/dist/esm/v2/{isNumber-ef303deb.js → isNumber-5fb80127.js} +8 -14
- package/dist/esm/{v3/isPrevented-b151a948.js → v2/isPrevented-5f542754.js} +1 -1
- package/dist/esm/{v3/isVisible-d1e49905.js → v2/isVisible-cfd61ef8.js} +2 -2
- package/dist/esm/v2/{props-643e7104.js → props-4d7a84e7.js} +1 -1
- package/dist/esm/v2/types/index.d.ts +0 -5
- package/dist/esm/v2/{types-a3470d9a.js → types-8b80518c.js} +2 -2
- package/dist/esm/v2/{useElevation-e69d969b.js → useElevation-37722ead.js} +1 -1
- package/dist/esm/{v3/useTimeMask-7a7246c1.js → v2/useTimeMask-f2a4d09f.js} +1 -1
- package/dist/esm/v2/utils/index.d.ts +0 -3
- package/dist/esm/v2/utils/index.js +7 -13
- package/dist/esm/v2/utils/isAncestor.d.ts +1 -4
- package/dist/esm/v2/utils/isArray.d.ts +1 -4
- package/dist/esm/v2/utils/isDescendant.d.ts +1 -4
- package/dist/esm/v2/utils/isEmpty.d.ts +1 -4
- package/dist/esm/v2/utils/isEqual.d.ts +1 -4
- package/dist/esm/v2/utils/isNil.d.ts +1 -4
- package/dist/esm/v2/utils/isNull.d.ts +1 -4
- package/dist/esm/v2/utils/isNumber.d.ts +1 -4
- package/dist/esm/v2/utils/isObject.d.ts +1 -4
- package/dist/esm/v2/utils/isString.d.ts +1 -4
- package/dist/esm/v2/utils/isUndefined.d.ts +1 -4
- package/dist/esm/v2/utils/isVisible.d.ts +1 -1
- package/dist/esm/v3/{OrAvatar-1cbce1de.js → OrAvatar-8befdf0c.js} +1 -1
- package/dist/esm/v3/{OrBottomSheet-f0f6e264.js → OrBottomSheet-7b272f2a.js} +1 -1
- package/dist/esm/v3/{OrButton-c05bdda7.js → OrButton-4dbf8f5a.js} +1 -1
- package/dist/esm/v3/{OrButton-f5de246c.js → OrButton-8e2c399f.js} +2 -2
- package/dist/esm/v3/{OrCardCollection-6ee44732.js → OrCardCollection-0b7cb661.js} +3 -3
- package/dist/esm/v3/{OrCardCollection-ec3e0d9c.js → OrCardCollection-76bbc7f1.js} +3 -3
- package/dist/esm/v3/{OrCheckbox-039c912d.js → OrCheckbox-12f302b3.js} +10 -13
- package/dist/esm/v3/{OrCheckboxGroup-397d2658.js → OrCheckboxGroup-f3673c66.js} +2 -2
- package/dist/esm/v3/{OrCheckboxTree-da4880b5.js → OrCheckboxTree-1161fde9.js} +1 -1
- package/dist/esm/v3/{OrCode-579fc66e.js → OrCode-3a5f3620.js} +13 -7
- package/dist/esm/v3/{OrCode-0c4c1cd7.js → OrCode-fdf3c12e.js} +3 -3
- package/dist/esm/v3/{OrCombinedInput-429d6114.js → OrCombinedInput-391b1de9.js} +11 -5
- package/dist/esm/v3/{OrConfirm-57421e31.js → OrConfirm-29ff7101.js} +2 -2
- package/dist/esm/v3/{OrConfirm-7c132ea7.js → OrConfirm-c6dd113f.js} +3 -3
- package/dist/esm/v3/{OrContextMenu-51c4264f.js → OrContextMenu-30539c6f.js} +2 -2
- package/dist/esm/v3/{OrDateFormat-d8f6e37f.js → OrDateFormat-68696d0f.js} +2 -2
- package/dist/esm/v3/{OrDatePicker-0b2b92c4.js → OrDatePicker-0718f739.js} +13 -10
- package/dist/esm/v3/{OrDateRangePicker-d24be474.js → OrDateRangePicker-f6daa879.js} +18 -15
- package/dist/esm/v3/{OrDateTimeFormat-093e12ab.js → OrDateTimeFormat-e4a4e071.js} +2 -2
- package/dist/esm/v3/{OrDateTimePicker-4aefd65d.js → OrDateTimePicker-3053fe09.js} +12 -9
- package/dist/esm/v3/{OrDateTimePicker-d2de9625.js → OrDateTimePicker-73e33b46.js} +2 -2
- package/dist/esm/v3/{OrDateTimePickerTimeSelect-8629bc25.js → OrDateTimePickerTimeSelect-9f4b9dd8.js} +5 -5
- package/dist/esm/v3/{OrEditorTabs-ec1ec067.js → OrEditorTabs-55d38b45.js} +5 -7
- package/dist/esm/v3/{OrEditorTabsItem-b1116aa7.js → OrEditorTabsItem-6614aff7.js} +1 -1
- package/dist/esm/v3/{OrFormGroup-4afd327b.js → OrFormGroup-230f2015.js} +32 -25
- package/dist/esm/v3/{OrIconButton-76b101dc.js → OrIconButton-525d873e.js} +1 -1
- package/dist/esm/v3/{OrIconButton-746a7058.js → OrIconButton-d493432f.js} +1 -1
- package/dist/esm/v3/{OrInlineInput-c07c02ab.js → OrInlineInput-9fb3fdf3.js} +10 -4
- package/dist/esm/v3/{OrInlineTextEdit-a512574d.js → OrInlineTextEdit-9ca68ae4.js} +2 -2
- package/dist/esm/v3/{OrInlineTextarea-9b7ea946.js → OrInlineTextarea-33596df4.js} +10 -4
- package/dist/esm/v3/{OrInput-81a3ddc4.js → OrInput-500c5939.js} +16 -10
- package/dist/esm/v3/{OrLabel-4abbce6e.js → OrLabel-59d09591.js} +7 -19
- package/dist/esm/v3/{OrList-acfe427b.js → OrList-003bd4cb.js} +2 -2
- package/dist/esm/v3/{OrList-1625c863.js → OrList-d4be4ee8.js} +2 -2
- package/dist/esm/v3/{OrListOfInputs-690c57bc.js → OrListOfInputs-3b2d4713.js} +3 -3
- package/dist/esm/v3/{OrLoader-d5a5b426.js → OrLoader-b1290a56.js} +1 -1
- package/dist/esm/v3/{OrMenu-2d763024.js → OrMenu-c87e33de.js} +1 -1
- package/dist/esm/v3/{OrMenuItem-b5789563.js → OrMenuItem-def5de14.js} +1 -1
- package/dist/esm/v3/{OrModal-8eeab7a1.js → OrModal-7efd027b.js} +2 -2
- package/dist/esm/v3/{OrModal-1c8cbdbb.js → OrModal-b87c4266.js} +2 -2
- package/dist/esm/v3/{OrNotification-69f1178a.js → OrNotification-7cc33a70.js} +2 -2
- package/dist/esm/v3/{OrNotification-640ab275.js → OrNotification-ffd3c912.js} +1 -1
- package/dist/esm/v3/{OrOverflowMenu-8a0210ef.js → OrOverflowMenu-462b4c10.js} +2 -2
- package/dist/esm/v3/{OrOverlay-b452613a.js → OrOverlay-19f08ea8.js} +1 -1
- package/dist/esm/v3/{OrPagination-5596ff9d.js → OrPagination-5026ee25.js} +2 -2
- package/dist/esm/v3/{OrPassword-2b2b3703.js → OrPassword-0db19ad0.js} +2 -2
- package/dist/esm/v3/{OrPopover-92d5273a.js → OrPopover-0c507548.js} +3 -3
- package/dist/esm/v3/{OrRadio-0a8b6e08.js → OrRadio-370438a9.js} +2 -2
- package/dist/esm/v3/{OrRadioGroup-a73d1147.js → OrRadioGroup-75519d7c.js} +2 -2
- package/dist/esm/v3/{OrRangeSlider-908cd00c.js → OrRangeSlider-820d0c22.js} +7 -7
- package/dist/esm/v3/{OrResizeablePanel-9789644b.js → OrResizeablePanel-6b14bdd5.js} +15 -33
- package/dist/esm/v3/{OrRichTextEditor-c8ac9ef5.js → OrRichTextEditor-9781c771.js} +8 -9
- package/dist/esm/v3/{OrSearch-740f931b.js → OrSearch-948c7f78.js} +2 -2
- package/dist/esm/v3/{OrSearch-4d6e25ce.js → OrSearch-a10f294f.js} +1 -1
- package/dist/esm/v3/{OrSelect-37c6859e.js → OrSelect-a91d6ba8.js} +68 -64
- package/dist/esm/v3/{OrSelect-96f3a5ff.js → OrSelect-e1d4b56c.js} +2 -2
- package/dist/esm/v3/{OrSelectMultipleControl-7e6f1d01.js → OrSelectMultipleControl-c4f44534.js} +16 -10
- package/dist/esm/v3/{OrSelectSingleControl-0ad7e42b.js → OrSelectSingleControl-d0f86455.js} +5 -5
- package/dist/esm/v3/{OrSlider-43ddc760.js → OrSlider-79a63155.js} +6 -6
- package/dist/esm/v3/{OrSorting-b3a013aa.js → OrSorting-aa314b0e.js} +2 -2
- package/dist/esm/v3/{OrStepper-bd1bf65a.js → OrStepper-98fd4446.js} +2 -2
- package/dist/esm/v3/{OrSwitch-bbaf9386.js → OrSwitch-33d8b2e4.js} +10 -13
- package/dist/esm/v3/{OrSwitch-d16f4d7a.js → OrSwitch-8dfa8add.js} +1 -1
- package/dist/esm/v3/{OrTabs-d9dfb55b.js → OrTabs-c2cecad6.js} +2 -2
- package/dist/esm/v3/{OrTag-cda9ec97.js → OrTag-c9542465.js} +1 -1
- package/dist/esm/v3/{OrTag-d8450e6c.js → OrTag-d842d17c.js} +1 -1
- package/dist/esm/v3/{OrTagInput-ed390bd1.js → OrTagInput-c04fed2f.js} +16 -11
- package/dist/esm/v3/{OrTags-ecd1f6b0.js → OrTags-97021263.js} +4 -4
- package/dist/esm/v3/{OrTextarea-1b5e1b4e.js → OrTextarea-ea50a8c4.js} +11 -5
- package/dist/esm/v3/{OrTextbox-558732b8.js → OrTextbox-6afcb5a1.js} +2 -2
- package/dist/esm/v3/{OrTimeFormat-57ab2ef3.js → OrTimeFormat-df28737d.js} +2 -2
- package/dist/esm/v3/{OrTimePicker-636f2d64.js → OrTimePicker-23fc2abf.js} +13 -10
- package/dist/esm/v3/{OrTimeRangePicker-595a3c3c.js → OrTimeRangePicker-3d71d72e.js} +18 -15
- package/dist/esm/v3/{OrToastContainer-1e4d24d6.js → OrToastContainer-99e7bdbc.js} +2 -2
- package/dist/esm/v3/{OrTooltip-ffa9120a.js → OrTooltip-9d591d1e.js} +1 -1
- package/dist/esm/v3/{color-e5b0b579.js → color-911f1122.js} +15 -15
- package/dist/esm/v3/components/index.d.ts +0 -1
- package/dist/esm/v3/components/index.js +94 -103
- package/dist/esm/v3/components/or-avatar-v3/index.js +2 -2
- package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +4 -4
- package/dist/esm/v3/components/or-button/index.js +4 -10
- package/dist/esm/v3/components/or-button-v2/index.js +5 -8
- package/dist/esm/v3/components/or-card-collection/index.js +7 -10
- package/dist/esm/v3/components/or-card-collection-v3/index.js +16 -16
- package/dist/esm/v3/components/or-checkbox-group-v3/index.js +6 -9
- package/dist/esm/v3/components/or-checkbox-tree-v3/index.js +4 -7
- package/dist/esm/v3/components/or-checkbox-v3/OrCheckbox.vue.d.ts +3 -3
- package/dist/esm/v3/components/or-checkbox-v3/index.js +3 -6
- package/dist/esm/v3/components/or-checkbox-v3/types.d.ts +1 -2
- package/dist/esm/v3/components/or-code/index.js +7 -10
- package/dist/esm/v3/components/or-code-v3/index.js +12 -12
- package/dist/esm/v3/components/or-combined-input-v3/index.js +2 -2
- package/dist/esm/v3/components/or-confirm/index.js +7 -10
- package/dist/esm/v3/components/or-confirm-v3/index.js +12 -12
- package/dist/esm/v3/components/or-context-menu-v3/index.js +9 -9
- package/dist/esm/v3/components/or-date-format-v3/index.js +16 -16
- package/dist/esm/v3/components/or-date-picker-v3/OrDatePicker.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-date-picker-v3/index.js +16 -16
- package/dist/esm/v3/components/or-date-range-picker-v3/OrDateRangePicker.vue.d.ts +4 -4
- package/dist/esm/v3/components/or-date-range-picker-v3/index.js +16 -16
- package/dist/esm/v3/components/or-date-range-picker-v3/types.d.ts +1 -2
- package/dist/esm/v3/components/or-date-time-format-v3/index.js +16 -16
- package/dist/esm/v3/components/or-date-time-picker/index.js +6 -9
- package/dist/esm/v3/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +3 -3
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +15 -15
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/index.js +14 -14
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-date-time-picker-v3/types.d.ts +1 -2
- package/dist/esm/v3/components/or-editor-tabs-v3/OrEditorTabs.vue.d.ts +10 -10
- package/dist/esm/v3/components/or-editor-tabs-v3/index.js +13 -16
- package/dist/esm/v3/components/or-editor-tabs-v3/partials/index.js +10 -10
- package/dist/esm/v3/components/or-form-group-v3/OrFormGroup.vue.d.ts +3 -1
- package/dist/esm/v3/components/or-form-group-v3/index.d.ts +1 -1
- package/dist/esm/v3/components/or-form-group-v3/index.js +2 -2
- package/dist/esm/v3/components/or-form-group-v3/styles.d.ts +3 -2
- package/dist/esm/v3/components/or-icon-button-v2/index.js +4 -7
- package/dist/esm/v3/components/or-icon-button-v3/index.js +9 -9
- package/dist/esm/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-inline-input-v3/index.js +10 -10
- package/dist/esm/v3/components/or-inline-input-v3/types.d.ts +1 -2
- package/dist/esm/v3/components/or-inline-text-edit/index.js +6 -9
- package/dist/esm/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +10 -10
- package/dist/esm/v3/components/or-inline-textarea-v3/types.d.ts +1 -2
- package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-input-v3/index.js +11 -11
- package/dist/esm/v3/components/or-input-v3/types.d.ts +1 -2
- package/dist/esm/v3/components/or-label-v3/OrLabel.vue.d.ts +5 -14
- package/dist/esm/v3/components/or-label-v3/index.d.ts +1 -1
- package/dist/esm/v3/components/or-label-v3/index.js +1 -1
- package/dist/{bundled/v3/components/OrLabelV3/types.d.ts → esm/v3/components/or-label-v3/props.d.ts} +0 -1
- package/dist/esm/v3/components/or-label-v3/styles.d.ts +2 -2
- package/dist/esm/v3/components/or-list/index.js +6 -9
- package/dist/esm/v3/components/or-list-of-inputs/index.js +7 -10
- package/dist/esm/v3/components/or-list-v3/index.js +11 -11
- package/dist/esm/v3/components/or-loader/index.js +3 -9
- package/dist/esm/v3/components/or-menu-item-v3/index.js +10 -10
- package/dist/esm/v3/components/or-menu-v3/index.js +8 -8
- package/dist/esm/v3/components/or-modal/index.js +6 -9
- package/dist/esm/v3/components/or-modal-v3/index.js +10 -10
- package/dist/esm/v3/components/or-notification/index.js +6 -9
- package/dist/esm/v3/components/or-notification-v3/index.js +10 -10
- package/dist/esm/v3/components/or-overflow-menu/index.js +6 -9
- package/dist/esm/v3/components/or-overlay-v3/index.js +3 -3
- package/dist/esm/v3/components/or-pagination-v3/index.js +12 -12
- package/dist/esm/v3/components/or-password/index.js +6 -9
- package/dist/esm/v3/components/or-popover-v3/index.js +7 -7
- package/dist/esm/v3/components/or-popover-v3/utils/index.js +2 -2
- package/dist/esm/v3/components/or-radio-group-v3/OrRadioGroup.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-radio-group-v3/index.js +4 -4
- package/dist/esm/v3/components/or-radio-v3/OrRadio.vue.d.ts +3 -3
- package/dist/esm/v3/components/or-radio-v3/index.js +2 -2
- package/dist/esm/v3/components/or-radio-v3/types.d.ts +1 -2
- package/dist/esm/v3/components/or-range-slider-v3/OrRangeSlider.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-range-slider-v3/index.js +10 -10
- package/dist/esm/v3/components/or-resizeable-panel-v3/index.js +10 -10
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +15 -16
- package/dist/esm/v3/components/or-search/index.js +6 -9
- package/dist/esm/v3/components/or-search-v3/index.js +12 -12
- package/dist/esm/v3/components/or-select/index.js +4 -7
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +45 -46
- package/dist/esm/v3/components/or-select-v3/index.js +21 -28
- package/dist/esm/v3/components/or-select-v3/partials/index.js +16 -20
- package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/OrSelectMultipleControl.vue.d.ts +14 -14
- package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/index.js +15 -18
- package/dist/esm/v3/components/or-select-v3/partials/or-select-single-control/OrSelectSingleControl.vue.d.ts +12 -12
- package/dist/esm/v3/components/or-select-v3/partials/or-select-single-control/index.js +4 -7
- package/dist/esm/v3/components/or-select-v3/types.d.ts +13 -4
- package/dist/esm/v3/components/or-select-v3/utils/castToMultipleValue.d.ts +2 -0
- package/dist/esm/v3/components/or-sidebar-v3/index.js +11 -11
- package/dist/esm/v3/components/or-slider-v3/OrSlider.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-slider-v3/index.js +9 -9
- package/dist/esm/v3/components/or-sorting-v3/index.js +12 -12
- package/dist/esm/v3/components/or-stepper/index.js +6 -9
- package/dist/esm/v3/components/or-switch/index.js +4 -10
- package/dist/esm/v3/components/or-switch-v3/OrSwitch.vue.d.ts +3 -3
- package/dist/esm/v3/components/or-switch-v3/index.js +3 -6
- package/dist/esm/v3/components/or-switch-v3/types.d.ts +1 -2
- package/dist/esm/v3/components/or-tabs-v3/OrTabs.vue.d.ts +9 -9
- package/dist/esm/v3/components/or-tabs-v3/index.js +12 -12
- package/dist/esm/v3/components/or-tabs-v3/types.d.ts +5 -5
- package/dist/esm/v3/components/or-tag/index.js +2 -2
- package/dist/esm/v3/components/or-tag-input-v3/OrTagInput.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-tag-input-v3/index.js +13 -14
- package/dist/esm/v3/components/or-tag-v3/index.js +10 -10
- package/dist/esm/v3/components/or-tags-v3/index.js +11 -11
- package/dist/esm/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-textarea-v3/index.js +2 -2
- package/dist/esm/v3/components/or-textarea-v3/types.d.ts +1 -2
- package/dist/esm/v3/components/or-textbox/index.js +6 -9
- package/dist/esm/v3/components/or-time-format-v3/index.js +16 -16
- package/dist/esm/v3/components/or-time-picker-v3/OrTimePicker.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-time-picker-v3/index.js +16 -16
- package/dist/esm/v3/components/or-time-range-picker-v3/OrTimeRangePicker.vue.d.ts +4 -4
- package/dist/esm/v3/components/or-time-range-picker-v3/index.js +16 -16
- package/dist/esm/v3/components/or-time-range-picker-v3/types.d.ts +1 -2
- package/dist/esm/v3/components/or-toast/index.js +6 -9
- package/dist/esm/v3/components/or-toast/or-toast-container/index.js +6 -9
- package/dist/esm/v3/components/or-toast-v3/index.js +10 -10
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +10 -10
- package/dist/esm/v3/components/or-tooltip-v3/index.js +8 -8
- package/dist/esm/v3/hooks/index.js +3 -3
- package/dist/esm/v3/index.d.ts +0 -1
- package/dist/esm/v3/index.js +89 -99
- package/dist/esm/v3/isAncestor-9e33bd15.js +14 -0
- package/dist/esm/v3/isEmpty-181a6611.js +27 -0
- package/dist/esm/{v2/isEqual-15f4b2f5.js → v3/isEqual-9004fb92.js} +4 -8
- package/dist/esm/v3/isNil-33299e1d.js +17 -0
- package/dist/esm/v3/{isNumber-ef303deb.js → isNumber-5fb80127.js} +8 -14
- package/dist/esm/{v2/isPrevented-b151a948.js → v3/isPrevented-5f542754.js} +1 -1
- package/dist/esm/{v2/isVisible-d1e49905.js → v3/isVisible-cfd61ef8.js} +2 -2
- package/dist/esm/v3/{props-c6649a1e.js → props-e05d6af4.js} +1 -1
- package/dist/esm/v3/types/index.d.ts +0 -5
- package/dist/esm/v3/{types-ce03a51a.js → types-4f71f482.js} +2 -2
- package/dist/esm/v3/{useElevation-e69d969b.js → useElevation-37722ead.js} +1 -1
- package/dist/esm/{v2/useTimeMask-7a7246c1.js → v3/useTimeMask-f2a4d09f.js} +1 -1
- package/dist/esm/v3/utils/index.d.ts +0 -3
- package/dist/esm/v3/utils/index.js +7 -13
- package/dist/esm/v3/utils/isAncestor.d.ts +1 -4
- package/dist/esm/v3/utils/isArray.d.ts +1 -4
- package/dist/esm/v3/utils/isDescendant.d.ts +1 -4
- package/dist/esm/v3/utils/isEmpty.d.ts +1 -4
- package/dist/esm/v3/utils/isEqual.d.ts +1 -4
- package/dist/esm/v3/utils/isNil.d.ts +1 -4
- package/dist/esm/v3/utils/isNull.d.ts +1 -4
- package/dist/esm/v3/utils/isNumber.d.ts +1 -4
- package/dist/esm/v3/utils/isObject.d.ts +1 -4
- package/dist/esm/v3/utils/isString.d.ts +1 -4
- package/dist/esm/v3/utils/isUndefined.d.ts +1 -4
- package/dist/esm/v3/utils/isVisible.d.ts +1 -1
- package/package.json +1 -1
- package/src/components/index.ts +0 -1
- package/src/components/or-checkbox-v3/OrCheckbox.vue +9 -9
- package/src/components/or-checkbox-v3/types.ts +1 -3
- package/src/components/or-code-v3/partials/OrCodeControl.vue +19 -15
- package/src/components/or-combined-input-v3/OrCombinedInput.vue +19 -15
- package/src/components/or-date-picker-v3/OrDatePicker.vue +14 -16
- package/src/components/or-date-range-picker-v3/OrDateRangePicker.vue +17 -19
- package/src/components/or-date-range-picker-v3/types.ts +1 -2
- package/src/components/or-date-time-picker-v3/OrDateTimePicker.vue +15 -17
- package/src/components/or-date-time-picker-v3/types.ts +1 -3
- package/src/components/or-editor-tabs-v3/OrEditorTabs.vue +5 -7
- package/src/components/or-form-group-v3/OrFormGroup.vue +41 -32
- package/src/components/or-form-group-v3/index.ts +1 -1
- package/src/components/or-form-group-v3/styles.ts +16 -10
- package/src/components/or-inline-input-v3/OrInlineInput.vue +28 -18
- package/src/components/or-inline-input-v3/types.ts +1 -3
- package/src/components/or-inline-textarea-v3/OrInlineTextarea.vue +28 -18
- package/src/components/or-inline-textarea-v3/types.ts +1 -3
- package/src/components/or-input-v3/OrInput.vue +31 -27
- package/src/components/or-input-v3/types.ts +1 -3
- package/src/components/or-label-v3/OrLabel.vue +8 -14
- package/src/components/or-label-v3/index.ts +1 -1
- package/src/components/or-label-v3/{types.ts → props.ts} +0 -1
- package/src/components/or-label-v3/styles.ts +2 -15
- package/src/components/or-radio-v3/OrRadio.vue +1 -1
- package/src/components/or-radio-v3/types.ts +1 -3
- package/src/components/or-range-slider-v3/OrRangeSlider.vue +5 -5
- package/src/components/or-resizeable-panel-v3/OrResizeablePanel.vue +27 -26
- package/src/components/or-resizeable-panel-v3/styles.ts +6 -29
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.vue +1 -2
- package/src/components/or-select-v3/OrSelect.vue +66 -67
- package/src/components/or-select-v3/partials/or-select-multiple-control/OrSelectMultipleControl.vue +10 -9
- package/src/components/or-select-v3/partials/or-select-single-control/OrSelectSingleControl.vue +5 -5
- package/src/components/or-select-v3/types.ts +15 -4
- package/src/components/or-select-v3/utils/castToMultipleValue.ts +10 -0
- package/src/components/or-slider-v3/OrSlider.vue +5 -5
- package/src/components/or-switch-v3/OrSwitch.vue +9 -9
- package/src/components/or-switch-v3/types.ts +1 -3
- package/src/components/or-tabs-v3/OrTabs.vue +8 -8
- package/src/components/or-tabs-v3/types.ts +5 -7
- package/src/components/or-tag-input-v3/OrTagInput.vue +30 -29
- package/src/components/or-tags-v3/OrTags.vue +2 -2
- package/src/components/or-textarea-v3/OrTextarea.vue +28 -24
- package/src/components/or-textarea-v3/types.ts +1 -3
- package/src/components/or-time-picker-v3/OrTimePicker.vue +14 -16
- package/src/components/or-time-range-picker-v3/OrTimeRangePicker.vue +17 -19
- package/src/components/or-time-range-picker-v3/types.ts +1 -2
- package/src/hooks/useDateMask.ts +1 -1
- package/src/index.ts +0 -1
- package/src/types/index.ts +0 -5
- package/src/utils/index.ts +0 -3
- package/src/utils/isAncestor.ts +5 -8
- package/src/utils/isArray.ts +2 -5
- package/src/utils/isDescendant.ts +5 -8
- package/src/utils/isEmpty.ts +6 -6
- package/src/utils/isEqual.ts +4 -6
- package/src/utils/isNil.ts +4 -6
- package/src/utils/isNull.ts +2 -5
- package/src/utils/isNumber.ts +2 -5
- package/src/utils/isObject.ts +2 -5
- package/src/utils/isString.ts +2 -5
- package/src/utils/isUndefined.ts +2 -5
- package/src/utils/isVisible.ts +2 -2
- package/dist/bundled/v2/components/OrAutocompleteV3/OrAutocomplete.js +0 -452
- package/dist/bundled/v2/components/OrAutocompleteV3/OrAutocomplete.vue.d.ts +0 -278
- package/dist/bundled/v2/components/OrAutocompleteV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrAutocompleteV3/index.js +0 -1
- package/dist/bundled/v2/components/OrAutocompleteV3/styles.d.ts +0 -6
- package/dist/bundled/v2/components/OrAutocompleteV3/styles.js +0 -36
- package/dist/bundled/v2/components/OrAutocompleteV3/types.d.ts +0 -3
- package/dist/bundled/v2/helpers/getItemByValue.d.ts +0 -2
- package/dist/bundled/v2/helpers/getItemByValue.js +0 -11
- package/dist/bundled/v2/helpers/getItemsByValue.d.ts +0 -2
- package/dist/bundled/v2/helpers/getItemsByValue.js +0 -7
- package/dist/bundled/v2/helpers/index.d.ts +0 -3
- package/dist/bundled/v2/helpers/index.js +0 -3
- package/dist/bundled/v2/helpers/searchItemsByLabel.d.ts +0 -2
- package/dist/bundled/v2/helpers/searchItemsByLabel.js +0 -5
- package/dist/bundled/v2/styles-30358b7e.js +0 -51
- package/dist/bundled/v2/styles-a198cbef.js +0 -24
- package/dist/bundled/v2/types/Group.d.ts +0 -5
- package/dist/bundled/v2/types/Group.js +0 -1
- package/dist/bundled/v2/types/GroupFunction.d.ts +0 -1
- package/dist/bundled/v2/types/GroupFunction.js +0 -1
- package/dist/bundled/v2/types/Item.d.ts +0 -5
- package/dist/bundled/v2/types/Item.js +0 -1
- package/dist/bundled/v2/types/ModelValue.d.ts +0 -1
- package/dist/bundled/v2/types/ModelValue.js +0 -1
- package/dist/bundled/v2/types/SearchFunction.d.ts +0 -1
- package/dist/bundled/v2/types/SearchFunction.js +0 -1
- package/dist/bundled/v2/utils/exclude.d.ts +0 -4
- package/dist/bundled/v2/utils/exclude.js +0 -8
- package/dist/bundled/v2/utils/include.d.ts +0 -4
- package/dist/bundled/v2/utils/include.js +0 -8
- package/dist/bundled/v2/utils/toArray.d.ts +0 -4
- package/dist/bundled/v2/utils/toArray.js +0 -17
- package/dist/bundled/v3/components/OrAutocompleteV3/OrAutocomplete.js +0 -1
- package/dist/bundled/v3/components/OrAutocompleteV3/OrAutocomplete.vue.d.ts +0 -196
- package/dist/bundled/v3/components/OrAutocompleteV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrAutocompleteV3/index.js +0 -1
- package/dist/bundled/v3/components/OrAutocompleteV3/styles.d.ts +0 -6
- package/dist/bundled/v3/components/OrAutocompleteV3/styles.js +0 -1
- package/dist/bundled/v3/components/OrAutocompleteV3/types.d.ts +0 -3
- package/dist/bundled/v3/components/OrBottomSheetV3-a545d564.js +0 -235
- package/dist/bundled/v3/helpers/getItemByValue.d.ts +0 -2
- package/dist/bundled/v3/helpers/getItemByValue.js +0 -11
- package/dist/bundled/v3/helpers/getItemsByValue.d.ts +0 -2
- package/dist/bundled/v3/helpers/getItemsByValue.js +0 -7
- package/dist/bundled/v3/helpers/index.d.ts +0 -3
- package/dist/bundled/v3/helpers/index.js +0 -3
- package/dist/bundled/v3/helpers/searchItemsByLabel.d.ts +0 -2
- package/dist/bundled/v3/helpers/searchItemsByLabel.js +0 -5
- package/dist/bundled/v3/types/Group.d.ts +0 -5
- package/dist/bundled/v3/types/Group.js +0 -1
- package/dist/bundled/v3/types/GroupFunction.d.ts +0 -1
- package/dist/bundled/v3/types/GroupFunction.js +0 -1
- package/dist/bundled/v3/types/Item.d.ts +0 -5
- package/dist/bundled/v3/types/Item.js +0 -1
- package/dist/bundled/v3/types/ModelValue.d.ts +0 -1
- package/dist/bundled/v3/types/ModelValue.js +0 -1
- package/dist/bundled/v3/types/SearchFunction.d.ts +0 -1
- package/dist/bundled/v3/types/SearchFunction.js +0 -1
- package/dist/bundled/v3/utils/exclude.d.ts +0 -4
- package/dist/bundled/v3/utils/exclude.js +0 -8
- package/dist/bundled/v3/utils/include.d.ts +0 -4
- package/dist/bundled/v3/utils/include.js +0 -8
- package/dist/bundled/v3/utils/toArray.d.ts +0 -4
- package/dist/bundled/v3/utils/toArray.js +0 -17
- package/dist/esm/v2/OrAutocomplete-6c616891.js +0 -487
- package/dist/esm/v2/components/or-autocomplete-v3/OrAutocomplete.vue.d.ts +0 -278
- package/dist/esm/v2/components/or-autocomplete-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-autocomplete-v3/index.js +0 -47
- package/dist/esm/v2/components/or-autocomplete-v3/styles.d.ts +0 -6
- package/dist/esm/v2/components/or-autocomplete-v3/types.d.ts +0 -3
- package/dist/esm/v2/exclude-684f23cf.js +0 -8
- package/dist/esm/v2/getItemByValue-be7353df.js +0 -12
- package/dist/esm/v2/getItemsByValue-b08b7d12.js +0 -7
- package/dist/esm/v2/helpers/getItemByValue.d.ts +0 -2
- package/dist/esm/v2/helpers/getItemsByValue.d.ts +0 -2
- package/dist/esm/v2/helpers/index.d.ts +0 -3
- package/dist/esm/v2/helpers/index.js +0 -7
- package/dist/esm/v2/helpers/searchItemsByLabel.d.ts +0 -2
- package/dist/esm/v2/include-45f61f31.js +0 -8
- package/dist/esm/v2/isAncestor-a446b32f.js +0 -17
- package/dist/esm/v2/isArray-8eeb52b9.js +0 -8
- package/dist/esm/v2/isNull-7ae26d1d.js +0 -18
- package/dist/esm/v2/isObject-4d5300e9.js +0 -8
- package/dist/esm/v2/isString-cf957a95.js +0 -32
- package/dist/esm/v2/isUndefined-3eca6e32.js +0 -8
- package/dist/esm/v2/searchItemsByLabel-c778a1e4.js +0 -5
- package/dist/esm/v2/toArray-93b84b21.js +0 -18
- package/dist/esm/v2/types/Group.d.ts +0 -5
- package/dist/esm/v2/types/GroupFunction.d.ts +0 -1
- package/dist/esm/v2/types/Item.d.ts +0 -5
- package/dist/esm/v2/types/ModelValue.d.ts +0 -1
- package/dist/esm/v2/types/SearchFunction.d.ts +0 -1
- package/dist/esm/v2/utils/exclude.d.ts +0 -4
- package/dist/esm/v2/utils/include.d.ts +0 -4
- package/dist/esm/v2/utils/toArray.d.ts +0 -4
- package/dist/esm/v3/OrAutocomplete-2fbffb0c.js +0 -408
- package/dist/esm/v3/components/or-autocomplete-v3/OrAutocomplete.vue.d.ts +0 -196
- package/dist/esm/v3/components/or-autocomplete-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-autocomplete-v3/index.js +0 -44
- package/dist/esm/v3/components/or-autocomplete-v3/styles.d.ts +0 -6
- package/dist/esm/v3/components/or-autocomplete-v3/types.d.ts +0 -3
- package/dist/esm/v3/exclude-684f23cf.js +0 -8
- package/dist/esm/v3/getItemByValue-be7353df.js +0 -12
- package/dist/esm/v3/getItemsByValue-b08b7d12.js +0 -7
- package/dist/esm/v3/helpers/getItemByValue.d.ts +0 -2
- package/dist/esm/v3/helpers/getItemsByValue.d.ts +0 -2
- package/dist/esm/v3/helpers/index.d.ts +0 -3
- package/dist/esm/v3/helpers/index.js +0 -7
- package/dist/esm/v3/helpers/searchItemsByLabel.d.ts +0 -2
- package/dist/esm/v3/include-45f61f31.js +0 -8
- package/dist/esm/v3/isAncestor-a446b32f.js +0 -17
- package/dist/esm/v3/isArray-8eeb52b9.js +0 -8
- package/dist/esm/v3/isNull-7ae26d1d.js +0 -18
- package/dist/esm/v3/isObject-4d5300e9.js +0 -8
- package/dist/esm/v3/isString-cf957a95.js +0 -32
- package/dist/esm/v3/isUndefined-3eca6e32.js +0 -8
- package/dist/esm/v3/searchItemsByLabel-c778a1e4.js +0 -5
- package/dist/esm/v3/toArray-93b84b21.js +0 -18
- package/dist/esm/v3/types/Group.d.ts +0 -5
- package/dist/esm/v3/types/GroupFunction.d.ts +0 -1
- package/dist/esm/v3/types/Item.d.ts +0 -5
- package/dist/esm/v3/types/ModelValue.d.ts +0 -1
- package/dist/esm/v3/types/SearchFunction.d.ts +0 -1
- package/dist/esm/v3/utils/exclude.d.ts +0 -4
- package/dist/esm/v3/utils/include.d.ts +0 -4
- package/dist/esm/v3/utils/toArray.d.ts +0 -4
- package/src/components/or-autocomplete-v3/OrAutocomplete.vue +0 -421
- package/src/components/or-autocomplete-v3/index.ts +0 -2
- package/src/components/or-autocomplete-v3/styles.ts +0 -61
- package/src/components/or-autocomplete-v3/types.ts +0 -5
- package/src/helpers/getItemByValue.ts +0 -12
- package/src/helpers/getItemsByValue.ts +0 -6
- package/src/helpers/index.ts +0 -3
- package/src/helpers/searchItemsByLabel.ts +0 -5
- package/src/types/Group.ts +0 -6
- package/src/types/GroupFunction.ts +0 -1
- package/src/types/Item.ts +0 -6
- package/src/types/ModelValue.ts +0 -1
- package/src/types/SearchFunction.ts +0 -1
- package/src/utils/exclude.ts +0 -6
- package/src/utils/include.ts +0 -6
- package/src/utils/toArray.ts +0 -16
- /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-0b9e141c.js → OrDateTimePickerMonthSelect-eef95dbd.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerPopoverHeader-fee94ad6.js → OrDateTimePickerPopoverHeader-31d1e247.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerTimeSelect-305e36b3.js → OrDateTimePickerTimeSelect-e2499ef1.js} +0 -0
- /package/dist/bundled/v2/{OrList-47e0d565.js → OrList-2f433e52.js} +0 -0
- /package/dist/bundled/v2/{OrTree-05236e5e.js → OrTree-16581842.js} +0 -0
- /package/dist/bundled/v2/components/OrFormGroupV3/{types.d.ts → props.d.ts} +0 -0
- /package/dist/bundled/v3/components/{OrAvatar-680fb738.js → OrAvatar-24c81841.js} +0 -0
- /package/dist/bundled/v3/components/{OrDropAreaV3-d50e2041.js → OrDropAreaV3-9f8ebf0a.js} +0 -0
- /package/dist/bundled/v3/components/{OrExpansionPanelV3-173f5e3d.js → OrExpansionPanelV3-c76fe138.js} +0 -0
- /package/dist/bundled/v3/components/OrFormGroupV3/{types.d.ts → props.d.ts} +0 -0
- /package/dist/esm/v2/components/or-form-group-v3/{types.d.ts → props.d.ts} +0 -0
- /package/dist/esm/v3/components/or-form-group-v3/{types.d.ts → props.d.ts} +0 -0
- /package/src/components/or-form-group-v3/{types.ts → props.ts} +0 -0
|
@@ -9,10 +9,10 @@ import './TimeFormat-a7f5565b.js';
|
|
|
9
9
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
10
10
|
import { s as script$1 } from './OrError-331220bc.js';
|
|
11
11
|
import { s as script$2 } from './OrHint-262c8217.js';
|
|
12
|
-
import { s as script$4 } from './OrIconButton-
|
|
12
|
+
import { s as script$4 } from './OrIconButton-525d873e.js';
|
|
13
13
|
import { s as script$3 } from './OrIcon-c446d072.js';
|
|
14
14
|
import { s as script$5, a as InputBoxSize } from './OrInputBox-287f97ba.js';
|
|
15
|
-
import { s as script$6 } from './OrLabel-
|
|
15
|
+
import { s as script$6 } from './OrLabel-59d09591.js';
|
|
16
16
|
import { s as script$7 } from './OrLoader-5e2f359b.js';
|
|
17
17
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, createSlots, withDirectives, createElementVNode, mergeProps, vModelDynamic, Fragment, withModifiers, vShow } from 'vue';
|
|
18
18
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
@@ -170,6 +170,12 @@ var script = defineComponent({
|
|
|
170
170
|
});
|
|
171
171
|
|
|
172
172
|
const _hoisted_1 = ["name", "type", "autocomplete", "placeholder", "required", "readonly", "disabled"];
|
|
173
|
+
const _hoisted_2 = {
|
|
174
|
+
class: /*#__PURE__*/normalizeClass(['contents'])
|
|
175
|
+
};
|
|
176
|
+
const _hoisted_3 = {
|
|
177
|
+
class: /*#__PURE__*/normalizeClass(['contents'])
|
|
178
|
+
};
|
|
173
179
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
174
180
|
const _component_OrLabel = resolveComponent("OrLabel");
|
|
175
181
|
const _component_OrLoader = resolveComponent("OrLoader");
|
|
@@ -225,9 +231,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
225
231
|
fn: withCtx(() => [_ctx.loading ? (openBlock(), createBlock(_component_OrLoader, {
|
|
226
232
|
key: 0,
|
|
227
233
|
variant: 'circular',
|
|
228
|
-
color:
|
|
234
|
+
color: 'primary',
|
|
229
235
|
size: _ctx.isMobile ? 'm' : 's'
|
|
230
|
-
}, null, 8 /* PROPS */, ["
|
|
236
|
+
}, null, 8 /* PROPS */, ["size"])) : (openBlock(), createElementBlock(Fragment, {
|
|
231
237
|
key: 1
|
|
232
238
|
}, [_ctx.type === 'password' ? (openBlock(), createBlock(_component_OrIconButton, {
|
|
233
239
|
key: 0,
|
|
@@ -240,11 +246,11 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
240
246
|
onClick: _cache[6] || (_cache[6] = withModifiers($event => _ctx.disclosed = !_ctx.disclosed, ["stop"]))
|
|
241
247
|
}, null, 8 /* PROPS */, ["icon", "disabled"])) : createCommentVNode("v-if", true), _ctx.type === 'search' ? (openBlock(), createElementBlock(Fragment, {
|
|
242
248
|
key: 1
|
|
243
|
-
}, [_ctx.modelValue
|
|
249
|
+
}, [_ctx.modelValue ? (openBlock(), createBlock(_component_OrIconButton, {
|
|
244
250
|
key: 0,
|
|
245
251
|
icon: 'close',
|
|
246
252
|
color: 'inherit',
|
|
247
|
-
disabled: _ctx.disabled,
|
|
253
|
+
disabled: _ctx.readonly || _ctx.disabled,
|
|
248
254
|
onClick: _cache[7] || (_cache[7] = withModifiers($event => _ctx.$emit('update:modelValue', ''), ["stop"]))
|
|
249
255
|
}, null, 8 /* PROPS */, ["disabled"])) : (openBlock(), createBlock(_component_OrIcon, {
|
|
250
256
|
key: 1,
|
|
@@ -253,8 +259,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
253
259
|
}))], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */))]),
|
|
254
260
|
|
|
255
261
|
key: "0"
|
|
256
|
-
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["variant", "size", "invalid", "readonly", "disabled"]), _ctx.$slots.hint || _ctx.hint || _ctx.maxLength ?
|
|
257
|
-
key:
|
|
262
|
+
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["variant", "size", "invalid", "readonly", "disabled"]), withDirectives(createElementVNode("div", _hoisted_2, [_ctx.$slots.hint || _ctx.hint || _ctx.maxLength ? (openBlock(), createBlock(_component_OrHint, {
|
|
263
|
+
key: 0,
|
|
258
264
|
disabled: _ctx.disabled
|
|
259
265
|
}, createSlots({
|
|
260
266
|
default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
|
|
@@ -265,7 +271,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
265
271
|
fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.length) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
|
|
266
272
|
|
|
267
273
|
key: "0"
|
|
268
|
-
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"])), [[vShow, !_ctx.error]])
|
|
274
|
+
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"])) : createCommentVNode("v-if", true)], 512 /* NEED_PATCH */), [[vShow, !_ctx.error]]), withDirectives(createElementVNode("div", _hoisted_3, [createVNode(_component_OrError, {
|
|
269
275
|
disabled: _ctx.disabled
|
|
270
276
|
}, createSlots({
|
|
271
277
|
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error) + " ", 1 /* TEXT */)]),
|
|
@@ -276,7 +282,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
276
282
|
fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.length) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
|
|
277
283
|
|
|
278
284
|
key: "0"
|
|
279
|
-
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"]), [[vShow, typeof _ctx.error === 'string' && _ctx.error.length > 0]])], 2 /* CLASS */);
|
|
285
|
+
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"])], 512 /* NEED_PATCH */), [[vShow, typeof _ctx.error === 'string' && _ctx.error.length > 0]])], 2 /* CLASS */);
|
|
280
286
|
}
|
|
281
287
|
|
|
282
288
|
var css_248z = "\ninput[data-v-78975fa2] {\n min-width: 0;\n background: none;\n outline: none;\n}\ninput[type=\"search\"][data-v-78975fa2]::-webkit-search-cancel-button {\n display: none;\n}\n";
|
|
@@ -5,7 +5,6 @@ var LabelVariant;
|
|
|
5
5
|
(function (LabelVariant) {
|
|
6
6
|
LabelVariant["Input"] = "input";
|
|
7
7
|
LabelVariant["Toggle"] = "toggle";
|
|
8
|
-
LabelVariant["Group"] = "group";
|
|
9
8
|
LabelVariant["MenuItem"] = "menu-item";
|
|
10
9
|
})(LabelVariant || (LabelVariant = {}));
|
|
11
10
|
|
|
@@ -25,13 +24,6 @@ const LabelVariants = {
|
|
|
25
24
|
'typography-body-2-regular',
|
|
26
25
|
// Theme
|
|
27
26
|
'theme-foreground-default', 'dark:theme-foreground-default-dark'],
|
|
28
|
-
[LabelVariant.Group]: [
|
|
29
|
-
// Typography
|
|
30
|
-
'typography-body-2-regular',
|
|
31
|
-
// Theme
|
|
32
|
-
'theme-foreground-default', 'dark:theme-foreground-default-dark',
|
|
33
|
-
// Theme (invalid)
|
|
34
|
-
'invalid:theme-foreground-error', 'dark:invalid:theme-foreground-error-dark'],
|
|
35
27
|
[LabelVariant.MenuItem]: [
|
|
36
28
|
// Typography
|
|
37
29
|
'typography-body-2-regular',
|
|
@@ -40,7 +32,7 @@ const LabelVariants = {
|
|
|
40
32
|
// Theme
|
|
41
33
|
'theme-foreground-default', 'dark:theme-foreground-default-dark']
|
|
42
34
|
};
|
|
43
|
-
const
|
|
35
|
+
const LabelText = [
|
|
44
36
|
// Interactivity
|
|
45
37
|
'interactivity-default',
|
|
46
38
|
// Content (required)
|
|
@@ -62,10 +54,6 @@ var script = defineComponent({
|
|
|
62
54
|
type: String,
|
|
63
55
|
default: () => LabelVariant.Input
|
|
64
56
|
},
|
|
65
|
-
invalid: {
|
|
66
|
-
type: Boolean,
|
|
67
|
-
default: false
|
|
68
|
-
},
|
|
69
57
|
selected: {
|
|
70
58
|
type: Boolean,
|
|
71
59
|
default: false
|
|
@@ -81,31 +69,31 @@ var script = defineComponent({
|
|
|
81
69
|
},
|
|
82
70
|
expose: ['root'],
|
|
83
71
|
setup(props) {
|
|
84
|
-
// Refs
|
|
72
|
+
// Refs
|
|
85
73
|
const root = ref();
|
|
74
|
+
// Styles
|
|
86
75
|
const rootStyles = computed(() => ['or-label-v3', ...Label, ...LabelVariants[props.variant]]);
|
|
87
|
-
const
|
|
76
|
+
const textStyles = computed(() => [...LabelText]);
|
|
88
77
|
const addonStyles = computed(() => [...LabelAddon]);
|
|
89
78
|
return {
|
|
90
79
|
root,
|
|
91
80
|
rootStyles,
|
|
92
|
-
|
|
81
|
+
textStyles,
|
|
93
82
|
addonStyles
|
|
94
83
|
};
|
|
95
84
|
}
|
|
96
85
|
});
|
|
97
86
|
|
|
98
|
-
const _hoisted_1 = ["
|
|
87
|
+
const _hoisted_1 = ["selected", "disabled"];
|
|
99
88
|
const _hoisted_2 = ["for", "required", "disabled"];
|
|
100
89
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
101
90
|
return openBlock(), createElementBlock("div", {
|
|
102
91
|
ref: 'root',
|
|
103
92
|
class: normalizeClass(_ctx.rootStyles),
|
|
104
|
-
invalid: _ctx.invalid,
|
|
105
93
|
selected: _ctx.selected,
|
|
106
94
|
disabled: _ctx.disabled
|
|
107
95
|
}, [createElementVNode("label", {
|
|
108
|
-
class: normalizeClass(_ctx.
|
|
96
|
+
class: normalizeClass(_ctx.textStyles),
|
|
109
97
|
for: _ctx.controlId,
|
|
110
98
|
required: _ctx.required,
|
|
111
99
|
disabled: _ctx.disabled
|
|
@@ -7,8 +7,8 @@ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
|
7
7
|
import '@onereach/styles/tailwind/plugins/core';
|
|
8
8
|
import '@onereach/styles/tailwind.config.json';
|
|
9
9
|
import './TimeFormat-a7f5565b.js';
|
|
10
|
-
import { s as script$1 } from './OrIconButton-
|
|
11
|
-
import { s as script$2 } from './OrLabel-
|
|
10
|
+
import { s as script$1 } from './OrIconButton-525d873e.js';
|
|
11
|
+
import { s as script$2 } from './OrLabel-59d09591.js';
|
|
12
12
|
import { s as script$3 } from './OrListItem-12e21bc6.js';
|
|
13
13
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, normalizeProps, guardReactiveProps, createVNode, withCtx, createTextVNode, toDisplayString, createElementVNode, Fragment, renderList, createBlock, createCommentVNode } from 'vue';
|
|
14
14
|
|
|
@@ -4,8 +4,8 @@ import isEqual from 'lodash/isEqual';
|
|
|
4
4
|
import { v4 } from 'uuid';
|
|
5
5
|
import Sortable from 'sortablejs';
|
|
6
6
|
import { s as script$2 } from './OrLabel-a7d99df4.js';
|
|
7
|
-
import { s as script$3 } from './OrButton-
|
|
8
|
-
import { s as script$4 } from './OrIconButton-
|
|
7
|
+
import { s as script$3 } from './OrButton-8e2c399f.js';
|
|
8
|
+
import { s as script$4 } from './OrIconButton-d493432f.js';
|
|
9
9
|
import { s as script$5 } from './OrIcon-b9c3dfd2.js';
|
|
10
10
|
import { s as script$1 } from './OrError-f90296db.js';
|
|
11
11
|
import { resolveComponent, openBlock, createElementBlock, createCommentVNode, renderSlot, normalizeProps, guardReactiveProps, createVNode, withCtx, Fragment, renderList, createBlock, createElementVNode, withModifiers } from 'vue';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent } from 'vue-demi';
|
|
2
|
-
import { s as script$1 } from './OrList-
|
|
2
|
+
import { s as script$1 } from './OrList-d4be4ee8.js';
|
|
3
3
|
import { s as script$2 } from './OrInput-4a3206ea.js';
|
|
4
4
|
import { s as script$3 } from './OrIcon-b9c3dfd2.js';
|
|
5
|
-
import './OrButton-
|
|
6
|
-
import { s as script$4 } from './OrIconButton-
|
|
5
|
+
import './OrButton-8e2c399f.js';
|
|
6
|
+
import { s as script$4 } from './OrIconButton-d493432f.js';
|
|
7
7
|
import { resolveComponent, openBlock, createBlock, withCtx, renderSlot, normalizeProps, guardReactiveProps, createVNode, mergeProps, createSlots, normalizeStyle } from 'vue';
|
|
8
8
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
9
9
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent } from 'vue-demi';
|
|
2
|
-
import { i as isEmpty } from './
|
|
2
|
+
import { i as isEmpty } from './isEmpty-181a6611.js';
|
|
3
3
|
import { openBlock, createElementBlock, normalizeClass, createTextVNode, toDisplayString, Fragment, renderList, createElementVNode, createCommentVNode, pushScopeId, popScopeId } from 'vue';
|
|
4
4
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
5
5
|
|
|
@@ -5,7 +5,7 @@ import { u as usePopoverState } from './usePopoverState-5033b9cb.js';
|
|
|
5
5
|
import '@onereach/styles/tailwind/plugins/core';
|
|
6
6
|
import '@onereach/styles/tailwind.config.json';
|
|
7
7
|
import './TimeFormat-a7f5565b.js';
|
|
8
|
-
import { s as script$1, a as PopoverPlacement } from './OrPopover-
|
|
8
|
+
import { s as script$1, a as PopoverPlacement } from './OrPopover-0c507548.js';
|
|
9
9
|
import { resolveComponent, openBlock, createBlock, normalizeClass, withCtx, createElementVNode, mergeProps, withModifiers, renderSlot } from 'vue';
|
|
10
10
|
|
|
11
11
|
const Menu = [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import { s as script$2 } from './OrIconButton-
|
|
2
|
+
import { s as script$2 } from './OrIconButton-525d873e.js';
|
|
3
3
|
import { s as script$1 } from './OrIcon-c446d072.js';
|
|
4
4
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, normalizeProps, mergeProps, createCommentVNode, createElementVNode, renderSlot, Fragment, createVNode, withModifiers } from 'vue';
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, watch, onBeforeUnmount } from 'vue-demi';
|
|
2
|
-
import './OrButton-
|
|
3
|
-
import { s as script$1 } from './OrIconButton-
|
|
2
|
+
import './OrButton-8e2c399f.js';
|
|
3
|
+
import { s as script$1 } from './OrIconButton-d493432f.js';
|
|
4
4
|
import { s as script$2 } from './OrOverlay-451dce49.js';
|
|
5
5
|
import { onClickOutside } from '@vueuse/core';
|
|
6
6
|
import { useFocusTrap } from '@vueuse/integrations/useFocusTrap';
|
|
@@ -5,9 +5,9 @@ import { u as usePopoverState } from './usePopoverState-5033b9cb.js';
|
|
|
5
5
|
import '@onereach/styles/tailwind/plugins/core';
|
|
6
6
|
import '@onereach/styles/tailwind.config.json';
|
|
7
7
|
import './TimeFormat-a7f5565b.js';
|
|
8
|
-
import { s as script$5 } from './OrOverlay-
|
|
8
|
+
import { s as script$5 } from './OrOverlay-19f08ea8.js';
|
|
9
9
|
import { openBlock, createElementBlock, normalizeClass, renderSlot, resolveComponent, createElementVNode, createVNode, withModifiers, createBlock, withCtx, mergeProps, createCommentVNode } from 'vue';
|
|
10
|
-
import { s as script$4 } from './OrIconButton-
|
|
10
|
+
import { s as script$4 } from './OrIconButton-525d873e.js';
|
|
11
11
|
|
|
12
12
|
const ModalContent = [
|
|
13
13
|
// Overflow
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent } from 'vue-demi';
|
|
2
2
|
import { s as script$1 } from './OrIcon-b9c3dfd2.js';
|
|
3
|
-
import './OrButton-
|
|
4
|
-
import { s as script$2 } from './OrIconButton-
|
|
3
|
+
import './OrButton-8e2c399f.js';
|
|
4
|
+
import { s as script$2 } from './OrIconButton-d493432f.js';
|
|
5
5
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, renderSlot, createVNode, Fragment, createTextVNode, toDisplayString, createCommentVNode, createBlock } from 'vue';
|
|
6
6
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
7
7
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import { s as script$2 } from './OrIconButton-
|
|
2
|
+
import { s as script$2 } from './OrIconButton-525d873e.js';
|
|
3
3
|
import { s as script$1 } from './OrIcon-c446d072.js';
|
|
4
4
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, renderSlot, createBlock, withModifiers, createCommentVNode } from 'vue';
|
|
5
5
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref } from 'vue-demi';
|
|
2
2
|
import { useToggle, onClickOutside } from '@vueuse/core';
|
|
3
|
-
import { s as script$2 } from './OrButton-
|
|
4
|
-
import { s as script$3 } from './OrIconButton-
|
|
3
|
+
import { s as script$2 } from './OrButton-8e2c399f.js';
|
|
4
|
+
import { s as script$3 } from './OrIconButton-d493432f.js';
|
|
5
5
|
import { resolveComponent, openBlock, createElementBlock, createVNode, withModifiers, createElementVNode, renderSlot, createBlock, withCtx, Fragment, renderList, createCommentVNode } from 'vue';
|
|
6
6
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
7
7
|
import { s as script$4, O as OrFloatingPlacements } from './OrFloating-20688c74.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useScrollLock } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
3
|
-
import { u as useElevation } from './useElevation-
|
|
3
|
+
import { u as useElevation } from './useElevation-37722ead.js';
|
|
4
4
|
import './dom-53c9635b.js';
|
|
5
5
|
import '@onereach/styles/tailwind/plugins/core';
|
|
6
6
|
import '@onereach/styles/tailwind.config.json';
|
|
@@ -7,8 +7,8 @@ import '@onereach/styles/tailwind.config.json';
|
|
|
7
7
|
import './TimeFormat-a7f5565b.js';
|
|
8
8
|
import { s as script$1 } from './OrButton-c95aef65.js';
|
|
9
9
|
import { s as script$2 } from './OrIcon-c446d072.js';
|
|
10
|
-
import { s as script$4 } from './OrMenuItem-
|
|
11
|
-
import { s as script$3 } from './OrMenu-
|
|
10
|
+
import { s as script$4 } from './OrMenuItem-def5de14.js';
|
|
11
|
+
import { s as script$3 } from './OrMenu-c87e33de.js';
|
|
12
12
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withModifiers, withCtx, Fragment, renderList, createBlock, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
|
|
13
13
|
|
|
14
14
|
const PaginationRoot = [
|
|
@@ -6,8 +6,8 @@ import '@onereach/styles/tailwind/plugins/core';
|
|
|
6
6
|
import '@onereach/styles/tailwind.config.json';
|
|
7
7
|
import './TimeFormat-a7f5565b.js';
|
|
8
8
|
import { u as useToggle } from './useToggle-c04fc920.js';
|
|
9
|
-
import './OrButton-
|
|
10
|
-
import { s as script$2, b as BUTTON_SIZE } from './OrIconButton-
|
|
9
|
+
import './OrButton-8e2c399f.js';
|
|
10
|
+
import { s as script$2, b as BUTTON_SIZE } from './OrIconButton-d493432f.js';
|
|
11
11
|
import { resolveComponent, openBlock, createBlock, createSlots, withCtx, createVNode, renderSlot } from 'vue';
|
|
12
12
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
13
13
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { computePosition, offset, shift, flip, hide, size, autoUpdate } from '@floating-ui/dom';
|
|
2
2
|
import { onClickOutside } from '@vueuse/core';
|
|
3
3
|
import { computed, unref, ref, shallowRef, watch, getCurrentScope, onScopeDispose, shallowReadonly, defineComponent, toRefs, toRef } from 'vue-demi';
|
|
4
|
-
import { u as useElevation } from './useElevation-
|
|
4
|
+
import { u as useElevation } from './useElevation-37722ead.js';
|
|
5
5
|
import './dom-53c9635b.js';
|
|
6
6
|
import { u as usePopoverState } from './usePopoverState-5033b9cb.js';
|
|
7
7
|
import { u as useResponsive } from './useResponsive-1baf3485.js';
|
|
8
8
|
import '@onereach/styles/tailwind.config.json';
|
|
9
9
|
import './TimeFormat-a7f5565b.js';
|
|
10
|
-
import { s as script$1 } from './OrBottomSheet-
|
|
10
|
+
import { s as script$1 } from './OrBottomSheet-7b272f2a.js';
|
|
11
11
|
import { s as script$2 } from './OrTeleport.vue3-8099178c.js';
|
|
12
|
-
import { i as isPrevented } from './isPrevented-
|
|
12
|
+
import { i as isPrevented } from './isPrevented-5f542754.js';
|
|
13
13
|
import { resolveComponent, openBlock, createBlock, withCtx, withDirectives, createElementVNode, createElementBlock, mergeProps, renderSlot, normalizeClass, createCommentVNode, vShow } from 'vue';
|
|
14
14
|
|
|
15
15
|
function roundByDPR(element, value) {
|
|
@@ -6,7 +6,7 @@ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
|
6
6
|
import '@onereach/styles/tailwind/plugins/core';
|
|
7
7
|
import '@onereach/styles/tailwind.config.json';
|
|
8
8
|
import './TimeFormat-a7f5565b.js';
|
|
9
|
-
import { s as script$1, L as LabelVariant } from './OrLabel-
|
|
9
|
+
import { s as script$1, L as LabelVariant } from './OrLabel-59d09591.js';
|
|
10
10
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, mergeProps, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
|
|
11
11
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
12
12
|
|
|
@@ -55,7 +55,7 @@ var script = defineComponent({
|
|
|
55
55
|
default: undefined
|
|
56
56
|
},
|
|
57
57
|
value: {
|
|
58
|
-
type:
|
|
58
|
+
type: [String, Number, Object],
|
|
59
59
|
required: true
|
|
60
60
|
},
|
|
61
61
|
label: {
|
|
@@ -5,8 +5,8 @@ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
|
5
5
|
import '@onereach/styles/tailwind/plugins/core';
|
|
6
6
|
import '@onereach/styles/tailwind.config.json';
|
|
7
7
|
import './TimeFormat-a7f5565b.js';
|
|
8
|
-
import { s as script$1, F as FormGroupDirection } from './OrFormGroup-
|
|
9
|
-
import { s as script$2 } from './OrRadio-
|
|
8
|
+
import { s as script$1, F as FormGroupDirection } from './OrFormGroup-230f2015.js';
|
|
9
|
+
import { s as script$2 } from './OrRadio-370438a9.js';
|
|
10
10
|
import { resolveComponent, openBlock, createBlock, withCtx, renderSlot, createElementBlock, Fragment, renderList } from 'vue';
|
|
11
11
|
|
|
12
12
|
var script = defineComponent({
|
|
@@ -5,8 +5,8 @@ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
|
5
5
|
import '@onereach/styles/tailwind/plugins/core';
|
|
6
6
|
import '@onereach/styles/tailwind.config.json';
|
|
7
7
|
import './TimeFormat-a7f5565b.js';
|
|
8
|
-
import { a as SliderOrientation, S as SliderColor } from './OrSlider-
|
|
9
|
-
import { s as script$1 } from './OrTooltip-
|
|
8
|
+
import { a as SliderOrientation, S as SliderColor } from './OrSlider-79a63155.js';
|
|
9
|
+
import { s as script$1 } from './OrTooltip-9d591d1e.js';
|
|
10
10
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, createVNode, mergeProps, withCtx, renderSlot, createTextVNode, toDisplayString, Fragment, renderList, createCommentVNode } from 'vue';
|
|
11
11
|
|
|
12
12
|
const RangeSlider = [
|
|
@@ -232,7 +232,7 @@ var script = defineComponent({
|
|
|
232
232
|
},
|
|
233
233
|
breakpoints: {
|
|
234
234
|
type: Array,
|
|
235
|
-
default: []
|
|
235
|
+
default: () => []
|
|
236
236
|
},
|
|
237
237
|
color: {
|
|
238
238
|
type: String,
|
|
@@ -531,16 +531,16 @@ var script = defineComponent({
|
|
|
531
531
|
onEnd: onDrag
|
|
532
532
|
});
|
|
533
533
|
// Constraints
|
|
534
|
-
watch((
|
|
534
|
+
watch(toRef(props, 'minValue'), value => {
|
|
535
535
|
if (value >= props.maxValue) {
|
|
536
|
-
throw new Error('
|
|
536
|
+
throw new Error('OrRangeSlider: `minValue` cannot be greater or equal to `maxValue`.');
|
|
537
537
|
}
|
|
538
538
|
}, {
|
|
539
539
|
immediate: true
|
|
540
540
|
});
|
|
541
|
-
watch((
|
|
541
|
+
watch(toRef(props, 'maxValue'), value => {
|
|
542
542
|
if (value <= props.minValue) {
|
|
543
|
-
throw new Error('
|
|
543
|
+
throw new Error('OrRangeSlider: `maxValue` cannot be lesser or equal to `minValue`.');
|
|
544
544
|
}
|
|
545
545
|
}, {
|
|
546
546
|
immediate: true
|
|
@@ -5,7 +5,7 @@ import { u as usePopoverState } from './usePopoverState-5033b9cb.js';
|
|
|
5
5
|
import '@onereach/styles/tailwind/plugins/core';
|
|
6
6
|
import '@onereach/styles/tailwind.config.json';
|
|
7
7
|
import './TimeFormat-a7f5565b.js';
|
|
8
|
-
import { s as script$1 } from './OrIconButton-
|
|
8
|
+
import { s as script$1 } from './OrIconButton-525d873e.js';
|
|
9
9
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, normalizeStyle, renderSlot, createElementVNode, createVNode, createCommentVNode } from 'vue';
|
|
10
10
|
|
|
11
11
|
var ResizeablePanelPadding;
|
|
@@ -24,8 +24,6 @@ var ResizeablePanelPlacement;
|
|
|
24
24
|
})(ResizeablePanelPlacement || (ResizeablePanelPlacement = {}));
|
|
25
25
|
|
|
26
26
|
const ResizeablePanel = [
|
|
27
|
-
// Position
|
|
28
|
-
'relative',
|
|
29
27
|
// Layout
|
|
30
28
|
'shrink-0',
|
|
31
29
|
// Theme
|
|
@@ -82,7 +80,7 @@ const ResizeablePanelContentPlaceholderPlacements = {
|
|
|
82
80
|
};
|
|
83
81
|
const ResizeablePanelResizeBar = [
|
|
84
82
|
// Position
|
|
85
|
-
'relative
|
|
83
|
+
'relative',
|
|
86
84
|
// Layout
|
|
87
85
|
'shrink-0',
|
|
88
86
|
// Layout (after)
|
|
@@ -99,10 +97,8 @@ const ResizeablePanelResizeBarPlacements = {
|
|
|
99
97
|
'flex flex-col justify-center',
|
|
100
98
|
// Interactivity
|
|
101
99
|
'interactivity-resize-row',
|
|
102
|
-
// Box
|
|
103
|
-
'h-[calc(theme(spacing.md)+1px)]',
|
|
104
100
|
// Spacing
|
|
105
|
-
'-my-[calc(theme(spacing.md)/2)]',
|
|
101
|
+
'-my-[calc(theme(spacing.md)/2)]', 'py-[calc(theme(spacing.md)/2)]',
|
|
106
102
|
// Theme (after)
|
|
107
103
|
'after:border-b-1'],
|
|
108
104
|
[ResizeablePanelPlacement.Bottom]: [
|
|
@@ -110,10 +106,8 @@ const ResizeablePanelResizeBarPlacements = {
|
|
|
110
106
|
'flex flex-col justify-center',
|
|
111
107
|
// Interactivity
|
|
112
108
|
'interactivity-resize-row',
|
|
113
|
-
// Box
|
|
114
|
-
'h-[calc(theme(spacing.md)+1px)]',
|
|
115
109
|
// Spacing
|
|
116
|
-
'-my-[calc(theme(spacing.md)/2)]',
|
|
110
|
+
'-my-[calc(theme(spacing.md)/2)]', 'py-[calc(theme(spacing.md)/2)]',
|
|
117
111
|
// Theme (after)
|
|
118
112
|
'after:border-t-1'],
|
|
119
113
|
[ResizeablePanelPlacement.Left]: [
|
|
@@ -121,10 +115,8 @@ const ResizeablePanelResizeBarPlacements = {
|
|
|
121
115
|
'flex flex-row justify-center',
|
|
122
116
|
// Interactivity
|
|
123
117
|
'interactivity-resize-column',
|
|
124
|
-
// Box
|
|
125
|
-
'w-[calc(theme(spacing.md)+1px)]',
|
|
126
118
|
// Spacing
|
|
127
|
-
'-mx-[calc(theme(spacing.md)/2)]',
|
|
119
|
+
'-mx-[calc(theme(spacing.md)/2)]', 'px-[calc(theme(spacing.md)/2)]',
|
|
128
120
|
// Theme (after)
|
|
129
121
|
'after:border-r-1'],
|
|
130
122
|
[ResizeablePanelPlacement.Right]: [
|
|
@@ -132,16 +124,14 @@ const ResizeablePanelResizeBarPlacements = {
|
|
|
132
124
|
'flex flex-row justify-center',
|
|
133
125
|
// Interactivity
|
|
134
126
|
'interactivity-resize-column',
|
|
135
|
-
// Box
|
|
136
|
-
'w-[calc(theme(spacing.md)+1px)]',
|
|
137
127
|
// Spacing
|
|
138
|
-
'-mx-[calc(theme(spacing.md)/2)]',
|
|
128
|
+
'-mx-[calc(theme(spacing.md)/2)]', 'px-[calc(theme(spacing.md)/2)]',
|
|
139
129
|
// Theme (after)
|
|
140
130
|
'after:border-l-1']
|
|
141
131
|
};
|
|
142
132
|
const ResizeablePanelCollapseButtonContainer = [
|
|
143
133
|
// Position
|
|
144
|
-
'
|
|
134
|
+
'absolute',
|
|
145
135
|
// Shape
|
|
146
136
|
'rounded-full',
|
|
147
137
|
// Box
|
|
@@ -153,24 +143,16 @@ const ResizeablePanelCollapseButtonContainer = [
|
|
|
153
143
|
const ResizeablePanelCollapseButtonContainerPlacements = {
|
|
154
144
|
[ResizeablePanelPlacement.Top]: [
|
|
155
145
|
// Position
|
|
156
|
-
'left-md',
|
|
157
|
-
// Spacing
|
|
158
|
-
'-my-[calc(theme(spacing.md)-2px)]'],
|
|
146
|
+
'left-md'],
|
|
159
147
|
[ResizeablePanelPlacement.Bottom]: [
|
|
160
148
|
// Position
|
|
161
|
-
'left-md',
|
|
162
|
-
// Spacing
|
|
163
|
-
'-my-[calc(theme(spacing.md)-2px)]'],
|
|
149
|
+
'left-md'],
|
|
164
150
|
[ResizeablePanelPlacement.Left]: [
|
|
165
151
|
// Position
|
|
166
|
-
'top-md',
|
|
167
|
-
// Spacing
|
|
168
|
-
'-mx-[calc(theme(spacing.md)-2px)]'],
|
|
152
|
+
'top-md'],
|
|
169
153
|
[ResizeablePanelPlacement.Right]: [
|
|
170
154
|
// Position
|
|
171
|
-
'top-md'
|
|
172
|
-
// Spacing
|
|
173
|
-
'-mx-[calc(theme(spacing.md)-2px)]']
|
|
155
|
+
'top-md']
|
|
174
156
|
};
|
|
175
157
|
const ResizeablePanelToolbar = [
|
|
176
158
|
// Layout
|
|
@@ -402,8 +384,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
402
384
|
ref: 'resizeBar',
|
|
403
385
|
class: normalizeClass(_ctx.resizeBarStyles),
|
|
404
386
|
activated: _ctx.isDragging
|
|
405
|
-
},
|
|
406
|
-
key:
|
|
387
|
+
}, [_ctx.collapsible ? (openBlock(), createElementBlock("div", {
|
|
388
|
+
key: 0,
|
|
407
389
|
class: normalizeClass(_ctx.collapseButtonContainerStyles)
|
|
408
390
|
}, [createVNode(_component_OrIconButton, {
|
|
409
391
|
"additional-styles": ['p-xs'],
|
|
@@ -411,8 +393,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
411
393
|
color: 'primary',
|
|
412
394
|
size: 'm',
|
|
413
395
|
onClick: _cache[0] || (_cache[0] = $event => _ctx.toggle())
|
|
414
|
-
}, null, 8 /* PROPS */, ["icon"])], 2 /* CLASS */)) : createCommentVNode("v-if", true), _ctx.$slots.toolbar ? (openBlock(), createElementBlock("div", {
|
|
415
|
-
key:
|
|
396
|
+
}, null, 8 /* PROPS */, ["icon"])], 2 /* CLASS */)) : createCommentVNode("v-if", true)], 10 /* CLASS, PROPS */, _hoisted_1), _ctx.$slots.toolbar ? (openBlock(), createElementBlock("div", {
|
|
397
|
+
key: 2,
|
|
416
398
|
class: normalizeClass(_ctx.toolbarStyles)
|
|
417
399
|
}, [renderSlot(_ctx.$slots, "toolbar")], 2 /* CLASS */)) : createCommentVNode("v-if", true)], 6 /* CLASS, STYLE */);
|
|
418
400
|
}
|
|
@@ -19,15 +19,14 @@ import Link from '@tiptap/extension-link';
|
|
|
19
19
|
import Highlight from '@tiptap/extension-highlight';
|
|
20
20
|
import Underline from '@tiptap/extension-underline';
|
|
21
21
|
import { s as script$7 } from './OrButton-c95aef65.js';
|
|
22
|
-
import { s as script$1 } from './OrIconButton-
|
|
23
|
-
import { s as script$6 } from './OrInput-
|
|
24
|
-
import { s as script$2 } from './OrLabel-
|
|
25
|
-
import { s as script$3 } from './OrMenuItem-
|
|
26
|
-
import { s as script$4 } from './OrMenu-
|
|
27
|
-
import { s as script$5 } from './OrModal-
|
|
28
|
-
import { s as script$8 } from './OrPopover-
|
|
22
|
+
import { s as script$1 } from './OrIconButton-525d873e.js';
|
|
23
|
+
import { s as script$6 } from './OrInput-500c5939.js';
|
|
24
|
+
import { s as script$2 } from './OrLabel-59d09591.js';
|
|
25
|
+
import { s as script$3 } from './OrMenuItem-def5de14.js';
|
|
26
|
+
import { s as script$4 } from './OrMenu-c87e33de.js';
|
|
27
|
+
import { s as script$5 } from './OrModal-b87c4266.js';
|
|
28
|
+
import { s as script$8 } from './OrPopover-0c507548.js';
|
|
29
29
|
import './dom-53c9635b.js';
|
|
30
|
-
import { i as isArray } from './isArray-8eeb52b9.js';
|
|
31
30
|
import { s as script$9 } from './OrHint-262c8217.js';
|
|
32
31
|
import { s as script$a } from './OrError-331220bc.js';
|
|
33
32
|
import { Node, Editor, mergeAttributes } from '@tiptap/core';
|
|
@@ -498,7 +497,7 @@ var script = defineComponent({
|
|
|
498
497
|
activeHeadingLevel.value = ((_a = editor === null || editor === void 0 ? void 0 : editor.getAttributes('heading')) === null || _a === void 0 ? void 0 : _a.level) || 0;
|
|
499
498
|
};
|
|
500
499
|
const isVisible = value => {
|
|
501
|
-
if (isArray(value)) {
|
|
500
|
+
if (Array.isArray(value)) {
|
|
502
501
|
const isHaveNotVisibleTools = value.some(item => notVisibleTools.value.has(item));
|
|
503
502
|
return isHaveNotVisibleTools;
|
|
504
503
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref } from 'vue-demi';
|
|
2
2
|
import { s as script$1 } from './OrInput-4a3206ea.js';
|
|
3
3
|
import { debouncedWatch } from '@vueuse/core';
|
|
4
|
-
import './OrButton-
|
|
5
|
-
import { s as script$2, b as BUTTON_SIZE } from './OrIconButton-
|
|
4
|
+
import './OrButton-8e2c399f.js';
|
|
5
|
+
import { s as script$2, b as BUTTON_SIZE } from './OrIconButton-d493432f.js';
|
|
6
6
|
import { resolveComponent, openBlock, createBlock, createSlots, withCtx, createVNode, normalizeStyle, renderSlot } from 'vue';
|
|
7
7
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
8
8
|
|
|
@@ -8,7 +8,7 @@ import '@onereach/styles/tailwind.config.json';
|
|
|
8
8
|
import './TimeFormat-a7f5565b.js';
|
|
9
9
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
10
10
|
import { a as InputBoxSize } from './OrInputBox-287f97ba.js';
|
|
11
|
-
import { s as script$1 } from './OrInput-
|
|
11
|
+
import { s as script$1 } from './OrInput-500c5939.js';
|
|
12
12
|
import { resolveComponent, openBlock, createBlock, mergeProps } from 'vue';
|
|
13
13
|
|
|
14
14
|
var script = defineComponent({
|