@onereach/ui-components 7.0.0 → 7.0.1-beta.3529.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,17 +1,21 @@
|
|
|
1
|
-
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import { u as useOverflow } from './useOverflow-
|
|
1
|
+
import { defineComponent, ref, toRefs, computed, nextTick } from 'vue-demi';
|
|
2
|
+
import { u as useOverflow } from './useOverflow-b482f3c9.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import '@onereach/styles/tailwind/plugins/core';
|
|
5
5
|
import '@onereach/styles/tailwind.config.json';
|
|
6
6
|
import { s as script$1 } from './OrButton-2e3a73fb.js';
|
|
7
7
|
import { s as script$2 } from './OrPopover-3b07d49e.js';
|
|
8
8
|
import { s as script$3 } from './OrTag-32739999.js';
|
|
9
|
-
import { resolveComponent, openBlock, createElementBlock, normalizeClass,
|
|
9
|
+
import { resolveComponent, openBlock, createElementBlock, normalizeClass, Fragment, renderList, createBlock, mergeProps, withCtx, createTextVNode, toDisplayString, renderSlot, createCommentVNode, createVNode, withModifiers, createElementVNode } from 'vue';
|
|
10
10
|
|
|
11
11
|
var TagsOverflow;
|
|
12
12
|
(function (TagsOverflow) {
|
|
13
|
+
// todo: remove in next braking release
|
|
14
|
+
// @deprecated use Hidden instead
|
|
13
15
|
TagsOverflow["Default"] = "default";
|
|
14
16
|
TagsOverflow["Wrap"] = "wrap";
|
|
17
|
+
TagsOverflow["Hidden"] = "hidden";
|
|
18
|
+
TagsOverflow["Scroll"] = "scroll";
|
|
15
19
|
})(TagsOverflow || (TagsOverflow = {}));
|
|
16
20
|
|
|
17
21
|
const Tags = [
|
|
@@ -25,28 +29,49 @@ const Tags = [
|
|
|
25
29
|
'theme-foreground-default', 'dark:theme-foreground-default-dark'];
|
|
26
30
|
const TagsContainer = [
|
|
27
31
|
// Layout
|
|
28
|
-
'layout-row',
|
|
32
|
+
'layout-row', 'max-w-full',
|
|
29
33
|
// Spacing
|
|
30
|
-
'gap-sm'];
|
|
34
|
+
'gap-sm', 'py-xs'];
|
|
31
35
|
const TagsContainerOverflows = {
|
|
36
|
+
// todo: remove in next braking release
|
|
37
|
+
// @deprecated use Hidden instead
|
|
32
38
|
[TagsOverflow.Default]: [
|
|
33
39
|
// Overflow
|
|
34
40
|
'overflow-hidden'],
|
|
41
|
+
[TagsOverflow.Hidden]: [
|
|
42
|
+
// Overflow
|
|
43
|
+
'overflow-hidden'],
|
|
35
44
|
[TagsOverflow.Wrap]: [
|
|
36
45
|
// Layout
|
|
37
|
-
'!flex-wrap']
|
|
46
|
+
'!flex-wrap'],
|
|
47
|
+
[TagsOverflow.Scroll]: [
|
|
48
|
+
// Layout
|
|
49
|
+
'overflow-y-auto',
|
|
50
|
+
// todo: extract to plugin?
|
|
51
|
+
'[&::-webkit-scrollbar]:hidden [-ms-overflow-style:\'none\'] [scrollbar-width:\'none\']']
|
|
38
52
|
};
|
|
39
53
|
const TagsOverflowButton = [
|
|
40
54
|
// Typography
|
|
41
55
|
'typography-caption-regular'];
|
|
42
56
|
const TagsOverflowPopover = [
|
|
43
57
|
// Layout
|
|
44
|
-
'layout-row !flex-wrap',
|
|
58
|
+
'layout-row !flex-wrap !content-start overflow-y-auto',
|
|
45
59
|
// Box
|
|
46
|
-
'max-w-[192px]',
|
|
60
|
+
'max-w-[192px] max-h-[340px]',
|
|
47
61
|
// Spacing
|
|
48
62
|
'px-md', 'py-md', 'gap-sm'];
|
|
49
63
|
|
|
64
|
+
function castToTagObject(tag) {
|
|
65
|
+
if (typeof tag === 'string') {
|
|
66
|
+
return {
|
|
67
|
+
label: tag,
|
|
68
|
+
value: tag
|
|
69
|
+
};
|
|
70
|
+
} else {
|
|
71
|
+
return tag;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
50
75
|
var script = defineComponent({
|
|
51
76
|
name: 'OrTags',
|
|
52
77
|
components: {
|
|
@@ -61,19 +86,31 @@ var script = defineComponent({
|
|
|
61
86
|
},
|
|
62
87
|
overflow: {
|
|
63
88
|
type: String,
|
|
64
|
-
default: TagsOverflow.
|
|
89
|
+
default: TagsOverflow.Hidden
|
|
65
90
|
},
|
|
66
91
|
tagProps: {
|
|
67
92
|
type: Object,
|
|
68
93
|
default: undefined
|
|
94
|
+
},
|
|
95
|
+
disabled: {
|
|
96
|
+
type: Boolean,
|
|
97
|
+
default: false
|
|
69
98
|
}
|
|
70
99
|
},
|
|
71
100
|
emits: ['click', 'focus', 'blur', 'reset'],
|
|
72
|
-
expose: ['root'],
|
|
101
|
+
expose: ['root', 'container', 'overflowPopover', 'scrollToEnd'],
|
|
73
102
|
setup(props) {
|
|
74
103
|
// Refs
|
|
75
104
|
const root = ref();
|
|
76
105
|
const container = ref();
|
|
106
|
+
// Props
|
|
107
|
+
const {
|
|
108
|
+
items,
|
|
109
|
+
overflow
|
|
110
|
+
} = toRefs(props);
|
|
111
|
+
const localOverflow = computed(() => {
|
|
112
|
+
return overflow.value === TagsOverflow.Default ? TagsOverflow.Hidden : overflow.value;
|
|
113
|
+
});
|
|
77
114
|
const overflowButton = ref();
|
|
78
115
|
const overflowButtonRoot = computed(() => {
|
|
79
116
|
var _a;
|
|
@@ -86,19 +123,39 @@ var script = defineComponent({
|
|
|
86
123
|
});
|
|
87
124
|
// Styles
|
|
88
125
|
const rootStyles = computed(() => ['or-tags-v3', ...Tags]);
|
|
89
|
-
const containerStyles = computed(() => [...TagsContainer, ...TagsContainerOverflows[
|
|
126
|
+
const containerStyles = computed(() => [...TagsContainer, ...TagsContainerOverflows[localOverflow.value]]);
|
|
90
127
|
const overflowButtonStyles = computed(() => [...TagsOverflowButton]);
|
|
91
128
|
const overflowPopoverStyles = computed(() => [...TagsOverflowPopover]);
|
|
92
129
|
// State
|
|
93
130
|
const {
|
|
94
131
|
innerItems
|
|
95
|
-
} = useOverflow(container
|
|
132
|
+
} = useOverflow(container, {
|
|
133
|
+
hide: false
|
|
134
|
+
});
|
|
135
|
+
const localItems = computed(() => {
|
|
136
|
+
return items.value.map(castToTagObject);
|
|
137
|
+
});
|
|
96
138
|
const overflowItems = computed(() => {
|
|
97
|
-
return
|
|
139
|
+
return localItems.value.slice(innerItems.value.length);
|
|
98
140
|
});
|
|
141
|
+
// Methods
|
|
142
|
+
function togglePopover() {
|
|
143
|
+
overflowPopover.value.toggle();
|
|
144
|
+
}
|
|
145
|
+
function scrollToEnd() {
|
|
146
|
+
nextTick(() => {
|
|
147
|
+
var _a, _b;
|
|
148
|
+
(_a = container.value) === null || _a === void 0 ? void 0 : _a.scrollTo({
|
|
149
|
+
left: (_b = container.value) === null || _b === void 0 ? void 0 : _b.scrollWidth,
|
|
150
|
+
behavior: 'smooth'
|
|
151
|
+
});
|
|
152
|
+
});
|
|
153
|
+
}
|
|
99
154
|
return {
|
|
100
155
|
root,
|
|
101
156
|
container,
|
|
157
|
+
localOverflow,
|
|
158
|
+
localItems,
|
|
102
159
|
overflowButton,
|
|
103
160
|
overflowButtonRoot,
|
|
104
161
|
overflowPopover,
|
|
@@ -107,7 +164,9 @@ var script = defineComponent({
|
|
|
107
164
|
containerStyles,
|
|
108
165
|
overflowButtonStyles,
|
|
109
166
|
overflowPopoverStyles,
|
|
110
|
-
overflowItems
|
|
167
|
+
overflowItems,
|
|
168
|
+
togglePopover,
|
|
169
|
+
scrollToEnd
|
|
111
170
|
};
|
|
112
171
|
}
|
|
113
172
|
});
|
|
@@ -119,32 +178,37 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
119
178
|
return openBlock(), createElementBlock("div", {
|
|
120
179
|
ref: "root",
|
|
121
180
|
class: normalizeClass(_ctx.rootStyles)
|
|
122
|
-
}, [
|
|
181
|
+
}, [_ctx.localItems.length > 0 ? (openBlock(), createElementBlock("div", {
|
|
182
|
+
key: 0,
|
|
123
183
|
ref: "container",
|
|
124
184
|
class: normalizeClass(_ctx.containerStyles)
|
|
125
|
-
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.
|
|
185
|
+
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.localItems, item => {
|
|
126
186
|
return openBlock(), createBlock(_component_OrTag, mergeProps(_ctx.tagProps, {
|
|
127
|
-
key: item,
|
|
128
|
-
|
|
187
|
+
key: item.value,
|
|
188
|
+
class: "max-w-full",
|
|
189
|
+
onReset: $event => _ctx.$emit('reset', item.value)
|
|
129
190
|
}), {
|
|
130
|
-
default: withCtx(() => [createTextVNode(toDisplayString(item), 1 /* TEXT */)]),
|
|
191
|
+
default: withCtx(() => [createTextVNode(toDisplayString(item.label), 1 /* TEXT */)]),
|
|
131
192
|
|
|
132
193
|
_: 2 /* DYNAMIC */
|
|
133
194
|
}, 1040 /* FULL_PROPS, DYNAMIC_SLOTS */, ["onReset"]);
|
|
134
|
-
}), 128 /* KEYED_FRAGMENT */))
|
|
195
|
+
}), 128 /* KEYED_FRAGMENT */)), _ctx.localOverflow === 'wrap' ? renderSlot(_ctx.$slots, "tail", {
|
|
135
196
|
key: 0
|
|
197
|
+
}) : createCommentVNode("v-if", true)], 2 /* CLASS */)) : createCommentVNode("v-if", true), _ctx.localOverflow === 'hidden' && _ctx.overflowItems.length > 0 ? (openBlock(), createElementBlock(Fragment, {
|
|
198
|
+
key: 1
|
|
136
199
|
}, [createVNode(_component_OrButton, {
|
|
137
200
|
ref: "overflowButton",
|
|
138
201
|
class: normalizeClass(_ctx.overflowButtonStyles),
|
|
139
202
|
type: 'button',
|
|
140
203
|
variant: 'link',
|
|
141
204
|
color: 'inherit',
|
|
142
|
-
|
|
205
|
+
disabled: _ctx.disabled,
|
|
206
|
+
onClick: withModifiers(_ctx.togglePopover, ["stop"])
|
|
143
207
|
}, {
|
|
144
208
|
default: withCtx(() => [createTextVNode(" +" + toDisplayString(_ctx.overflowItems.length), 1 /* TEXT */)]),
|
|
145
209
|
|
|
146
210
|
_: 1 /* STABLE */
|
|
147
|
-
}, 8 /* PROPS */, ["class"]), createVNode(_component_OrPopover, {
|
|
211
|
+
}, 8 /* PROPS */, ["class", "disabled", "onClick"]), createVNode(_component_OrPopover, {
|
|
148
212
|
ref: "overflowPopover",
|
|
149
213
|
trigger: _ctx.overflowButtonRoot
|
|
150
214
|
}, {
|
|
@@ -152,17 +216,19 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
152
216
|
class: normalizeClass(_ctx.overflowPopoverStyles)
|
|
153
217
|
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.overflowItems, item => {
|
|
154
218
|
return openBlock(), createBlock(_component_OrTag, mergeProps(_ctx.tagProps, {
|
|
155
|
-
key: item,
|
|
156
|
-
onReset: $event => _ctx.$emit('reset', item)
|
|
219
|
+
key: item.value,
|
|
220
|
+
onReset: $event => _ctx.$emit('reset', item.value)
|
|
157
221
|
}), {
|
|
158
|
-
default: withCtx(() => [createTextVNode(toDisplayString(item), 1 /* TEXT */)]),
|
|
222
|
+
default: withCtx(() => [createTextVNode(toDisplayString(item.label), 1 /* TEXT */)]),
|
|
159
223
|
|
|
160
224
|
_: 2 /* DYNAMIC */
|
|
161
225
|
}, 1040 /* FULL_PROPS, DYNAMIC_SLOTS */, ["onReset"]);
|
|
162
226
|
}), 128 /* KEYED_FRAGMENT */))], 2 /* CLASS */)]),
|
|
163
227
|
|
|
164
228
|
_: 1 /* STABLE */
|
|
165
|
-
}, 8 /* PROPS */, ["trigger"])], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)
|
|
229
|
+
}, 8 /* PROPS */, ["trigger"])], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true), _ctx.localOverflow != 'wrap' || _ctx.items.length === 0 ? renderSlot(_ctx.$slots, "tail", {
|
|
230
|
+
key: 2
|
|
231
|
+
}) : createCommentVNode("v-if", true)], 2 /* CLASS */);
|
|
166
232
|
}
|
|
167
233
|
|
|
168
234
|
script.render = render;
|
|
@@ -90,7 +90,7 @@ export { s as OrSearch } from '../OrSearch-2800e9bf.js';
|
|
|
90
90
|
export { s as OrSearchV3 } from '../OrSearch-602356a0.js';
|
|
91
91
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-6be79b4e.js';
|
|
92
92
|
export { s as OrSelect } from '../OrSelect-9520d6e6.js';
|
|
93
|
-
export { s as OrSelectV3 } from '../OrSelect-
|
|
93
|
+
export { s as OrSelectV3 } from '../OrSelect-b359beb6.js';
|
|
94
94
|
export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar-aaf73310.js';
|
|
95
95
|
export { s as OrSidebarV3 } from '../OrSidebar-459ec28f.js';
|
|
96
96
|
export { S as OrSidebarPlacement, S as SidebarPlacement } from '../props-64389534.js';
|
|
@@ -112,9 +112,9 @@ export { s as OrTabV3 } from '../OrTab-db771526.js';
|
|
|
112
112
|
export { s as OrTabs } from '../OrTabs-3da3ea89.js';
|
|
113
113
|
export { s as OrTabsV3, T as TabsVariant } from '../OrTabs-f1773b57.js';
|
|
114
114
|
export { s as OrTag } from '../OrTag-1b3b1296.js';
|
|
115
|
-
export { s as OrTagInputV3 } from '../OrTagInput-
|
|
115
|
+
export { s as OrTagInputV3 } from '../OrTagInput-56ee7d0b.js';
|
|
116
116
|
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-32739999.js';
|
|
117
|
-
export { s as OrTagsV3, T as TagsOverflow } from '../OrTags-
|
|
117
|
+
export { s as OrTagsV3, T as TagsOverflow } from '../OrTags-52da64cd.js';
|
|
118
118
|
export { s as OrTeleport } from '../OrTeleport.vue3-9bce0c02.js';
|
|
119
119
|
export { s as OrTeleportV3 } from '../OrTeleport.vue3-8099178c.js';
|
|
120
120
|
export { s as OrTextV3 } from '../OrText-d54c951d.js';
|
|
@@ -191,7 +191,11 @@ import '../codemirrorView-020fe885.js';
|
|
|
191
191
|
import 'prosemirror-state';
|
|
192
192
|
import 'prosemirror-commands';
|
|
193
193
|
import 'lodash/keyBy';
|
|
194
|
-
import '../
|
|
194
|
+
import '../OrSelectMultipleControl-3620b234.js';
|
|
195
|
+
import '../OrSelectPlaceholder-10e3bf5e.js';
|
|
196
|
+
import '../OrSelectControlInput-3297e30d.js';
|
|
197
|
+
import '../OrSelectSingleControl-f969c913.js';
|
|
195
198
|
import 'lodash/range';
|
|
196
199
|
import '../styles-ed564e39.js';
|
|
200
|
+
import '../useOverflow-b482f3c9.js';
|
|
197
201
|
import 'lodash/isNil';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { SelectSize } from './props';
|
|
3
|
-
import { SelectGroupByFunction, SelectOption, SelectSearchFunction } from './types';
|
|
3
|
+
import { SelectGroupByFunction, SelectOption, SelectSearchFunction, SelectValue } from './types';
|
|
4
|
+
import { TagsOverflow } from '../or-tags-v3';
|
|
4
5
|
declare const _default: import("vue-demi").DefineComponent<{
|
|
5
6
|
options: {
|
|
6
7
|
type: PropType<SelectOption[]>;
|
|
@@ -11,7 +12,7 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
11
12
|
default: () => never[];
|
|
12
13
|
};
|
|
13
14
|
modelValue: {
|
|
14
|
-
type: PropType<
|
|
15
|
+
type: PropType<SelectValue>;
|
|
15
16
|
default: undefined;
|
|
16
17
|
};
|
|
17
18
|
multiple: {
|
|
@@ -30,10 +31,6 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
30
31
|
type: StringConstructor;
|
|
31
32
|
default: undefined;
|
|
32
33
|
};
|
|
33
|
-
searchPlaceholder: {
|
|
34
|
-
type: StringConstructor;
|
|
35
|
-
default: undefined;
|
|
36
|
-
};
|
|
37
34
|
hint: {
|
|
38
35
|
type: StringConstructor;
|
|
39
36
|
default: undefined;
|
|
@@ -74,11 +71,17 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
74
71
|
type: BooleanConstructor;
|
|
75
72
|
default: boolean;
|
|
76
73
|
};
|
|
74
|
+
overflow: {
|
|
75
|
+
type: PropType<"default" | "wrap" | "hidden" | "scroll">;
|
|
76
|
+
default: TagsOverflow;
|
|
77
|
+
};
|
|
77
78
|
}, {
|
|
78
79
|
root: import("vue-demi").Ref<HTMLElement | undefined>;
|
|
79
80
|
inputBox: import("vue-demi").Ref<any>;
|
|
80
81
|
inputBoxRoot: import("vue-demi").ComputedRef<any>;
|
|
81
82
|
control: import("vue-demi").Ref<HTMLElement | undefined>;
|
|
83
|
+
multipleControl: import("vue-demi").Ref<any>;
|
|
84
|
+
singleControl: import("vue-demi").Ref<any>;
|
|
82
85
|
searchControl: import("vue-demi").Ref<HTMLElement | undefined>;
|
|
83
86
|
popover: import("vue-demi").Ref<any>;
|
|
84
87
|
popoverRoot: import("vue-demi").ComputedRef<any>;
|
|
@@ -90,24 +93,23 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
90
93
|
dropdownItemStyles: import("vue-demi").ComputedRef<string[]>;
|
|
91
94
|
noSearchResultsStyles: import("vue-demi").ComputedRef<string[]>;
|
|
92
95
|
controlId: import("vue-demi").Ref<string>;
|
|
93
|
-
proxyModelValue: import("../../hooks").UseProxyModelValueReturn<
|
|
96
|
+
proxyModelValue: import("../../hooks").UseProxyModelValueReturn<SelectValue>;
|
|
94
97
|
readonly: import("vue-demi").ComputedRef<boolean>;
|
|
95
98
|
isEmptyModelValue: import("vue-demi").ComputedRef<boolean>;
|
|
96
99
|
showClear: import("vue-demi").ComputedRef<boolean>;
|
|
97
|
-
selection: import("vue-demi").ComputedRef<SelectOption | (SelectOption | undefined)[] | undefined>;
|
|
98
100
|
searchText: import("vue-demi").Ref<string>;
|
|
99
101
|
internalSearchOptions: import("vue-demi").Ref<{
|
|
100
|
-
value:
|
|
102
|
+
value: import("./types").RawValue;
|
|
101
103
|
label: string;
|
|
102
104
|
}[]>;
|
|
103
105
|
resolvedSearchOptions: import("vue-demi").ComputedRef<SelectOption[]>;
|
|
104
106
|
groupedOptions: import("vue-demi").ComputedRef<Record<string, SelectOption[]>>;
|
|
105
107
|
toggle: () => void;
|
|
106
108
|
close: () => void;
|
|
107
|
-
|
|
109
|
+
open: () => void;
|
|
110
|
+
deselect: (option: string) => void;
|
|
111
|
+
toggleOption: (option: string) => void;
|
|
108
112
|
clearSearchControl: () => void;
|
|
109
|
-
innerItems: import("vue-demi").Ref<HTMLElement[]>;
|
|
110
|
-
outerItems: import("vue-demi").Ref<HTMLElement[]>;
|
|
111
113
|
isDesktop: import("vue-demi").ComputedRef<boolean>;
|
|
112
114
|
isMobile: import("vue-demi").ComputedRef<boolean>;
|
|
113
115
|
}, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, ("search" | "update:modelValue" | "focus" | "blur")[], "search" | "update:modelValue" | "focus" | "blur", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
|
|
@@ -120,7 +122,7 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
120
122
|
default: () => never[];
|
|
121
123
|
};
|
|
122
124
|
modelValue: {
|
|
123
|
-
type: PropType<
|
|
125
|
+
type: PropType<SelectValue>;
|
|
124
126
|
default: undefined;
|
|
125
127
|
};
|
|
126
128
|
multiple: {
|
|
@@ -139,10 +141,6 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
139
141
|
type: StringConstructor;
|
|
140
142
|
default: undefined;
|
|
141
143
|
};
|
|
142
|
-
searchPlaceholder: {
|
|
143
|
-
type: StringConstructor;
|
|
144
|
-
default: undefined;
|
|
145
|
-
};
|
|
146
144
|
hint: {
|
|
147
145
|
type: StringConstructor;
|
|
148
146
|
default: undefined;
|
|
@@ -183,20 +181,23 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
183
181
|
type: BooleanConstructor;
|
|
184
182
|
default: boolean;
|
|
185
183
|
};
|
|
184
|
+
overflow: {
|
|
185
|
+
type: PropType<"default" | "wrap" | "hidden" | "scroll">;
|
|
186
|
+
default: TagsOverflow;
|
|
187
|
+
};
|
|
186
188
|
}>> & {
|
|
187
189
|
onSearch?: ((...args: any[]) => any) | undefined;
|
|
188
190
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
189
191
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
190
192
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
191
193
|
}, {
|
|
192
|
-
modelValue:
|
|
194
|
+
modelValue: SelectValue;
|
|
193
195
|
label: string;
|
|
194
196
|
options: SelectOption[];
|
|
195
197
|
searchOptions: SelectOption[];
|
|
196
198
|
multiple: boolean;
|
|
197
199
|
size: "m" | "s";
|
|
198
200
|
placeholder: string;
|
|
199
|
-
searchPlaceholder: string;
|
|
200
201
|
hint: string;
|
|
201
202
|
error: string | boolean;
|
|
202
203
|
required: boolean;
|
|
@@ -207,5 +208,6 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
207
208
|
searchFunction: SelectSearchFunction;
|
|
208
209
|
groupByFunction: SelectGroupByFunction;
|
|
209
210
|
externalControl: boolean;
|
|
211
|
+
overflow: "default" | "wrap" | "hidden" | "scroll";
|
|
210
212
|
}>;
|
|
211
213
|
export default _default;
|
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
export { s as OrSelectV3 } from '../../OrSelect-
|
|
1
|
+
export { s as OrSelectV3 } from '../../OrSelect-b359beb6.js';
|
|
2
2
|
export { I as SelectSize } from '../../OrInputBox-912a6254.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-06d651cf.js';
|
|
5
|
-
import '../../useOverflow-ff9ae748.js';
|
|
6
5
|
import '@vueuse/core';
|
|
7
6
|
import '../../dom-aecadd9a.js';
|
|
8
7
|
import 'lodash/isElement';
|
|
9
8
|
import 'lodash/get';
|
|
9
|
+
import '../../isEmptyValue-fd56a6e4.js';
|
|
10
10
|
import '../../useProxyModelValue-940010d2.js';
|
|
11
11
|
import '../../useResponsive-5c8291da.js';
|
|
12
12
|
import '@onereach/styles/tailwind/plugins/core';
|
|
13
13
|
import '@onereach/styles/tailwind.config.json';
|
|
14
|
-
import '../../isEmptyValue-fd56a6e4.js';
|
|
15
14
|
import '../../OrCheckbox-4e9a3021.js';
|
|
16
15
|
import '../../useIdAttribute-859439f0.js';
|
|
17
16
|
import '../../OrLabel-b826da04.js';
|
|
@@ -35,4 +34,11 @@ import '../../OrInput-0db1e05f.js';
|
|
|
35
34
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
36
35
|
import '../../OrLoader-b79022da.js';
|
|
37
36
|
import '../../OrMenuItem-fdc66517.js';
|
|
37
|
+
import '../../OrTags-52da64cd.js';
|
|
38
|
+
import '../../useOverflow-b482f3c9.js';
|
|
39
|
+
import '../../OrButton-2e3a73fb.js';
|
|
38
40
|
import '../../OrTag-32739999.js';
|
|
41
|
+
import '../../OrSelectMultipleControl-3620b234.js';
|
|
42
|
+
import '../../OrSelectPlaceholder-10e3bf5e.js';
|
|
43
|
+
import '../../OrSelectControlInput-3297e30d.js';
|
|
44
|
+
import '../../OrSelectSingleControl-f969c913.js';
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export { s as OrSelectMultipleControl } from '../../../OrSelectMultipleControl-3620b234.js';
|
|
2
|
+
export { s as OrSelectSingleControl } from '../../../OrSelectSingleControl-f969c913.js';
|
|
3
|
+
export { s as OrSelectPlaceholder } from '../../../OrSelectPlaceholder-10e3bf5e.js';
|
|
4
|
+
import 'vue-demi';
|
|
5
|
+
import '@vueuse/core';
|
|
6
|
+
import '../../../dom-aecadd9a.js';
|
|
7
|
+
import 'lodash/isElement';
|
|
8
|
+
import 'lodash/get';
|
|
9
|
+
import '../../../useProxyModelValue-940010d2.js';
|
|
10
|
+
import '@onereach/styles/tailwind/plugins/core';
|
|
11
|
+
import '@onereach/styles/tailwind.config.json';
|
|
12
|
+
import '../../../OrTags-52da64cd.js';
|
|
13
|
+
import '../../../useOverflow-b482f3c9.js';
|
|
14
|
+
import '../../../OrButton-2e3a73fb.js';
|
|
15
|
+
import '../../../OrLoader-b79022da.js';
|
|
16
|
+
import 'vue';
|
|
17
|
+
import '../../../OrPopover-3b07d49e.js';
|
|
18
|
+
import '@floating-ui/dom';
|
|
19
|
+
import '../../../useElevation-a50ec347.js';
|
|
20
|
+
import '../../../usePopoverState-b92c698b.js';
|
|
21
|
+
import '../../../useResponsive-5c8291da.js';
|
|
22
|
+
import '../../../OrBottomSheet-375aa75c.js';
|
|
23
|
+
import '../../../OrOverlay-6269c33a.js';
|
|
24
|
+
import '../../../OrTeleport.vue3-8099178c.js';
|
|
25
|
+
import '../../../useTheme-0ef25778.js';
|
|
26
|
+
import '../../../OrTag-32739999.js';
|
|
27
|
+
import '../../../OrIconButton-c89f733b.js';
|
|
28
|
+
import '../../../OrIcon-3e27d5fb.js';
|
|
29
|
+
import '../../../OrTooltip-bdd46da2.js';
|
|
30
|
+
import '../../../isEmptyValue-fd56a6e4.js';
|
|
31
|
+
import '../../../OrSelectControlInput-3297e30d.js';
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
declare const _default: import("vue-demi").DefineComponent<{
|
|
2
|
+
modelValue: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
placeholder: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
disabled: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
readonly: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
}, {
|
|
19
|
+
root: import("vue-demi").Ref<HTMLInputElement | undefined>;
|
|
20
|
+
proxyModelValue: import("../../../../hooks").UseProxyModelValueReturn<string>;
|
|
21
|
+
controlStyles: import("vue-demi").ComputedRef<string[]>;
|
|
22
|
+
controlInlineStyles: import("vue-demi").ComputedRef<{
|
|
23
|
+
width: string;
|
|
24
|
+
}>;
|
|
25
|
+
focused: import("vue-demi").Ref<boolean>;
|
|
26
|
+
focus: () => void;
|
|
27
|
+
}, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
|
|
28
|
+
modelValue: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
placeholder: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
disabled: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
readonly: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
}>> & {
|
|
45
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
46
|
+
}, {
|
|
47
|
+
modelValue: string;
|
|
48
|
+
placeholder: string;
|
|
49
|
+
disabled: boolean;
|
|
50
|
+
readonly: boolean;
|
|
51
|
+
}>;
|
|
52
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as OrSelectControlInput } from './OrSelectControlInput.vue';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { s as OrSelectControlInput } from '../../../../OrSelectControlInput-3297e30d.js';
|
|
2
|
+
import 'vue-demi';
|
|
3
|
+
import '@vueuse/core';
|
|
4
|
+
import '../../../../dom-aecadd9a.js';
|
|
5
|
+
import 'lodash/isElement';
|
|
6
|
+
import 'lodash/get';
|
|
7
|
+
import '../../../../useProxyModelValue-940010d2.js';
|
|
8
|
+
import '@onereach/styles/tailwind/plugins/core';
|
|
9
|
+
import '@onereach/styles/tailwind.config.json';
|
|
10
|
+
import 'vue';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const SelectControlInput: string[];
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { PropType } from 'vue-demi';
|
|
2
|
+
import { TagsOverflow } from '../../../or-tags-v3';
|
|
3
|
+
import { SelectOption, SelectValue } from '../../types';
|
|
4
|
+
declare const _default: import("vue-demi").DefineComponent<{
|
|
5
|
+
model: {
|
|
6
|
+
type: PropType<SelectValue>;
|
|
7
|
+
default: () => never[];
|
|
8
|
+
};
|
|
9
|
+
options: {
|
|
10
|
+
type: PropType<SelectOption[]>;
|
|
11
|
+
default: () => never[];
|
|
12
|
+
};
|
|
13
|
+
disabled: {
|
|
14
|
+
type: BooleanConstructor;
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
17
|
+
readonly: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
placeholder: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
enableSearch: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
overflow: {
|
|
30
|
+
type: PropType<"default" | "wrap" | "hidden" | "scroll">;
|
|
31
|
+
default: TagsOverflow;
|
|
32
|
+
};
|
|
33
|
+
modelValue: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
}, {
|
|
38
|
+
root: import("vue-demi").Ref<HTMLDivElement | undefined>;
|
|
39
|
+
tags: import("vue-demi").Ref<any>;
|
|
40
|
+
rootStyles: import("vue-demi").ComputedRef<string[]>;
|
|
41
|
+
searchControl: import("vue-demi").Ref<any>;
|
|
42
|
+
searchModelValue: import("../../../../hooks").UseProxyModelValueReturn<string>;
|
|
43
|
+
isEmpty: import("vue-demi").ComputedRef<boolean>;
|
|
44
|
+
selection: import("vue-demi").ComputedRef<SelectOption[]>;
|
|
45
|
+
value: import("vue-demi").ComputedRef<SelectValue[]>;
|
|
46
|
+
focus: () => void;
|
|
47
|
+
focused: import("vue-demi").ComputedRef<any>;
|
|
48
|
+
}, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, ("update:modelValue" | "reset")[], "update:modelValue" | "reset", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
|
|
49
|
+
model: {
|
|
50
|
+
type: PropType<SelectValue>;
|
|
51
|
+
default: () => never[];
|
|
52
|
+
};
|
|
53
|
+
options: {
|
|
54
|
+
type: PropType<SelectOption[]>;
|
|
55
|
+
default: () => never[];
|
|
56
|
+
};
|
|
57
|
+
disabled: {
|
|
58
|
+
type: BooleanConstructor;
|
|
59
|
+
default: boolean;
|
|
60
|
+
};
|
|
61
|
+
readonly: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
placeholder: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
enableSearch: {
|
|
70
|
+
type: BooleanConstructor;
|
|
71
|
+
default: boolean;
|
|
72
|
+
};
|
|
73
|
+
overflow: {
|
|
74
|
+
type: PropType<"default" | "wrap" | "hidden" | "scroll">;
|
|
75
|
+
default: TagsOverflow;
|
|
76
|
+
};
|
|
77
|
+
modelValue: {
|
|
78
|
+
type: StringConstructor;
|
|
79
|
+
default: string;
|
|
80
|
+
};
|
|
81
|
+
}>> & {
|
|
82
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
83
|
+
onReset?: ((...args: any[]) => any) | undefined;
|
|
84
|
+
}, {
|
|
85
|
+
model: SelectValue;
|
|
86
|
+
modelValue: string;
|
|
87
|
+
options: SelectOption[];
|
|
88
|
+
disabled: boolean;
|
|
89
|
+
readonly: boolean;
|
|
90
|
+
placeholder: string;
|
|
91
|
+
enableSearch: boolean;
|
|
92
|
+
overflow: "default" | "wrap" | "hidden" | "scroll";
|
|
93
|
+
}>;
|
|
94
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as OrSelectMultipleControl } from './OrSelectMultipleControl.vue';
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export { s as OrSelectMultipleControl } from '../../../../OrSelectMultipleControl-3620b234.js';
|
|
2
|
+
import 'vue-demi';
|
|
3
|
+
import '@vueuse/core';
|
|
4
|
+
import '../../../../dom-aecadd9a.js';
|
|
5
|
+
import 'lodash/isElement';
|
|
6
|
+
import 'lodash/get';
|
|
7
|
+
import '../../../../useProxyModelValue-940010d2.js';
|
|
8
|
+
import '@onereach/styles/tailwind/plugins/core';
|
|
9
|
+
import '@onereach/styles/tailwind.config.json';
|
|
10
|
+
import '../../../../OrTags-52da64cd.js';
|
|
11
|
+
import '../../../../useOverflow-b482f3c9.js';
|
|
12
|
+
import '../../../../OrButton-2e3a73fb.js';
|
|
13
|
+
import '../../../../OrLoader-b79022da.js';
|
|
14
|
+
import 'vue';
|
|
15
|
+
import '../../../../OrPopover-3b07d49e.js';
|
|
16
|
+
import '@floating-ui/dom';
|
|
17
|
+
import '../../../../useElevation-a50ec347.js';
|
|
18
|
+
import '../../../../usePopoverState-b92c698b.js';
|
|
19
|
+
import '../../../../useResponsive-5c8291da.js';
|
|
20
|
+
import '../../../../OrBottomSheet-375aa75c.js';
|
|
21
|
+
import '../../../../OrOverlay-6269c33a.js';
|
|
22
|
+
import '../../../../OrTeleport.vue3-8099178c.js';
|
|
23
|
+
import '../../../../useTheme-0ef25778.js';
|
|
24
|
+
import '../../../../OrTag-32739999.js';
|
|
25
|
+
import '../../../../OrIconButton-c89f733b.js';
|
|
26
|
+
import '../../../../OrIcon-3e27d5fb.js';
|
|
27
|
+
import '../../../../OrTooltip-bdd46da2.js';
|
|
28
|
+
import '../../../../OrSelectPlaceholder-10e3bf5e.js';
|
|
29
|
+
import '../../../../isEmptyValue-fd56a6e4.js';
|
|
30
|
+
import '../../../../OrSelectControlInput-3297e30d.js';
|