@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,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref } from 'vue-demi';
|
|
2
|
-
import { o as onClickOutside } from './index-
|
|
2
|
+
import { o as onClickOutside } from './index-c5cda763.js';
|
|
3
3
|
import { isEmpty } from './utils/isEmpty.js';
|
|
4
4
|
import { _ as _baseAssignValue } from './_baseAssignValue-2250dbc9.js';
|
|
5
5
|
import { k as keys_1, _ as _Stack, a as _baseIsEqual, i as isArguments_1 } from './_baseIsEqual-fe2002b6.js';
|
|
@@ -2,7 +2,7 @@ import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
|
2
2
|
import { SidebarPlacement } from './components/OrSidebarV3/props.js';
|
|
3
3
|
import { Sidebar, SidebarHeader, SidebarHeaderPaddings, SidebarContent, SidebarContentPaddings, SidebarFooter, SidebarFooterPaddings } from './components/OrSidebarV3/styles.js';
|
|
4
4
|
import './components/OrResizeablePanelV3/OrResizeablePanel.js';
|
|
5
|
-
import { s as script$1 } from './OrResizeablePanel.vue_vue_type_script_lang-
|
|
5
|
+
import { s as script$1 } from './OrResizeablePanel.vue_vue_type_script_lang-b521771e.js';
|
|
6
6
|
import { ResizeablePanelPadding } from './components/OrResizeablePanelV3/props.js';
|
|
7
7
|
import { usePopoverState } from './hooks/usePopoverState.js';
|
|
8
8
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref } from 'vue-demi';
|
|
2
|
-
import { o as onClickOutside,
|
|
2
|
+
import { o as onClickOutside, g as useDraggable } from './index-c5cda763.js';
|
|
3
3
|
import { f as addClass, h as removeClass } from './dom-cec392f3.js';
|
|
4
4
|
import './components/OrIcon/OrIcon.js';
|
|
5
5
|
import { s as script$1 } from './OrIcon.vue_vue_type_script_lang-f3cbff23.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent, ref, toRef, computed } from 'vue-demi';
|
|
2
2
|
import { SortingRoot, SortingLabel } from './components/OrSortingV3/styles.js';
|
|
3
3
|
import './components/OrMenuV3/OrMenu.js';
|
|
4
|
-
import { s as script$1 } from './OrMenu.vue_vue_type_script_lang-
|
|
4
|
+
import { s as script$1 } from './OrMenu.vue_vue_type_script_lang-2ef9ec71.js';
|
|
5
5
|
import './components/OrMenuItemV3/OrMenuItem.js';
|
|
6
6
|
import { s as script$2 } from './OrMenuItem.vue_vue_type_script_lang-1e9ee207.js';
|
|
7
7
|
import './components/OrButtonV3/OrButton.js';
|
|
8
|
-
import { s as script$3 } from './OrButton.vue_vue_type_script_lang-
|
|
8
|
+
import { s as script$3 } from './OrButton.vue_vue_type_script_lang-0f7bda53.js';
|
|
9
9
|
import './components/OrIconV3/OrIcon.js';
|
|
10
10
|
import { s as script$4 } from './OrIcon.vue_vue_type_script_lang-bc674d9e.js';
|
|
11
11
|
import { useProxyModelValue } from './hooks/useProxyModelValue.js';
|
|
@@ -3,7 +3,7 @@ import { SwitchRoot, SwitchControl, SwitchControlHandle, SwitchLoader, SwitchLoa
|
|
|
3
3
|
import './components/OrLabelV3/OrLabel.js';
|
|
4
4
|
import './components/OrLoaderV3/OrLoader.js';
|
|
5
5
|
import { s as script$1 } from './OrLabel.vue_vue_type_script_lang-e2bcff17.js';
|
|
6
|
-
import { s as script$2 } from './OrLoader.vue_vue_type_script_lang-
|
|
6
|
+
import { s as script$2 } from './OrLoader.vue_vue_type_script_lang-e4fbf869.js';
|
|
7
7
|
import { LabelVariant } from './components/OrLabelV3/props.js';
|
|
8
8
|
import { useIdAttribute } from './hooks/useIdAttribute.js';
|
|
9
9
|
import { useControlAttributes } from './hooks/useControlAttributes.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { e as useResizeObserver } from './index-
|
|
1
|
+
import { e as useResizeObserver } from './index-c5cda763.js';
|
|
2
2
|
import { defineComponent, ref, computed, reactive, toRef, watch, nextTick, onMounted } from 'vue-demi';
|
|
3
3
|
import { TabsVariant } from './components/OrTabsV3/props.js';
|
|
4
4
|
import { TabsRoot, TabsRootVariants, TabsContainer, TabsContent } from './components/OrTabsV3/styles.js';
|
|
@@ -8,7 +8,7 @@ import './components/OrMenuItemV3/OrMenuItem.js';
|
|
|
8
8
|
import './components/OrTabV3/OrTab.js';
|
|
9
9
|
import { s as script$4 } from './OrTab.vue_vue_type_script_lang-a300956d.js';
|
|
10
10
|
import { s as script$1 } from './OrIcon.vue_vue_type_script_lang-bc674d9e.js';
|
|
11
|
-
import { s as script$2 } from './OrMenu.vue_vue_type_script_lang-
|
|
11
|
+
import { s as script$2 } from './OrMenu.vue_vue_type_script_lang-2ef9ec71.js';
|
|
12
12
|
import { s as script$3 } from './OrMenuItem.vue_vue_type_script_lang-1e9ee207.js';
|
|
13
13
|
import { useProxyModelValue } from './hooks/useProxyModelValue.js';
|
|
14
14
|
|
|
@@ -2,7 +2,7 @@ import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue-demi
|
|
|
2
2
|
import { TagVariant, TagColor } from './components/OrTagV3/props.js';
|
|
3
3
|
import { Tag, TagVariants, TagColors } from './components/OrTagV3/styles.js';
|
|
4
4
|
import './components/OrIconButtonV3/OrIconButton.js';
|
|
5
|
-
import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-
|
|
5
|
+
import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-6a53a819.js';
|
|
6
6
|
|
|
7
7
|
var script = defineComponent({
|
|
8
8
|
name: 'OrTag',
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, reactive,
|
|
1
|
+
import { defineComponent, ref, toRefs, computed, reactive, watch, nextTick } from 'vue-demi';
|
|
2
|
+
import { o as onClickOutside } from './index-c5cda763.js';
|
|
2
3
|
import { TagInput, TagInputControl, TagInputItem } from './components/OrTagInputV3/styles.js';
|
|
3
4
|
import './components/OrErrorV3/OrError.js';
|
|
4
5
|
import './components/OrHintV3/OrHint.js';
|
|
@@ -6,20 +7,19 @@ import './components/OrIconButtonV3/OrIconButton.js';
|
|
|
6
7
|
import './components/OrInputBoxV3/OrInputBox.js';
|
|
7
8
|
import './components/OrLabelV3/OrLabel.js';
|
|
8
9
|
import './components/OrTagsV3/OrTags.js';
|
|
9
|
-
import { s as script$6 } from './OrTags.vue_vue_type_script_lang-ffa6d728.js';
|
|
10
10
|
import { s as script$1 } from './OrError.vue_vue_type_script_lang-fcf91781.js';
|
|
11
11
|
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-0ab8b932.js';
|
|
12
|
-
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-
|
|
12
|
+
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-6a53a819.js';
|
|
13
13
|
import { s as script$4 } from './OrInputBox.vue_vue_type_script_lang-137cb650.js';
|
|
14
14
|
import { s as script$5 } from './OrLabel.vue_vue_type_script_lang-e2bcff17.js';
|
|
15
|
-
import {
|
|
15
|
+
import { s as script$6 } from './OrTags.vue_vue_type_script_lang-ab2ccd23.js';
|
|
16
|
+
import { TagsOverflow } from './components/OrTagsV3/props.js';
|
|
16
17
|
import { useIdAttribute } from './hooks/useIdAttribute.js';
|
|
17
18
|
import { useControlAttributes } from './hooks/useControlAttributes.js';
|
|
18
19
|
import { useValidationAttributes } from './hooks/useValidationAttributes.js';
|
|
19
20
|
import { useProxyModelValue } from './hooks/useProxyModelValue.js';
|
|
20
21
|
|
|
21
22
|
var script = defineComponent({
|
|
22
|
-
name: 'OrTagInput',
|
|
23
23
|
components: {
|
|
24
24
|
OrError: script$1,
|
|
25
25
|
OrHint: script$2,
|
|
@@ -37,10 +37,6 @@ var script = defineComponent({
|
|
|
37
37
|
type: Array,
|
|
38
38
|
default: () => []
|
|
39
39
|
},
|
|
40
|
-
size: {
|
|
41
|
-
type: String,
|
|
42
|
-
default: InputBoxSize.M
|
|
43
|
-
},
|
|
44
40
|
label: {
|
|
45
41
|
type: String,
|
|
46
42
|
default: undefined
|
|
@@ -72,14 +68,33 @@ var script = defineComponent({
|
|
|
72
68
|
disableDefaultStyles: {
|
|
73
69
|
type: Boolean,
|
|
74
70
|
default: false
|
|
71
|
+
},
|
|
72
|
+
overflow: {
|
|
73
|
+
type: String,
|
|
74
|
+
default: TagsOverflow.Hidden
|
|
75
|
+
},
|
|
76
|
+
// todo: review default state, disabling will breaking
|
|
77
|
+
enableClear: {
|
|
78
|
+
type: Boolean,
|
|
79
|
+
default: true
|
|
75
80
|
}
|
|
76
81
|
},
|
|
77
|
-
emits: ['update:modelValue', 'keydown', 'keyup', 'focus', 'blur'],
|
|
82
|
+
emits: ['update:modelValue', 'keydown', 'keyup', 'focus', 'blur', 'reset'],
|
|
78
83
|
expose: ['root', 'focus', 'blur'],
|
|
79
84
|
setup(props, context) {
|
|
80
85
|
// Refs
|
|
81
86
|
const root = ref();
|
|
82
87
|
const control = ref();
|
|
88
|
+
const inputBox = ref();
|
|
89
|
+
const tags = ref();
|
|
90
|
+
// Props
|
|
91
|
+
const {
|
|
92
|
+
modelValue,
|
|
93
|
+
overflow,
|
|
94
|
+
placeholder,
|
|
95
|
+
disabled,
|
|
96
|
+
readonly
|
|
97
|
+
} = toRefs(props);
|
|
83
98
|
// Styles
|
|
84
99
|
const rootStyles = computed(() => ['or-tag-input-v3', ...TagInput]);
|
|
85
100
|
const controlStyles = computed(() => [...TagInputControl]);
|
|
@@ -90,13 +105,24 @@ var script = defineComponent({
|
|
|
90
105
|
...useControlAttributes(),
|
|
91
106
|
...useValidationAttributes()
|
|
92
107
|
});
|
|
93
|
-
const
|
|
94
|
-
const
|
|
108
|
+
const activated = ref(false);
|
|
109
|
+
const proxyModelValue = useProxyModelValue(modelValue, context.emit);
|
|
110
|
+
const draftModelValue = ref('');
|
|
95
111
|
const currentLength = computed(() => {
|
|
96
112
|
var _a, _b;
|
|
97
113
|
return (_b = (_a = proxyModelValue.value) === null || _a === void 0 ? void 0 : _a.length) !== null && _b !== void 0 ? _b : 0;
|
|
98
114
|
});
|
|
99
115
|
const maxLength = computed(() => controlAttributes.maxlength);
|
|
116
|
+
const controlInlineStyles = computed(() => {
|
|
117
|
+
var _a, _b;
|
|
118
|
+
const chars = draftModelValue.value.length > 0 ? draftModelValue.value.length : currentLength.value === 0 ? (_b = (_a = placeholder.value) === null || _a === void 0 ? void 0 : _a.length) !== null && _b !== void 0 ? _b : 0 : 0;
|
|
119
|
+
return {
|
|
120
|
+
width: `${Math.max(chars + 1 || 0, 3)}ch`
|
|
121
|
+
};
|
|
122
|
+
});
|
|
123
|
+
const showControl = computed(() => {
|
|
124
|
+
return draftModelValue.value.length > 0 || currentLength.value === 0 || activated.value;
|
|
125
|
+
});
|
|
100
126
|
// Methods
|
|
101
127
|
function focus() {
|
|
102
128
|
var _a;
|
|
@@ -106,6 +132,17 @@ var script = defineComponent({
|
|
|
106
132
|
var _a;
|
|
107
133
|
(_a = control.value) === null || _a === void 0 ? void 0 : _a.blur();
|
|
108
134
|
}
|
|
135
|
+
function deactivate() {
|
|
136
|
+
activated.value = false;
|
|
137
|
+
nextTick(() => blur());
|
|
138
|
+
context.emit('blur');
|
|
139
|
+
}
|
|
140
|
+
function activate() {
|
|
141
|
+
if (disabled.value || readonly.value) return;
|
|
142
|
+
activated.value = true;
|
|
143
|
+
nextTick(() => focus());
|
|
144
|
+
context.emit('focus');
|
|
145
|
+
}
|
|
109
146
|
function add() {
|
|
110
147
|
var _a;
|
|
111
148
|
const newItem = (_a = draftModelValue.value) === null || _a === void 0 ? void 0 : _a.trim();
|
|
@@ -113,29 +150,49 @@ var script = defineComponent({
|
|
|
113
150
|
if (proxyModelValue.value.includes(newItem)) return;
|
|
114
151
|
if (maxLength.value && currentLength.value >= maxLength.value) return;
|
|
115
152
|
proxyModelValue.value = [...proxyModelValue.value, newItem];
|
|
116
|
-
draftModelValue.value =
|
|
153
|
+
draftModelValue.value = '';
|
|
117
154
|
}
|
|
118
155
|
function remove(value) {
|
|
119
156
|
proxyModelValue.value = proxyModelValue.value.filter(item => item !== value);
|
|
120
157
|
}
|
|
121
158
|
function reset() {
|
|
122
159
|
proxyModelValue.value = [];
|
|
123
|
-
draftModelValue.value =
|
|
160
|
+
draftModelValue.value = '';
|
|
161
|
+
context.emit('reset');
|
|
124
162
|
}
|
|
163
|
+
// Effects
|
|
164
|
+
onClickOutside(inputBox, () => {
|
|
165
|
+
var _a, _b;
|
|
166
|
+
if (activated.value === false || ((_b = (_a = tags.value) === null || _a === void 0 ? void 0 : _a.overflowPopover) === null || _b === void 0 ? void 0 : _b.state) === 'open') return;
|
|
167
|
+
deactivate();
|
|
168
|
+
});
|
|
169
|
+
watch(proxyModelValue, (items, prevItems) => {
|
|
170
|
+
var _a;
|
|
171
|
+
if (items.length != prevItems.length && overflow.value === TagsOverflow.Scroll) {
|
|
172
|
+
((_a = tags.value) === null || _a === void 0 ? void 0 : _a.scrollToEnd)();
|
|
173
|
+
}
|
|
174
|
+
});
|
|
125
175
|
return {
|
|
126
176
|
root,
|
|
127
177
|
control,
|
|
178
|
+
inputBox,
|
|
179
|
+
tags,
|
|
128
180
|
rootStyles,
|
|
129
181
|
controlStyles,
|
|
130
182
|
itemStyles,
|
|
183
|
+
controlInlineStyles,
|
|
131
184
|
controlAttributes,
|
|
132
185
|
proxyModelValue,
|
|
133
186
|
draftModelValue,
|
|
134
187
|
currentLength,
|
|
135
188
|
maxLength,
|
|
189
|
+
activated,
|
|
190
|
+
showControl,
|
|
136
191
|
focus,
|
|
137
192
|
blur,
|
|
138
193
|
add,
|
|
194
|
+
activate,
|
|
195
|
+
deactivate,
|
|
139
196
|
remove,
|
|
140
197
|
reset
|
|
141
198
|
};
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import { defineComponent, ref, computed } from 'vue-demi';
|
|
1
|
+
import { defineComponent, ref, toRefs, computed, nextTick } from 'vue-demi';
|
|
2
2
|
import { TagsOverflow } from './components/OrTagsV3/props.js';
|
|
3
3
|
import { Tags, TagsContainer, TagsContainerOverflows, TagsOverflowButton, TagsOverflowPopover } from './components/OrTagsV3/styles.js';
|
|
4
|
+
import { castToTagObject } from './components/OrTagsV3/utils/castToTag.js';
|
|
4
5
|
import './components/OrButtonV3/OrButton.js';
|
|
5
6
|
import './components/OrPopoverV3/OrPopover.js';
|
|
6
7
|
import './components/OrTagV3/OrTag.js';
|
|
7
|
-
import { s as script$
|
|
8
|
-
import { s as script$2 } from './OrPopover.vue_vue_type_script_lang-2462c31d.js';
|
|
9
|
-
import { s as script$3 } from './OrTag.vue_vue_type_script_lang-e4811b42.js';
|
|
8
|
+
import { s as script$3 } from './OrTag.vue_vue_type_script_lang-6c0094be.js';
|
|
10
9
|
import { useOverflow } from './hooks/useOverflow.js';
|
|
10
|
+
import { s as script$1 } from './OrButton.vue_vue_type_script_lang-0f7bda53.js';
|
|
11
|
+
import { s as script$2 } from './OrPopover.vue_vue_type_script_lang-d7c493af.js';
|
|
11
12
|
|
|
12
13
|
var script = defineComponent({
|
|
13
14
|
name: 'OrTags',
|
|
@@ -23,19 +24,31 @@ var script = defineComponent({
|
|
|
23
24
|
},
|
|
24
25
|
overflow: {
|
|
25
26
|
type: String,
|
|
26
|
-
default: TagsOverflow.
|
|
27
|
+
default: TagsOverflow.Hidden
|
|
27
28
|
},
|
|
28
29
|
tagProps: {
|
|
29
30
|
type: Object,
|
|
30
31
|
default: undefined
|
|
32
|
+
},
|
|
33
|
+
disabled: {
|
|
34
|
+
type: Boolean,
|
|
35
|
+
default: false
|
|
31
36
|
}
|
|
32
37
|
},
|
|
33
38
|
emits: ['click', 'focus', 'blur', 'reset'],
|
|
34
|
-
expose: ['root'],
|
|
39
|
+
expose: ['root', 'container', 'overflowPopover', 'scrollToEnd'],
|
|
35
40
|
setup(props) {
|
|
36
41
|
// Refs
|
|
37
42
|
const root = ref();
|
|
38
43
|
const container = ref();
|
|
44
|
+
// Props
|
|
45
|
+
const {
|
|
46
|
+
items,
|
|
47
|
+
overflow
|
|
48
|
+
} = toRefs(props);
|
|
49
|
+
const localOverflow = computed(() => {
|
|
50
|
+
return overflow.value === TagsOverflow.Default ? TagsOverflow.Hidden : overflow.value;
|
|
51
|
+
});
|
|
39
52
|
const overflowButton = ref();
|
|
40
53
|
const overflowButtonRoot = computed(() => {
|
|
41
54
|
var _a;
|
|
@@ -48,19 +61,39 @@ var script = defineComponent({
|
|
|
48
61
|
});
|
|
49
62
|
// Styles
|
|
50
63
|
const rootStyles = computed(() => ['or-tags-v3', ...Tags]);
|
|
51
|
-
const containerStyles = computed(() => [...TagsContainer, ...TagsContainerOverflows[
|
|
64
|
+
const containerStyles = computed(() => [...TagsContainer, ...TagsContainerOverflows[localOverflow.value]]);
|
|
52
65
|
const overflowButtonStyles = computed(() => [...TagsOverflowButton]);
|
|
53
66
|
const overflowPopoverStyles = computed(() => [...TagsOverflowPopover]);
|
|
54
67
|
// State
|
|
55
68
|
const {
|
|
56
69
|
innerItems
|
|
57
|
-
} = useOverflow(container
|
|
70
|
+
} = useOverflow(container, {
|
|
71
|
+
hide: false
|
|
72
|
+
});
|
|
73
|
+
const localItems = computed(() => {
|
|
74
|
+
return items.value.map(castToTagObject);
|
|
75
|
+
});
|
|
58
76
|
const overflowItems = computed(() => {
|
|
59
|
-
return
|
|
77
|
+
return localItems.value.slice(innerItems.value.length);
|
|
60
78
|
});
|
|
79
|
+
// Methods
|
|
80
|
+
function togglePopover() {
|
|
81
|
+
overflowPopover.value.toggle();
|
|
82
|
+
}
|
|
83
|
+
function scrollToEnd() {
|
|
84
|
+
nextTick(() => {
|
|
85
|
+
var _a, _b;
|
|
86
|
+
(_a = container.value) === null || _a === void 0 ? void 0 : _a.scrollTo({
|
|
87
|
+
left: (_b = container.value) === null || _b === void 0 ? void 0 : _b.scrollWidth,
|
|
88
|
+
behavior: 'smooth'
|
|
89
|
+
});
|
|
90
|
+
});
|
|
91
|
+
}
|
|
61
92
|
return {
|
|
62
93
|
root,
|
|
63
94
|
container,
|
|
95
|
+
localOverflow,
|
|
96
|
+
localItems,
|
|
64
97
|
overflowButton,
|
|
65
98
|
overflowButtonRoot,
|
|
66
99
|
overflowPopover,
|
|
@@ -69,7 +102,9 @@ var script = defineComponent({
|
|
|
69
102
|
containerStyles,
|
|
70
103
|
overflowButtonStyles,
|
|
71
104
|
overflowPopoverStyles,
|
|
72
|
-
overflowItems
|
|
105
|
+
overflowItems,
|
|
106
|
+
togglePopover,
|
|
107
|
+
scrollToEnd
|
|
73
108
|
};
|
|
74
109
|
}
|
|
75
110
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
|
|
2
2
|
import { TimePicker, TimePickerPopover } from './components/OrTimePickerV3/styles.js';
|
|
3
|
-
import { s as script$4, a as script$5 } from './OrDateTimePickerTimeSelect-
|
|
3
|
+
import { s as script$4, a as script$5 } from './OrDateTimePickerTimeSelect-934093b2.js';
|
|
4
4
|
import './components/OrErrorV3/OrError.js';
|
|
5
5
|
import './components/OrHintV3/OrHint.js';
|
|
6
6
|
import './components/OrIconV3/OrIcon.js';
|
|
@@ -8,14 +8,14 @@ import './components/OrIconButtonV3/OrIconButton.js';
|
|
|
8
8
|
import './components/OrInputBoxV3/OrInputBox.js';
|
|
9
9
|
import './components/OrLabelV3/OrLabel.js';
|
|
10
10
|
import './components/OrPopoverV3/OrPopover.js';
|
|
11
|
-
import { s as script$1, a as script$2, b as script$3 } from './OrDateTimePickerPopoverHeader.vue_vue_type_script_lang-
|
|
11
|
+
import { s as script$1, a as script$2, b as script$3 } from './OrDateTimePickerPopoverHeader.vue_vue_type_script_lang-c9eb540e.js';
|
|
12
12
|
import { s as script$6 } from './OrError.vue_vue_type_script_lang-fcf91781.js';
|
|
13
13
|
import { s as script$7 } from './OrHint.vue_vue_type_script_lang-0ab8b932.js';
|
|
14
14
|
import { s as script$8 } from './OrIcon.vue_vue_type_script_lang-bc674d9e.js';
|
|
15
|
-
import { s as script$9 } from './OrIconButton.vue_vue_type_script_lang-
|
|
15
|
+
import { s as script$9 } from './OrIconButton.vue_vue_type_script_lang-6a53a819.js';
|
|
16
16
|
import { s as script$a } from './OrInputBox.vue_vue_type_script_lang-137cb650.js';
|
|
17
17
|
import { s as script$b } from './OrLabel.vue_vue_type_script_lang-e2bcff17.js';
|
|
18
|
-
import { s as script$c } from './OrPopover.vue_vue_type_script_lang-
|
|
18
|
+
import { s as script$c } from './OrPopover.vue_vue_type_script_lang-d7c493af.js';
|
|
19
19
|
import { DropdownClose } from './directives/dropdown-close.js';
|
|
20
20
|
import { DropdownOpen } from './directives/dropdown-open.js';
|
|
21
21
|
import { DateTimePickerTimeFormat } from './components/OrDateTimePickerV3/props.js';
|
|
@@ -6,7 +6,7 @@ import { P as PositionsX, a as PositionsY, T as TransitionType } from './props-7
|
|
|
6
6
|
import { ToastContainer, ToastContainerPositions } from './components/OrToastV3/styles.js';
|
|
7
7
|
import './components/OrTeleportV3/OrTeleport.js';
|
|
8
8
|
import { s as script$1 } from './OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
|
|
9
|
-
import { u as useToggle } from './index-
|
|
9
|
+
import { u as useToggle } from './index-6cbf1493.js';
|
|
10
10
|
import { useElevation } from './hooks/useElevation.js';
|
|
11
11
|
|
|
12
12
|
var script = defineComponent({
|
|
@@ -4,7 +4,7 @@ import { defineComponent, nextTick } from 'vue-demi';
|
|
|
4
4
|
import useQueue from './components/OrToast/composable/useQueue.js';
|
|
5
5
|
import useToastEventBus from './components/OrToast/composable/useToastEventBus.js';
|
|
6
6
|
import { PositionsX, PositionsY, TransitionType } from './components/OrToast/constants.js';
|
|
7
|
-
import { u as useToggle } from './index-
|
|
7
|
+
import { u as useToggle } from './index-6cbf1493.js';
|
|
8
8
|
|
|
9
9
|
var script = defineComponent({
|
|
10
10
|
name: 'OrToastContainer',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
2
2
|
import { Tooltip, TooltipBody, TooltipBodyPlacements } from './components/OrTooltipV3/styles.js';
|
|
3
3
|
import './components/OrPopoverV3/OrPopover.js';
|
|
4
|
-
import { s as script$1 } from './OrPopover.vue_vue_type_script_lang-
|
|
4
|
+
import { s as script$1 } from './OrPopover.vue_vue_type_script_lang-d7c493af.js';
|
|
5
5
|
import { PopoverPlacement } from './components/OrPopoverV3/props.js';
|
|
6
6
|
import { usePopoverState } from './hooks/usePopoverState.js';
|
|
7
7
|
|
|
@@ -2,9 +2,9 @@ import { defineComponent, ref, computed, watch, unref, onMounted } from 'vue-dem
|
|
|
2
2
|
import { TreeNodeDropPosition } from './components/OrTreeV3/types.js';
|
|
3
3
|
import './components/OrButtonV3/OrButton.js';
|
|
4
4
|
import './components/OrIconV3/OrIcon.js';
|
|
5
|
-
import { s as script$2 } from './OrButton.vue_vue_type_script_lang-
|
|
5
|
+
import { s as script$2 } from './OrButton.vue_vue_type_script_lang-0f7bda53.js';
|
|
6
6
|
import { s as script$3 } from './OrIcon.vue_vue_type_script_lang-bc674d9e.js';
|
|
7
|
-
import { u as useToggle } from './index-
|
|
7
|
+
import { u as useToggle } from './index-6cbf1493.js';
|
|
8
8
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, withModifiers, createBlock, withCtx, createVNode, createCommentVNode, renderSlot, normalizeProps, guardReactiveProps, createTextVNode, toDisplayString, Fragment, renderList } from 'vue';
|
|
9
9
|
|
|
10
10
|
function inRange(num, min, max) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrBottomSheet.vue_vue_type_script_lang-5c209d34.js';
|
|
2
|
+
export { s as default } from '../../OrBottomSheet.vue_vue_type_script_lang-5c209d34.js';
|
|
3
3
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, createElementBlock, normalizeClass, createCommentVNode, renderSlot } from 'vue';
|
|
4
4
|
|
|
5
5
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref, computed, unref } from 'vue-demi';
|
|
2
|
-
import {
|
|
2
|
+
import { n as usePointerSwipe, S as SwipeDirection } from '../../../index-c5cda763.js';
|
|
3
3
|
import { BottomSheetVariant } from '../props.js';
|
|
4
4
|
import { useTheme } from '../../../hooks/useTheme.js';
|
|
5
5
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { BottomSheetVariant } from './props.js';
|
|
2
|
-
export { s as OrBottomSheetV3 } from '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
2
|
+
export { s as OrBottomSheetV3 } from '../../OrBottomSheet.vue_vue_type_script_lang-5c209d34.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrButton.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrButton.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrButton.vue_vue_type_script_lang-0f7bda53.js';
|
|
2
|
+
export { s as default } from '../../OrButton.vue_vue_type_script_lang-0f7bda53.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, mergeProps, toHandlers, createElementVNode, normalizeClass, renderSlot, createBlock, Fragment, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
|
|
4
4
|
|
|
5
5
|
const _hoisted_1 = ["type", "activated", "disabled"];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { ButtonColor, ButtonType, ButtonVariant } from './props.js';
|
|
2
|
-
export { s as OrButtonV3 } from '../../OrButton.vue_vue_type_script_lang-
|
|
2
|
+
export { s as OrButtonV3 } from '../../OrButton.vue_vue_type_script_lang-0f7bda53.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrCardCollection.vue_vue_type_script_lang-4bbd52e3.js';
|
|
2
|
+
export { s as default } from '../../OrCardCollection.vue_vue_type_script_lang-4bbd52e3.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, Fragment, renderList, toDisplayString, createVNode, withCtx, createTextVNode, createCommentVNode, renderSlot, createBlock, normalizeProps, guardReactiveProps } from 'vue';
|
|
4
4
|
import { s as styleInject } from '../../style-inject.es-4c6f2515.js';
|
|
5
5
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { CARD_COLLECTION_LAYOUT } from './constants.js';
|
|
2
|
-
export { s as OrCardCollection } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
2
|
+
export { s as OrCardCollection } from '../../OrCardCollection.vue_vue_type_script_lang-4bbd52e3.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrCardCollection.vue_vue_type_script_lang-832a6115.js';
|
|
2
|
+
export { s as default } from '../../OrCardCollection.vue_vue_type_script_lang-832a6115.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createBlock, createCommentVNode, createVNode, Fragment, renderList, renderSlot, normalizeProps, guardReactiveProps, mergeProps, withCtx, createTextVNode } from 'vue';
|
|
4
4
|
|
|
5
5
|
const _hoisted_1 = {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { CardCollectionView, defaultViewModes, gridView, listView } from './props.js';
|
|
2
|
-
export { s as OrCardCollectionV3 } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
2
|
+
export { s as OrCardCollectionV3 } from '../../OrCardCollection.vue_vue_type_script_lang-832a6115.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrCheckboxGroup.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrCheckboxGroup.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrCheckboxGroup.vue_vue_type_script_lang-850a6eba.js';
|
|
2
|
+
export { s as default } from '../../OrCheckboxGroup.vue_vue_type_script_lang-850a6eba.js';
|
|
3
3
|
import { resolveComponent, openBlock, createBlock, withCtx, renderSlot, createElementBlock, Fragment, renderList } from 'vue';
|
|
4
4
|
|
|
5
5
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrCheckboxGroupV3 } from '../../OrCheckboxGroup.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrCheckboxGroupV3 } from '../../OrCheckboxGroup.vue_vue_type_script_lang-850a6eba.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrCheckboxTree.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrCheckboxTree.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrCheckboxTree.vue_vue_type_script_lang-daa18318.js';
|
|
2
|
+
export { s as default } from '../../OrCheckboxTree.vue_vue_type_script_lang-daa18318.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, Fragment, createElementVNode, createBlock, withCtx, createVNode, createCommentVNode, renderList } from 'vue';
|
|
4
4
|
|
|
5
5
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrCheckboxTreeV3 } from '../../OrCheckboxTree.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrCheckboxTreeV3 } from '../../OrCheckboxTree.vue_vue_type_script_lang-daa18318.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrCode.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrCode.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrCode.vue_vue_type_script_lang-3a6280cf.js';
|
|
2
|
+
export { s as default } from '../../OrCode.vue_vue_type_script_lang-3a6280cf.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, createVNode, withCtx, renderSlot, createElementVNode, normalizeClass, createBlock, createCommentVNode, withDirectives, vShow } from 'vue';
|
|
4
4
|
import { s as styleInject } from '../../style-inject.es-4c6f2515.js';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { OrCodeLanguages } from './constants.js';
|
|
2
|
-
export { s as OrCode } from '../../OrCode.vue_vue_type_script_lang-
|
|
2
|
+
export { s as OrCode } from '../../OrCode.vue_vue_type_script_lang-3a6280cf.js';
|
|
3
3
|
export { b as basicSetup } from '../../index-59ae65a4.js';
|
|
4
4
|
export { a as lintGutter, l as linter } from '../../index-4a4ab262.js';
|
|
5
5
|
export { javascript } from '../../index-9b8fe3ec.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrCode.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrCode.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrCode.vue_vue_type_script_lang-e7e395eb.js';
|
|
2
|
+
export { s as default } from '../../OrCode.vue_vue_type_script_lang-e7e395eb.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, createElementVNode, renderSlot, createBlock, withModifiers, createCommentVNode, createSlots, createTextVNode, toDisplayString } from 'vue';
|
|
4
4
|
|
|
5
5
|
const _hoisted_1 = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { CodeLanguage } from './props.js';
|
|
2
|
-
export { s as OrCodeV3 } from '../../OrCode.vue_vue_type_script_lang-
|
|
2
|
+
export { s as OrCodeV3 } from '../../OrCode.vue_vue_type_script_lang-e7e395eb.js';
|
|
3
3
|
export { a as lintGutter, l as linter } from '../../index-4a4ab262.js';
|
|
4
4
|
export { javascript } from '../../index-9b8fe3ec.js';
|
|
5
5
|
export { json, jsonParseLinter } from '../../index-57f01e0d.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrColorPicker.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrColorPicker.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrColorPicker.vue_vue_type_script_lang-ae778af6.js';
|
|
2
|
+
export { s as default } from '../../OrColorPicker.vue_vue_type_script_lang-ae778af6.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, createElementVNode, normalizeStyle, withModifiers, createBlock, withCtx, Fragment, renderList, normalizeClass, withDirectives, vShow, createCommentVNode, pushScopeId, popScopeId } from 'vue';
|
|
4
4
|
import { s as styleInject } from '../../style-inject.es-4c6f2515.js';
|
|
5
5
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { amber, black, blue, blueGrey, brown, cyan, deepOrange, deepPurple, green, indigo, lightBlue, lightGreen, lime, orange, pink, purple, red, teal, white, yellow } from './constants.js';
|
|
2
|
-
export { s as OrColorPicker } from '../../OrColorPicker.vue_vue_type_script_lang-
|
|
2
|
+
export { s as OrColorPicker } from '../../OrColorPicker.vue_vue_type_script_lang-ae778af6.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrConfirm.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrConfirm.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrConfirm.vue_vue_type_script_lang-9ed9ba84.js';
|
|
2
|
+
export { s as default } from '../../OrConfirm.vue_vue_type_script_lang-9ed9ba84.js';
|
|
3
3
|
import { resolveComponent, openBlock, createBlock, withCtx, renderSlot, createElementVNode, createVNode, createCommentVNode } from 'vue';
|
|
4
4
|
import { s as styleInject } from '../../style-inject.es-4c6f2515.js';
|
|
5
5
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { s as OrConfirm } from '../../OrConfirm.vue_vue_type_script_lang-
|
|
1
|
+
export { s as OrConfirm } from '../../OrConfirm.vue_vue_type_script_lang-9ed9ba84.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrConfirm.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrConfirm.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrConfirm.vue_vue_type_script_lang-1c3c49c8.js';
|
|
2
|
+
export { s as default } from '../../OrConfirm.vue_vue_type_script_lang-1c3c49c8.js';
|
|
3
3
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createTextVNode, toDisplayString, createElementBlock, createVNode, createCommentVNode } from 'vue';
|
|
4
4
|
|
|
5
5
|
const _hoisted_1 = {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { ConfirmType } from './props.js';
|
|
2
|
-
export { s as OrConfirmV3 } from '../../OrConfirm.vue_vue_type_script_lang-
|
|
2
|
+
export { s as OrConfirmV3 } from '../../OrConfirm.vue_vue_type_script_lang-1c3c49c8.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrContextMenu.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrContextMenu.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrContextMenu.vue_vue_type_script_lang-6caa81c0.js';
|
|
2
|
+
export { s as default } from '../../OrContextMenu.vue_vue_type_script_lang-6caa81c0.js';
|
|
3
3
|
import { resolveComponent, openBlock, createBlock, withCtx, renderSlot } from 'vue';
|
|
4
4
|
|
|
5
5
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|