@onereach/ui-components 7.0.0 → 7.0.1-beta.3531.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.js +1 -1
- package/dist/bundled/v2/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +1 -1
- package/dist/bundled/v2/components/OrCode/OrCode.js +1 -1
- package/dist/bundled/v2/components/OrColorPicker/OrColorPicker.js +1 -1
- package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +1 -1
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +1 -1
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +2 -2
- package/dist/bundled/v2/components/OrDateTimePicker/OrDateTimePicker.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +3 -3
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +3 -3
- package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.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/OrResizeablePanelV3/OrResizeablePanel.js +1 -1
- package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +2 -2
- package/dist/bundled/v2/components/OrSelect/OrSelect.js +1 -1
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +621 -137
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.vue.d.ts +48 -29
- package/dist/bundled/v2/components/OrSelectV3/styles.js +1 -1
- package/dist/bundled/v2/components/OrSelectV3/types.d.ts +3 -1
- 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/OrTabsV3/OrTabs.js +1 -1
- package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.js +138 -67
- package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.vue.d.ts +59 -14
- package/dist/bundled/v2/components/OrTagInputV3/styles.js +1 -1
- package/dist/bundled/v2/components/OrTagsV3/OrTags.js +56 -19
- package/dist/bundled/v2/components/OrTagsV3/OrTags.vue.d.ts +32 -12
- package/dist/bundled/v2/components/OrTagsV3/props.d.ts +3 -1
- package/dist/bundled/v2/components/OrTagsV3/props.js +4 -0
- package/dist/bundled/v2/components/OrTagsV3/styles.js +15 -5
- package/dist/bundled/v2/components/OrTagsV3/types.d.ts +6 -0
- package/dist/bundled/v2/components/OrTagsV3/types.js +1 -0
- package/dist/bundled/v2/components/OrTagsV3/utils/castToTag.d.ts +2 -0
- package/dist/bundled/v2/components/OrTagsV3/utils/castToTag.js +12 -0
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +2 -2
- package/dist/bundled/v2/components/OrToast/composable/useToastEventBus.js +1 -1
- package/dist/bundled/v2/components/OrToastV3/composable/useToastEventBus.js +1 -1
- package/dist/bundled/v2/components/index.js +3 -3
- package/dist/bundled/v2/hooks/useOverflow.d.ts +4 -1
- package/dist/bundled/v2/hooks/useOverflow.js +10 -3
- package/dist/bundled/v2/hooks/useResponsive/useResponsive.js +1 -1
- package/dist/bundled/v2/{index-a488b35e.js → index-a77d7adf.js} +23 -1
- package/dist/bundled/v2/index.js +4 -4
- package/dist/bundled/v2/{useFocusTrap-44eded81.js → useFocusTrap-dad25115.js} +1 -1
- package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-37e2fc0e.js → OrBottomSheet.vue_vue_type_script_lang-5c209d34.js} +2 -2
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-bc25bb37.js → OrButton.vue_vue_type_script_lang-0f7bda53.js} +1 -1
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-77bcd3a8.js → OrCardCollection.vue_vue_type_script_lang-4bbd52e3.js} +1 -1
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-81901ad7.js → OrCardCollection.vue_vue_type_script_lang-832a6115.js} +3 -3
- package/dist/bundled/v3/{OrCheckboxGroup.vue_vue_type_script_lang-ada59489.js → OrCheckboxGroup.vue_vue_type_script_lang-850a6eba.js} +1 -1
- package/dist/bundled/v3/{OrCheckboxTree.vue_vue_type_script_lang-aea94f67.js → OrCheckboxTree.vue_vue_type_script_lang-daa18318.js} +2 -2
- package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-12e5e92d.js → OrCode.vue_vue_type_script_lang-3a6280cf.js} +2 -2
- package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-9008d0ff.js → OrCode.vue_vue_type_script_lang-e7e395eb.js} +2 -2
- package/dist/bundled/v3/{OrColorPicker.vue_vue_type_script_lang-5c6fd662.js → OrColorPicker.vue_vue_type_script_lang-ae778af6.js} +2 -2
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-22a73313.js → OrConfirm.vue_vue_type_script_lang-1c3c49c8.js} +6 -6
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-5dd6c37e.js → OrConfirm.vue_vue_type_script_lang-9ed9ba84.js} +4 -4
- package/dist/bundled/v3/{OrContextMenu.vue_vue_type_script_lang-4d5e445b.js → OrContextMenu.vue_vue_type_script_lang-6caa81c0.js} +1 -1
- package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-eeb33130.js → OrDatePicker.vue_vue_type_script_lang-b2bdcc61.js} +4 -4
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-a75fb98f.js → OrDateTimePicker.vue_vue_type_script_lang-a4f4d0dd.js} +1 -1
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-3b26d48d.js → OrDateTimePicker.vue_vue_type_script_lang-fcacd5d0.js} +5 -5
- package/dist/bundled/v3/{OrDateTimePickerPopoverHeader-0c4c9bbc.js → OrDateTimePickerPopoverHeader-0ebbb959.js} +4 -4
- package/dist/bundled/v3/{OrDateTimePickerPopoverHeader.vue_vue_type_script_lang-f2f452de.js → OrDateTimePickerPopoverHeader.vue_vue_type_script_lang-c9eb540e.js} +1 -1
- package/dist/bundled/v3/{OrDateTimePickerTimeSelect-ca150449.js → OrDateTimePickerTimeSelect-934093b2.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-a35c30ce.js → OrIconButton.vue_vue_type_script_lang-6a53a819.js} +1 -1
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-df7eb768.js → OrInlineInput.vue_vue_type_script_lang-c5b3b8f5.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextEdit.vue_vue_type_script_lang-70b79aec.js → OrInlineTextEdit.vue_vue_type_script_lang-3efb497c.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-4f7dfa64.js → OrInlineTextarea.vue_vue_type_script_lang-b36f6ddd.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-bea5b267.js → OrInput.vue_vue_type_script_lang-f558bdbb.js} +2 -2
- package/dist/bundled/v3/{OrLoader.vue_vue_type_script_lang-aefd49c2.js → OrLoader.vue_vue_type_script_lang-e4fbf869.js} +1 -1
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-c4b4ca1b.js → OrMenu.vue_vue_type_script_lang-2ef9ec71.js} +1 -1
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-712e0986.js → OrModal.vue_vue_type_script_lang-a7ac4ac5.js} +2 -2
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-09c00129.js → OrModal.vue_vue_type_script_lang-c4d31fae.js} +2 -2
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-b53d29af.js → OrNotification.vue_vue_type_script_lang-eaf4f467.js} +1 -1
- package/dist/bundled/v3/{OrOverflowMenu.vue_vue_type_script_lang-bba61b94.js → OrOverflowMenu.vue_vue_type_script_lang-fa75e033.js} +2 -2
- package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-a2afd31a.js → OrOverlay.vue_vue_type_script_lang-5b1f4a36.js} +1 -1
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-5b33bd96.js → OrPagination.vue_vue_type_script_lang-8a01d103.js} +2 -2
- package/dist/bundled/v3/{OrPassword.vue_vue_type_script_lang-b36b869a.js → OrPassword.vue_vue_type_script_lang-5cacdf5e.js} +1 -1
- package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-2462c31d.js → OrPopover.vue_vue_type_script_lang-d7c493af.js} +2 -2
- package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-f2da8e58.js → OrProgress.vue_vue_type_script_lang-9f7dcc82.js} +1 -1
- package/dist/bundled/v3/{OrResizeablePanel.vue_vue_type_script_lang-6ff56926.js → OrResizeablePanel.vue_vue_type_script_lang-b521771e.js} +2 -2
- package/dist/bundled/v3/{OrRichTextEditor.vue_vue_type_script_lang-3e868b85.js → OrRichTextEditor.vue_vue_type_script_lang-88d8212b.js} +8 -8
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-44935ef1.js → OrSearch.vue_vue_type_script_lang-89527d71.js} +1 -1
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-12b1c76f.js → OrSearch.vue_vue_type_script_lang-e756d8a8.js} +2 -2
- package/dist/bundled/v3/OrSelect.vue_vue_type_script_lang-3c895f3a.js +746 -0
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-0ae0fd63.js → OrSelect.vue_vue_type_script_lang-a4d17559.js} +1 -1
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-509fb105.js → OrSidebar.vue_vue_type_script_lang-314721d5.js} +1 -1
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-696f6851.js → OrSidebar.vue_vue_type_script_lang-f69f92ca.js} +1 -1
- package/dist/bundled/v3/{OrSlider.vue_vue_type_script_lang-e0c33892.js → OrSlider.vue_vue_type_script_lang-207c0596.js} +1 -1
- package/dist/bundled/v3/{OrSorting.vue_vue_type_script_lang-9c054059.js → OrSorting.vue_vue_type_script_lang-257e1c8b.js} +2 -2
- package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-188b038b.js → OrSwitch.vue_vue_type_script_lang-032fd11a.js} +1 -1
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-c06d9565.js → OrTabs.vue_vue_type_script_lang-ddac6c54.js} +2 -2
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-e4811b42.js → OrTag.vue_vue_type_script_lang-6c0094be.js} +1 -1
- package/dist/bundled/v3/{OrTagInput.vue_vue_type_script_lang-c074503e.js → OrTagInput.vue_vue_type_script_lang-cef895f1.js} +71 -14
- package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-ffa6d728.js → OrTags.vue_vue_type_script_lang-ab2ccd23.js} +45 -10
- package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-9f7d944b.js → OrTimePicker.vue_vue_type_script_lang-5c3cd13d.js} +4 -4
- package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-2ae21641.js → OrToastContainer.vue_vue_type_script_lang-2905654d.js} +1 -1
- package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-671d567d.js → OrToastContainer.vue_vue_type_script_lang-ccc99bf4.js} +1 -1
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-28b89a3e.js → OrTooltip.vue_vue_type_script_lang-dd0c252d.js} +1 -1
- package/dist/bundled/v3/{OrTree.vue_vue_type_script_lang-5f86b587.js → OrTree.vue_vue_type_script_lang-cd793811.js} +2 -2
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +2 -2
- package/dist/bundled/v3/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +1 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/index.js +1 -1
- package/dist/bundled/v3/components/OrButtonV3/OrButton.js +2 -2
- package/dist/bundled/v3/components/OrButtonV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.js +2 -2
- package/dist/bundled/v3/components/OrCardCollection/index.js +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +2 -2
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +2 -2
- package/dist/bundled/v3/components/OrCheckboxGroupV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +2 -2
- package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCode/OrCode.js +2 -2
- package/dist/bundled/v3/components/OrCode/index.js +1 -1
- package/dist/bundled/v3/components/OrCodeV3/OrCode.js +2 -2
- package/dist/bundled/v3/components/OrCodeV3/index.js +1 -1
- package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.js +2 -2
- package/dist/bundled/v3/components/OrColorPicker/index.js +1 -1
- package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +2 -2
- package/dist/bundled/v3/components/OrConfirm/index.js +1 -1
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +2 -2
- package/dist/bundled/v3/components/OrConfirmV3/index.js +1 -1
- package/dist/bundled/v3/components/OrContextMenuV3/OrContextMenu.js +2 -2
- package/dist/bundled/v3/components/OrContextMenuV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +2 -2
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.js +2 -2
- package/dist/bundled/v3/components/OrDateTimePicker/index.js +1 -1
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +2 -2
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +4 -4
- package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.js +2 -2
- package/dist/bundled/v3/components/OrExpansionPanelV3/index.js +1 -1
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +2 -2
- package/dist/bundled/v3/components/OrIconButtonV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +2 -2
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.js +2 -2
- package/dist/bundled/v3/components/OrInlineTextEdit/index.js +1 -1
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +2 -2
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +1 -1
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +2 -2
- package/dist/bundled/v3/components/OrInputV3/index.js +1 -1
- package/dist/bundled/v3/components/OrLoaderV3/OrLoader.js +2 -2
- package/dist/bundled/v3/components/OrLoaderV3/index.js +1 -1
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +2 -2
- package/dist/bundled/v3/components/OrMenuV3/index.js +1 -1
- package/dist/bundled/v3/components/OrModal/OrModal.js +2 -2
- package/dist/bundled/v3/components/OrModal/index.js +1 -1
- package/dist/bundled/v3/components/OrModalV3/OrModal.js +2 -2
- package/dist/bundled/v3/components/OrModalV3/index.js +1 -1
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +2 -2
- package/dist/bundled/v3/components/OrNotificationV3/index.js +1 -1
- package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.js +2 -2
- package/dist/bundled/v3/components/OrOverflowMenu/index.js +1 -1
- package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.js +2 -2
- package/dist/bundled/v3/components/OrOverlayV3/index.js +1 -1
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +2 -2
- package/dist/bundled/v3/components/OrPaginationV3/index.js +1 -1
- package/dist/bundled/v3/components/OrPassword/OrPassword.js +2 -2
- package/dist/bundled/v3/components/OrPassword/index.js +1 -1
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +2 -2
- package/dist/bundled/v3/components/OrPopoverV3/index.js +1 -1
- package/dist/bundled/v3/components/OrProgressV3/OrProgress.js +2 -2
- package/dist/bundled/v3/components/OrProgressV3/index.js +1 -1
- package/dist/bundled/v3/components/OrResizeablePanelV3/OrResizeablePanel.js +2 -2
- package/dist/bundled/v3/components/OrResizeablePanelV3/index.js +1 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +2 -2
- package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSearch/OrSearch.js +2 -2
- package/dist/bundled/v3/components/OrSearch/index.js +1 -1
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +2 -2
- package/dist/bundled/v3/components/OrSearchV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSelect/OrSelect.js +2 -2
- package/dist/bundled/v3/components/OrSelect/index.js +1 -1
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +52 -84
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.vue.d.ts +21 -19
- package/dist/bundled/v3/components/OrSelectV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSelectV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrSelectV3/types.d.ts +3 -1
- package/dist/bundled/v3/components/OrSidebar/OrSidebar.js +2 -2
- package/dist/bundled/v3/components/OrSidebar/index.js +1 -1
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +2 -2
- package/dist/bundled/v3/components/OrSidebarV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSlider/OrSlider.js +2 -2
- package/dist/bundled/v3/components/OrSlider/index.js +1 -1
- package/dist/bundled/v3/components/OrSortingV3/OrSorting.js +2 -2
- package/dist/bundled/v3/components/OrSortingV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.js +2 -2
- package/dist/bundled/v3/components/OrSwitchV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +2 -2
- package/dist/bundled/v3/components/OrTabsV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +60 -39
- package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.vue.d.ts +31 -12
- 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/OrTagV3/OrTag.js +2 -2
- package/dist/bundled/v3/components/OrTagV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTagsV3/OrTags.js +22 -15
- package/dist/bundled/v3/components/OrTagsV3/OrTags.vue.d.ts +21 -7
- package/dist/bundled/v3/components/OrTagsV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTagsV3/props.d.ts +3 -1
- package/dist/bundled/v3/components/OrTagsV3/props.js +4 -0
- package/dist/bundled/v3/components/OrTagsV3/styles.js +15 -5
- package/dist/bundled/v3/components/OrTagsV3/types.d.ts +6 -0
- package/dist/bundled/v3/components/OrTagsV3/types.js +1 -0
- package/dist/bundled/v3/components/OrTagsV3/utils/castToTag.d.ts +2 -0
- package/dist/bundled/v3/components/OrTagsV3/utils/castToTag.js +12 -0
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +2 -2
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrToast/Timer.js +1 -1
- package/dist/bundled/v3/components/OrToast/composable/useToastEventBus.js +2 -2
- package/dist/bundled/v3/components/OrToast/index.js +1 -1
- package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.js +2 -2
- package/dist/bundled/v3/components/OrToastContainer/index.js +1 -1
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +2 -2
- package/dist/bundled/v3/components/OrToastContainerV3/index.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/OrToast.js +2 -2
- package/dist/bundled/v3/components/OrToastV3/Timer.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/OrTooltipV3/OrTooltip.js +2 -2
- package/dist/bundled/v3/components/OrTooltipV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTreeV3/OrTree.js +2 -2
- package/dist/bundled/v3/components/OrTreeV3/index.js +1 -1
- package/dist/bundled/v3/components/index.js +55 -55
- package/dist/bundled/v3/hooks/useOverflow.d.ts +4 -1
- package/dist/bundled/v3/hooks/useOverflow.js +10 -3
- package/dist/bundled/v3/hooks/usePopoverState.js +1 -1
- package/dist/bundled/v3/hooks/useResponsive/useResponsive.js +1 -1
- package/dist/bundled/v3/{index-6c0c514a.js → index-0f230746.js} +1 -1
- package/dist/bundled/v3/{index-544e4b4e.js → index-6cbf1493.js} +1 -1
- package/dist/bundled/v3/{index-5baaa991.js → index-c5cda763.js} +24 -2
- package/dist/bundled/v3/index.js +56 -56
- package/dist/bundled/v3/{useFocusTrap-7acc7be5.js → useFocusTrap-aa5b17f6.js} +2 -2
- package/dist/esm/v2/{OrSelect-57af5b9a.js → OrSelect-578bcee2.js} +147 -197
- package/dist/esm/v2/OrSelectControlInput-28c226f8.js +140 -0
- package/dist/esm/v2/OrSelectMultipleControl-961d8d6a.js +209 -0
- package/dist/esm/v2/OrSelectPlaceholder-f36f4e40.js +69 -0
- package/dist/esm/v2/OrSelectSingleControl-76b29e0b.js +153 -0
- package/dist/esm/v2/{OrTagInput-51521313.js → OrTagInput-7f917d41.js} +140 -70
- package/dist/esm/v2/{OrTags-98807166.js → OrTags-ed4ddf4d.js} +86 -25
- package/dist/esm/v2/components/index.js +8 -4
- package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +48 -29
- package/dist/esm/v2/components/or-select-v3/index.js +9 -3
- package/dist/esm/v2/components/or-select-v3/partials/index.d.ts +3 -0
- package/dist/esm/v2/components/or-select-v3/partials/index.js +32 -0
- package/dist/esm/v2/components/or-select-v3/partials/or-select-control-input/OrSelectControlInput.vue.d.ts +73 -0
- package/dist/esm/v2/components/or-select-v3/partials/or-select-control-input/index.d.ts +1 -0
- package/dist/esm/v2/components/or-select-v3/partials/or-select-control-input/index.js +10 -0
- package/dist/esm/v2/components/or-select-v3/partials/or-select-control-input/styles.d.ts +1 -0
- package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/OrSelectMultipleControl.vue.d.ts +140 -0
- package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/index.d.ts +1 -0
- package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/index.js +31 -0
- package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/styles.d.ts +1 -0
- package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/utils/castToMultipleModel.d.ts +2 -0
- package/dist/esm/v2/components/or-select-v3/partials/or-select-placeholder/index.d.ts +1 -0
- package/dist/esm/v2/components/or-select-v3/partials/or-select-placeholder/index.js +3 -0
- package/dist/esm/v2/components/or-select-v3/partials/or-select-single-control/OrSelectSingleControl.vue.d.ts +107 -0
- package/dist/esm/v2/components/or-select-v3/partials/or-select-single-control/index.d.ts +1 -0
- package/dist/esm/v2/components/or-select-v3/partials/or-select-single-control/index.js +13 -0
- package/dist/esm/v2/components/or-select-v3/partials/or-select-single-control/styles.d.ts +1 -0
- package/dist/esm/v2/components/or-select-v3/types.d.ts +3 -1
- package/dist/esm/v2/components/or-tag-input-v3/OrTagInput.vue.d.ts +59 -14
- package/dist/esm/v2/components/or-tag-input-v3/index.js +4 -4
- package/dist/esm/v2/components/or-tags-v3/OrTags.vue.d.ts +32 -12
- package/dist/esm/v2/components/or-tags-v3/index.js +2 -2
- package/dist/esm/v2/components/or-tags-v3/props.d.ts +3 -1
- package/dist/esm/v2/components/or-tags-v3/types.d.ts +6 -0
- package/dist/esm/v2/components/or-tags-v3/utils/castToTag.d.ts +2 -0
- package/dist/esm/v2/hooks/index.js +1 -1
- package/dist/esm/v2/hooks/useOverflow.d.ts +4 -1
- package/dist/esm/v2/index.js +8 -4
- package/dist/esm/v2/{useOverflow-ff9ae748.js → useOverflow-b482f3c9.js} +9 -2
- package/dist/esm/v3/{OrSelect-74c2c521.js → OrSelect-b359beb6.js} +134 -179
- package/dist/esm/v3/OrSelectControlInput-3297e30d.js +99 -0
- package/dist/esm/v3/OrSelectMultipleControl-3620b234.js +172 -0
- package/dist/esm/v3/OrSelectPlaceholder-10e3bf5e.js +44 -0
- package/dist/esm/v3/OrSelectSingleControl-f969c913.js +132 -0
- package/dist/esm/v3/{OrTagInput-851b05c8.js → OrTagInput-56ee7d0b.js} +129 -52
- package/dist/esm/v3/{OrTags-55b8c446.js → OrTags-52da64cd.js} +92 -26
- package/dist/esm/v3/components/index.js +8 -4
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +21 -19
- package/dist/esm/v3/components/or-select-v3/index.js +9 -3
- package/dist/esm/v3/components/or-select-v3/partials/index.d.ts +3 -0
- package/dist/esm/v3/components/or-select-v3/partials/index.js +31 -0
- package/dist/esm/v3/components/or-select-v3/partials/or-select-control-input/OrSelectControlInput.vue.d.ts +52 -0
- package/dist/esm/v3/components/or-select-v3/partials/or-select-control-input/index.d.ts +1 -0
- package/dist/esm/v3/components/or-select-v3/partials/or-select-control-input/index.js +10 -0
- package/dist/esm/v3/components/or-select-v3/partials/or-select-control-input/styles.d.ts +1 -0
- package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/OrSelectMultipleControl.vue.d.ts +94 -0
- package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/index.d.ts +1 -0
- package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/index.js +30 -0
- package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/styles.d.ts +1 -0
- package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/utils/castToMultipleModel.d.ts +2 -0
- package/dist/esm/v3/components/or-select-v3/partials/or-select-placeholder/index.d.ts +1 -0
- package/dist/esm/v3/components/or-select-v3/partials/or-select-placeholder/index.js +3 -0
- package/dist/esm/v3/components/or-select-v3/partials/or-select-single-control/OrSelectSingleControl.vue.d.ts +73 -0
- package/dist/esm/v3/components/or-select-v3/partials/or-select-single-control/index.d.ts +1 -0
- package/dist/esm/v3/components/or-select-v3/partials/or-select-single-control/index.js +13 -0
- package/dist/esm/v3/components/or-select-v3/partials/or-select-single-control/styles.d.ts +1 -0
- package/dist/esm/v3/components/or-select-v3/types.d.ts +3 -1
- package/dist/esm/v3/components/or-tag-input-v3/OrTagInput.vue.d.ts +31 -12
- package/dist/esm/v3/components/or-tag-input-v3/index.js +4 -4
- package/dist/esm/v3/components/or-tags-v3/OrTags.vue.d.ts +21 -7
- package/dist/esm/v3/components/or-tags-v3/index.js +2 -2
- package/dist/esm/v3/components/or-tags-v3/props.d.ts +3 -1
- package/dist/esm/v3/components/or-tags-v3/types.d.ts +6 -0
- package/dist/esm/v3/components/or-tags-v3/utils/castToTag.d.ts +2 -0
- package/dist/esm/v3/hooks/index.js +1 -1
- package/dist/esm/v3/hooks/useOverflow.d.ts +4 -1
- package/dist/esm/v3/index.js +8 -4
- package/dist/esm/v3/{useOverflow-ff9ae748.js → useOverflow-b482f3c9.js} +9 -2
- package/package.json +2 -3
- package/src/components/or-select-v3/OrSelect.vue +107 -115
- package/src/components/or-select-v3/partials/index.ts +3 -0
- package/src/components/or-select-v3/partials/or-select-control-input/OrSelectControlInput.vue +88 -0
- package/src/components/or-select-v3/partials/or-select-control-input/index.ts +1 -0
- package/src/components/or-select-v3/partials/or-select-control-input/styles.ts +13 -0
- package/src/components/or-select-v3/partials/or-select-multiple-control/OrSelectMultipleControl.vue +161 -0
- package/src/components/or-select-v3/partials/or-select-multiple-control/index.ts +1 -0
- package/src/components/or-select-v3/partials/or-select-multiple-control/styles.ts +6 -0
- package/src/components/or-select-v3/partials/or-select-multiple-control/utils/castToMultipleModel.ts +10 -0
- package/src/components/or-select-v3/partials/or-select-placeholder/index.ts +1 -0
- package/src/components/or-select-v3/partials/or-select-single-control/OrSelectSingleControl.vue +131 -0
- package/src/components/or-select-v3/partials/or-select-single-control/index.ts +1 -0
- package/src/components/or-select-v3/partials/or-select-single-control/styles.ts +4 -0
- package/src/components/or-select-v3/styles.ts +1 -0
- package/src/components/or-select-v3/types.ts +5 -1
- package/src/components/or-tag-input-v3/OrTagInput.vue +121 -44
- package/src/components/or-tag-input-v3/styles.ts +1 -1
- package/src/components/or-tags-v3/OrTags.vue +67 -15
- package/src/components/or-tags-v3/props.ts +4 -0
- package/src/components/or-tags-v3/styles.ts +17 -2
- package/src/components/or-tags-v3/types.ts +6 -0
- package/src/components/or-tags-v3/utils/castToTag.ts +11 -0
- package/src/hooks/useOverflow.ts +13 -3
- package/dist/bundled/v3/OrSelect.vue_vue_type_script_lang-d1d57fd5.js +0 -352
- /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-06eb6ce3.js → OrDateTimePickerMonthSelect-0dfe417f.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerPopoverHeader-fceb3125.js → OrDateTimePickerPopoverHeader-20b13137.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerTimeSelect-5ebd3f35.js → OrDateTimePickerTimeSelect-02a369fb.js} +0 -0
- /package/dist/bundled/v3/{OrExpansionPanel.vue_vue_type_script_lang-d7c2d142.js → OrExpansionPanel.vue_vue_type_script_lang-6efa4414.js} +0 -0
|
@@ -1,64 +1,27 @@
|
|
|
1
|
-
import { defineComponent, ref, computed,
|
|
1
|
+
import { defineComponent, getCurrentInstance, ref, computed, toRefs, onMounted, watch } from 'vue-demi';
|
|
2
2
|
import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-06d651cf.js';
|
|
3
|
-
import { u as useOverflow } from './useOverflow-ff9ae748.js';
|
|
4
3
|
import '@vueuse/core';
|
|
4
|
+
import './dom-aecadd9a.js';
|
|
5
|
+
import { i as isEmptyValue } from './isEmptyValue-fd56a6e4.js';
|
|
5
6
|
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
6
7
|
import { u as useResponsive } from './useResponsive-5c8291da.js';
|
|
7
8
|
import '@onereach/styles/tailwind.config.json';
|
|
8
|
-
import {
|
|
9
|
-
import { s as script$
|
|
10
|
-
import { s as script$
|
|
11
|
-
import { s as script$
|
|
12
|
-
import { s as script$
|
|
13
|
-
import { s as script$7 } from './
|
|
14
|
-
import { s as script$
|
|
15
|
-
import { s as script$9
|
|
16
|
-
import { s as script$
|
|
17
|
-
import { s as script$
|
|
18
|
-
import { s as script$
|
|
19
|
-
import {
|
|
20
|
-
import { s as script$
|
|
21
|
-
import {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
// Interactivity
|
|
25
|
-
'interactivity-default',
|
|
26
|
-
// Typography
|
|
27
|
-
'typography-inherit truncate',
|
|
28
|
-
// Theme
|
|
29
|
-
'theme-foreground-outline', 'dark:theme-foreground-outline-dark'];
|
|
30
|
-
|
|
31
|
-
var script$1 = defineComponent({
|
|
32
|
-
props: {
|
|
33
|
-
disabled: {
|
|
34
|
-
type: Boolean,
|
|
35
|
-
default: false
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
expose: ['root'],
|
|
39
|
-
setup() {
|
|
40
|
-
// Refs
|
|
41
|
-
const root = ref();
|
|
42
|
-
// Styles
|
|
43
|
-
const rootStyles = computed(() => ['or-select-placeholder-v3', ...SelectPlaceholder]);
|
|
44
|
-
return {
|
|
45
|
-
root,
|
|
46
|
-
rootStyles
|
|
47
|
-
};
|
|
48
|
-
}
|
|
49
|
-
});
|
|
50
|
-
|
|
51
|
-
const _hoisted_1$1 = ["disabled"];
|
|
52
|
-
function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
53
|
-
return openBlock(), createElementBlock("div", {
|
|
54
|
-
ref: "root",
|
|
55
|
-
class: normalizeClass(_ctx.rootStyles),
|
|
56
|
-
disabled: _ctx.disabled ? '' : null
|
|
57
|
-
}, [renderSlot(_ctx.$slots, "default")], 10 /* CLASS, PROPS */, _hoisted_1$1);
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
script$1.render = render$1;
|
|
61
|
-
script$1.__file = "src/components/or-select-v3/partials/or-select-placeholder/OrSelectPlaceholder.vue";
|
|
9
|
+
import { s as script$3 } from './OrCheckbox-4e9a3021.js';
|
|
10
|
+
import { s as script$4 } from './OrError-69bd7f6a.js';
|
|
11
|
+
import { s as script$5 } from './OrExpansionPanel-164af8b7.js';
|
|
12
|
+
import { s as script$6 } from './OrHint-55d3de35.js';
|
|
13
|
+
import { s as script$8 } from './OrIconButton-c89f733b.js';
|
|
14
|
+
import { s as script$7 } from './OrIcon-3e27d5fb.js';
|
|
15
|
+
import { s as script$a, I as InputBoxSize } from './OrInputBox-912a6254.js';
|
|
16
|
+
import { s as script$9 } from './OrInput-0db1e05f.js';
|
|
17
|
+
import { s as script$b } from './OrLabel-b826da04.js';
|
|
18
|
+
import { s as script$c } from './OrMenuItem-fdc66517.js';
|
|
19
|
+
import { s as script$d } from './OrPopover-3b07d49e.js';
|
|
20
|
+
import { T as TagsOverflow } from './OrTags-52da64cd.js';
|
|
21
|
+
import { s as script$1 } from './OrSelectMultipleControl-3620b234.js';
|
|
22
|
+
import { s as script$2 } from './OrSelectSingleControl-f969c913.js';
|
|
23
|
+
import './OrSelectPlaceholder-10e3bf5e.js';
|
|
24
|
+
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, createElementVNode, withModifiers, createVNode, Fragment, renderList, vShow } from 'vue';
|
|
62
25
|
|
|
63
26
|
const Select = [
|
|
64
27
|
// Layout
|
|
@@ -67,7 +30,7 @@ const Select = [
|
|
|
67
30
|
'gap-xs'];
|
|
68
31
|
const SelectControl = [
|
|
69
32
|
// Layout
|
|
70
|
-
'layout-row',
|
|
33
|
+
'layout-row', 'w-full',
|
|
71
34
|
// Layout (empty)
|
|
72
35
|
'empty:hidden',
|
|
73
36
|
// Overflow
|
|
@@ -115,19 +78,19 @@ const SelectNoSearchResults = [
|
|
|
115
78
|
|
|
116
79
|
var script = defineComponent({
|
|
117
80
|
components: {
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
81
|
+
OrSelectMultipleControl: script$1,
|
|
82
|
+
OrSelectSingleControl: script$2,
|
|
83
|
+
OrCheckbox: script$3,
|
|
84
|
+
OrError: script$4,
|
|
85
|
+
OrExpansionPanel: script$5,
|
|
86
|
+
OrHint: script$6,
|
|
87
|
+
OrIcon: script$7,
|
|
88
|
+
OrIconButton: script$8,
|
|
89
|
+
OrInput: script$9,
|
|
90
|
+
OrInputBox: script$a,
|
|
91
|
+
OrLabel: script$b,
|
|
92
|
+
OrMenuItem: script$c,
|
|
93
|
+
OrPopover: script$d
|
|
131
94
|
},
|
|
132
95
|
directives: {
|
|
133
96
|
DropdownClose,
|
|
@@ -166,10 +129,6 @@ var script = defineComponent({
|
|
|
166
129
|
type: String,
|
|
167
130
|
default: undefined
|
|
168
131
|
},
|
|
169
|
-
searchPlaceholder: {
|
|
170
|
-
type: String,
|
|
171
|
-
default: undefined
|
|
172
|
-
},
|
|
173
132
|
hint: {
|
|
174
133
|
type: String,
|
|
175
134
|
default: undefined
|
|
@@ -216,6 +175,10 @@ var script = defineComponent({
|
|
|
216
175
|
externalControl: {
|
|
217
176
|
type: Boolean,
|
|
218
177
|
default: false
|
|
178
|
+
},
|
|
179
|
+
overflow: {
|
|
180
|
+
type: String,
|
|
181
|
+
default: TagsOverflow.Hidden
|
|
219
182
|
}
|
|
220
183
|
},
|
|
221
184
|
emits: ['update:modelValue', 'focus', 'blur', 'search'],
|
|
@@ -231,6 +194,8 @@ var script = defineComponent({
|
|
|
231
194
|
return (_a = inputBox.value) === null || _a === void 0 ? void 0 : _a.root;
|
|
232
195
|
});
|
|
233
196
|
const control = ref();
|
|
197
|
+
const multipleControl = ref();
|
|
198
|
+
const singleControl = ref();
|
|
234
199
|
const searchControl = ref();
|
|
235
200
|
const popover = ref();
|
|
236
201
|
const popoverRoot = computed(() => {
|
|
@@ -244,7 +209,9 @@ var script = defineComponent({
|
|
|
244
209
|
// Props
|
|
245
210
|
const {
|
|
246
211
|
enableClear,
|
|
247
|
-
|
|
212
|
+
enableSearch,
|
|
213
|
+
modelValue,
|
|
214
|
+
multiple
|
|
248
215
|
} = toRefs(props);
|
|
249
216
|
// Styles
|
|
250
217
|
const rootStyles = computed(() => ['or-select-v3', ...Select]);
|
|
@@ -270,14 +237,15 @@ var script = defineComponent({
|
|
|
270
237
|
proxyModelValue.value = [];
|
|
271
238
|
}
|
|
272
239
|
});
|
|
273
|
-
const
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
240
|
+
const focused = computed(() => {
|
|
241
|
+
var _a, _b;
|
|
242
|
+
if (multiple.value) {
|
|
243
|
+
return (_a = multipleControl.value) === null || _a === void 0 ? void 0 : _a.focused;
|
|
244
|
+
} else {
|
|
245
|
+
return (_b = singleControl.value) === null || _b === void 0 ? void 0 : _b.focused;
|
|
278
246
|
}
|
|
279
|
-
return props.options.find(option => option.value === modelValue);
|
|
280
247
|
});
|
|
248
|
+
const readonly = computed(() => context.attrs.readonly);
|
|
281
249
|
const internalSearchOptions = ref(props.options);
|
|
282
250
|
const resolvedSearchOptions = computed(() => {
|
|
283
251
|
return props.externalControl ? props.searchOptions : internalSearchOptions.value;
|
|
@@ -314,49 +282,69 @@ var script = defineComponent({
|
|
|
314
282
|
if (!readonly.value && !props.disabled) {
|
|
315
283
|
const popoverInstance = popover.value;
|
|
316
284
|
if (popoverInstance) {
|
|
317
|
-
if (popoverState.value === 'open') {
|
|
318
|
-
|
|
285
|
+
if (popoverState.value === 'open' && !focused.value) {
|
|
286
|
+
close();
|
|
319
287
|
} else {
|
|
320
|
-
|
|
288
|
+
open();
|
|
289
|
+
focus();
|
|
321
290
|
}
|
|
322
291
|
}
|
|
323
292
|
}
|
|
324
293
|
}
|
|
294
|
+
function open() {
|
|
295
|
+
const popoverInstance = popover.value;
|
|
296
|
+
if (popoverInstance) {
|
|
297
|
+
popoverInstance.open();
|
|
298
|
+
}
|
|
299
|
+
}
|
|
325
300
|
function close() {
|
|
326
301
|
const popoverInstance = popover.value;
|
|
327
302
|
if (popoverInstance) {
|
|
328
303
|
popoverInstance.close();
|
|
329
304
|
}
|
|
330
305
|
}
|
|
306
|
+
function focus() {
|
|
307
|
+
if (enableSearch.value) {
|
|
308
|
+
const controlInstance = multiple.value ? multipleControl.value : singleControl.value;
|
|
309
|
+
if (controlInstance) {
|
|
310
|
+
controlInstance.focus();
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
}
|
|
331
314
|
function deselect(option) {
|
|
332
315
|
const modelValue = proxyModelValue.value;
|
|
333
316
|
if (Array.isArray(modelValue)) {
|
|
334
|
-
proxyModelValue.value = modelValue.filter(value => value !== option
|
|
317
|
+
proxyModelValue.value = modelValue.filter(value => value !== option);
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
function toggleOption(option) {
|
|
321
|
+
const modelValue = proxyModelValue.value;
|
|
322
|
+
if (Array.isArray(modelValue)) {
|
|
323
|
+
if (modelValue.includes(option)) {
|
|
324
|
+
deselect(option);
|
|
325
|
+
} else {
|
|
326
|
+
proxyModelValue.value = [...modelValue, option];
|
|
327
|
+
}
|
|
328
|
+
} else {
|
|
329
|
+
proxyModelValue.value = option;
|
|
335
330
|
}
|
|
331
|
+
clearSearchControl();
|
|
336
332
|
}
|
|
337
333
|
function clearSearchControl() {
|
|
338
334
|
searchText.value = '';
|
|
339
335
|
}
|
|
340
|
-
const {
|
|
341
|
-
innerItems,
|
|
342
|
-
outerItems
|
|
343
|
-
} = useOverflow(control);
|
|
344
336
|
// Utils
|
|
345
337
|
const {
|
|
346
338
|
isDesktop,
|
|
347
339
|
isMobile
|
|
348
340
|
} = useResponsive();
|
|
349
|
-
// Effects
|
|
350
|
-
watch(searchControl, control => {
|
|
351
|
-
setTimeout(() => {
|
|
352
|
-
control === null || control === void 0 ? void 0 : control.focus();
|
|
353
|
-
});
|
|
354
|
-
});
|
|
355
341
|
return {
|
|
356
342
|
root,
|
|
357
343
|
inputBox,
|
|
358
344
|
inputBoxRoot,
|
|
359
345
|
control,
|
|
346
|
+
multipleControl,
|
|
347
|
+
singleControl,
|
|
360
348
|
searchControl,
|
|
361
349
|
popover,
|
|
362
350
|
popoverRoot,
|
|
@@ -372,17 +360,16 @@ var script = defineComponent({
|
|
|
372
360
|
readonly,
|
|
373
361
|
isEmptyModelValue,
|
|
374
362
|
showClear,
|
|
375
|
-
selection,
|
|
376
363
|
searchText,
|
|
377
364
|
internalSearchOptions,
|
|
378
365
|
resolvedSearchOptions,
|
|
379
366
|
groupedOptions,
|
|
380
367
|
toggle,
|
|
381
368
|
close,
|
|
369
|
+
open,
|
|
382
370
|
deselect,
|
|
371
|
+
toggleOption,
|
|
383
372
|
clearSearchControl,
|
|
384
|
-
innerItems,
|
|
385
|
-
outerItems,
|
|
386
373
|
isDesktop,
|
|
387
374
|
isMobile
|
|
388
375
|
};
|
|
@@ -391,28 +378,22 @@ var script = defineComponent({
|
|
|
391
378
|
|
|
392
379
|
const _hoisted_1 = ["id", "tabindex", "disabled"];
|
|
393
380
|
const _hoisted_2 = {
|
|
394
|
-
class: "truncate"
|
|
395
|
-
};
|
|
396
|
-
const _hoisted_3 = {
|
|
397
|
-
key: 2,
|
|
398
|
-
class: /*#__PURE__*/normalizeClass(['grow'])
|
|
399
|
-
};
|
|
400
|
-
const _hoisted_4 = {
|
|
401
381
|
class: /*#__PURE__*/normalizeClass(['layout-inline-row', 'gap-sm'])
|
|
402
382
|
};
|
|
403
|
-
const
|
|
383
|
+
const _hoisted_3 = ["onClick"];
|
|
384
|
+
const _hoisted_4 = {
|
|
404
385
|
class: /*#__PURE__*/normalizeClass(['contents'])
|
|
405
386
|
};
|
|
406
|
-
const
|
|
387
|
+
const _hoisted_5 = {
|
|
407
388
|
class: /*#__PURE__*/normalizeClass(['contents'])
|
|
408
389
|
};
|
|
409
390
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
410
391
|
const _component_OrLabel = resolveComponent("OrLabel");
|
|
411
|
-
const
|
|
412
|
-
const
|
|
413
|
-
const _component_OrInput = resolveComponent("OrInput");
|
|
392
|
+
const _component_OrSelectMultipleControl = resolveComponent("OrSelectMultipleControl");
|
|
393
|
+
const _component_OrSelectSingleControl = resolveComponent("OrSelectSingleControl");
|
|
414
394
|
const _component_OrIconButton = resolveComponent("OrIconButton");
|
|
415
395
|
const _component_OrIcon = resolveComponent("OrIcon");
|
|
396
|
+
const _component_OrInput = resolveComponent("OrInput");
|
|
416
397
|
const _component_OrCheckbox = resolveComponent("OrCheckbox");
|
|
417
398
|
const _component_OrMenuItem = resolveComponent("OrMenuItem");
|
|
418
399
|
const _component_OrExpansionPanel = resolveComponent("OrExpansionPanel");
|
|
@@ -438,7 +419,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
438
419
|
_: 3 /* FORWARDED */
|
|
439
420
|
}, 8 /* PROPS */, ["control-id", "required", "disabled"])) : createCommentVNode("v-if", true), withDirectives((openBlock(), createBlock(_component_OrInputBox, {
|
|
440
421
|
ref: "inputBox",
|
|
441
|
-
class: normalizeClass([_ctx.popoverState === 'open' && (_ctx.popover.isFlipped ? 'rounded-t-0' : 'rounded-b-0')]),
|
|
422
|
+
class: normalizeClass([_ctx.popoverState === 'open' && (_ctx.popover && _ctx.popover.isFlipped ? 'rounded-t-0' : 'rounded-b-0')]),
|
|
442
423
|
variant: _ctx.disableDefaultStyles ? 'unstyled' : 'styled',
|
|
443
424
|
size: _ctx.size,
|
|
444
425
|
invalid: !!_ctx.error,
|
|
@@ -451,74 +432,51 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
451
432
|
class: normalizeClass(_ctx.controlStyles),
|
|
452
433
|
tabindex: !_ctx.disabled ? 0 : null,
|
|
453
434
|
disabled: _ctx.disabled,
|
|
454
|
-
onFocus: _cache[
|
|
455
|
-
onBlur: _cache[
|
|
456
|
-
}, [_ctx
|
|
457
|
-
key: 0
|
|
458
|
-
}, [!_ctx.isEmptyModelValue ? renderSlot(_ctx.$slots, "valueTemplate", {
|
|
459
|
-
key: 0,
|
|
435
|
+
onFocus: _cache[2] || (_cache[2] = $event => _ctx.$emit('focus', $event)),
|
|
436
|
+
onBlur: _cache[3] || (_cache[3] = $event => _ctx.$emit('blur', $event))
|
|
437
|
+
}, [renderSlot(_ctx.$slots, "valueTemplate", {
|
|
460
438
|
model: _ctx.proxyModelValue
|
|
461
|
-
}, () => [(openBlock(
|
|
462
|
-
return openBlock(), createBlock(_component_OrTag, {
|
|
463
|
-
key: option.value,
|
|
464
|
-
variant: _ctx.readonly || _ctx.disabled ? 'tag' : 'reset',
|
|
465
|
-
disabled: _ctx.disabled,
|
|
466
|
-
onReset: $event => _ctx.deselect(option)
|
|
467
|
-
}, {
|
|
468
|
-
default: withCtx(() => [createTextVNode(toDisplayString(option.label), 1 /* TEXT */)]),
|
|
469
|
-
|
|
470
|
-
_: 2 /* DYNAMIC */
|
|
471
|
-
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["variant", "disabled", "onReset"]);
|
|
472
|
-
}), 128 /* KEYED_FRAGMENT */))]) : _ctx.popoverState === 'closed' || !_ctx.enableSearch ? (openBlock(), createBlock(_component_OrSelectPlaceholder, {
|
|
473
|
-
key: 1,
|
|
474
|
-
disabled: _ctx.disabled
|
|
475
|
-
}, {
|
|
476
|
-
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.placeholder), 1 /* TEXT */)]),
|
|
477
|
-
|
|
478
|
-
_: 1 /* STABLE */
|
|
479
|
-
}, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 64 /* STABLE_FRAGMENT */)) : (openBlock(), createElementBlock(Fragment, {
|
|
480
|
-
key: 1
|
|
481
|
-
}, [!_ctx.isEmptyModelValue ? renderSlot(_ctx.$slots, "valueTemplate", {
|
|
439
|
+
}, () => [_ctx.multiple ? (openBlock(), createBlock(_component_OrSelectMultipleControl, {
|
|
482
440
|
key: 0,
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
441
|
+
ref: "multipleControl",
|
|
442
|
+
modelValue: _ctx.searchText,
|
|
443
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.searchText = $event),
|
|
444
|
+
options: _ctx.options,
|
|
445
|
+
model: _ctx.proxyModelValue,
|
|
446
|
+
placeholder: _ctx.placeholder,
|
|
447
|
+
disabled: _ctx.disabled,
|
|
448
|
+
readonly: _ctx.readonly,
|
|
449
|
+
"enable-search": _ctx.enableSearch,
|
|
450
|
+
overflow: _ctx.overflow,
|
|
451
|
+
onReset: _ctx.deselect
|
|
452
|
+
}, null, 8 /* PROPS */, ["modelValue", "options", "model", "placeholder", "disabled", "readonly", "enable-search", "overflow", "onReset"])) : (openBlock(), createBlock(_component_OrSelectSingleControl, {
|
|
494
453
|
key: 1,
|
|
495
|
-
ref: "
|
|
454
|
+
ref: "singleControl",
|
|
496
455
|
modelValue: _ctx.searchText,
|
|
497
|
-
"onUpdate:modelValue": _cache[
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
placeholder: _ctx.
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
onClick: _cache[3] || (_cache[3] = withModifiers(() => {}, ["stop"]))
|
|
504
|
-
}, null, 8 /* PROPS */, ["modelValue", "class", "placeholder", "size"])) : (openBlock(), createElementBlock("div", _hoisted_3)), createElementVNode("div", _hoisted_4, [_ctx.showClear ? (openBlock(), createBlock(_component_OrIconButton, {
|
|
456
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = $event => _ctx.searchText = $event),
|
|
457
|
+
model: _ctx.proxyModelValue,
|
|
458
|
+
options: _ctx.options,
|
|
459
|
+
placeholder: _ctx.placeholder,
|
|
460
|
+
"enable-search": _ctx.enableSearch
|
|
461
|
+
}, null, 8 /* PROPS */, ["modelValue", "model", "options", "placeholder", "enable-search"]))])], 42 /* CLASS, PROPS, HYDRATE_EVENTS */, _hoisted_1), createElementVNode("div", _hoisted_2, [_ctx.showClear ? (openBlock(), createBlock(_component_OrIconButton, {
|
|
505
462
|
key: 0,
|
|
506
463
|
icon: 'close',
|
|
507
464
|
color: 'inherit',
|
|
465
|
+
"additional-styles": ['!text-outline', '!dark:text-outline-dark'],
|
|
508
466
|
disabled: _ctx.readonly || _ctx.disabled,
|
|
509
467
|
onClick: _cache[4] || (_cache[4] = withModifiers($event => _ctx.$emit('update:modelValue', _ctx.multiple ? [] : undefined), ["stop"]))
|
|
510
468
|
}, null, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true), createVNode(_component_OrIcon, {
|
|
511
|
-
icon: _ctx.popoverState === 'open' ? 'arrow_drop_up' : 'arrow_drop_down',
|
|
469
|
+
icon: _ctx.popoverState === 'open' ? _ctx.enableSearch ? 'search' : 'arrow_drop_up' : 'arrow_drop_down',
|
|
470
|
+
class: normalizeClass(_ctx.popoverState === 'open' && _ctx.enableSearch ? '!text-outline !dark:text-outline-dark' : ''),
|
|
512
471
|
variant: 'outlined'
|
|
513
|
-
}, null, 8 /* PROPS */, ["icon"])]), createVNode(_component_OrPopover, {
|
|
472
|
+
}, null, 8 /* PROPS */, ["icon", "class"])]), createVNode(_component_OrPopover, {
|
|
514
473
|
ref: "popover",
|
|
515
474
|
variant: 'auto',
|
|
516
475
|
trigger: _ctx.inputBoxRoot,
|
|
517
476
|
placement: 'bottom',
|
|
518
477
|
"full-width": true,
|
|
519
478
|
"custom-styles": _ctx.dropdownStyles,
|
|
520
|
-
"disable-default-styles": true
|
|
521
|
-
onClose: _cache[8] || (_cache[8] = $event => _ctx.clearSearchControl())
|
|
479
|
+
"disable-default-styles": true
|
|
522
480
|
}, {
|
|
523
481
|
default: withCtx(() => [_ctx.popoverState === 'open' && _ctx.enableSearch && _ctx.isMobile ? (openBlock(), createBlock(_component_OrInput, {
|
|
524
482
|
key: 0,
|
|
@@ -527,7 +485,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
527
485
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = $event => _ctx.searchText = $event),
|
|
528
486
|
class: normalizeClass(_ctx.searchControlStyles),
|
|
529
487
|
type: 'search',
|
|
530
|
-
placeholder: _ctx.
|
|
488
|
+
placeholder: _ctx.placeholder
|
|
531
489
|
}, null, 8 /* PROPS */, ["modelValue", "class", "placeholder"])) : createCommentVNode("v-if", true), _ctx.resolvedSearchOptions.length > 0 ? (openBlock(), createElementBlock(Fragment, {
|
|
532
490
|
key: 1
|
|
533
491
|
}, [_ctx.groupByFunction ? (openBlock(true), createElementBlock(Fragment, {
|
|
@@ -563,10 +521,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
563
521
|
key: i,
|
|
564
522
|
class: normalizeClass(_ctx.dropdownItemStyles),
|
|
565
523
|
selected: _ctx.proxyModelValue === option.value,
|
|
566
|
-
onClick: withModifiers($event =>
|
|
567
|
-
_ctx.proxyModelValue = option.value;
|
|
568
|
-
_ctx.close();
|
|
569
|
-
}, ["stop"])
|
|
524
|
+
onClick: withModifiers($event => _ctx.toggleOption(option.value), ["stop"])
|
|
570
525
|
}, {
|
|
571
526
|
default: withCtx(() => [renderSlot(_ctx.$slots, "optionTemplate", {
|
|
572
527
|
model: _ctx.proxyModelValue,
|
|
@@ -586,23 +541,24 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
586
541
|
}, renderList(_ctx.resolvedSearchOptions, (option, i) => {
|
|
587
542
|
return openBlock(), createBlock(_component_OrMenuItem, {
|
|
588
543
|
key: i,
|
|
589
|
-
selected: _ctx.proxyModelValue && _ctx.proxyModelValue.includes(option.value)
|
|
544
|
+
selected: _ctx.proxyModelValue && _ctx.proxyModelValue.includes(option.value),
|
|
545
|
+
onClick: withModifiers($event => _ctx.toggleOption(option.value), ["stop"])
|
|
590
546
|
}, {
|
|
591
547
|
default: withCtx(() => [createVNode(_component_OrCheckbox, {
|
|
592
|
-
|
|
593
|
-
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => _ctx.proxyModelValue = $event),
|
|
548
|
+
"model-value": _ctx.proxyModelValue,
|
|
594
549
|
value: option.value,
|
|
595
|
-
label: option.label,
|
|
596
550
|
"label-variant": 'menu-item'
|
|
597
551
|
}, {
|
|
598
|
-
default: withCtx(() => [
|
|
552
|
+
default: withCtx(() => [createElementVNode("div", {
|
|
553
|
+
onClick: $event => _ctx.toggleOption(option.value)
|
|
554
|
+
}, [renderSlot(_ctx.$slots, "optionTemplate", {
|
|
599
555
|
model: _ctx.proxyModelValue,
|
|
600
556
|
option: option
|
|
601
|
-
})]),
|
|
557
|
+
}, () => [createTextVNode(toDisplayString(option.label), 1 /* TEXT */)])], 8 /* PROPS */, _hoisted_3)]),
|
|
602
558
|
_: 2 /* DYNAMIC */
|
|
603
|
-
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["
|
|
559
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["model-value", "value"])]),
|
|
604
560
|
_: 2 /* DYNAMIC */
|
|
605
|
-
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["selected"]);
|
|
561
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["selected", "onClick"]);
|
|
606
562
|
}), 128 /* KEYED_FRAGMENT */)) : (openBlock(true), createElementBlock(Fragment, {
|
|
607
563
|
key: 1
|
|
608
564
|
}, renderList(_ctx.resolvedSearchOptions, (option, i) => {
|
|
@@ -611,8 +567,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
611
567
|
class: normalizeClass(_ctx.dropdownItemStyles),
|
|
612
568
|
selected: _ctx.proxyModelValue === option.value,
|
|
613
569
|
onClick: withModifiers($event => {
|
|
614
|
-
_ctx.
|
|
615
|
-
_ctx.close();
|
|
570
|
+
_ctx.toggleOption(option.value);
|
|
616
571
|
}, ["stop"])
|
|
617
572
|
}, {
|
|
618
573
|
default: withCtx(() => [renderSlot(_ctx.$slots, "optionTemplate", {
|
|
@@ -630,14 +585,14 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
630
585
|
_: 3 /* FORWARDED */
|
|
631
586
|
}, 8 /* PROPS */, ["trigger", "custom-styles"])]),
|
|
632
587
|
_: 3 /* FORWARDED */
|
|
633
|
-
}, 8 /* PROPS */, ["class", "variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, _ctx.toggle], [_directive_dropdown_close, _ctx.close]]), withDirectives(createElementVNode("div",
|
|
588
|
+
}, 8 /* PROPS */, ["class", "variant", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, _ctx.toggle], [_directive_dropdown_close, _ctx.close]]), withDirectives(createElementVNode("div", _hoisted_4, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
|
|
634
589
|
key: 0,
|
|
635
590
|
disabled: _ctx.disabled
|
|
636
591
|
}, {
|
|
637
592
|
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.hint), 1 /* TEXT */)]),
|
|
638
593
|
|
|
639
594
|
_: 1 /* STABLE */
|
|
640
|
-
}, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 512 /* NEED_PATCH */), [[vShow, !_ctx.error]]), withDirectives(createElementVNode("div",
|
|
595
|
+
}, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 512 /* NEED_PATCH */), [[vShow, !_ctx.error]]), withDirectives(createElementVNode("div", _hoisted_5, [createVNode(_component_OrError, {
|
|
641
596
|
disabled: _ctx.disabled
|
|
642
597
|
}, {
|
|
643
598
|
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.error), 1 /* TEXT */)]),
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { defineComponent, ref, toRefs, computed } from 'vue-demi';
|
|
2
|
+
import { useFocus } from '@vueuse/core';
|
|
3
|
+
import './dom-aecadd9a.js';
|
|
4
|
+
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
5
|
+
import '@onereach/styles/tailwind/plugins/core';
|
|
6
|
+
import '@onereach/styles/tailwind.config.json';
|
|
7
|
+
import { withDirectives, openBlock, createElementBlock, normalizeStyle, normalizeClass, vModelDynamic } from 'vue';
|
|
8
|
+
|
|
9
|
+
const SelectControlInput = [
|
|
10
|
+
// Base
|
|
11
|
+
'appearance-none',
|
|
12
|
+
// Typography
|
|
13
|
+
'typography-inherit',
|
|
14
|
+
// Theme (placeholder)
|
|
15
|
+
'placeholder:theme-foreground-outline', 'dark:placeholder:theme-foreground-outline-dark', 'theme-background-transparent', 'outline-none'];
|
|
16
|
+
|
|
17
|
+
var script = defineComponent({
|
|
18
|
+
model: {
|
|
19
|
+
prop: 'modelValue',
|
|
20
|
+
event: 'update:modelValue'
|
|
21
|
+
},
|
|
22
|
+
props: {
|
|
23
|
+
modelValue: {
|
|
24
|
+
type: String,
|
|
25
|
+
default: ''
|
|
26
|
+
},
|
|
27
|
+
placeholder: {
|
|
28
|
+
type: String,
|
|
29
|
+
default: ''
|
|
30
|
+
},
|
|
31
|
+
disabled: {
|
|
32
|
+
type: Boolean,
|
|
33
|
+
default: false
|
|
34
|
+
},
|
|
35
|
+
readonly: {
|
|
36
|
+
type: Boolean,
|
|
37
|
+
default: false
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
emits: ['update:modelValue'],
|
|
41
|
+
expose: ['focused', 'root', 'focus'],
|
|
42
|
+
setup(props, context) {
|
|
43
|
+
// Refs
|
|
44
|
+
const root = ref();
|
|
45
|
+
// Props
|
|
46
|
+
const {
|
|
47
|
+
placeholder,
|
|
48
|
+
modelValue
|
|
49
|
+
} = toRefs(props);
|
|
50
|
+
// State
|
|
51
|
+
const proxyModelValue = useProxyModelValue(modelValue, context.emit);
|
|
52
|
+
const {
|
|
53
|
+
focused
|
|
54
|
+
} = useFocus(root);
|
|
55
|
+
// Styles
|
|
56
|
+
const controlStyles = computed(() => [...SelectControlInput]);
|
|
57
|
+
const controlInlineStyles = computed(() => {
|
|
58
|
+
var _a;
|
|
59
|
+
const chars = proxyModelValue.value.length > 0 ? proxyModelValue.value.length : (_a = placeholder.value) === null || _a === void 0 ? void 0 : _a.length;
|
|
60
|
+
return {
|
|
61
|
+
width: `${Math.max(chars + 1 || 0, 2)}ch`
|
|
62
|
+
};
|
|
63
|
+
});
|
|
64
|
+
// Methods
|
|
65
|
+
function focus() {
|
|
66
|
+
focused.value = true;
|
|
67
|
+
}
|
|
68
|
+
return {
|
|
69
|
+
root,
|
|
70
|
+
proxyModelValue,
|
|
71
|
+
controlStyles,
|
|
72
|
+
controlInlineStyles,
|
|
73
|
+
focused,
|
|
74
|
+
focus
|
|
75
|
+
};
|
|
76
|
+
}
|
|
77
|
+
});
|
|
78
|
+
|
|
79
|
+
const _hoisted_1 = ["placeholder", "readonly", "disabled"];
|
|
80
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
81
|
+
return withDirectives((openBlock(), createElementBlock("input", {
|
|
82
|
+
ref: "root",
|
|
83
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.proxyModelValue = $event),
|
|
84
|
+
style: normalizeStyle(_ctx.controlInlineStyles),
|
|
85
|
+
class: normalizeClass(_ctx.controlStyles),
|
|
86
|
+
type: 'text',
|
|
87
|
+
placeholder: _ctx.placeholder,
|
|
88
|
+
readonly: _ctx.readonly,
|
|
89
|
+
disabled: _ctx.disabled,
|
|
90
|
+
autocomplete: 'off',
|
|
91
|
+
minlength: undefined,
|
|
92
|
+
maxlength: undefined
|
|
93
|
+
}, null, 14 /* CLASS, STYLE, PROPS */, _hoisted_1)), [[vModelDynamic, _ctx.proxyModelValue]]);
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
script.render = render;
|
|
97
|
+
script.__file = "src/components/or-select-v3/partials/or-select-control-input/OrSelectControlInput.vue";
|
|
98
|
+
|
|
99
|
+
export { script as s };
|