@onereach/ui-components 10.3.2 → 10.3.3-beta.4312.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-ba8d63bb.js → OrInlineInput-82e094ab.js} +8 -12
- package/dist/bundled/v2/{OrInput-436fb208.js → OrInput-0153ab46.js} +11 -15
- package/dist/bundled/v2/components/OrAutocompleteV3/OrAutocomplete.js +452 -0
- package/dist/bundled/v2/components/OrAutocompleteV3/OrAutocomplete.vue.d.ts +278 -0
- package/dist/bundled/v2/components/OrAutocompleteV3/index.d.ts +2 -0
- package/dist/bundled/v2/components/OrAutocompleteV3/index.js +1 -0
- package/dist/bundled/v2/components/OrAutocompleteV3/styles.d.ts +6 -0
- package/dist/bundled/v2/components/OrAutocompleteV3/styles.js +36 -0
- package/dist/bundled/v2/components/OrAutocompleteV3/types.d.ts +2 -0
- 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/OrCheckboxV3/OrCheckbox.js +11 -9
- package/dist/bundled/v2/components/OrCode/OrCode.js +1 -1
- package/dist/bundled/v2/components/OrCodeV3/OrCode.js +4 -8
- package/dist/bundled/v2/components/OrColorPicker/OrColorPicker.js +1 -1
- package/dist/bundled/v2/components/OrCombinedInputV3/OrCombinedInput.js +4 -8
- 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 +18 -6
- package/dist/bundled/v2/components/OrDateRangePickerV3/OrDateRangePicker.js +18 -6
- package/dist/bundled/v2/components/OrDateTimePicker/OrDateTimePicker.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +19 -7
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +3 -3
- package/dist/bundled/v2/components/OrEditorTabsV3/OrEditorTabs.js +1 -1
- package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.js +1 -1
- package/dist/bundled/v2/components/OrInlineInputV3/index.js +1 -1
- package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +1 -1
- package/dist/bundled/v2/components/OrInlineTextareaV3/OrInlineTextarea.js +8 -12
- package/dist/bundled/v2/components/OrInputV3/OrInput.js +1 -1
- package/dist/bundled/v2/components/OrInputV3/index.js +1 -1
- package/dist/bundled/v2/components/OrListV3/OrList.js +1 -1
- package/dist/bundled/v2/components/OrListV3/index.js +1 -1
- package/dist/bundled/v2/components/OrLoaderV3/OrLoader.js +1 -1
- package/dist/bundled/v2/components/OrModal/OrModal.js +2 -2
- package/dist/bundled/v2/components/OrOverflowMenu/OrOverflowMenu.js +1 -1
- package/dist/bundled/v2/components/OrOverlayV3/OrOverlay.js +1 -1
- package/dist/bundled/v2/components/OrPassword/OrPassword.js +1 -1
- package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +1 -1
- package/dist/bundled/v2/components/OrProgressV3/OrProgress.js +1 -1
- package/dist/bundled/v2/components/OrRangeSliderV3/OrRangeSlider.js +5 -5
- package/dist/bundled/v2/components/OrResizeablePanelV3/OrResizeablePanel.js +1 -1
- package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +5 -4
- 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 +26 -34
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.vue.d.ts +22 -22
- 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 +5 -5
- package/dist/bundled/v2/components/OrStatusV3/OrStatus.js +1 -1
- package/dist/bundled/v2/components/OrSwitchV3/OrSwitch.js +9 -7
- package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +1 -1
- package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.js +12 -15
- package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTextareaV3/OrTextarea.js +8 -12
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +18 -6
- package/dist/bundled/v2/components/OrTimeRangePickerV3/OrTimeRangePicker.js +18 -6
- 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 +1 -0
- package/dist/bundled/v2/components/index.js +8 -7
- package/dist/bundled/v2/helpers/getItemByValue.d.ts +2 -0
- package/dist/bundled/v2/helpers/getItemByValue.js +11 -0
- package/dist/bundled/v2/helpers/getItemsByValue.d.ts +2 -0
- package/dist/bundled/v2/helpers/getItemsByValue.js +7 -0
- package/dist/bundled/v2/helpers/index.d.ts +3 -0
- package/dist/bundled/v2/helpers/index.js +3 -0
- package/dist/bundled/v2/helpers/searchItemsByLabel.d.ts +2 -0
- package/dist/bundled/v2/helpers/searchItemsByLabel.js +5 -0
- 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-13c63b4c.js → index-fe85dfd9.js} +60 -2
- package/dist/bundled/v2/index.d.ts +1 -0
- package/dist/bundled/v2/index.js +15 -8
- package/dist/bundled/v2/types/Group.d.ts +5 -0
- package/dist/bundled/v2/types/Group.js +1 -0
- package/dist/bundled/v2/types/GroupFunction.d.ts +1 -0
- package/dist/bundled/v2/types/GroupFunction.js +1 -0
- package/dist/bundled/v2/types/Item.d.ts +5 -0
- package/dist/bundled/v2/types/Item.js +1 -0
- package/dist/bundled/v2/types/SearchFunction.d.ts +1 -0
- package/dist/bundled/v2/types/SearchFunction.js +1 -0
- package/dist/bundled/v2/types/index.d.ts +4 -0
- package/dist/bundled/v2/{useFocusTrap-c1b303f8.js → useFocusTrap-5b440601.js} +1 -1
- package/dist/bundled/v2/utils/exclude.d.ts +4 -0
- package/dist/bundled/v2/utils/exclude.js +8 -0
- package/dist/bundled/v2/utils/include.d.ts +4 -0
- package/dist/bundled/v2/utils/include.js +8 -0
- package/dist/bundled/v2/utils/index.d.ts +3 -0
- package/dist/bundled/v2/utils/index.js +3 -0
- package/dist/bundled/v2/utils/isAncestor.d.ts +4 -1
- package/dist/bundled/v2/utils/isAncestor.js +8 -5
- package/dist/bundled/v2/utils/isArray.d.ts +4 -1
- package/dist/bundled/v2/utils/isArray.js +5 -2
- package/dist/bundled/v2/utils/isDescendant.d.ts +4 -1
- package/dist/bundled/v2/utils/isDescendant.js +8 -5
- package/dist/bundled/v2/utils/isEmpty.d.ts +4 -1
- package/dist/bundled/v2/utils/isEmpty.js +7 -4
- package/dist/bundled/v2/utils/isEqual.d.ts +4 -1
- package/dist/bundled/v2/utils/isEqual.js +5 -2
- package/dist/bundled/v2/utils/isNil.d.ts +4 -1
- package/dist/bundled/v2/utils/isNil.js +5 -2
- package/dist/bundled/v2/utils/isNull.d.ts +4 -1
- package/dist/bundled/v2/utils/isNull.js +5 -2
- package/dist/bundled/v2/utils/isNumber.d.ts +4 -1
- package/dist/bundled/v2/utils/isNumber.js +5 -2
- package/dist/bundled/v2/utils/isObject.d.ts +4 -1
- package/dist/bundled/v2/utils/isObject.js +5 -2
- package/dist/bundled/v2/utils/isString.d.ts +4 -1
- package/dist/bundled/v2/utils/isString.js +5 -2
- package/dist/bundled/v2/utils/isUndefined.d.ts +4 -1
- package/dist/bundled/v2/utils/isUndefined.js +5 -2
- package/dist/bundled/v2/utils/isVisible.d.ts +1 -1
- package/dist/bundled/v2/utils/isVisible.js +2 -2
- package/dist/bundled/v2/utils/toArray.d.ts +4 -0
- package/dist/bundled/v2/utils/toArray.js +17 -0
- package/dist/bundled/v3/components/OrAutocompleteV3/OrAutocomplete.js +1 -0
- package/dist/bundled/v3/components/OrAutocompleteV3/OrAutocomplete.vue.d.ts +196 -0
- package/dist/bundled/v3/components/OrAutocompleteV3/index.d.ts +2 -0
- package/dist/bundled/v3/components/OrAutocompleteV3/index.js +1 -0
- package/dist/bundled/v3/components/OrAutocompleteV3/styles.d.ts +6 -0
- package/dist/bundled/v3/components/OrAutocompleteV3/styles.js +1 -0
- package/dist/bundled/v3/components/OrAutocompleteV3/types.d.ts +2 -0
- package/dist/bundled/v3/components/{OrBottomSheetV3-fa1d34c6.js → OrAutocompleteV3-96054416.js} +421 -192
- package/dist/bundled/v3/components/OrAvatar/OrAvatar.js +1 -1
- package/dist/bundled/v3/components/OrAvatar/constants.js +1 -1
- package/dist/bundled/v3/components/OrAvatar/index.js +1 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +1 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +2 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/index.js +1 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/props.js +1 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrBottomSheetV3-15aeb2ac.js +235 -0
- 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-be10bd71.js → OrButtonGroupV3-146e8cf5.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-4aa24400.js → OrButtonV2-8e3948d0.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-1f4faede.js → OrButtonV3-caa4d972.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-d90d8932.js → OrCardCollectionV3-1b53923d.js} +3 -3
- package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxTreeV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxTreeV3/utils/extractChildrenValues.js +1 -1
- package/dist/bundled/v3/components/{OrCheckboxTreeV3-b749ff88.js → OrCheckboxTreeV3-c0b2df86.js} +3 -3
- package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrCheckboxV3-7c614121.js → OrCheckboxV3-bb73de8b.js} +10 -8
- 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-0bc2d3f3.js → OrChips-99404870.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-76048d47.js → OrCode-fb3781b8.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-97c10e05.js → OrCodeV3-216058fd.js} +13 -19
- 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-01a3e748.js → OrColorPicker-b0e85cc2.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-933f1920.js → OrCombinedInputV3-0e07fc25.js} +4 -10
- 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-2690dd3a.js → OrConfirm-b084e07d.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-b5856cb8.js → OrConfirmV3-9a527f68.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-ec2a4a64.js → OrDateFormatV3-8bf85df4.js} +1 -1
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +1 -1
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDatePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrDatePickerV3-b1a666b2.js → OrDatePickerV3-e7e97e2b.js} +8 -11
- package/dist/bundled/v3/components/OrDateRangePickerV3/OrDateRangePicker.js +1 -1
- package/dist/bundled/v3/components/OrDateRangePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateRangePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrDateRangePickerV3-9afe11bb.js → OrDateRangePickerV3-411c691b.js} +8 -11
- 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-eaa13915.js → OrDateTimeFormatV3-2755cd13.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-830d18cf.js → OrDateTimePicker-b6fb2faa.js} +3 -3
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatDate.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/utils/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-18438121.js → OrDateTimePickerV3-7488aa5b.js} +10 -13
- package/dist/bundled/v3/components/OrDropAreaV3/OrDropArea.js +1 -1
- package/dist/bundled/v3/components/OrDropAreaV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDropAreaV3/props.js +1 -1
- package/dist/bundled/v3/components/OrDropAreaV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrDropAreaV3/utils/approximateFileSize.js +1 -1
- package/dist/bundled/v3/components/OrDropAreaV3/utils/index.js +1 -1
- package/dist/bundled/v3/components/OrEditorTabsV3/OrEditorTabs.js +1 -1
- package/dist/bundled/v3/components/OrEditorTabsV3/index.js +1 -1
- package/dist/bundled/v3/components/OrEditorTabsV3/props.js +1 -1
- package/dist/bundled/v3/components/OrEditorTabsV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrEditorTabsV3-8392dc3c.js → OrEditorTabsV3-b979cf60.js} +4 -4
- package/dist/bundled/v3/components/OrError/OrError.js +1 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.js +1 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/index.js +1 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/props.js +1 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrFloating/OrFloating.js +1 -1
- package/dist/bundled/v3/components/OrFloating/constants.js +1 -1
- package/dist/bundled/v3/components/OrFloating/index.js +1 -1
- package/dist/bundled/v3/components/{OrFloating-0a126b54.js → OrFloating-702ed6eb.js} +1 -1
- package/dist/bundled/v3/components/OrHint/OrHint.js +1 -1
- package/dist/bundled/v3/components/OrIcon/index.js +2 -2
- package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.js +3 -3
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +1 -1
- package/dist/bundled/v3/components/OrIconButtonV3/index.js +1 -1
- package/dist/bundled/v3/components/OrIconButtonV3/props.js +1 -1
- package/dist/bundled/v3/components/OrIconButtonV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrIconButtonV3-4c00d7c0.js → OrIconButtonV3-4694e5b5.js} +1 -1
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +1 -1
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInlineInputV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrInlineInputV3-0a9b525c.js → OrInlineInputV3-5b3bcc0f.js} +5 -11
- package/dist/bundled/v3/components/OrInlineTextEdit/index.js +2 -2
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +1 -1
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInlineTextareaV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrInlineTextareaV3-6c859fdf.js → OrInlineTextareaV3-e9bb5180.js} +5 -11
- package/dist/bundled/v3/components/OrInput/OrInput.js +1 -1
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +1 -1
- package/dist/bundled/v3/components/OrInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInputV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrInputV3-14563ccc.js → OrInputV3-87a1d951.js} +11 -17
- package/dist/bundled/v3/components/OrLabel/OrLabel.js +1 -1
- package/dist/bundled/v3/components/OrList/OrList.js +1 -1
- package/dist/bundled/v3/components/OrList/index.js +1 -1
- package/dist/bundled/v3/components/{OrList-f7fe93d2.js → OrList-69e65498.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-d1114d06.js → OrListV3-3fa24229.js} +2 -2
- package/dist/bundled/v3/components/OrLoader/index.js +1 -1
- package/dist/bundled/v3/components/OrLoaderV3/OrLoader.js +1 -1
- package/dist/bundled/v3/components/OrLoaderV3/index.js +1 -1
- package/dist/bundled/v3/components/OrLoaderV3/props.js +1 -1
- package/dist/bundled/v3/components/OrLoaderV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrLoaderV3-ea21ea97.js → OrLoaderV3-4bdb79c8.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-f505db68.js → OrMenuItemV3-75269a25.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-84b2741b.js → OrMenuV3-6b52c2af.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-055d4e9e.js → OrModal-ed835295.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-48aa769a.js → OrModalV3-817267cc.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-1b55a542.js → OrNotificationV3-a5487cf7.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-7a07a30a.js → OrOverlayV3-31e9287a.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-717e7799.js → OrPaginationV3-d0a60319.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-cf693fae.js → OrPopoverV3-604a68ab.js} +3 -2
- package/dist/bundled/v3/components/OrProgress/OrProgress.js +1 -1
- package/dist/bundled/v3/components/OrProgress/constants.js +1 -1
- package/dist/bundled/v3/components/OrProgress/index.js +1 -1
- package/dist/bundled/v3/components/{OrProgress-7383034c.js → OrProgress-390a7620.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-ba5f4b8f.js → OrProgressV3-4752e961.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-079cebdc.js → OrRadio-fc316b45.js} +3 -3
- package/dist/bundled/v3/components/OrRadioGroup/OrRadioGroup.js +1 -1
- package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.js +1 -1
- package/dist/bundled/v3/components/OrRadioV3/OrRadio.js +1 -1
- package/dist/bundled/v3/components/OrRadioV3/index.js +1 -1
- package/dist/bundled/v3/components/OrRadioV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrRadioV3-ab52b7d4.js → OrRadioV3-8cd90c46.js} +1 -1
- package/dist/bundled/v3/components/OrRangeSliderV3/OrRangeSlider.js +1 -1
- package/dist/bundled/v3/components/OrRangeSliderV3/index.js +1 -1
- package/dist/bundled/v3/components/OrRangeSliderV3/styles.js +2 -2
- package/dist/bundled/v3/components/{OrRangeSliderV3-1302c0d5.js → OrRangeSliderV3-b9a82054.js} +7 -7
- 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-9aae7208.js → OrResizeablePanelV3-7b7ccb96.js} +2 -2
- package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/props.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +2 -2
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +2 -2
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.js +2 -2
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.js +1 -1
- package/dist/bundled/v3/components/{OrRichTextEditorV3-f20322fb.js → OrRichTextEditorV3-c2d77a07.js} +14 -13
- 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-362ba223.js → OrSelect-fe482732.js} +7 -7
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +1 -1
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.vue.d.ts +18 -18
- 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-b1418e70.js → OrSelectV3-23a37f3d.js} +33 -49
- 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-0162554c.js → OrSidebarV3-0f41f210.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-b03185ba.js → OrSkeleton-0b72535f.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-93f5de34.js → OrSkeletonV3-704f2390.js} +1 -1
- package/dist/bundled/v3/components/OrSlider/OrSlider.js +2 -2
- package/dist/bundled/v3/components/OrSliderV3/OrSlider.js +1 -1
- package/dist/bundled/v3/components/OrSliderV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSliderV3/props.js +1 -1
- package/dist/bundled/v3/components/OrSliderV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrSliderV3-b30aae9a.js → OrSliderV3-5f670155.js} +6 -6
- 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-7e22e6cf.js → OrSortingV3-46e66fe0.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-843d3d5f.js → OrStatusV3-6c1f87a3.js} +1 -1
- package/dist/bundled/v3/components/OrStepper/OrStepper.js +2 -2
- package/dist/bundled/v3/components/OrSwitch/OrSwitch.js +1 -1
- package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.js +1 -1
- package/dist/bundled/v3/components/OrSwitchV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSwitchV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrSwitchV3-7fbd5859.js → OrSwitchV3-4350e67c.js} +9 -7
- package/dist/bundled/v3/components/OrTab/OrTab.js +2 -2
- package/dist/bundled/v3/components/OrTabHeaderItem/OrTabHeaderItem.js +1 -1
- package/dist/bundled/v3/components/OrTabs/OrTabs.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/props.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTabsV3-c15eadfe.js → OrTabsV3-455df14b.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-7a7e172a.js → OrTagInputV3-df048591.js} +12 -17
- 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-92252463.js → OrTagV3-4b8fb8ca.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-9c6b9369.js → OrTagsV3-49939459.js} +3 -3
- package/dist/bundled/v3/components/OrTextarea/OrTextarea.js +1 -1
- package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.js +1 -1
- package/dist/bundled/v3/components/OrTextareaV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTextareaV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTextareaV3-17ec271e.js → OrTextareaV3-02cfcc33.js} +5 -11
- 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-99a3b0c1.js → OrTimeFormatV3-def624e5.js} +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTimePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTimePickerV3-7d640d8c.js → OrTimePickerV3-a114736e.js} +8 -11
- package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.js +1 -1
- package/dist/bundled/v3/components/OrTimeRangePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTimeRangePickerV3/styles.js +1 -1
- package/dist/bundled/v3/components/{OrTimeRangePickerV3-565ea6e0.js → OrTimeRangePickerV3-a8cad29f.js} +8 -11
- 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-84da1946.js → OrToast-ee1b3353.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-40eadc0d.js → OrToastV3-4dcd5cbd.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-95c77170.js → OrTooltipV3-b691a88d.js} +1 -1
- package/dist/bundled/v3/components/OrTreeV3/index.js +2 -2
- package/dist/bundled/v3/components/index.d.ts +1 -0
- package/dist/bundled/v3/components/index.js +68 -67
- package/dist/bundled/v3/helpers/getItemByValue.d.ts +2 -0
- package/dist/bundled/v3/helpers/getItemByValue.js +11 -0
- package/dist/bundled/v3/helpers/getItemsByValue.d.ts +2 -0
- package/dist/bundled/v3/helpers/getItemsByValue.js +7 -0
- package/dist/bundled/v3/helpers/index.d.ts +3 -0
- package/dist/bundled/v3/helpers/index.js +3 -0
- package/dist/bundled/v3/helpers/searchItemsByLabel.d.ts +2 -0
- package/dist/bundled/v3/helpers/searchItemsByLabel.js +5 -0
- 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 +1 -0
- package/dist/bundled/v3/index.js +76 -69
- package/dist/bundled/v3/types/Group.d.ts +5 -0
- package/dist/bundled/v3/types/Group.js +1 -0
- package/dist/bundled/v3/types/GroupFunction.d.ts +1 -0
- package/dist/bundled/v3/types/GroupFunction.js +1 -0
- package/dist/bundled/v3/types/Item.d.ts +5 -0
- package/dist/bundled/v3/types/Item.js +1 -0
- package/dist/bundled/v3/types/SearchFunction.d.ts +1 -0
- package/dist/bundled/v3/types/SearchFunction.js +1 -0
- package/dist/bundled/v3/types/index.d.ts +4 -0
- package/dist/bundled/v3/utils/exclude.d.ts +4 -0
- package/dist/bundled/v3/utils/exclude.js +8 -0
- package/dist/bundled/v3/utils/functions/dom.js +3 -3
- package/dist/bundled/v3/utils/include.d.ts +4 -0
- package/dist/bundled/v3/utils/include.js +8 -0
- package/dist/bundled/v3/utils/index.d.ts +3 -0
- package/dist/bundled/v3/utils/index.js +3 -0
- package/dist/bundled/v3/utils/isAncestor.d.ts +4 -1
- package/dist/bundled/v3/utils/isAncestor.js +8 -5
- package/dist/bundled/v3/utils/isArray.d.ts +4 -1
- package/dist/bundled/v3/utils/isArray.js +5 -2
- package/dist/bundled/v3/utils/isDescendant.d.ts +4 -1
- package/dist/bundled/v3/utils/isDescendant.js +8 -5
- package/dist/bundled/v3/utils/isEmpty.d.ts +4 -1
- package/dist/bundled/v3/utils/isEmpty.js +7 -4
- package/dist/bundled/v3/utils/isEqual.d.ts +4 -1
- package/dist/bundled/v3/utils/isEqual.js +5 -2
- package/dist/bundled/v3/utils/isNil.d.ts +4 -1
- package/dist/bundled/v3/utils/isNil.js +5 -2
- package/dist/bundled/v3/utils/isNull.d.ts +4 -1
- package/dist/bundled/v3/utils/isNull.js +5 -2
- package/dist/bundled/v3/utils/isNumber.d.ts +4 -1
- package/dist/bundled/v3/utils/isNumber.js +5 -2
- package/dist/bundled/v3/utils/isObject.d.ts +4 -1
- package/dist/bundled/v3/utils/isObject.js +5 -2
- package/dist/bundled/v3/utils/isString.d.ts +4 -1
- package/dist/bundled/v3/utils/isString.js +5 -2
- package/dist/bundled/v3/utils/isUndefined.d.ts +4 -1
- package/dist/bundled/v3/utils/isUndefined.js +5 -2
- package/dist/bundled/v3/utils/isVisible.d.ts +1 -1
- package/dist/bundled/v3/utils/isVisible.js +2 -2
- package/dist/bundled/v3/utils/toArray.d.ts +4 -0
- package/dist/bundled/v3/utils/toArray.js +17 -0
- package/dist/esm/v2/OrAutocomplete-bf334323.js +487 -0
- package/dist/esm/v2/{OrAvatar-9fdc8189.js → OrAvatar-d1c2fcbe.js} +1 -1
- package/dist/esm/v2/{OrBottomSheet-52575d41.js → OrBottomSheet-cc59204d.js} +1 -1
- package/dist/esm/v2/{OrButton-c8790a97.js → OrButton-24563879.js} +1 -1
- package/dist/esm/v2/{OrButton-8d38c68f.js → OrButton-dfcc2dc5.js} +1 -1
- package/dist/esm/v2/{OrButton.vue_rollup-plugin-vue_styles.0-3f443c5f.js → OrButton.vue_rollup-plugin-vue_styles.0-470e5462.js} +2 -2
- package/dist/esm/v2/{OrCardCollection-9cd2496c.js → OrCardCollection-5ab081a4.js} +3 -3
- package/dist/esm/v2/{OrCardCollection-d09f1eb8.js → OrCardCollection-a9e0b0c9.js} +4 -4
- package/dist/esm/v2/{OrCheckbox-fac0027a.js → OrCheckbox-20f3e397.js} +11 -8
- package/dist/esm/v2/{OrCheckboxGroup-85c48d02.js → OrCheckboxGroup-32f37418.js} +1 -1
- package/dist/esm/v2/{OrCheckboxTree-95e2b244.js → OrCheckboxTree-b1d5cfa3.js} +1 -1
- package/dist/esm/v2/{OrCode-27601672.js → OrCode-33ce78dd.js} +6 -10
- package/dist/esm/v2/{OrCode-34cfdd4f.js → OrCode-c88a3d22.js} +4 -4
- package/dist/esm/v2/{OrCombinedInput-79d57e49.js → OrCombinedInput-3d3a8303.js} +4 -8
- package/dist/esm/v2/{OrConfirm-ba53e0ad.js → OrConfirm-4b5fdad4.js} +3 -3
- package/dist/esm/v2/{OrConfirm-0789e03b.js → OrConfirm-fc47be7a.js} +2 -2
- package/dist/esm/v2/{OrContextMenu-a2949b6e.js → OrContextMenu-94158d76.js} +2 -2
- package/dist/esm/v2/{OrDateFormat-0a69759c.js → OrDateFormat-065e5f71.js} +2 -2
- package/dist/esm/v2/{OrDatePicker-4b342ff7.js → OrDatePicker-995f72f3.js} +20 -8
- package/dist/esm/v2/{OrDateRangePicker-898fc30c.js → OrDateRangePicker-20f0deea.js} +20 -8
- package/dist/esm/v2/{OrDateTimeFormat-37a82332.js → OrDateTimeFormat-40e3ba73.js} +2 -2
- package/dist/esm/v2/{OrDateTimePicker-14c92509.js → OrDateTimePicker-39a19604.js} +3 -3
- package/dist/esm/v2/{OrDateTimePicker-0aa64750.js → OrDateTimePicker-ea6b8ca5.js} +17 -5
- package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-9d9cbc87.js → OrDateTimePicker.vue_rollup-plugin-vue_script-60df8361.js} +3 -3
- package/dist/esm/v2/{OrDateTimePickerTimeSelect-f5e30f3f.js → OrDateTimePickerTimeSelect-397207ca.js} +4 -4
- package/dist/esm/v2/{OrEditorTabs-0666dba0.js → OrEditorTabs-2e30c304.js} +3 -3
- package/dist/esm/v2/{OrEditorTabsItem-ffeb1f04.js → OrEditorTabsItem-f867e840.js} +1 -1
- package/dist/esm/v2/{OrIconButton-2c6e333e.js → OrIconButton-c28a9059.js} +1 -1
- package/dist/esm/v2/{OrIconButton-f98bac24.js → OrIconButton-ec4a913b.js} +1 -1
- package/dist/esm/v2/{OrIconButton.vue_rollup-plugin-vue_styles.0-ebca07c1.js → OrIconButton.vue_rollup-plugin-vue_styles.0-aae5f85f.js} +1 -1
- package/dist/esm/v2/{OrInlineInput-c49956ef.js → OrInlineInput-f75cf8ac.js} +9 -13
- package/dist/esm/v2/{OrInlineTextEdit-5c589d29.js → OrInlineTextEdit-f8416eb6.js} +3 -3
- package/dist/esm/v2/{OrInlineTextarea-00a5f6bb.js → OrInlineTextarea-fca84db1.js} +9 -13
- package/dist/esm/v2/{OrInput-723cc312.js → OrInput-3ba61708.js} +12 -16
- package/dist/esm/v2/{OrList-94260c77.js → OrList-24c2dc67.js} +3 -3
- package/dist/esm/v2/{OrList-be4b1d6a.js → OrList-2e3eebd2.js} +1 -1
- package/dist/esm/v2/{OrListOfInputs-9a07142a.js → OrListOfInputs-8fe8a224.js} +4 -4
- package/dist/esm/v2/{OrLoader-2e2c2cbd.js → OrLoader-84230be7.js} +1 -1
- package/dist/esm/v2/{OrMenu-fc74f312.js → OrMenu-430e1c99.js} +1 -1
- package/dist/esm/v2/{OrMenuItem-3e7c605b.js → OrMenuItem-35fbc9ee.js} +1 -1
- package/dist/esm/v2/{OrModal-1a7490f5.js → OrModal-45dc20fb.js} +3 -3
- package/dist/esm/v2/{OrModal-663a220c.js → OrModal-6f7de86d.js} +2 -2
- package/dist/esm/v2/{OrNotification-32c29e2d.js → OrNotification-73c164b3.js} +1 -1
- package/dist/esm/v2/{OrNotification-1058d612.js → OrNotification-b69a4012.js} +3 -3
- package/dist/esm/v2/{OrOverflowMenu-c3b8c78b.js → OrOverflowMenu-7be5525a.js} +4 -4
- package/dist/esm/v2/{OrOverlay-9de66166.js → OrOverlay-284d138c.js} +1 -1
- package/dist/esm/v2/{OrPagination-9e7494e2.js → OrPagination-be0e77aa.js} +2 -2
- package/dist/esm/v2/{OrPassword-8dea8562.js → OrPassword-7fe1b18e.js} +3 -3
- package/dist/esm/v2/{OrPopover-8a2574b0.js → OrPopover-47f0afa8.js} +3 -3
- package/dist/esm/v2/{OrRangeSlider-0f59285f.js → OrRangeSlider-ab11bd81.js} +6 -6
- package/dist/esm/v2/{OrResizeablePanel-2f741cc2.js → OrResizeablePanel-793fef72.js} +1 -1
- package/dist/esm/v2/{OrRichTextEditor-2decab60.js → OrRichTextEditor-08f22eda.js} +8 -7
- package/dist/esm/v2/{OrSearch-a340d5ff.js → OrSearch-3f55fbee.js} +3 -3
- package/dist/esm/v2/{OrSearch-9eef2fa5.js → OrSearch-c32fd715.js} +1 -1
- package/dist/esm/v2/{OrSelect-fc49a01a.js → OrSelect-629c42c0.js} +2 -2
- package/dist/esm/v2/{OrSelect-9934df68.js → OrSelect-e53b5f94.js} +30 -38
- package/dist/esm/v2/{OrSelectMultipleControl-ae8d8d53.js → OrSelectMultipleControl-d091c6b0.js} +6 -12
- package/dist/esm/v2/{OrSelectSingleControl-1200cfb8.js → OrSelectSingleControl-47aa4c3f.js} +2 -2
- package/dist/esm/v2/{OrSlider-d4a3c4f1.js → OrSlider-38a4f877.js} +1 -1
- package/dist/esm/v2/{OrSlider.vue_rollup-plugin-vue_script-f823b7e6.js → OrSlider.vue_rollup-plugin-vue_script-140d6425.js} +5 -5
- package/dist/esm/v2/{OrSorting-dc2b02a1.js → OrSorting-f4170b03.js} +2 -2
- package/dist/esm/v2/{OrStepper-65da228c.js → OrStepper-2404afa0.js} +2 -2
- package/dist/esm/v2/{OrSwitch-f39716bf.js → OrSwitch-309854a8.js} +1 -1
- package/dist/esm/v2/{OrSwitch-e1361b5e.js → OrSwitch-d8309ecf.js} +11 -8
- package/dist/esm/v2/{OrTabs-ba5f0ab0.js → OrTabs-859b05c5.js} +2 -2
- package/dist/esm/v2/{OrTag-25029d10.js → OrTag-9abb4fc7.js} +1 -1
- package/dist/esm/v2/{OrTag-d665ff58.js → OrTag-da1f53d6.js} +1 -1
- package/dist/esm/v2/{OrTagInput-597f14d0.js → OrTagInput-acaafce1.js} +14 -17
- package/dist/esm/v2/{OrTags-caa5f2b9.js → OrTags-78abdec3.js} +2 -2
- package/dist/esm/v2/{OrTextarea-a68b449c.js → OrTextarea-8e8c64d2.js} +8 -12
- package/dist/esm/v2/{OrTextbox-4a114aca.js → OrTextbox-0fc7abfe.js} +3 -3
- package/dist/esm/v2/{OrTimeFormat-91f8fb05.js → OrTimeFormat-0380f8c7.js} +2 -2
- package/dist/esm/v2/{OrTimePicker-5d18aa66.js → OrTimePicker-50722464.js} +20 -8
- package/dist/esm/v2/{OrTimeRangePicker-fc621f6b.js → OrTimeRangePicker-30403573.js} +20 -8
- package/dist/esm/v2/{OrToastContainer-0fa0e9df.js → OrToastContainer-d1f7f042.js} +3 -3
- package/dist/esm/v2/{OrTooltip-dfc6a368.js → OrTooltip-4739332d.js} +1 -1
- package/dist/esm/{v3/color-911f1122.js → v2/color-e5b0b579.js} +15 -15
- package/dist/esm/v2/components/index.d.ts +1 -0
- package/dist/esm/v2/components/index.js +102 -94
- package/dist/esm/v2/components/or-autocomplete-v3/OrAutocomplete.vue.d.ts +278 -0
- package/dist/esm/v2/components/or-autocomplete-v3/index.d.ts +2 -0
- package/dist/esm/v2/components/or-autocomplete-v3/index.js +47 -0
- package/dist/esm/v2/components/or-autocomplete-v3/styles.d.ts +6 -0
- package/dist/esm/v2/components/or-autocomplete-v3/types.d.ts +2 -0
- 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 +10 -4
- package/dist/esm/v2/components/or-button-v2/index.js +10 -7
- package/dist/esm/v2/components/or-card-collection/index.js +11 -8
- package/dist/esm/v2/components/or-card-collection-v3/index.js +15 -15
- package/dist/esm/v2/components/or-checkbox-group-v3/index.js +8 -4
- package/dist/esm/v2/components/or-checkbox-tree-v3/index.js +7 -3
- package/dist/esm/v2/components/or-checkbox-v3/index.js +6 -2
- package/dist/esm/v2/components/or-code/index.js +11 -8
- package/dist/esm/v2/components/or-code-v3/index.js +11 -11
- package/dist/esm/v2/components/or-combined-input-v3/index.js +1 -1
- package/dist/esm/v2/components/or-confirm/index.js +12 -9
- package/dist/esm/v2/components/or-confirm-v3/index.js +11 -11
- package/dist/esm/v2/components/or-context-menu-v3/index.js +9 -9
- package/dist/esm/v2/components/or-date-format-v3/index.js +15 -15
- package/dist/esm/v2/components/or-date-picker-v3/index.js +15 -15
- package/dist/esm/v2/components/or-date-range-picker-v3/index.js +15 -15
- package/dist/esm/v2/components/or-date-time-format-v3/index.js +15 -15
- package/dist/esm/v2/components/or-date-time-picker/index.js +10 -7
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +15 -15
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/index.js +13 -13
- package/dist/esm/v2/components/or-editor-tabs-v3/index.js +13 -13
- package/dist/esm/v2/components/or-editor-tabs-v3/partials/index.js +10 -10
- package/dist/esm/v2/components/or-icon-button-v2/index.js +8 -5
- 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-text-edit/index.js +10 -7
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +10 -10
- package/dist/esm/v2/components/or-input-v3/index.js +10 -10
- package/dist/esm/v2/components/or-list/index.js +11 -8
- package/dist/esm/v2/components/or-list-of-inputs/index.js +12 -9
- package/dist/esm/v2/components/or-list-v3/index.js +10 -10
- package/dist/esm/v2/components/or-loader/index.js +9 -3
- 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 +10 -7
- package/dist/esm/v2/components/or-modal-v3/index.js +10 -10
- package/dist/esm/v2/components/or-notification/index.js +10 -7
- package/dist/esm/v2/components/or-notification-v3/index.js +10 -10
- package/dist/esm/v2/components/or-overflow-menu/index.js +11 -8
- 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 +10 -7
- 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-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 -14
- package/dist/esm/v2/components/or-search/index.js +10 -7
- package/dist/esm/v2/components/or-search-v3/index.js +11 -11
- package/dist/esm/v2/components/or-select/index.js +7 -4
- package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +22 -22
- package/dist/esm/v2/components/or-select-v3/index.js +27 -20
- package/dist/esm/v2/components/or-select-v3/partials/index.js +20 -16
- package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/OrSelectMultipleControl.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/index.js +18 -15
- package/dist/esm/v2/components/or-select-v3/partials/or-select-single-control/index.js +7 -4
- package/dist/esm/v2/components/or-sidebar-v3/index.js +11 -11
- 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 +10 -7
- package/dist/esm/v2/components/or-switch/index.js +10 -4
- package/dist/esm/v2/components/or-switch-v3/index.js +6 -2
- package/dist/esm/v2/components/or-tabs-v3/index.js +12 -12
- 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 -12
- 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 +1 -1
- package/dist/esm/v2/components/or-textbox/index.js +10 -7
- package/dist/esm/v2/components/or-time-format-v3/index.js +15 -15
- package/dist/esm/v2/components/or-time-picker-v3/index.js +15 -15
- package/dist/esm/v2/components/or-time-range-picker-v3/index.js +15 -15
- package/dist/esm/v2/components/or-toast/index.js +10 -7
- package/dist/esm/v2/components/or-toast/or-toast-container/index.js +10 -7
- 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/exclude-684f23cf.js +8 -0
- package/dist/esm/v2/getItemsByValue-afb51a05.js +16 -0
- package/dist/esm/v2/helpers/getItemByValue.d.ts +2 -0
- package/dist/esm/v2/helpers/getItemsByValue.d.ts +2 -0
- package/dist/esm/v2/helpers/index.d.ts +3 -0
- package/dist/esm/v2/helpers/index.js +6 -0
- package/dist/esm/v2/helpers/searchItemsByLabel.d.ts +2 -0
- package/dist/esm/v2/hooks/index.js +3 -3
- package/dist/esm/v2/include-45f61f31.js +8 -0
- package/dist/esm/v2/index.d.ts +1 -0
- package/dist/esm/v2/index.js +99 -90
- package/dist/esm/v2/isAncestor-a446b32f.js +17 -0
- package/dist/esm/v2/isArray-8eeb52b9.js +8 -0
- package/dist/esm/v2/{isEqual-9004fb92.js → isEqual-15f4b2f5.js} +8 -4
- package/dist/esm/v2/isNull-7ae26d1d.js +18 -0
- package/dist/esm/v2/{isNumber-5fb80127.js → isNumber-ef303deb.js} +14 -8
- package/dist/esm/v2/isObject-4d5300e9.js +8 -0
- package/dist/esm/{v3/isPrevented-5f542754.js → v2/isPrevented-b151a948.js} +1 -1
- package/dist/esm/v2/isString-cf957a95.js +32 -0
- package/dist/esm/v2/isUndefined-3eca6e32.js +8 -0
- package/dist/esm/v2/{isVisible-cfd61ef8.js → isVisible-d1e49905.js} +2 -2
- package/dist/esm/v2/{props-69f67541.js → props-643e7104.js} +1 -1
- package/dist/esm/v2/searchItemsByLabel-c778a1e4.js +5 -0
- package/dist/esm/v2/toArray-93b84b21.js +18 -0
- package/dist/esm/v2/types/Group.d.ts +5 -0
- package/dist/esm/v2/types/GroupFunction.d.ts +1 -0
- package/dist/esm/v2/types/Item.d.ts +5 -0
- package/dist/esm/v2/types/SearchFunction.d.ts +1 -0
- package/dist/esm/v2/types/index.d.ts +4 -0
- package/dist/esm/v2/{types-8b80518c.js → types-a3470d9a.js} +2 -2
- package/dist/esm/v2/{useElevation-37722ead.js → useElevation-e69d969b.js} +1 -1
- package/dist/esm/{v3/useTimeMask-f2a4d09f.js → v2/useTimeMask-7a7246c1.js} +1 -1
- package/dist/esm/v2/utils/exclude.d.ts +4 -0
- package/dist/esm/v2/utils/include.d.ts +4 -0
- package/dist/esm/v2/utils/index.d.ts +3 -0
- package/dist/esm/v2/utils/index.js +13 -7
- package/dist/esm/v2/utils/isAncestor.d.ts +4 -1
- package/dist/esm/v2/utils/isArray.d.ts +4 -1
- package/dist/esm/v2/utils/isDescendant.d.ts +4 -1
- package/dist/esm/v2/utils/isEmpty.d.ts +4 -1
- package/dist/esm/v2/utils/isEqual.d.ts +4 -1
- package/dist/esm/v2/utils/isNil.d.ts +4 -1
- package/dist/esm/v2/utils/isNull.d.ts +4 -1
- package/dist/esm/v2/utils/isNumber.d.ts +4 -1
- package/dist/esm/v2/utils/isObject.d.ts +4 -1
- package/dist/esm/v2/utils/isString.d.ts +4 -1
- package/dist/esm/v2/utils/isUndefined.d.ts +4 -1
- package/dist/esm/v2/utils/isVisible.d.ts +1 -1
- package/dist/esm/v2/utils/toArray.d.ts +4 -0
- package/dist/esm/v3/OrAutocomplete-1143fe79.js +408 -0
- package/dist/esm/v3/{OrAvatar-8befdf0c.js → OrAvatar-1cbce1de.js} +1 -1
- package/dist/esm/v3/{OrBottomSheet-7b272f2a.js → OrBottomSheet-f0f6e264.js} +1 -1
- package/dist/esm/v3/{OrButton-4dbf8f5a.js → OrButton-c05bdda7.js} +1 -1
- package/dist/esm/v3/{OrButton-8e2c399f.js → OrButton-f5de246c.js} +2 -2
- package/dist/esm/v3/{OrCardCollection-0b7cb661.js → OrCardCollection-6ee44732.js} +3 -3
- package/dist/esm/v3/{OrCardCollection-76bbc7f1.js → OrCardCollection-a868d5b5.js} +3 -3
- package/dist/esm/v3/{OrCheckbox-12f302b3.js → OrCheckbox-2b554eff.js} +9 -6
- package/dist/esm/v3/{OrCheckboxGroup-f3673c66.js → OrCheckboxGroup-78bcc058.js} +1 -1
- package/dist/esm/v3/{OrCheckboxTree-1161fde9.js → OrCheckboxTree-e9e0f8b7.js} +1 -1
- package/dist/esm/v3/{OrCode-fdf3c12e.js → OrCode-0c4c1cd7.js} +3 -3
- package/dist/esm/v3/{OrCode-3a5f3620.js → OrCode-e9a3b456.js} +6 -12
- package/dist/esm/v3/{OrCombinedInput-391b1de9.js → OrCombinedInput-626d5488.js} +4 -10
- package/dist/esm/v3/{OrConfirm-c6dd113f.js → OrConfirm-7c132ea7.js} +3 -3
- package/dist/esm/v3/{OrConfirm-29ff7101.js → OrConfirm-89f71388.js} +2 -2
- package/dist/esm/v3/{OrContextMenu-30539c6f.js → OrContextMenu-51c4264f.js} +2 -2
- package/dist/esm/v3/{OrDateFormat-68696d0f.js → OrDateFormat-b80023b7.js} +2 -2
- package/dist/esm/v3/{OrDatePicker-0718f739.js → OrDatePicker-b8bf08e0.js} +9 -12
- package/dist/esm/v3/{OrDateRangePicker-f6daa879.js → OrDateRangePicker-d102899d.js} +9 -12
- package/dist/esm/v3/{OrDateTimeFormat-e4a4e071.js → OrDateTimeFormat-bd0d24c3.js} +2 -2
- package/dist/esm/v3/{OrDateTimePicker-3053fe09.js → OrDateTimePicker-bdca5f38.js} +8 -11
- package/dist/esm/v3/{OrDateTimePicker-73e33b46.js → OrDateTimePicker-d2de9625.js} +2 -2
- package/dist/esm/v3/{OrDateTimePickerTimeSelect-9f4b9dd8.js → OrDateTimePickerTimeSelect-ed9c8366.js} +4 -4
- package/dist/esm/v3/{OrEditorTabs-55d38b45.js → OrEditorTabs-8f70043d.js} +3 -3
- package/dist/esm/v3/{OrEditorTabsItem-6614aff7.js → OrEditorTabsItem-b1116aa7.js} +1 -1
- package/dist/esm/v3/{OrIconButton-d493432f.js → OrIconButton-746a7058.js} +1 -1
- package/dist/esm/v3/{OrIconButton-525d873e.js → OrIconButton-76b101dc.js} +1 -1
- package/dist/esm/v3/{OrInlineInput-9fb3fdf3.js → OrInlineInput-c07c02ab.js} +4 -10
- package/dist/esm/v3/{OrInlineTextEdit-9ca68ae4.js → OrInlineTextEdit-a512574d.js} +2 -2
- package/dist/esm/v3/{OrInlineTextarea-33596df4.js → OrInlineTextarea-9b7ea946.js} +4 -10
- package/dist/esm/v3/{OrInput-500c5939.js → OrInput-9fdf2085.js} +9 -15
- package/dist/esm/v3/{OrList-d4be4ee8.js → OrList-1625c863.js} +2 -2
- package/dist/esm/v3/{OrList-003bd4cb.js → OrList-7039420d.js} +1 -1
- package/dist/esm/v3/{OrListOfInputs-3b2d4713.js → OrListOfInputs-690c57bc.js} +3 -3
- package/dist/esm/v3/{OrLoader-b1290a56.js → OrLoader-d5a5b426.js} +1 -1
- package/dist/esm/v3/{OrMenu-c87e33de.js → OrMenu-2d763024.js} +1 -1
- package/dist/esm/v3/{OrMenuItem-def5de14.js → OrMenuItem-b5789563.js} +1 -1
- package/dist/esm/v3/{OrModal-b87c4266.js → OrModal-1c8cbdbb.js} +2 -2
- package/dist/esm/v3/{OrModal-7efd027b.js → OrModal-8eeab7a1.js} +2 -2
- package/dist/esm/v3/{OrNotification-ffd3c912.js → OrNotification-640ab275.js} +1 -1
- package/dist/esm/v3/{OrNotification-7cc33a70.js → OrNotification-69f1178a.js} +2 -2
- package/dist/esm/v3/{OrOverflowMenu-462b4c10.js → OrOverflowMenu-8a0210ef.js} +2 -2
- package/dist/esm/v3/{OrOverlay-19f08ea8.js → OrOverlay-b452613a.js} +1 -1
- package/dist/esm/v3/{OrPagination-5026ee25.js → OrPagination-5596ff9d.js} +2 -2
- package/dist/esm/v3/{OrPassword-0db19ad0.js → OrPassword-2b2b3703.js} +2 -2
- package/dist/esm/v3/{OrPopover-0c507548.js → OrPopover-92d5273a.js} +3 -3
- package/dist/esm/v3/{OrRangeSlider-820d0c22.js → OrRangeSlider-673a71b9.js} +6 -6
- package/dist/esm/v3/{OrResizeablePanel-6e37ca25.js → OrResizeablePanel-9789644b.js} +1 -1
- package/dist/esm/v3/{OrRichTextEditor-ab25c57e.js → OrRichTextEditor-a7f1f4dd.js} +8 -7
- package/dist/esm/v3/{OrSearch-948c7f78.js → OrSearch-740f931b.js} +2 -2
- package/dist/esm/v3/{OrSearch-a10f294f.js → OrSearch-b7db837c.js} +1 -1
- package/dist/esm/v3/{OrSelect-e1d4b56c.js → OrSelect-96f3a5ff.js} +2 -2
- package/dist/esm/v3/{OrSelect-a91d6ba8.js → OrSelect-9ef78d8f.js} +30 -40
- package/dist/esm/v3/{OrSelectMultipleControl-c4f44534.js → OrSelectMultipleControl-404d219f.js} +6 -12
- package/dist/esm/v3/{OrSelectSingleControl-d0f86455.js → OrSelectSingleControl-41e47e4b.js} +2 -2
- package/dist/esm/v3/{OrSlider-79a63155.js → OrSlider-e53acb2e.js} +5 -5
- package/dist/esm/v3/{OrSorting-aa314b0e.js → OrSorting-b3a013aa.js} +2 -2
- package/dist/esm/v3/{OrStepper-98fd4446.js → OrStepper-bd1bf65a.js} +2 -2
- package/dist/esm/v3/{OrSwitch-33d8b2e4.js → OrSwitch-80b57b11.js} +9 -6
- package/dist/esm/v3/{OrSwitch-8dfa8add.js → OrSwitch-d16f4d7a.js} +1 -1
- package/dist/esm/v3/{OrTabs-c2cecad6.js → OrTabs-d9dfb55b.js} +2 -2
- package/dist/esm/v3/{OrTag-c9542465.js → OrTag-cda9ec97.js} +1 -1
- package/dist/esm/v3/{OrTag-d842d17c.js → OrTag-d8450e6c.js} +1 -1
- package/dist/esm/v3/{OrTagInput-c04fed2f.js → OrTagInput-4091c8dc.js} +10 -15
- package/dist/esm/v3/{OrTags-97021263.js → OrTags-a242cea3.js} +2 -2
- package/dist/esm/v3/{OrTextarea-ea50a8c4.js → OrTextarea-7db37864.js} +4 -10
- package/dist/esm/v3/{OrTextbox-6afcb5a1.js → OrTextbox-558732b8.js} +2 -2
- package/dist/esm/v3/{OrTimeFormat-df28737d.js → OrTimeFormat-d7246d7f.js} +2 -2
- package/dist/esm/v3/{OrTimePicker-23fc2abf.js → OrTimePicker-19d719a1.js} +9 -12
- package/dist/esm/v3/{OrTimeRangePicker-3d71d72e.js → OrTimeRangePicker-666f59b6.js} +9 -12
- package/dist/esm/v3/{OrToastContainer-99e7bdbc.js → OrToastContainer-1e4d24d6.js} +2 -2
- package/dist/esm/v3/{OrTooltip-9d591d1e.js → OrTooltip-ffa9120a.js} +1 -1
- package/dist/esm/{v2/color-911f1122.js → v3/color-e5b0b579.js} +15 -15
- package/dist/esm/v3/components/index.d.ts +1 -0
- package/dist/esm/v3/components/index.js +98 -90
- package/dist/esm/v3/components/or-autocomplete-v3/OrAutocomplete.vue.d.ts +196 -0
- package/dist/esm/v3/components/or-autocomplete-v3/index.d.ts +2 -0
- package/dist/esm/v3/components/or-autocomplete-v3/index.js +44 -0
- package/dist/esm/v3/components/or-autocomplete-v3/styles.d.ts +6 -0
- package/dist/esm/v3/components/or-autocomplete-v3/types.d.ts +2 -0
- 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 +10 -4
- package/dist/esm/v3/components/or-button-v2/index.js +8 -5
- package/dist/esm/v3/components/or-card-collection/index.js +10 -7
- package/dist/esm/v3/components/or-card-collection-v3/index.js +15 -15
- package/dist/esm/v3/components/or-checkbox-group-v3/index.js +8 -4
- package/dist/esm/v3/components/or-checkbox-tree-v3/index.js +7 -3
- package/dist/esm/v3/components/or-checkbox-v3/index.js +6 -2
- package/dist/esm/v3/components/or-code/index.js +10 -7
- package/dist/esm/v3/components/or-code-v3/index.js +11 -11
- package/dist/esm/v3/components/or-combined-input-v3/index.js +1 -1
- package/dist/esm/v3/components/or-confirm/index.js +10 -7
- package/dist/esm/v3/components/or-confirm-v3/index.js +11 -11
- package/dist/esm/v3/components/or-context-menu-v3/index.js +9 -9
- package/dist/esm/v3/components/or-date-format-v3/index.js +15 -15
- package/dist/esm/v3/components/or-date-picker-v3/index.js +15 -15
- package/dist/esm/v3/components/or-date-range-picker-v3/index.js +15 -15
- package/dist/esm/v3/components/or-date-time-format-v3/index.js +15 -15
- package/dist/esm/v3/components/or-date-time-picker/index.js +9 -6
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +14 -14
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/index.js +13 -13
- package/dist/esm/v3/components/or-editor-tabs-v3/index.js +13 -13
- package/dist/esm/v3/components/or-editor-tabs-v3/partials/index.js +10 -10
- package/dist/esm/v3/components/or-icon-button-v2/index.js +7 -4
- package/dist/esm/v3/components/or-icon-button-v3/index.js +9 -9
- package/dist/esm/v3/components/or-inline-input-v3/index.js +10 -10
- package/dist/esm/v3/components/or-inline-text-edit/index.js +9 -6
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +10 -10
- package/dist/esm/v3/components/or-input-v3/index.js +10 -10
- package/dist/esm/v3/components/or-list/index.js +9 -6
- package/dist/esm/v3/components/or-list-of-inputs/index.js +10 -7
- package/dist/esm/v3/components/or-list-v3/index.js +10 -10
- package/dist/esm/v3/components/or-loader/index.js +9 -3
- 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 +9 -6
- package/dist/esm/v3/components/or-modal-v3/index.js +10 -10
- package/dist/esm/v3/components/or-notification/index.js +9 -6
- package/dist/esm/v3/components/or-notification-v3/index.js +10 -10
- package/dist/esm/v3/components/or-overflow-menu/index.js +9 -6
- 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 +9 -6
- 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-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 -14
- package/dist/esm/v3/components/or-search/index.js +9 -6
- package/dist/esm/v3/components/or-search-v3/index.js +11 -11
- package/dist/esm/v3/components/or-select/index.js +7 -4
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +18 -18
- package/dist/esm/v3/components/or-select-v3/index.js +27 -20
- package/dist/esm/v3/components/or-select-v3/partials/index.js +20 -16
- package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/OrSelectMultipleControl.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/index.js +18 -15
- package/dist/esm/v3/components/or-select-v3/partials/or-select-single-control/index.js +7 -4
- package/dist/esm/v3/components/or-sidebar-v3/index.js +11 -11
- 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 +9 -6
- package/dist/esm/v3/components/or-switch/index.js +10 -4
- package/dist/esm/v3/components/or-switch-v3/index.js +6 -2
- package/dist/esm/v3/components/or-tabs-v3/index.js +12 -12
- 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 -12
- 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/index.js +1 -1
- package/dist/esm/v3/components/or-textbox/index.js +9 -6
- package/dist/esm/v3/components/or-time-format-v3/index.js +15 -15
- package/dist/esm/v3/components/or-time-picker-v3/index.js +15 -15
- package/dist/esm/v3/components/or-time-range-picker-v3/index.js +15 -15
- package/dist/esm/v3/components/or-toast/index.js +9 -6
- package/dist/esm/v3/components/or-toast/or-toast-container/index.js +9 -6
- 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/exclude-684f23cf.js +8 -0
- package/dist/esm/v3/getItemsByValue-afb51a05.js +16 -0
- package/dist/esm/v3/helpers/getItemByValue.d.ts +2 -0
- package/dist/esm/v3/helpers/getItemsByValue.d.ts +2 -0
- package/dist/esm/v3/helpers/index.d.ts +3 -0
- package/dist/esm/v3/helpers/index.js +6 -0
- package/dist/esm/v3/helpers/searchItemsByLabel.d.ts +2 -0
- package/dist/esm/v3/hooks/index.js +3 -3
- package/dist/esm/v3/include-45f61f31.js +8 -0
- package/dist/esm/v3/index.d.ts +1 -0
- package/dist/esm/v3/index.js +94 -85
- package/dist/esm/v3/isAncestor-a446b32f.js +17 -0
- package/dist/esm/v3/isArray-8eeb52b9.js +8 -0
- package/dist/esm/v3/{isEqual-9004fb92.js → isEqual-15f4b2f5.js} +8 -4
- package/dist/esm/v3/isNull-7ae26d1d.js +18 -0
- package/dist/esm/v3/{isNumber-5fb80127.js → isNumber-ef303deb.js} +14 -8
- package/dist/esm/v3/isObject-4d5300e9.js +8 -0
- package/dist/esm/{v2/isPrevented-5f542754.js → v3/isPrevented-b151a948.js} +1 -1
- package/dist/esm/v3/isString-cf957a95.js +32 -0
- package/dist/esm/v3/isUndefined-3eca6e32.js +8 -0
- package/dist/esm/v3/{isVisible-cfd61ef8.js → isVisible-d1e49905.js} +2 -2
- package/dist/esm/v3/{props-bf1720eb.js → props-c6649a1e.js} +1 -1
- package/dist/esm/v3/searchItemsByLabel-c778a1e4.js +5 -0
- package/dist/esm/v3/toArray-93b84b21.js +18 -0
- package/dist/esm/v3/types/Group.d.ts +5 -0
- package/dist/esm/v3/types/GroupFunction.d.ts +1 -0
- package/dist/esm/v3/types/Item.d.ts +5 -0
- package/dist/esm/v3/types/SearchFunction.d.ts +1 -0
- package/dist/esm/v3/types/index.d.ts +4 -0
- package/dist/esm/v3/{types-4f71f482.js → types-ce03a51a.js} +2 -2
- package/dist/esm/v3/{useElevation-37722ead.js → useElevation-e69d969b.js} +1 -1
- package/dist/esm/{v2/useTimeMask-f2a4d09f.js → v3/useTimeMask-7a7246c1.js} +1 -1
- package/dist/esm/v3/utils/exclude.d.ts +4 -0
- package/dist/esm/v3/utils/include.d.ts +4 -0
- package/dist/esm/v3/utils/index.d.ts +3 -0
- package/dist/esm/v3/utils/index.js +13 -7
- package/dist/esm/v3/utils/isAncestor.d.ts +4 -1
- package/dist/esm/v3/utils/isArray.d.ts +4 -1
- package/dist/esm/v3/utils/isDescendant.d.ts +4 -1
- package/dist/esm/v3/utils/isEmpty.d.ts +4 -1
- package/dist/esm/v3/utils/isEqual.d.ts +4 -1
- package/dist/esm/v3/utils/isNil.d.ts +4 -1
- package/dist/esm/v3/utils/isNull.d.ts +4 -1
- package/dist/esm/v3/utils/isNumber.d.ts +4 -1
- package/dist/esm/v3/utils/isObject.d.ts +4 -1
- package/dist/esm/v3/utils/isString.d.ts +4 -1
- package/dist/esm/v3/utils/isUndefined.d.ts +4 -1
- package/dist/esm/v3/utils/isVisible.d.ts +1 -1
- package/dist/esm/v3/utils/toArray.d.ts +4 -0
- package/package.json +2 -3
- package/src/components/index.ts +1 -0
- package/src/components/or-autocomplete-v3/OrAutocomplete.vue +421 -0
- package/src/components/or-autocomplete-v3/index.ts +2 -0
- package/src/components/or-autocomplete-v3/styles.ts +61 -0
- package/src/components/or-autocomplete-v3/types.ts +3 -0
- package/src/components/or-checkbox-v3/OrCheckbox.vue +6 -6
- package/src/components/or-code-v3/partials/OrCodeControl.vue +15 -19
- package/src/components/or-combined-input-v3/OrCombinedInput.vue +15 -19
- package/src/components/or-date-picker-v3/OrDatePicker.vue +15 -13
- package/src/components/or-date-range-picker-v3/OrDateRangePicker.vue +15 -13
- package/src/components/or-date-time-picker-v3/OrDateTimePicker.vue +15 -13
- package/src/components/or-inline-input-v3/OrInlineInput.vue +18 -28
- package/src/components/or-inline-textarea-v3/OrInlineTextarea.vue +18 -28
- package/src/components/or-input-v3/OrInput.vue +27 -31
- package/src/components/or-range-slider-v3/OrRangeSlider.vue +4 -4
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.vue +2 -1
- package/src/components/or-select-v3/OrSelect.vue +31 -38
- package/src/components/or-select-v3/partials/or-select-multiple-control/OrSelectMultipleControl.vue +2 -3
- package/src/components/or-slider-v3/OrSlider.vue +4 -4
- package/src/components/or-switch-v3/OrSwitch.vue +6 -6
- package/src/components/or-tag-input-v3/OrTagInput.vue +29 -30
- package/src/components/or-textarea-v3/OrTextarea.vue +24 -28
- package/src/components/or-time-picker-v3/OrTimePicker.vue +15 -13
- package/src/components/or-time-range-picker-v3/OrTimeRangePicker.vue +15 -13
- package/src/helpers/getItemByValue.ts +12 -0
- package/src/helpers/getItemsByValue.ts +6 -0
- package/src/helpers/index.ts +3 -0
- package/src/helpers/searchItemsByLabel.ts +5 -0
- package/src/hooks/useDateMask.ts +1 -1
- package/src/index.ts +1 -0
- package/src/types/Group.ts +6 -0
- package/src/types/GroupFunction.ts +1 -0
- package/src/types/Item.ts +6 -0
- package/src/types/SearchFunction.ts +1 -0
- package/src/types/index.ts +4 -0
- package/src/utils/exclude.ts +6 -0
- package/src/utils/include.ts +6 -0
- package/src/utils/index.ts +3 -0
- package/src/utils/isAncestor.ts +8 -5
- package/src/utils/isArray.ts +5 -2
- package/src/utils/isDescendant.ts +8 -5
- package/src/utils/isEmpty.ts +6 -6
- package/src/utils/isEqual.ts +6 -4
- package/src/utils/isNil.ts +6 -4
- package/src/utils/isNull.ts +5 -2
- package/src/utils/isNumber.ts +5 -2
- package/src/utils/isObject.ts +5 -2
- package/src/utils/isString.ts +5 -2
- package/src/utils/isUndefined.ts +5 -2
- package/src/utils/isVisible.ts +2 -2
- package/src/utils/toArray.ts +16 -0
- package/dist/bundled/v2/components/OrSelectV3/utils/castToMultipleValue.d.ts +0 -2
- package/dist/bundled/v2/components/OrSelectV3/utils/castToMultipleValue.js +0 -10
- package/dist/bundled/v3/components/OrSelectV3/utils/castToMultipleValue.d.ts +0 -2
- package/dist/bundled/v3/components/OrSelectV3/utils/castToMultipleValue.js +0 -2
- package/dist/esm/v2/components/or-select-v3/utils/castToMultipleValue.d.ts +0 -2
- package/dist/esm/v2/isAncestor-9e33bd15.js +0 -14
- package/dist/esm/v2/isEmpty-181a6611.js +0 -27
- package/dist/esm/v2/isNil-33299e1d.js +0 -17
- package/dist/esm/v3/components/or-select-v3/utils/castToMultipleValue.d.ts +0 -2
- package/dist/esm/v3/isAncestor-9e33bd15.js +0 -14
- package/dist/esm/v3/isEmpty-181a6611.js +0 -27
- package/dist/esm/v3/isNil-33299e1d.js +0 -17
- package/src/components/or-select-v3/utils/castToMultipleValue.ts +0 -10
- /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-eef95dbd.js → OrDateTimePickerMonthSelect-0b9e141c.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerPopoverHeader-31d1e247.js → OrDateTimePickerPopoverHeader-314341ee.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerTimeSelect-e2499ef1.js → OrDateTimePickerTimeSelect-305e36b3.js} +0 -0
- /package/dist/bundled/v2/{OrList-2f433e52.js → OrList-be5c0555.js} +0 -0
- /package/dist/bundled/v2/{OrTree-16581842.js → OrTree-05236e5e.js} +0 -0
- /package/dist/bundled/v3/components/{OrAvatar-24c81841.js → OrAvatar-df56a1cc.js} +0 -0
- /package/dist/bundled/v3/components/{OrDropAreaV3-9f8ebf0a.js → OrDropAreaV3-ff9c7a13.js} +0 -0
- /package/dist/bundled/v3/components/{OrExpansionPanelV3-c76fe138.js → OrExpansionPanelV3-5acf59cc.js} +0 -0
package/dist/bundled/v3/components/{OrEditorTabsV3-8392dc3c.js → OrEditorTabsV3-b979cf60.js}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, Fragment, createVNode, withModifiers, createCommentVNode, createElementVNode, renderList, createBlock, withCtx, toDisplayString, createTextVNode } from 'vue';
|
|
2
|
-
import {
|
|
2
|
+
import { e as useScroll } from './OrAutocompleteV3-96054416.js';
|
|
3
3
|
import { defineComponent, ref, computed, isVue2, toRef, watch } from 'vue-demi';
|
|
4
|
-
import { s as script$2 } from './OrIconButtonV3-
|
|
4
|
+
import { s as script$2 } from './OrIconButtonV3-4694e5b5.js';
|
|
5
5
|
import { s as script$3 } from './OrIconV3-34670800.js';
|
|
6
|
-
import { s as script$4 } from './OrMenuV3-
|
|
7
|
-
import { s as script$5 } from './OrMenuItemV3-
|
|
6
|
+
import { s as script$4 } from './OrMenuV3-6b52c2af.js';
|
|
7
|
+
import { s as script$5 } from './OrMenuItemV3-75269a25.js';
|
|
8
8
|
import { useProxyModelValue } from '../hooks/useProxyModelValue.js';
|
|
9
9
|
import useResponsive from '../hooks/useResponsive/useResponsive.js';
|
|
10
10
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, renderSlot, createTextVNode, toDisplayString } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-df56a1cc.js';
|
|
3
3
|
import { defineComponent } from 'vue-demi';
|
|
4
4
|
|
|
5
5
|
var script = defineComponent({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrExpansionPanelV3-
|
|
1
|
+
export { s as default } from '../OrExpansionPanelV3-5acf59cc.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../OrExpansionPanelV3-
|
|
1
|
+
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../OrExpansionPanelV3-5acf59cc.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant } from '../OrExpansionPanelV3-
|
|
1
|
+
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant } from '../OrExpansionPanelV3-5acf59cc.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { c as ExpansionPanel, h as ExpansionPanelAddon, e as ExpansionPanelBackgroundColors, i as ExpansionPanelContent, f as ExpansionPanelHeader, g as ExpansionPanelHeaderColors, d as ExpansionPanelVariants } from '../OrExpansionPanelV3-
|
|
1
|
+
export { c as ExpansionPanel, h as ExpansionPanelAddon, e as ExpansionPanelBackgroundColors, i as ExpansionPanelContent, f as ExpansionPanelHeader, g as ExpansionPanelHeaderColors, d as ExpansionPanelVariants } from '../OrExpansionPanelV3-5acf59cc.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrFloating-
|
|
1
|
+
export { s as default } from '../OrFloating-702ed6eb.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { e as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating-
|
|
1
|
+
export { e as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating-702ed6eb.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrFloating, e as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating-
|
|
1
|
+
export { s as OrFloating, e as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating-702ed6eb.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, renderSlot } from 'vue';
|
|
2
|
-
import { s as styleInject } from './OrAvatar-
|
|
2
|
+
import { s as styleInject } from './OrAvatar-df56a1cc.js';
|
|
3
3
|
import { defineComponent, ref, nextTick } from 'vue-demi';
|
|
4
4
|
import { s as script$1 } from './OrTeleport-5a34b07f.js';
|
|
5
5
|
import { getMaxZIndex, getCS } from '../utils/functions/dom.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, renderSlot, createTextVNode, toDisplayString } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-df56a1cc.js';
|
|
3
3
|
import { defineComponent } from 'vue-demi';
|
|
4
4
|
|
|
5
5
|
var script = defineComponent({
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, mergeProps, renderSlot, createTextVNode, toDisplayString, createBlock, withCtx, createVNode, createCommentVNode } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-df56a1cc.js';
|
|
3
3
|
import { defineComponent, ref } from 'vue-demi';
|
|
4
4
|
import { pxToRem } from '../../utils/functions/px-to-rem.js';
|
|
5
5
|
import { OrTooltipContent as script$1 } from '../OrTooltip/index.js';
|
|
6
|
-
import { s as script$2, O as OrFloatingPlacements } from '../OrFloating-
|
|
6
|
+
import { s as script$2, O as OrFloatingPlacements } from '../OrFloating-702ed6eb.js';
|
|
7
7
|
|
|
8
8
|
var OrIconColors;
|
|
9
9
|
(function (OrIconColors) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, createVNode, withCtx, createElementVNode, mergeProps, toHandlers, createBlock, createCommentVNode, renderSlot } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-df56a1cc.js';
|
|
3
3
|
import { defineComponent, isVue3, h } from 'vue-demi';
|
|
4
4
|
import { OrTooltip as script$2 } from '../OrTooltip/index.js';
|
|
5
|
-
import { O as OrFloatingPlacements } from '../OrFloating-
|
|
6
|
-
import { I as ICON_BUTTON_TYPE, H as HTML_BUTTON_TYPE, a as BUTTON_SIZE, B as BUTTON_COLOR } from '../OrButtonV2-
|
|
5
|
+
import { O as OrFloatingPlacements } from '../OrFloating-702ed6eb.js';
|
|
6
|
+
import { I as ICON_BUTTON_TYPE, H as HTML_BUTTON_TYPE, a as BUTTON_SIZE, B as BUTTON_COLOR } from '../OrButtonV2-8e3948d0.js';
|
|
7
7
|
import { OrIcon as script$3 } from '../OrIcon/index.js';
|
|
8
8
|
import { OrLoader as script$4 } from '../OrLoader/index.js';
|
|
9
9
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrIconButtonV3-
|
|
1
|
+
export { s as default } from '../OrIconButtonV3-4694e5b5.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButtonV3-
|
|
1
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButtonV3-4694e5b5.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { I as IconButtonColor } from '../OrIconButtonV3-
|
|
1
|
+
export { I as IconButtonColor } from '../OrIconButtonV3-4694e5b5.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as IconButton, b as IconButtonColors } from '../OrIconButtonV3-
|
|
1
|
+
export { a as IconButton, b as IconButtonColors } from '../OrIconButtonV3-4694e5b5.js';
|
package/dist/bundled/v3/components/{OrIconButtonV3-4c00d7c0.js → OrIconButtonV3-4694e5b5.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, createSlots, withCtx, createElementVNode, mergeProps, toHandlers, createVNode, renderSlot } from 'vue';
|
|
2
2
|
import { defineComponent, ref, computed, isVue3 } from 'vue-demi';
|
|
3
3
|
import { s as script$1, I as IconSize } from './OrIconV3-34670800.js';
|
|
4
|
-
import { s as script$2 } from './OrTooltipV3-
|
|
4
|
+
import { s as script$2 } from './OrTooltipV3-b691a88d.js';
|
|
5
5
|
|
|
6
6
|
var IconButtonColor;
|
|
7
7
|
(function (IconButtonColor) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrInlineInputV3-
|
|
1
|
+
export { s as default } from '../OrInlineInputV3-5b3bcc0f.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInputV3-
|
|
1
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInputV3-5b3bcc0f.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import '../OrInlineInputBoxV3-1a4d3924.js';
|
|
2
|
-
export { a as InlineInput, c as InlineInputAction, d as InlineInputActionSizes, b as InlineInputControl } from '../OrInlineInputV3-
|
|
2
|
+
export { a as InlineInput, c as InlineInputAction, d as InlineInputActionSizes, b as InlineInputControl } from '../OrInlineInputV3-5b3bcc0f.js';
|
package/dist/bundled/v3/components/{OrInlineInputV3-0a9b525c.js → OrInlineInputV3-5b3bcc0f.js}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelDynamic, withModifiers, createCommentVNode, createBlock, createSlots, renderSlot, createTextVNode, toDisplayString, vShow } from 'vue';
|
|
2
|
-
import { s as styleInject } from './OrAvatar-
|
|
2
|
+
import { s as styleInject } from './OrAvatar-df56a1cc.js';
|
|
3
3
|
import { defineComponent, reactive, ref, computed, toRef, watch } from 'vue-demi';
|
|
4
4
|
import { I as InlineInputBoxSize, s as script$4 } from './OrInlineInputBoxV3-1a4d3924.js';
|
|
5
5
|
import { s as script$1 } from './OrErrorV3-b04d76aa.js';
|
|
6
6
|
import { s as script$2 } from './OrHintV3-c8ac5975.js';
|
|
7
|
-
import { s as script$3 } from './OrIconButtonV3-
|
|
7
|
+
import { s as script$3 } from './OrIconButtonV3-4694e5b5.js';
|
|
8
8
|
import { useIdAttribute } from '../hooks/useIdAttribute.js';
|
|
9
9
|
import { useControlAttributes } from '../hooks/useControlAttributes.js';
|
|
10
10
|
import { useValidationAttributes } from '../hooks/useValidationAttributes.js';
|
|
@@ -170,12 +170,6 @@ const _hoisted_1 = {
|
|
|
170
170
|
class: /*#__PURE__*/normalizeClass(['layout-row', 'gap-sm+'])
|
|
171
171
|
};
|
|
172
172
|
const _hoisted_2 = ["type", "placeholder", "activated"];
|
|
173
|
-
const _hoisted_3 = {
|
|
174
|
-
class: /*#__PURE__*/normalizeClass(['contents'])
|
|
175
|
-
};
|
|
176
|
-
const _hoisted_4 = {
|
|
177
|
-
class: /*#__PURE__*/normalizeClass(['contents'])
|
|
178
|
-
};
|
|
179
173
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
180
174
|
const _component_OrInlineInputBox = resolveComponent("OrInlineInputBox");
|
|
181
175
|
const _component_OrIconButton = resolveComponent("OrIconButton");
|
|
@@ -222,7 +216,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
222
216
|
icon: 'close',
|
|
223
217
|
color: 'inherit',
|
|
224
218
|
onClick: withModifiers(_ctx.reset, ["stop"])
|
|
225
|
-
}, null, 8 /* PROPS */, ["onClick"])], 2 /* CLASS */)) : createCommentVNode("v-if", true)]),
|
|
219
|
+
}, null, 8 /* PROPS */, ["onClick"])], 2 /* CLASS */)) : createCommentVNode("v-if", true)]), _ctx.$slots.hint || _ctx.hint || _ctx.maxLength ? withDirectives((openBlock(), createBlock(_component_OrHint, {
|
|
226
220
|
key: 0
|
|
227
221
|
}, createSlots({
|
|
228
222
|
default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
|
|
@@ -233,7 +227,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
233
227
|
fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.length) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
|
|
234
228
|
|
|
235
229
|
key: "0"
|
|
236
|
-
} : undefined]),
|
|
230
|
+
} : undefined]), 1536 /* NEED_PATCH, DYNAMIC_SLOTS */)), [[vShow, !_ctx.error]]) : createCommentVNode("v-if", true), withDirectives(createVNode(_component_OrError, null, createSlots({
|
|
237
231
|
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error) + " ", 1 /* TEXT */)]),
|
|
238
232
|
|
|
239
233
|
_: 2 /* DYNAMIC */
|
|
@@ -242,7 +236,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
242
236
|
fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.length) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
|
|
243
237
|
|
|
244
238
|
key: "0"
|
|
245
|
-
} : undefined]),
|
|
239
|
+
} : undefined]), 1536 /* NEED_PATCH, DYNAMIC_SLOTS */), [[vShow, typeof _ctx.error === 'string' && _ctx.error.length > 0]])], 2 /* CLASS */);
|
|
246
240
|
}
|
|
247
241
|
|
|
248
242
|
var css_248z = "\ninput[data-v-29d9ad19] {\n min-width: 0;\n background: none;\n outline: none;\n}\ninput[type=\"number\"][data-v-29d9ad19]::-webkit-inner-spin-button {\n display: none;\n}\ninput[type=\"search\"][data-v-29d9ad19]::-webkit-search-cancel-button {\n display: none;\n}\n";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, withDirectives, withKeys, vModelText, createCommentVNode, toDisplayString, createBlock, createVNode, withCtx, Transition } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-df56a1cc.js';
|
|
3
3
|
import { defineComponent, ref, getCurrentInstance } from 'vue-demi';
|
|
4
|
-
import {
|
|
4
|
+
import { f as useVModel } from '../OrAutocompleteV3-96054416.js';
|
|
5
5
|
import { setStyle, requestAF, getCS, reflow, cancelAF } from '../../utils/functions/dom.js';
|
|
6
6
|
import { pxToRem } from '../../utils/functions/px-to-rem.js';
|
|
7
7
|
import script$1 from '../OrCollapse/OrCollapse.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrInlineTextareaV3-
|
|
1
|
+
export { s as default } from '../OrInlineTextareaV3-e9bb5180.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrInlineTextareaV3 } from '../OrInlineTextareaV3-
|
|
1
|
+
export { s as OrInlineTextareaV3 } from '../OrInlineTextareaV3-e9bb5180.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { I as InlineTextarea, b as InlineTextareaAction, a as InlineTextareaControl } from '../OrInlineTextareaV3-
|
|
1
|
+
export { I as InlineTextarea, b as InlineTextareaAction, a as InlineTextareaControl } from '../OrInlineTextareaV3-e9bb5180.js';
|
package/dist/bundled/v3/components/{OrInlineTextareaV3-6c859fdf.js → OrInlineTextareaV3-e9bb5180.js}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelText, withModifiers, createCommentVNode, createBlock, createSlots, renderSlot, createTextVNode, toDisplayString, vShow } from 'vue';
|
|
2
|
-
import { s as styleInject } from './OrAvatar-
|
|
2
|
+
import { s as styleInject } from './OrAvatar-df56a1cc.js';
|
|
3
3
|
import { defineComponent, reactive, ref, computed, toRef, watch } from 'vue-demi';
|
|
4
4
|
import { s as script$1 } from './OrErrorV3-b04d76aa.js';
|
|
5
5
|
import { s as script$2 } from './OrHintV3-c8ac5975.js';
|
|
6
|
-
import { s as script$3 } from './OrIconButtonV3-
|
|
6
|
+
import { s as script$3 } from './OrIconButtonV3-4694e5b5.js';
|
|
7
7
|
import { s as script$4 } from './OrInlineInputBoxV3-1a4d3924.js';
|
|
8
8
|
import { useIdAttribute } from '../hooks/useIdAttribute.js';
|
|
9
9
|
import { useControlAttributes } from '../hooks/useControlAttributes.js';
|
|
@@ -148,12 +148,6 @@ const _hoisted_1 = {
|
|
|
148
148
|
class: /*#__PURE__*/normalizeClass(['layout-row', 'gap-sm+'])
|
|
149
149
|
};
|
|
150
150
|
const _hoisted_2 = ["placeholder", "activated"];
|
|
151
|
-
const _hoisted_3 = {
|
|
152
|
-
class: /*#__PURE__*/normalizeClass(['contents'])
|
|
153
|
-
};
|
|
154
|
-
const _hoisted_4 = {
|
|
155
|
-
class: /*#__PURE__*/normalizeClass(['contents'])
|
|
156
|
-
};
|
|
157
151
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
158
152
|
const _component_OrInlineInputBox = resolveComponent("OrInlineInputBox");
|
|
159
153
|
const _component_OrIconButton = resolveComponent("OrIconButton");
|
|
@@ -199,7 +193,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
199
193
|
icon: 'close',
|
|
200
194
|
color: 'inherit',
|
|
201
195
|
onClick: withModifiers(_ctx.reset, ["stop"])
|
|
202
|
-
}, null, 8 /* PROPS */, ["onClick"])], 2 /* CLASS */)) : createCommentVNode("v-if", true)]),
|
|
196
|
+
}, null, 8 /* PROPS */, ["onClick"])], 2 /* CLASS */)) : createCommentVNode("v-if", true)]), _ctx.$slots.hint || _ctx.hint || _ctx.maxLength ? withDirectives((openBlock(), createBlock(_component_OrHint, {
|
|
203
197
|
key: 0
|
|
204
198
|
}, createSlots({
|
|
205
199
|
default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
|
|
@@ -210,7 +204,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
210
204
|
fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.length) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
|
|
211
205
|
|
|
212
206
|
key: "0"
|
|
213
|
-
} : undefined]),
|
|
207
|
+
} : undefined]), 1536 /* NEED_PATCH, DYNAMIC_SLOTS */)), [[vShow, !_ctx.error]]) : createCommentVNode("v-if", true), withDirectives(createVNode(_component_OrError, null, createSlots({
|
|
214
208
|
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error) + " ", 1 /* TEXT */)]),
|
|
215
209
|
|
|
216
210
|
_: 2 /* DYNAMIC */
|
|
@@ -219,7 +213,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
219
213
|
fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.length) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
|
|
220
214
|
|
|
221
215
|
key: "0"
|
|
222
|
-
} : undefined]),
|
|
216
|
+
} : undefined]), 1536 /* NEED_PATCH, DYNAMIC_SLOTS */), [[vShow, typeof _ctx.error === 'string' && _ctx.error.length > 0]])], 2 /* CLASS */);
|
|
223
217
|
}
|
|
224
218
|
|
|
225
219
|
var css_248z = "\ntextarea[data-v-3f016b22] {\n min-width: 0;\n background: none;\n outline: none;\n}\n";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createCommentVNode, renderSlot, createElementVNode, createBlock, withCtx, createTextVNode, toDisplayString, mergeProps, createVNode, Transition } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-df56a1cc.js';
|
|
3
3
|
import { defineComponent, ref, getCurrentInstance } from 'vue-demi';
|
|
4
4
|
import { pxToRem } from '../../utils/functions/px-to-rem.js';
|
|
5
5
|
import { setStyle, requestAF, getCS, reflow, cancelAF } from '../../utils/functions/dom.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrInputV3-
|
|
1
|
+
export { s as default } from '../OrInputV3-87a1d951.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { I as InputType, s as OrInputV3 } from '../OrInputV3-
|
|
1
|
+
export { I as InputType, s as OrInputV3 } from '../OrInputV3-87a1d951.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { b as InputControl, a as InputRoot } from '../OrInputV3-
|
|
1
|
+
export { b as InputControl, a as InputRoot } from '../OrInputV3-87a1d951.js';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, createSlots, withDirectives, createElementVNode, mergeProps, vModelDynamic, Fragment, withModifiers, vShow } from 'vue';
|
|
2
|
-
import { s as styleInject } from './OrAvatar-
|
|
2
|
+
import { s as styleInject } from './OrAvatar-df56a1cc.js';
|
|
3
3
|
import { defineComponent, reactive, ref, computed, toRef } from 'vue-demi';
|
|
4
4
|
import { s as script$1 } from './OrErrorV3-b04d76aa.js';
|
|
5
5
|
import { s as script$2 } from './OrHintV3-c8ac5975.js';
|
|
6
6
|
import { s as script$3 } from './OrIconV3-34670800.js';
|
|
7
|
-
import { s as script$4 } from './OrIconButtonV3-
|
|
7
|
+
import { s as script$4 } from './OrIconButtonV3-4694e5b5.js';
|
|
8
8
|
import { s as script$5, I as InputBoxSize } from './OrInputBoxV3-dbc63649.js';
|
|
9
9
|
import { s as script$6 } from './OrLabelV3-23a42d9d.js';
|
|
10
|
-
import { s as script$7 } from './OrLoaderV3-
|
|
10
|
+
import { s as script$7 } from './OrLoaderV3-4bdb79c8.js';
|
|
11
11
|
import { useIdAttribute } from '../hooks/useIdAttribute.js';
|
|
12
12
|
import { useControlAttributes } from '../hooks/useControlAttributes.js';
|
|
13
13
|
import { useValidationAttributes } from '../hooks/useValidationAttributes.js';
|
|
@@ -167,12 +167,6 @@ var script = defineComponent({
|
|
|
167
167
|
});
|
|
168
168
|
|
|
169
169
|
const _hoisted_1 = ["name", "type", "autocomplete", "placeholder", "required", "readonly", "disabled"];
|
|
170
|
-
const _hoisted_2 = {
|
|
171
|
-
class: /*#__PURE__*/normalizeClass(['contents'])
|
|
172
|
-
};
|
|
173
|
-
const _hoisted_3 = {
|
|
174
|
-
class: /*#__PURE__*/normalizeClass(['contents'])
|
|
175
|
-
};
|
|
176
170
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
177
171
|
const _component_OrLabel = resolveComponent("OrLabel");
|
|
178
172
|
const _component_OrLoader = resolveComponent("OrLoader");
|
|
@@ -228,9 +222,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
228
222
|
fn: withCtx(() => [_ctx.loading ? (openBlock(), createBlock(_component_OrLoader, {
|
|
229
223
|
key: 0,
|
|
230
224
|
variant: 'circular',
|
|
231
|
-
color: 'primary',
|
|
225
|
+
color: _ctx.error ? 'danger' : 'primary',
|
|
232
226
|
size: _ctx.isMobile ? 'm' : 's'
|
|
233
|
-
}, null, 8 /* PROPS */, ["size"])) : (openBlock(), createElementBlock(Fragment, {
|
|
227
|
+
}, null, 8 /* PROPS */, ["color", "size"])) : (openBlock(), createElementBlock(Fragment, {
|
|
234
228
|
key: 1
|
|
235
229
|
}, [_ctx.type === 'password' ? (openBlock(), createBlock(_component_OrIconButton, {
|
|
236
230
|
key: 0,
|
|
@@ -243,11 +237,11 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
243
237
|
onClick: _cache[6] || (_cache[6] = withModifiers($event => _ctx.disclosed = !_ctx.disclosed, ["stop"]))
|
|
244
238
|
}, null, 8 /* PROPS */, ["icon", "disabled"])) : createCommentVNode("v-if", true), _ctx.type === 'search' ? (openBlock(), createElementBlock(Fragment, {
|
|
245
239
|
key: 1
|
|
246
|
-
}, [_ctx.modelValue ? (openBlock(), createBlock(_component_OrIconButton, {
|
|
240
|
+
}, [_ctx.modelValue && !_ctx.readonly ? (openBlock(), createBlock(_component_OrIconButton, {
|
|
247
241
|
key: 0,
|
|
248
242
|
icon: 'close',
|
|
249
243
|
color: 'inherit',
|
|
250
|
-
disabled: _ctx.
|
|
244
|
+
disabled: _ctx.disabled,
|
|
251
245
|
onClick: _cache[7] || (_cache[7] = withModifiers($event => _ctx.$emit('update:modelValue', ''), ["stop"]))
|
|
252
246
|
}, null, 8 /* PROPS */, ["disabled"])) : (openBlock(), createBlock(_component_OrIcon, {
|
|
253
247
|
key: 1,
|
|
@@ -256,8 +250,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
256
250
|
}))], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */))]),
|
|
257
251
|
|
|
258
252
|
key: "0"
|
|
259
|
-
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["variant", "size", "invalid", "readonly", "disabled"]),
|
|
260
|
-
key:
|
|
253
|
+
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["variant", "size", "invalid", "readonly", "disabled"]), _ctx.$slots.hint || _ctx.hint || _ctx.maxLength ? withDirectives((openBlock(), createBlock(_component_OrHint, {
|
|
254
|
+
key: 1,
|
|
261
255
|
disabled: _ctx.disabled
|
|
262
256
|
}, createSlots({
|
|
263
257
|
default: withCtx(() => [renderSlot(_ctx.$slots, "hint", {}, () => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)])]),
|
|
@@ -268,7 +262,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
268
262
|
fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.length) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
|
|
269
263
|
|
|
270
264
|
key: "0"
|
|
271
|
-
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"]))
|
|
265
|
+
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"])), [[vShow, !_ctx.error]]) : createCommentVNode("v-if", true), withDirectives(createVNode(_component_OrError, {
|
|
272
266
|
disabled: _ctx.disabled
|
|
273
267
|
}, createSlots({
|
|
274
268
|
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error) + " ", 1 /* TEXT */)]),
|
|
@@ -279,7 +273,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
279
273
|
fn: withCtx(() => [createTextVNode(toDisplayString(_ctx.length) + " / " + toDisplayString(_ctx.maxLength), 1 /* TEXT */)]),
|
|
280
274
|
|
|
281
275
|
key: "0"
|
|
282
|
-
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"])
|
|
276
|
+
} : undefined]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["disabled"]), [[vShow, typeof _ctx.error === 'string' && _ctx.error.length > 0]])], 2 /* CLASS */);
|
|
283
277
|
}
|
|
284
278
|
|
|
285
279
|
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";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, normalizeClass, createElementVNode, mergeProps, renderSlot, createTextVNode, toDisplayString, Fragment, createCommentVNode } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-df56a1cc.js';
|
|
3
3
|
import { defineComponent } from 'vue-demi';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrList-
|
|
1
|
+
export { s as default } from '../OrList-69e65498.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrList } from '../OrList-
|
|
1
|
+
export { s as OrList } from '../OrList-69e65498.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { _ as _baseGetTag, i as isObject_1, a as _root, b as isObjectLike_1, c as _freeGlobal, d as isArray_1, e as _Symbol } from './OrDateTimePicker-
|
|
1
|
+
import { _ as _baseGetTag, i as isObject_1, a as _root, b as isObjectLike_1, c as _freeGlobal, d as isArray_1, e as _Symbol } from './OrDateTimePicker-b6fb2faa.js';
|
|
2
2
|
import { resolveComponent, openBlock, createElementBlock, createCommentVNode, renderSlot, normalizeProps, guardReactiveProps, createVNode, withCtx, Fragment, renderList, createBlock, createElementVNode, withModifiers } from 'vue';
|
|
3
|
-
import { s as styleInject } from './OrAvatar-
|
|
3
|
+
import { s as styleInject } from './OrAvatar-df56a1cc.js';
|
|
4
4
|
import { defineComponent } from 'vue-demi';
|
|
5
5
|
import script$1 from './OrError/OrError.js';
|
|
6
6
|
import script$2 from './OrLabel/OrLabel.js';
|
|
7
|
-
import { s as script$3 } from './OrButtonV2-
|
|
7
|
+
import { s as script$3 } from './OrButtonV2-8e3948d0.js';
|
|
8
8
|
import script$4 from './OrIconButtonV2/OrIconButton.js';
|
|
9
9
|
import { OrIcon as script$5 } from './OrIcon/index.js';
|
|
10
10
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createBlock, withCtx, renderSlot, normalizeProps, guardReactiveProps, createVNode, mergeProps, createSlots, normalizeStyle } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-df56a1cc.js';
|
|
3
3
|
import { defineComponent } from 'vue-demi';
|
|
4
|
-
import { s as script$1 } from '../OrList-
|
|
4
|
+
import { s as script$1 } from '../OrList-69e65498.js';
|
|
5
5
|
import script$2 from '../OrInput/OrInput.js';
|
|
6
6
|
import { OrIcon as script$3 } from '../OrIcon/index.js';
|
|
7
7
|
import script$4 from '../OrIconButtonV2/OrIconButton.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrListV3-
|
|
1
|
+
export { s as default } from '../OrListV3-3fa24229.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as OrListItem, s as OrListV3 } from '../OrListV3-
|
|
1
|
+
export { a as OrListItem, s as OrListV3 } from '../OrListV3-3fa24229.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { L as List, b as ListContent } from '../OrListV3-
|
|
1
|
+
export { L as List, b as ListContent } from '../OrListV3-3fa24229.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, normalizeClass, createElementVNode, renderSlot, resolveComponent, normalizeProps, guardReactiveProps, createVNode, withCtx, createTextVNode, toDisplayString, Fragment, renderList, createBlock, createCommentVNode } from 'vue';
|
|
2
|
-
import { S as Sortable, v as v4 } from './OrList-
|
|
2
|
+
import { S as Sortable, v as v4 } from './OrList-69e65498.js';
|
|
3
3
|
import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
|
|
4
|
-
import { s as script$2 } from './OrIconButtonV3-
|
|
4
|
+
import { s as script$2 } from './OrIconButtonV3-4694e5b5.js';
|
|
5
5
|
import { s as script$3 } from './OrLabelV3-23a42d9d.js';
|
|
6
6
|
import { useProxyModelValue } from '../hooks/useProxyModelValue.js';
|
|
7
7
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, normalizeClass, createTextVNode, toDisplayString, Fragment, renderList, createElementVNode, createCommentVNode, pushScopeId, popScopeId } from 'vue';
|
|
2
|
-
import { s as styleInject } from '../OrAvatar-
|
|
2
|
+
import { s as styleInject } from '../OrAvatar-df56a1cc.js';
|
|
3
3
|
import { defineComponent } from 'vue-demi';
|
|
4
4
|
import { isEmpty } from '../../utils/isEmpty.js';
|
|
5
5
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrLoaderV3-
|
|
1
|
+
export { s as default } from '../OrLoaderV3-4bdb79c8.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from '../OrLoaderV3-
|
|
1
|
+
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from '../OrLoaderV3-4bdb79c8.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant } from '../OrLoaderV3-
|
|
1
|
+
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant } from '../OrLoaderV3-4bdb79c8.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { e as LoaderContainer, g as LoaderDescription, c as LoaderRoot, d as LoaderRootColors, f as LoaderTitle } from '../OrLoaderV3-
|
|
1
|
+
export { e as LoaderContainer, g as LoaderDescription, c as LoaderRoot, d as LoaderRootColors, f as LoaderTitle } from '../OrLoaderV3-4bdb79c8.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, normalizeClass, toDisplayString, createCommentVNode, createElementVNode, normalizeStyle } from 'vue';
|
|
2
|
-
import {
|
|
2
|
+
import { g as useElementSize } from './OrAutocompleteV3-96054416.js';
|
|
3
3
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
4
4
|
|
|
5
5
|
var LoaderVariant;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrMenuItemV3-
|
|
1
|
+
export { s as default } from '../OrMenuItemV3-75269a25.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrMenuItemV3 } from '../OrMenuItemV3-
|
|
1
|
+
export { s as OrMenuItemV3 } from '../OrMenuItemV3-75269a25.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { M as MenuItem } from '../OrMenuItemV3-
|
|
1
|
+
export { M as MenuItem } from '../OrMenuItemV3-75269a25.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, normalizeProps, mergeProps, createCommentVNode, createElementVNode, renderSlot, Fragment, createVNode, withModifiers } from 'vue';
|
|
2
2
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
3
3
|
import { s as script$1 } from './OrIconV3-34670800.js';
|
|
4
|
-
import { s as script$2 } from './OrIconButtonV3-
|
|
4
|
+
import { s as script$2 } from './OrIconButtonV3-4694e5b5.js';
|
|
5
5
|
|
|
6
6
|
const MenuItem = [
|
|
7
7
|
// Layout
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrMenuV3-
|
|
1
|
+
export { s as default } from '../OrMenuV3-6b52c2af.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrMenuV3 } from '../OrMenuV3-
|
|
1
|
+
export { s as OrMenuV3 } from '../OrMenuV3-6b52c2af.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { M as Menu } from '../OrMenuV3-
|
|
1
|
+
export { M as Menu } from '../OrMenuV3-6b52c2af.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createBlock, normalizeClass, withCtx, createElementVNode, mergeProps, withModifiers, renderSlot } from 'vue';
|
|
2
2
|
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
3
|
-
import { s as script$1, P as PopoverPlacement } from './OrPopoverV3-
|
|
3
|
+
import { s as script$1, P as PopoverPlacement } from './OrPopoverV3-604a68ab.js';
|
|
4
4
|
import { usePopoverState } from '../hooks/usePopoverState.js';
|
|
5
5
|
|
|
6
6
|
const Menu = [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrModal-
|
|
1
|
+
export { s as default } from '../OrModal-ed835295.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { O as OrModalSizes } from '../OrModal-
|
|
1
|
+
export { O as OrModalSizes } from '../OrModal-ed835295.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrModal, O as OrModalSizes } from '../OrModal-
|
|
1
|
+
export { s as OrModal, O as OrModalSizes } from '../OrModal-ed835295.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, createVNode, withCtx, createElementVNode, normalizeClass, renderSlot, toDisplayString, withDirectives, vShow, createCommentVNode } from 'vue';
|
|
2
|
-
import { s as styleInject } from './OrAvatar-
|
|
2
|
+
import { s as styleInject } from './OrAvatar-df56a1cc.js';
|
|
3
3
|
import { ref, watch, defineComponent, onBeforeUnmount } from 'vue-demi';
|
|
4
|
-
import {
|
|
4
|
+
import { h as unrefElement, t as tryOnScopeDispose, o as onClickOutside } from './OrAutocompleteV3-96054416.js';
|
|
5
5
|
import script$1 from './OrIconButtonV2/OrIconButton.js';
|
|
6
6
|
import script$2 from './OrOverlay/OrOverlay.js';
|
|
7
7
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as default } from '../OrModalV3-
|
|
1
|
+
export { s as default } from '../OrModalV3-817267cc.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { M as ModalSize, s as OrModalV3 } from '../OrModalV3-
|
|
1
|
+
export { M as ModalSize, s as OrModalV3 } from '../OrModalV3-817267cc.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { M as ModalSize } from '../OrModalV3-
|
|
1
|
+
export { M as ModalSize } from '../OrModalV3-817267cc.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as Modal, b as ModalSizes } from '../OrModalV3-
|
|
1
|
+
export { a as Modal, b as ModalSizes } from '../OrModalV3-817267cc.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, normalizeClass, renderSlot, resolveComponent, createElementVNode, createVNode, withModifiers, createBlock, withCtx, mergeProps, createCommentVNode } from 'vue';
|
|
2
2
|
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
3
|
-
import { s as script$4 } from './OrIconButtonV3-
|
|
4
|
-
import { s as script$5 } from './OrOverlayV3-
|
|
3
|
+
import { s as script$4 } from './OrIconButtonV3-4694e5b5.js';
|
|
4
|
+
import { s as script$5 } from './OrOverlayV3-31e9287a.js';
|
|
5
5
|
import { usePopoverState } from '../hooks/usePopoverState.js';
|
|
6
6
|
|
|
7
7
|
const ModalContent = [
|