@onereach/ui-components 6.6.2-beta.3526.0 → 7.0.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/{OrDateTimePickerMonthSelect-84e68561.js → OrDateTimePickerMonthSelect-06eb6ce3.js} +3 -3
- package/dist/bundled/v2/{OrDateTimePickerTimeSelect-42f38d7a.js → OrDateTimePickerTimeSelect-5ebd3f35.js} +1 -1
- package/dist/bundled/v2/components/OrAvatarV3/styles.js +1 -1
- 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/OrBottomSheetV3/styles.js +1 -1
- package/dist/bundled/v2/components/OrButtonV3/styles.js +1 -1
- package/dist/bundled/v2/components/OrCheckboxV3/styles.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/OrContextMenuV3/props.d.ts +2 -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/OrErrorTagV3/OrErrorTag.js +2 -2
- package/dist/bundled/v2/components/OrErrorTagV3/styles.d.ts +1 -1
- package/dist/bundled/v2/components/OrErrorTagV3/styles.js +6 -6
- package/dist/bundled/v2/components/OrErrorV3/OrError.js +2 -2
- package/dist/bundled/v2/components/OrErrorV3/styles.d.ts +1 -1
- package/dist/bundled/v2/components/OrErrorV3/styles.js +3 -3
- package/dist/bundled/v2/components/OrExpansionPanelV3/styles.js +1 -1
- package/dist/bundled/v2/components/OrHintV3/OrHint.js +2 -2
- package/dist/bundled/v2/components/OrHintV3/styles.d.ts +1 -1
- package/dist/bundled/v2/components/OrHintV3/styles.js +3 -3
- package/dist/bundled/v2/components/OrIconButtonV3/styles.js +1 -1
- package/dist/bundled/v2/components/OrIconV3/styles.js +1 -1
- package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +1 -1
- package/dist/bundled/v2/components/OrLabelV3/styles.js +1 -1
- package/dist/bundled/v2/components/OrLinkV3/styles.js +1 -1
- package/dist/bundled/v2/components/OrLoaderV3/OrLoader.js +1 -1
- package/dist/bundled/v2/components/OrMenuItemV3/styles.js +1 -1
- package/dist/bundled/v2/components/OrMenuV3/props.d.ts +2 -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/OrRadioV3/styles.js +1 -1
- package/dist/bundled/v2/components/OrResizeablePanelV3/OrResizeablePanel.js +1 -1
- package/dist/bundled/v2/components/OrResizeablePanelV3/styles.js +4 -4
- package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +2 -2
- package/dist/bundled/v2/components/OrSegmentedControlV3/OrSegmentedControl.js +1 -1
- package/dist/bundled/v2/components/OrSelect/OrSelect.js +1 -1
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +138 -622
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.vue.d.ts +29 -48
- package/dist/bundled/v2/components/OrSelectV3/styles.js +1 -1
- package/dist/bundled/v2/components/OrSelectV3/types.d.ts +1 -3
- 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/OrSwitchV3/styles.js +1 -1
- package/dist/bundled/v2/components/OrTabV3/styles.js +1 -1
- package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +1 -1
- package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.js +67 -138
- package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.vue.d.ts +14 -59
- package/dist/bundled/v2/components/OrTagInputV3/styles.js +1 -1
- package/dist/bundled/v2/components/OrTagV3/OrTag.js +2 -2
- package/dist/bundled/v2/components/OrTagV3/styles.d.ts +3 -3
- package/dist/bundled/v2/components/OrTagV3/styles.js +16 -14
- package/dist/bundled/v2/components/OrTagsV3/OrTags.js +19 -56
- package/dist/bundled/v2/components/OrTagsV3/OrTags.vue.d.ts +12 -32
- package/dist/bundled/v2/components/OrTagsV3/props.d.ts +1 -3
- package/dist/bundled/v2/components/OrTagsV3/props.js +0 -4
- package/dist/bundled/v2/components/OrTagsV3/styles.js +5 -15
- 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/OrTooltipV3/props.d.ts +2 -1
- package/dist/bundled/v2/components/index.js +3 -3
- package/dist/bundled/v2/hooks/useOverflow.d.ts +1 -4
- package/dist/bundled/v2/hooks/useOverflow.js +3 -10
- package/dist/bundled/v2/hooks/useResponsive/useResponsive.js +9 -9
- package/dist/bundled/v2/{index-a77d7adf.js → index-a488b35e.js} +1 -23
- package/dist/bundled/v2/index.js +4 -4
- package/dist/bundled/v2/{useFocusTrap-dad25115.js → useFocusTrap-44eded81.js} +1 -1
- package/dist/bundled/v3/{OrAvatar.vue_vue_type_script_lang-766685fb.js → OrAvatar.vue_vue_type_script_lang-37ee3ec6.js} +1 -1
- package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-5487541b.js → OrBottomSheet.vue_vue_type_script_lang-37e2fc0e.js} +2 -2
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-7052780f.js → OrButton.vue_vue_type_script_lang-bc25bb37.js} +1 -1
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-4bbd52e3.js → OrCardCollection.vue_vue_type_script_lang-77bcd3a8.js} +1 -1
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-c66c0f90.js → OrCardCollection.vue_vue_type_script_lang-81901ad7.js} +3 -3
- package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-4fa909d8.js → OrCheckbox.vue_vue_type_script_lang-cdc466f7.js} +1 -1
- package/dist/bundled/v3/{OrCheckboxGroup.vue_vue_type_script_lang-4bc7ec9b.js → OrCheckboxGroup.vue_vue_type_script_lang-ada59489.js} +2 -2
- package/dist/bundled/v3/{OrCheckboxTree.vue_vue_type_script_lang-761e0672.js → OrCheckboxTree.vue_vue_type_script_lang-aea94f67.js} +4 -4
- package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-3a6280cf.js → OrCode.vue_vue_type_script_lang-12e5e92d.js} +2 -2
- package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-742fcf46.js → OrCode.vue_vue_type_script_lang-9008d0ff.js} +5 -5
- package/dist/bundled/v3/{OrColorPicker.vue_vue_type_script_lang-ae778af6.js → OrColorPicker.vue_vue_type_script_lang-5c6fd662.js} +2 -2
- package/dist/bundled/v3/{OrCombinedInput.vue_vue_type_script_lang-fef04d0e.js → OrCombinedInput.vue_vue_type_script_lang-d529dae3.js} +3 -3
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-d5ba2f4a.js → OrConfirm.vue_vue_type_script_lang-22a73313.js} +6 -6
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-9ed9ba84.js → OrConfirm.vue_vue_type_script_lang-5dd6c37e.js} +4 -4
- package/dist/bundled/v3/{OrContextMenu.vue_vue_type_script_lang-28b7dd77.js → OrContextMenu.vue_vue_type_script_lang-4d5e445b.js} +1 -1
- package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-eca5da67.js → OrDatePicker.vue_vue_type_script_lang-eeb33130.js} +8 -8
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-3d115961.js → OrDateTimePicker.vue_vue_type_script_lang-3b26d48d.js} +9 -9
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-a4f4d0dd.js → OrDateTimePicker.vue_vue_type_script_lang-a75fb98f.js} +1 -1
- package/dist/bundled/v3/{OrDateTimePickerPopoverHeader-f0637d74.js → OrDateTimePickerPopoverHeader-0c4c9bbc.js} +9 -9
- package/dist/bundled/v3/{OrDateTimePickerPopoverHeader.vue_vue_type_script_lang-ad567fe0.js → OrDateTimePickerPopoverHeader.vue_vue_type_script_lang-f2f452de.js} +2 -2
- package/dist/bundled/v3/{OrDateTimePickerTimeSelect-582355f5.js → OrDateTimePickerTimeSelect-ca150449.js} +2 -2
- package/dist/bundled/v3/{OrError.vue_vue_type_script_lang-df7b5e32.js → OrError.vue_vue_type_script_lang-fcf91781.js} +2 -2
- package/dist/bundled/v3/{OrErrorTag.vue_vue_type_script_lang-be2ca11b.js → OrErrorTag.vue_vue_type_script_lang-91445ae6.js} +3 -3
- package/dist/bundled/v3/{OrExpansionPanel.vue_vue_type_script_lang-5eb86359.js → OrExpansionPanel.vue_vue_type_script_lang-d7c2d142.js} +1 -1
- package/dist/bundled/v3/{OrFab.vue_vue_type_script_lang-1e6454df.js → OrFab.vue_vue_type_script_lang-1647b498.js} +1 -1
- package/dist/bundled/v3/{OrFormGroup.vue_vue_type_script_lang-7ef8a039.js → OrFormGroup.vue_vue_type_script_lang-165cf30e.js} +3 -3
- package/dist/bundled/v3/{OrHint.vue_vue_type_script_lang-0f5e8377.js → OrHint.vue_vue_type_script_lang-0ab8b932.js} +2 -2
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-5a2b8679.js → OrIconButton.vue_vue_type_script_lang-a35c30ce.js} +2 -2
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-69ed9520.js → OrInlineInput.vue_vue_type_script_lang-df7eb768.js} +3 -3
- package/dist/bundled/v3/{OrInlineTextEdit.vue_vue_type_script_lang-3efb497c.js → OrInlineTextEdit.vue_vue_type_script_lang-70b79aec.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-cbbb144b.js → OrInlineTextarea.vue_vue_type_script_lang-4f7dfa64.js} +3 -3
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-2b98ac5c.js → OrInput.vue_vue_type_script_lang-bea5b267.js} +6 -6
- package/dist/bundled/v3/{OrLoader.vue_vue_type_script_lang-e4fbf869.js → OrLoader.vue_vue_type_script_lang-aefd49c2.js} +1 -1
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-37aef985.js → OrMenu.vue_vue_type_script_lang-c4b4ca1b.js} +1 -1
- package/dist/bundled/v3/{OrMenuItem.vue_vue_type_script_lang-efe9c5de.js → OrMenuItem.vue_vue_type_script_lang-1e9ee207.js} +1 -1
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-136179dc.js → OrModal.vue_vue_type_script_lang-09c00129.js} +2 -2
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-a7ac4ac5.js → OrModal.vue_vue_type_script_lang-712e0986.js} +2 -2
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-9f8216c9.js → OrNotification.vue_vue_type_script_lang-b53d29af.js} +2 -2
- package/dist/bundled/v3/{OrOverflowMenu.vue_vue_type_script_lang-fa75e033.js → OrOverflowMenu.vue_vue_type_script_lang-bba61b94.js} +2 -2
- package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-5b1f4a36.js → OrOverlay.vue_vue_type_script_lang-a2afd31a.js} +1 -1
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-2714585c.js → OrPagination.vue_vue_type_script_lang-5b33bd96.js} +4 -4
- package/dist/bundled/v3/{OrPassword.vue_vue_type_script_lang-5cacdf5e.js → OrPassword.vue_vue_type_script_lang-b36b869a.js} +1 -1
- package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-aa97c946.js → OrPopover.vue_vue_type_script_lang-2462c31d.js} +2 -2
- package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-2aa509c0.js → OrProgress.vue_vue_type_script_lang-f2da8e58.js} +1 -1
- package/dist/bundled/v3/{OrRadio.vue_vue_type_script_lang-1027061f.js → OrRadio.vue_vue_type_script_lang-750ce51f.js} +1 -1
- package/dist/bundled/v3/{OrRadioGroup.vue_vue_type_script_lang-98379ffe.js → OrRadioGroup.vue_vue_type_script_lang-8fad9a5f.js} +2 -2
- package/dist/bundled/v3/{OrResizeablePanel.vue_vue_type_script_lang-28f3879b.js → OrResizeablePanel.vue_vue_type_script_lang-6ff56926.js} +2 -2
- package/dist/bundled/v3/{OrRichTextEditor.vue_vue_type_script_lang-86b38f6e.js → OrRichTextEditor.vue_vue_type_script_lang-3e868b85.js} +10 -10
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-af778eb4.js → OrSearch.vue_vue_type_script_lang-12b1c76f.js} +2 -2
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-89527d71.js → OrSearch.vue_vue_type_script_lang-44935ef1.js} +1 -1
- package/dist/bundled/v3/{OrSegmentedControl.vue_vue_type_script_lang-3a7df112.js → OrSegmentedControl.vue_vue_type_script_lang-10bd4ea8.js} +1 -1
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-a4d17559.js → OrSelect.vue_vue_type_script_lang-0ae0fd63.js} +1 -1
- package/dist/bundled/v3/OrSelect.vue_vue_type_script_lang-d1d57fd5.js +352 -0
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-b390177a.js → OrSidebar.vue_vue_type_script_lang-509fb105.js} +1 -1
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-f69f92ca.js → OrSidebar.vue_vue_type_script_lang-696f6851.js} +1 -1
- package/dist/bundled/v3/{OrSlider.vue_vue_type_script_lang-207c0596.js → OrSlider.vue_vue_type_script_lang-e0c33892.js} +1 -1
- package/dist/bundled/v3/{OrSorting.vue_vue_type_script_lang-98bee130.js → OrSorting.vue_vue_type_script_lang-9c054059.js} +4 -4
- package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-a469ef9a.js → OrSwitch.vue_vue_type_script_lang-188b038b.js} +2 -2
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-8aef88b8.js → OrTabs.vue_vue_type_script_lang-c06d9565.js} +5 -5
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-b746bd10.js → OrTag.vue_vue_type_script_lang-e4811b42.js} +3 -3
- package/dist/bundled/v3/{OrTagInput.vue_vue_type_script_lang-c3040c5f.js → OrTagInput.vue_vue_type_script_lang-c074503e.js} +17 -74
- package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-87afbf56.js → OrTags.vue_vue_type_script_lang-ffa6d728.js} +10 -45
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-a7cfbe82.js → OrTextarea.vue_vue_type_script_lang-c750523e.js} +3 -3
- package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-fa64a72b.js → OrTimePicker.vue_vue_type_script_lang-9f7d944b.js} +8 -8
- package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-acb42b05.js → OrToastContainer.vue_vue_type_script_lang-2ae21641.js} +1 -1
- package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-ccc99bf4.js → OrToastContainer.vue_vue_type_script_lang-671d567d.js} +1 -1
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-74b4fd26.js → OrTooltip.vue_vue_type_script_lang-28b89a3e.js} +1 -1
- package/dist/bundled/v3/{OrTree.vue_vue_type_script_lang-e19e3554.js → OrTree.vue_vue_type_script_lang-5f86b587.js} +3 -3
- package/dist/bundled/v3/components/OrAvatarV3/OrAvatar.js +2 -2
- package/dist/bundled/v3/components/OrAvatarV3/index.js +1 -1
- package/dist/bundled/v3/components/OrAvatarV3/styles.js +1 -1
- 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/OrBottomSheetV3/styles.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/OrButtonV3/styles.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/OrCheckboxV3/OrCheckbox.js +2 -2
- package/dist/bundled/v3/components/OrCheckboxV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxV3/styles.js +1 -1
- package/dist/bundled/v3/components/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/OrCombinedInputV3/OrCombinedInput.js +2 -2
- package/dist/bundled/v3/components/OrCombinedInputV3/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/OrContextMenuV3/props.d.ts +2 -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/OrErrorTagV3/OrErrorTag.js +2 -2
- package/dist/bundled/v3/components/OrErrorTagV3/index.js +1 -1
- package/dist/bundled/v3/components/OrErrorTagV3/styles.d.ts +1 -1
- package/dist/bundled/v3/components/OrErrorTagV3/styles.js +6 -6
- package/dist/bundled/v3/components/OrErrorV3/OrError.js +2 -2
- package/dist/bundled/v3/components/OrErrorV3/index.js +1 -1
- package/dist/bundled/v3/components/OrErrorV3/styles.d.ts +1 -1
- package/dist/bundled/v3/components/OrErrorV3/styles.js +3 -3
- 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/OrExpansionPanelV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrFabV3/OrFab.js +2 -2
- package/dist/bundled/v3/components/OrFabV3/index.js +1 -1
- package/dist/bundled/v3/components/OrFormGroupV3/OrFormGroup.js +2 -2
- package/dist/bundled/v3/components/OrFormGroupV3/index.js +1 -1
- package/dist/bundled/v3/components/OrHintV3/OrHint.js +2 -2
- package/dist/bundled/v3/components/OrHintV3/index.js +1 -1
- package/dist/bundled/v3/components/OrHintV3/styles.d.ts +1 -1
- package/dist/bundled/v3/components/OrHintV3/styles.js +3 -3
- 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/OrIconButtonV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrIconV3/OrIcon.js +2 -2
- package/dist/bundled/v3/components/OrIconV3/index.js +1 -1
- package/dist/bundled/v3/components/OrIconV3/styles.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/OrLabelV3/OrLabel.js +2 -2
- package/dist/bundled/v3/components/OrLabelV3/index.js +1 -1
- package/dist/bundled/v3/components/OrLabelV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrLinkV3/OrLink.js +2 -2
- package/dist/bundled/v3/components/OrLinkV3/index.js +1 -1
- package/dist/bundled/v3/components/OrLinkV3/styles.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/OrMenuItemV3/OrMenuItem.js +2 -2
- package/dist/bundled/v3/components/OrMenuItemV3/index.js +1 -1
- package/dist/bundled/v3/components/OrMenuItemV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +2 -2
- package/dist/bundled/v3/components/OrMenuV3/index.js +1 -1
- package/dist/bundled/v3/components/OrMenuV3/props.d.ts +2 -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/OrRadioGroupV3/OrRadioGroup.js +2 -2
- package/dist/bundled/v3/components/OrRadioGroupV3/index.js +1 -1
- package/dist/bundled/v3/components/OrRadioV3/OrRadio.js +2 -2
- package/dist/bundled/v3/components/OrRadioV3/index.js +1 -1
- package/dist/bundled/v3/components/OrRadioV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrResizeablePanelV3/OrResizeablePanel.js +2 -2
- package/dist/bundled/v3/components/OrResizeablePanelV3/index.js +1 -1
- package/dist/bundled/v3/components/OrResizeablePanelV3/styles.js +4 -4
- 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/OrSegmentedControlV3/OrSegmentedControl.js +2 -2
- package/dist/bundled/v3/components/OrSegmentedControlV3/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 +84 -52
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.vue.d.ts +19 -21
- 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 +1 -3
- 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/OrSwitchV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrTabV3/OrTab.js +2 -2
- package/dist/bundled/v3/components/OrTabV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTabV3/styles.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 +39 -60
- package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.vue.d.ts +12 -31
- 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/OrTagV3/styles.d.ts +3 -3
- package/dist/bundled/v3/components/OrTagV3/styles.js +16 -14
- package/dist/bundled/v3/components/OrTagsV3/OrTags.js +15 -22
- package/dist/bundled/v3/components/OrTagsV3/OrTags.vue.d.ts +7 -21
- package/dist/bundled/v3/components/OrTagsV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTagsV3/props.d.ts +1 -3
- package/dist/bundled/v3/components/OrTagsV3/props.js +0 -4
- package/dist/bundled/v3/components/OrTagsV3/styles.js +5 -15
- package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.js +2 -2
- package/dist/bundled/v3/components/OrTextareaV3/index.js +1 -1
- 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/OrTooltipV3/props.d.ts +2 -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 +72 -72
- package/dist/bundled/v3/hooks/useOverflow.d.ts +1 -4
- package/dist/bundled/v3/hooks/useOverflow.js +3 -10
- package/dist/bundled/v3/hooks/usePopoverState.js +1 -1
- package/dist/bundled/v3/hooks/useResponsive/useResponsive.js +9 -9
- package/dist/bundled/v3/{index-6cbf1493.js → index-544e4b4e.js} +1 -1
- package/dist/bundled/v3/{index-c5cda763.js → index-5baaa991.js} +2 -24
- package/dist/bundled/v3/{index-0f230746.js → index-6c0c514a.js} +1 -1
- package/dist/bundled/v3/index.js +73 -73
- package/dist/bundled/v3/{useFocusTrap-aa5b17f6.js → useFocusTrap-7acc7be5.js} +2 -2
- package/dist/esm/v2/{OrAvatar-31597fda.js → OrAvatar-b621e9d4.js} +2 -2
- package/dist/esm/v2/{OrBottomSheet-eb065791.js → OrBottomSheet-d95dd23d.js} +1 -1
- package/dist/esm/v2/{OrButton-a23ee9f0.js → OrButton-78336f88.js} +1 -1
- package/dist/esm/v2/{OrCardCollection-5d29c560.js → OrCardCollection-d271349b.js} +3 -3
- package/dist/esm/v2/{OrCheckbox-a3bb500c.js → OrCheckbox-6177b03e.js} +2 -2
- package/dist/esm/v2/{OrCheckboxGroup-6f1bacb2.js → OrCheckboxGroup-20332e76.js} +2 -2
- package/dist/esm/v2/{OrCheckboxTree-260748ff.js → OrCheckboxTree-cd02e102.js} +3 -3
- package/dist/esm/v2/{OrCode-6396ae9d.js → OrCode-c8275974.js} +5 -5
- package/dist/esm/v2/{OrCombinedInput-08f20c4c.js → OrCombinedInput-517d8204.js} +3 -3
- package/dist/esm/v2/{OrConfirm-ca37d3c2.js → OrConfirm-6925599b.js} +2 -2
- package/dist/esm/v2/{OrContextMenu-247e4a05.js → OrContextMenu-38869527.js} +2 -2
- package/dist/esm/v2/{OrDateFormat-e7aead8c.js → OrDateFormat-6140789c.js} +2 -2
- package/dist/esm/v2/{OrDatePicker-3ce5ee8f.js → OrDatePicker-99817e45.js} +8 -8
- package/dist/esm/v2/{OrDateTimeFormat-28be0caf.js → OrDateTimeFormat-2581badd.js} +2 -2
- package/dist/esm/v2/{OrDateTimePicker-b50a3c5d.js → OrDateTimePicker-35a7ed97.js} +1 -1
- package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-6a5b48aa.js → OrDateTimePicker.vue_rollup-plugin-vue_script-a4a287ed.js} +7 -7
- package/dist/esm/v2/{OrDateTimePickerTimeSelect-8a645175.js → OrDateTimePickerTimeSelect-9c1c1ff0.js} +11 -11
- package/dist/esm/v2/{OrError-4ffc1c39.js → OrError-916e928e.js} +3 -3
- package/dist/esm/v2/{OrErrorTag-93b22c85.js → OrErrorTag-e5e04be3.js} +7 -7
- package/dist/esm/v2/{OrExpansionPanel-2ac7b233.js → OrExpansionPanel-218abf58.js} +2 -2
- package/dist/esm/v2/{OrFab-6272bcc9.js → OrFab-9a655516.js} +1 -1
- package/dist/esm/v2/{OrFormGroup-bed59f6c.js → OrFormGroup-d4abd2c9.js} +3 -3
- package/dist/esm/v2/{OrHint-aa221198.js → OrHint-1220face.js} +3 -3
- package/dist/esm/v2/{OrIcon-a36250bf.js → OrIcon-82bfdc62.js} +1 -1
- package/dist/esm/v2/{OrIconButton-b3be08f4.js → OrIconButton-07c0bd56.js} +4 -4
- package/dist/esm/v2/{OrInlineInput-4ac35900.js → OrInlineInput-13ab6131.js} +3 -3
- package/dist/esm/v2/{OrInlineTextarea-b3272eff.js → OrInlineTextarea-4a8558a2.js} +3 -3
- package/dist/esm/v2/{OrInput-ba8f1e71.js → OrInput-e9e91885.js} +5 -5
- package/dist/esm/v2/{OrLabel-4a3d8904.js → OrLabel-b465bc0b.js} +1 -1
- package/dist/esm/v2/{OrLink-cf3a0091.js → OrLink-4d8fd4cd.js} +1 -1
- package/dist/esm/v2/{OrMenu-f402e409.js → OrMenu-3d8e70c1.js} +1 -1
- package/dist/esm/v2/{OrMenuItem-61403f7a.js → OrMenuItem-8d1c89f6.js} +2 -2
- package/dist/esm/v2/{OrModal-ebe77ae0.js → OrModal-aef72b96.js} +1 -1
- package/dist/esm/v2/{OrNotification-8520d467.js → OrNotification-389be03c.js} +2 -2
- package/dist/esm/v2/{OrPagination-4ca1f4b0.js → OrPagination-773c27c4.js} +5 -5
- package/dist/esm/v2/{OrPopover-58fefa76.js → OrPopover-2ced765c.js} +1 -1
- package/dist/esm/v2/{OrRadio-e1d1f149.js → OrRadio-81a1263e.js} +2 -2
- package/dist/esm/v2/{OrRadioGroup-455584d6.js → OrRadioGroup-c0ad9bf3.js} +2 -2
- package/dist/esm/v2/{OrResizeablePanel-3f72eb17.js → OrResizeablePanel-bebffe11.js} +1 -1
- package/dist/esm/v2/{OrResizeablePanel.vue_rollup-plugin-vue_script-8938b4ac.js → OrResizeablePanel.vue_rollup-plugin-vue_script-c798472c.js} +5 -5
- package/dist/esm/v2/{OrRichTextEditor-8b512066.js → OrRichTextEditor-100c02ba.js} +8 -8
- package/dist/esm/v2/{OrSearch-f45193b3.js → OrSearch-c5850ddd.js} +1 -1
- package/dist/esm/v2/{OrSegmentedControl-c23ef9a9.js → OrSegmentedControl-bba94cda.js} +1 -1
- package/dist/esm/v2/{OrSelect-3d7d9f72.js → OrSelect-57af5b9a.js} +197 -147
- package/dist/esm/v2/{OrSidebar-a69f66ab.js → OrSidebar-d24100a9.js} +3 -3
- package/dist/esm/v2/{OrSorting-b280f39c.js → OrSorting-fa7d42cb.js} +5 -5
- package/dist/esm/v2/{OrSwitch-9f722feb.js → OrSwitch-f2c36d21.js} +2 -2
- package/dist/esm/v2/{OrTab-88036fe9.js → OrTab-13db2e49.js} +1 -1
- package/dist/esm/v2/{OrTabs-5baf3dde.js → OrTabs-71f4fc47.js} +5 -5
- package/dist/esm/v2/{OrTag-6b478e92.js → OrTag-884d1994.js} +15 -15
- package/dist/esm/v2/{OrTagInput-d9da4498.js → OrTagInput-51521313.js} +74 -144
- package/dist/esm/v2/{OrTags-788a0cc1.js → OrTags-98807166.js} +28 -89
- package/dist/esm/v2/{OrTextarea-58bd5e83.js → OrTextarea-2645d63f.js} +3 -3
- package/dist/esm/v2/{OrTimeFormat-560f5f7f.js → OrTimeFormat-72f90cea.js} +2 -2
- package/dist/esm/v2/{OrTimePicker-b7ee3fb6.js → OrTimePicker-4d375cf3.js} +8 -8
- package/dist/esm/v2/{OrTooltip-742ee269.js → OrTooltip-b01c6ab1.js} +1 -1
- package/dist/esm/v2/{OrTree-9a27b1fa.js → OrTree-943553c1.js} +2 -2
- package/dist/esm/v2/components/index.js +60 -64
- package/dist/esm/v2/components/or-avatar-v3/index.js +2 -2
- package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +1 -1
- package/dist/esm/v2/components/or-button-v3/index.js +1 -1
- package/dist/esm/v2/components/or-card-collection-v3/index.js +15 -15
- package/dist/esm/v2/components/or-checkbox-group-v3/index.js +9 -9
- package/dist/esm/v2/components/or-checkbox-tree-v3/index.js +5 -5
- package/dist/esm/v2/components/or-checkbox-v3/index.js +2 -2
- package/dist/esm/v2/components/or-code-v3/index.js +10 -10
- package/dist/esm/v2/components/or-combined-input-v3/index.js +4 -4
- package/dist/esm/v2/components/or-confirm-v3/index.js +11 -11
- package/dist/esm/v2/components/or-context-menu-v3/index.js +4 -4
- package/dist/esm/v2/components/or-context-menu-v3/props.d.ts +2 -1
- package/dist/esm/v2/components/or-date-format-v3/index.js +14 -14
- package/dist/esm/v2/components/or-date-picker-v3/index.js +14 -14
- package/dist/esm/v2/components/or-date-time-format-v3/index.js +14 -14
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +14 -14
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/index.js +10 -10
- package/dist/esm/v2/components/or-error-tag-v3/index.js +2 -2
- package/dist/esm/v2/components/or-error-tag-v3/styles.d.ts +1 -1
- package/dist/esm/v2/components/or-error-v3/index.js +1 -1
- package/dist/esm/v2/components/or-error-v3/styles.d.ts +1 -1
- package/dist/esm/v2/components/or-expansion-panel-v3/index.js +2 -2
- package/dist/esm/v2/components/or-fab-v3/index.js +2 -2
- package/dist/esm/v2/components/or-form-group-v3/index.js +4 -4
- package/dist/esm/v2/components/or-hint-v3/index.js +1 -1
- package/dist/esm/v2/components/or-hint-v3/styles.d.ts +1 -1
- package/dist/esm/v2/components/or-icon-button-v3/index.js +5 -5
- package/dist/esm/v2/components/or-icon-v3/index.js +1 -1
- package/dist/esm/v2/components/or-inline-input-v3/index.js +8 -8
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +8 -8
- package/dist/esm/v2/components/or-input-v3/index.js +9 -9
- package/dist/esm/v2/components/or-label-v3/index.js +1 -1
- package/dist/esm/v2/components/or-link-v3/index.js +1 -1
- package/dist/esm/v2/components/or-menu-item-v3/index.js +2 -2
- package/dist/esm/v2/components/or-menu-v3/index.js +3 -3
- package/dist/esm/v2/components/or-menu-v3/props.d.ts +2 -1
- package/dist/esm/v2/components/or-modal-v3/index.js +6 -6
- package/dist/esm/v2/components/or-notification-v3/index.js +6 -6
- package/dist/esm/v2/components/or-pagination-v3/index.js +7 -7
- package/dist/esm/v2/components/or-popover-v3/index.js +2 -2
- package/dist/esm/v2/components/or-radio-group-v3/index.js +6 -6
- package/dist/esm/v2/components/or-radio-v3/index.js +2 -2
- package/dist/esm/v2/components/or-resizeable-panel-v3/index.js +7 -7
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +14 -14
- package/dist/esm/v2/components/or-search-v3/index.js +10 -10
- package/dist/esm/v2/components/or-segmented-control-v3/index.js +1 -1
- package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +29 -48
- package/dist/esm/v2/components/or-select-v3/index.js +16 -22
- package/dist/esm/v2/components/or-select-v3/types.d.ts +1 -3
- package/dist/esm/v2/components/or-sidebar-v3/index.js +9 -9
- package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +7 -7
- package/dist/esm/v2/components/or-sorting-v3/index.js +7 -7
- package/dist/esm/v2/components/or-switch-v3/index.js +2 -2
- package/dist/esm/v2/components/or-tab-v3/index.js +1 -1
- package/dist/esm/v2/components/or-tabs-v3/index.js +7 -7
- package/dist/esm/v2/components/or-tag-input-v3/OrTagInput.vue.d.ts +14 -59
- package/dist/esm/v2/components/or-tag-input-v3/index.js +14 -14
- package/dist/esm/v2/components/or-tag-v3/index.js +6 -6
- package/dist/esm/v2/components/or-tag-v3/styles.d.ts +3 -3
- package/dist/esm/v2/components/or-tags-v3/OrTags.vue.d.ts +12 -32
- package/dist/esm/v2/components/or-tags-v3/index.js +9 -9
- package/dist/esm/v2/components/or-tags-v3/props.d.ts +1 -3
- package/dist/esm/v2/components/or-textarea-v3/index.js +4 -4
- package/dist/esm/v2/components/or-time-format-v3/index.js +14 -14
- package/dist/esm/v2/components/or-time-picker-v3/index.js +14 -14
- package/dist/esm/v2/components/or-toast-v3/index.js +6 -6
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +6 -6
- package/dist/esm/v2/components/or-tooltip-v3/index.js +3 -3
- package/dist/esm/v2/components/or-tooltip-v3/props.d.ts +2 -1
- package/dist/esm/v2/components/or-tree-v3/index.js +3 -3
- package/dist/esm/v2/hooks/index.js +1 -1
- package/dist/esm/v2/hooks/useOverflow.d.ts +1 -4
- package/dist/esm/v2/index.js +60 -64
- package/dist/esm/v2/{props-9d0c7e39.js → props-cc0586c8.js} +1 -1
- package/dist/esm/v2/{types-8d182f36.js → types-786e1747.js} +1 -1
- package/dist/esm/v2/{useOverflow-b482f3c9.js → useOverflow-ff9ae748.js} +2 -9
- package/dist/esm/v3/{OrAvatar-9f7dea15.js → OrAvatar-2b330296.js} +2 -2
- package/dist/esm/v3/{OrBottomSheet-efcae28c.js → OrBottomSheet-375aa75c.js} +1 -1
- package/dist/esm/v3/{OrButton-4a3c3e7b.js → OrButton-2e3a73fb.js} +1 -1
- package/dist/esm/v3/{OrCardCollection-b08008e4.js → OrCardCollection-9f4a9619.js} +3 -3
- package/dist/esm/v3/{OrCheckbox-a2017fa5.js → OrCheckbox-4e9a3021.js} +2 -2
- package/dist/esm/v3/{OrCheckboxGroup-bcf1f5b0.js → OrCheckboxGroup-f916aeaf.js} +2 -2
- package/dist/esm/v3/{OrCheckboxTree-d1f457da.js → OrCheckboxTree-59c4c150.js} +3 -3
- package/dist/esm/v3/{OrCode-488715fc.js → OrCode-2c5af800.js} +5 -5
- package/dist/esm/v3/{OrCombinedInput-b8a868cb.js → OrCombinedInput-aaff08d4.js} +3 -3
- package/dist/esm/v3/{OrConfirm-994f6d4c.js → OrConfirm-984d0c5a.js} +2 -2
- package/dist/esm/v3/{OrContextMenu-0a6a5668.js → OrContextMenu-c0ff35b6.js} +2 -2
- package/dist/esm/v3/{OrDateFormat-16ceed85.js → OrDateFormat-86dd3a6a.js} +2 -2
- package/dist/esm/v3/{OrDatePicker-de8b1721.js → OrDatePicker-aa0a6a0e.js} +8 -8
- package/dist/esm/v3/{OrDateTimeFormat-1e48fe99.js → OrDateTimeFormat-40ef2674.js} +2 -2
- package/dist/esm/v3/{OrDateTimePicker-2b59be2d.js → OrDateTimePicker-ce7389e8.js} +7 -7
- package/dist/esm/v3/{OrDateTimePickerTimeSelect-9cddc06d.js → OrDateTimePickerTimeSelect-4c910498.js} +11 -11
- package/dist/esm/v3/{OrError-c01d0c29.js → OrError-69bd7f6a.js} +3 -3
- package/dist/esm/v3/{OrErrorTag-f0b480cb.js → OrErrorTag-e38cc87e.js} +7 -7
- package/dist/esm/v3/{OrExpansionPanel-be0a26e6.js → OrExpansionPanel-164af8b7.js} +2 -2
- package/dist/esm/v3/{OrFab-52ee211a.js → OrFab-71947c5a.js} +1 -1
- package/dist/esm/v3/{OrFormGroup-37f2b304.js → OrFormGroup-e42d6e7b.js} +3 -3
- package/dist/esm/v3/{OrHint-06ab89d7.js → OrHint-55d3de35.js} +3 -3
- package/dist/esm/v3/{OrIcon-a3e90289.js → OrIcon-3e27d5fb.js} +1 -1
- package/dist/esm/v3/{OrIconButton-38102e71.js → OrIconButton-c89f733b.js} +4 -4
- package/dist/esm/v3/{OrInlineInput-a1b493f2.js → OrInlineInput-87985a49.js} +3 -3
- package/dist/esm/v3/{OrInlineTextarea-994aad6e.js → OrInlineTextarea-998beb1f.js} +3 -3
- package/dist/esm/v3/{OrInput-c09aa766.js → OrInput-0db1e05f.js} +5 -5
- package/dist/esm/v3/{OrLabel-d4c46bb6.js → OrLabel-b826da04.js} +1 -1
- package/dist/esm/v3/{OrLink-dcae31fb.js → OrLink-0db644bb.js} +1 -1
- package/dist/esm/v3/{OrMenu-ce78b703.js → OrMenu-72844eb1.js} +1 -1
- package/dist/esm/v3/{OrMenuItem-eb98272d.js → OrMenuItem-fdc66517.js} +2 -2
- package/dist/esm/v3/{OrModal-09bdc2d5.js → OrModal-ef436909.js} +1 -1
- package/dist/esm/v3/{OrNotification-ed1ecef9.js → OrNotification-8281be29.js} +2 -2
- package/dist/esm/v3/{OrPagination-ed2409fa.js → OrPagination-7c635ebe.js} +5 -5
- package/dist/esm/v3/{OrPopover-2132e8b9.js → OrPopover-3b07d49e.js} +1 -1
- package/dist/esm/v3/{OrRadio-02e0d111.js → OrRadio-50b0ead5.js} +2 -2
- package/dist/esm/v3/{OrRadioGroup-cae1897c.js → OrRadioGroup-b4b6d364.js} +2 -2
- package/dist/esm/v3/{OrResizeablePanel-29b075cd.js → OrResizeablePanel-71e7730f.js} +5 -5
- package/dist/esm/v3/{OrRichTextEditor-ab737625.js → OrRichTextEditor-c205f210.js} +8 -8
- package/dist/esm/v3/{OrSearch-d24731e8.js → OrSearch-602356a0.js} +1 -1
- package/dist/esm/v3/{OrSegmentedControl-4c4fff7b.js → OrSegmentedControl-6be79b4e.js} +1 -1
- package/dist/esm/v3/{OrSelect-02207ff1.js → OrSelect-74c2c521.js} +179 -134
- package/dist/esm/v3/{OrSidebar-87ff6ac0.js → OrSidebar-459ec28f.js} +2 -2
- package/dist/esm/v3/{OrSorting-535539dc.js → OrSorting-eb45c6f4.js} +5 -5
- package/dist/esm/v3/{OrSwitch-1ac1bfcd.js → OrSwitch-a493c66d.js} +2 -2
- package/dist/esm/v3/{OrTab-2d567d8e.js → OrTab-db771526.js} +1 -1
- package/dist/esm/v3/{OrTabs-05d39983.js → OrTabs-f1773b57.js} +5 -5
- package/dist/esm/v3/{OrTag-07614e8a.js → OrTag-32739999.js} +15 -15
- package/dist/esm/v3/{OrTagInput-e921b24a.js → OrTagInput-851b05c8.js} +56 -133
- package/dist/esm/v3/{OrTags-7ed38c88.js → OrTags-55b8c446.js} +29 -95
- package/dist/esm/v3/{OrTextarea-aa1cf564.js → OrTextarea-5824a209.js} +3 -3
- package/dist/esm/v3/{OrTimeFormat-aa3c2a54.js → OrTimeFormat-5ece86b5.js} +2 -2
- package/dist/esm/v3/{OrTimePicker-ec7a6c01.js → OrTimePicker-b16db925.js} +8 -8
- package/dist/esm/v3/{OrTooltip-998dc10b.js → OrTooltip-bdd46da2.js} +1 -1
- package/dist/esm/v3/{OrTree-f661895f.js → OrTree-938aab61.js} +2 -2
- package/dist/esm/v3/components/index.js +58 -62
- package/dist/esm/v3/components/or-avatar-v3/index.js +2 -2
- package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +1 -1
- package/dist/esm/v3/components/or-button-v3/index.js +1 -1
- package/dist/esm/v3/components/or-card-collection-v3/index.js +15 -15
- package/dist/esm/v3/components/or-checkbox-group-v3/index.js +9 -9
- package/dist/esm/v3/components/or-checkbox-tree-v3/index.js +5 -5
- package/dist/esm/v3/components/or-checkbox-v3/index.js +2 -2
- package/dist/esm/v3/components/or-code-v3/index.js +10 -10
- package/dist/esm/v3/components/or-combined-input-v3/index.js +4 -4
- package/dist/esm/v3/components/or-confirm-v3/index.js +11 -11
- package/dist/esm/v3/components/or-context-menu-v3/index.js +4 -4
- package/dist/esm/v3/components/or-context-menu-v3/props.d.ts +2 -1
- package/dist/esm/v3/components/or-date-format-v3/index.js +14 -14
- package/dist/esm/v3/components/or-date-picker-v3/index.js +14 -14
- package/dist/esm/v3/components/or-date-time-format-v3/index.js +14 -14
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +13 -13
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/index.js +10 -10
- package/dist/esm/v3/components/or-error-tag-v3/index.js +2 -2
- package/dist/esm/v3/components/or-error-tag-v3/styles.d.ts +1 -1
- package/dist/esm/v3/components/or-error-v3/index.js +1 -1
- package/dist/esm/v3/components/or-error-v3/styles.d.ts +1 -1
- package/dist/esm/v3/components/or-expansion-panel-v3/index.js +2 -2
- package/dist/esm/v3/components/or-fab-v3/index.js +2 -2
- package/dist/esm/v3/components/or-form-group-v3/index.js +4 -4
- package/dist/esm/v3/components/or-hint-v3/index.js +1 -1
- package/dist/esm/v3/components/or-hint-v3/styles.d.ts +1 -1
- package/dist/esm/v3/components/or-icon-button-v3/index.js +5 -5
- package/dist/esm/v3/components/or-icon-v3/index.js +1 -1
- package/dist/esm/v3/components/or-inline-input-v3/index.js +8 -8
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +8 -8
- package/dist/esm/v3/components/or-input-v3/index.js +9 -9
- package/dist/esm/v3/components/or-label-v3/index.js +1 -1
- package/dist/esm/v3/components/or-link-v3/index.js +1 -1
- package/dist/esm/v3/components/or-menu-item-v3/index.js +2 -2
- package/dist/esm/v3/components/or-menu-v3/index.js +3 -3
- package/dist/esm/v3/components/or-menu-v3/props.d.ts +2 -1
- package/dist/esm/v3/components/or-modal-v3/index.js +6 -6
- package/dist/esm/v3/components/or-notification-v3/index.js +6 -6
- package/dist/esm/v3/components/or-pagination-v3/index.js +7 -7
- package/dist/esm/v3/components/or-popover-v3/index.js +2 -2
- package/dist/esm/v3/components/or-radio-group-v3/index.js +6 -6
- package/dist/esm/v3/components/or-radio-v3/index.js +2 -2
- package/dist/esm/v3/components/or-resizeable-panel-v3/index.js +6 -6
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +14 -14
- package/dist/esm/v3/components/or-search-v3/index.js +10 -10
- package/dist/esm/v3/components/or-segmented-control-v3/index.js +1 -1
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +19 -21
- package/dist/esm/v3/components/or-select-v3/index.js +16 -22
- package/dist/esm/v3/components/or-select-v3/types.d.ts +1 -3
- package/dist/esm/v3/components/or-sidebar-v3/index.js +8 -8
- package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +7 -7
- package/dist/esm/v3/components/or-sorting-v3/index.js +7 -7
- package/dist/esm/v3/components/or-switch-v3/index.js +2 -2
- package/dist/esm/v3/components/or-tab-v3/index.js +1 -1
- package/dist/esm/v3/components/or-tabs-v3/index.js +7 -7
- package/dist/esm/v3/components/or-tag-input-v3/OrTagInput.vue.d.ts +12 -31
- package/dist/esm/v3/components/or-tag-input-v3/index.js +14 -14
- package/dist/esm/v3/components/or-tag-v3/index.js +6 -6
- package/dist/esm/v3/components/or-tag-v3/styles.d.ts +3 -3
- package/dist/esm/v3/components/or-tags-v3/OrTags.vue.d.ts +7 -21
- package/dist/esm/v3/components/or-tags-v3/index.js +9 -9
- package/dist/esm/v3/components/or-tags-v3/props.d.ts +1 -3
- package/dist/esm/v3/components/or-textarea-v3/index.js +4 -4
- package/dist/esm/v3/components/or-time-format-v3/index.js +14 -14
- package/dist/esm/v3/components/or-time-picker-v3/index.js +14 -14
- package/dist/esm/v3/components/or-toast-v3/index.js +6 -6
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +6 -6
- package/dist/esm/v3/components/or-tooltip-v3/index.js +3 -3
- package/dist/esm/v3/components/or-tooltip-v3/props.d.ts +2 -1
- package/dist/esm/v3/components/or-tree-v3/index.js +3 -3
- package/dist/esm/v3/hooks/index.js +1 -1
- package/dist/esm/v3/hooks/useOverflow.d.ts +1 -4
- package/dist/esm/v3/index.js +58 -62
- package/dist/esm/v3/{props-03e630c9.js → props-64389534.js} +1 -1
- package/dist/esm/v3/{types-a3735303.js → types-e88f53a2.js} +1 -1
- package/dist/esm/v3/{useOverflow-b482f3c9.js → useOverflow-ff9ae748.js} +2 -9
- package/package.json +4 -3
- package/src/components/or-avatar-v3/styles.ts +1 -1
- package/src/components/or-bottom-sheet-v3/styles.ts +1 -1
- package/src/components/or-button-v3/styles.ts +1 -1
- package/src/components/or-checkbox-v3/styles.ts +1 -1
- package/src/components/or-context-menu-v3/props.ts +2 -1
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/styles.ts +1 -1
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/styles.ts +3 -3
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/styles.ts +1 -1
- package/src/components/or-error-tag-v3/OrErrorTag.vue +2 -2
- package/src/components/or-error-tag-v3/styles.ts +5 -5
- package/src/components/or-error-v3/OrError.vue +2 -2
- package/src/components/or-error-v3/styles.ts +2 -2
- package/src/components/or-expansion-panel-v3/styles.ts +1 -1
- package/src/components/or-hint-v3/OrHint.vue +2 -2
- package/src/components/or-hint-v3/styles.ts +2 -2
- package/src/components/or-icon-button-v3/styles.ts +1 -1
- package/src/components/or-icon-v3/styles.ts +1 -1
- package/src/components/or-label-v3/styles.ts +1 -1
- package/src/components/or-link-v3/styles.ts +1 -1
- package/src/components/or-menu-item-v3/styles.ts +1 -1
- package/src/components/or-menu-v3/props.ts +2 -1
- package/src/components/or-radio-v3/styles.ts +1 -1
- package/src/components/or-resizeable-panel-v3/styles.ts +4 -4
- package/src/components/or-segmented-control-v3/partials/or-segmented-control-item/styles.ts +1 -1
- package/src/components/or-select-v3/OrSelect.vue +115 -107
- package/src/components/or-select-v3/partials/or-select-placeholder/styles.ts +1 -1
- package/src/components/or-select-v3/styles.ts +0 -1
- package/src/components/or-select-v3/types.ts +1 -5
- package/src/components/or-switch-v3/styles.ts +1 -1
- package/src/components/or-tab-v3/styles.ts +1 -1
- package/src/components/or-tag-input-v3/OrTagInput.vue +44 -121
- package/src/components/or-tag-input-v3/styles.ts +1 -1
- package/src/components/or-tag-v3/OrTag.vue +4 -4
- package/src/components/or-tag-v3/styles.ts +14 -14
- package/src/components/or-tags-v3/OrTags.vue +15 -67
- package/src/components/or-tags-v3/props.ts +0 -4
- package/src/components/or-tags-v3/styles.ts +2 -17
- package/src/components/or-tooltip-v3/props.ts +2 -1
- package/src/hooks/useOverflow.ts +3 -13
- package/dist/bundled/v2/components/OrTagsV3/types.d.ts +0 -6
- package/dist/bundled/v2/components/OrTagsV3/types.js +0 -1
- package/dist/bundled/v2/components/OrTagsV3/utils/castToTag.d.ts +0 -2
- package/dist/bundled/v2/components/OrTagsV3/utils/castToTag.js +0 -12
- package/dist/bundled/v3/OrSelect.vue_vue_type_script_lang-d6cb7bdd.js +0 -746
- package/dist/bundled/v3/components/OrTagsV3/types.d.ts +0 -6
- package/dist/bundled/v3/components/OrTagsV3/types.js +0 -1
- package/dist/bundled/v3/components/OrTagsV3/utils/castToTag.d.ts +0 -2
- package/dist/bundled/v3/components/OrTagsV3/utils/castToTag.js +0 -12
- package/dist/esm/v2/OrSelectControlInput-28c226f8.js +0 -140
- package/dist/esm/v2/OrSelectMultipleControl-97fe2a30.js +0 -209
- package/dist/esm/v2/OrSelectPlaceholder-54a29a8e.js +0 -69
- package/dist/esm/v2/OrSelectSingleControl-01df2a8a.js +0 -153
- package/dist/esm/v2/components/or-select-v3/partials/index.d.ts +0 -3
- package/dist/esm/v2/components/or-select-v3/partials/index.js +0 -32
- package/dist/esm/v2/components/or-select-v3/partials/or-select-control-input/OrSelectControlInput.vue.d.ts +0 -73
- package/dist/esm/v2/components/or-select-v3/partials/or-select-control-input/index.d.ts +0 -1
- package/dist/esm/v2/components/or-select-v3/partials/or-select-control-input/index.js +0 -10
- package/dist/esm/v2/components/or-select-v3/partials/or-select-control-input/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/OrSelectMultipleControl.vue.d.ts +0 -140
- package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/index.d.ts +0 -1
- package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/index.js +0 -31
- package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/utils/castToMultipleModel.d.ts +0 -2
- package/dist/esm/v2/components/or-select-v3/partials/or-select-placeholder/index.d.ts +0 -1
- package/dist/esm/v2/components/or-select-v3/partials/or-select-placeholder/index.js +0 -3
- package/dist/esm/v2/components/or-select-v3/partials/or-select-single-control/OrSelectSingleControl.vue.d.ts +0 -107
- package/dist/esm/v2/components/or-select-v3/partials/or-select-single-control/index.d.ts +0 -1
- package/dist/esm/v2/components/or-select-v3/partials/or-select-single-control/index.js +0 -13
- package/dist/esm/v2/components/or-select-v3/partials/or-select-single-control/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-tags-v3/types.d.ts +0 -6
- package/dist/esm/v2/components/or-tags-v3/utils/castToTag.d.ts +0 -2
- package/dist/esm/v3/OrSelectControlInput-3297e30d.js +0 -99
- package/dist/esm/v3/OrSelectMultipleControl-68739e2f.js +0 -172
- package/dist/esm/v3/OrSelectPlaceholder-19a66581.js +0 -44
- package/dist/esm/v3/OrSelectSingleControl-f1fc8f52.js +0 -132
- package/dist/esm/v3/components/or-select-v3/partials/index.d.ts +0 -3
- package/dist/esm/v3/components/or-select-v3/partials/index.js +0 -31
- package/dist/esm/v3/components/or-select-v3/partials/or-select-control-input/OrSelectControlInput.vue.d.ts +0 -52
- package/dist/esm/v3/components/or-select-v3/partials/or-select-control-input/index.d.ts +0 -1
- package/dist/esm/v3/components/or-select-v3/partials/or-select-control-input/index.js +0 -10
- package/dist/esm/v3/components/or-select-v3/partials/or-select-control-input/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/OrSelectMultipleControl.vue.d.ts +0 -94
- package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/index.d.ts +0 -1
- package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/index.js +0 -30
- package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/utils/castToMultipleModel.d.ts +0 -2
- package/dist/esm/v3/components/or-select-v3/partials/or-select-placeholder/index.d.ts +0 -1
- package/dist/esm/v3/components/or-select-v3/partials/or-select-placeholder/index.js +0 -3
- package/dist/esm/v3/components/or-select-v3/partials/or-select-single-control/OrSelectSingleControl.vue.d.ts +0 -73
- package/dist/esm/v3/components/or-select-v3/partials/or-select-single-control/index.d.ts +0 -1
- package/dist/esm/v3/components/or-select-v3/partials/or-select-single-control/index.js +0 -13
- package/dist/esm/v3/components/or-select-v3/partials/or-select-single-control/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-tags-v3/types.d.ts +0 -6
- package/dist/esm/v3/components/or-tags-v3/utils/castToTag.d.ts +0 -2
- package/src/components/or-select-v3/partials/index.ts +0 -3
- package/src/components/or-select-v3/partials/or-select-control-input/OrSelectControlInput.vue +0 -88
- package/src/components/or-select-v3/partials/or-select-control-input/index.ts +0 -1
- package/src/components/or-select-v3/partials/or-select-control-input/styles.ts +0 -13
- package/src/components/or-select-v3/partials/or-select-multiple-control/OrSelectMultipleControl.vue +0 -161
- package/src/components/or-select-v3/partials/or-select-multiple-control/index.ts +0 -1
- package/src/components/or-select-v3/partials/or-select-multiple-control/styles.ts +0 -6
- package/src/components/or-select-v3/partials/or-select-multiple-control/utils/castToMultipleModel.ts +0 -10
- package/src/components/or-select-v3/partials/or-select-placeholder/index.ts +0 -1
- package/src/components/or-select-v3/partials/or-select-single-control/OrSelectSingleControl.vue +0 -131
- package/src/components/or-select-v3/partials/or-select-single-control/index.ts +0 -1
- package/src/components/or-select-v3/partials/or-select-single-control/styles.ts +0 -4
- package/src/components/or-tags-v3/types.ts +0 -6
- package/src/components/or-tags-v3/utils/castToTag.ts +0 -11
- /package/dist/bundled/v2/{OrDateTimePickerPopoverHeader-32ad34fe.js → OrDateTimePickerPopoverHeader-fceb3125.js} +0 -0
- /package/dist/bundled/v3/{OrIcon.vue_vue_type_script_lang-8a4ad510.js → OrIcon.vue_vue_type_script_lang-bc674d9e.js} +0 -0
- /package/dist/bundled/v3/{OrLabel.vue_vue_type_script_lang-fcdfd80d.js → OrLabel.vue_vue_type_script_lang-e2bcff17.js} +0 -0
- /package/dist/bundled/v3/{OrLink.vue_vue_type_script_lang-f813dee2.js → OrLink.vue_vue_type_script_lang-c35ed9e3.js} +0 -0
- /package/dist/bundled/v3/{OrTab.vue_vue_type_script_lang-8af58197.js → OrTab.vue_vue_type_script_lang-a300956d.js} +0 -0
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
export { O as OR_AVATAR_SIZE, s as OrAvatar } from '../OrAvatar-c1b2339e.js';
|
|
2
|
-
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../OrAvatar-
|
|
3
|
-
export { B as BottomSheetVariant, s as OrBottomSheetV3 } from '../OrBottomSheet-
|
|
2
|
+
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../OrAvatar-2b330296.js';
|
|
3
|
+
export { B as BottomSheetVariant, s as OrBottomSheetV3 } from '../OrBottomSheet-375aa75c.js';
|
|
4
4
|
export { s as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from '../OrButton-9118c20e.js';
|
|
5
5
|
export { s as OrButtonV2 } from '../OrButton-130ad8d9.js';
|
|
6
6
|
export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE, s as OrIconButton, s as OrIconButtonV2 } from '../OrIconButton-287bb86a.js';
|
|
7
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton-
|
|
7
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton-2e3a73fb.js';
|
|
8
8
|
export { s as OrCard } from '../OrCard-e3a5aea4.js';
|
|
9
9
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection-8c81a2d5.js';
|
|
10
|
-
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-
|
|
10
|
+
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-9f4a9619.js';
|
|
11
11
|
export { C as CardPadding, s as OrCardV3 } from '../OrCard-ee23cedc.js';
|
|
12
12
|
export { s as OrCheckbox } from '../OrCheckbox-5666c954.js';
|
|
13
|
-
export { s as OrCheckboxGroupV3 } from '../OrCheckboxGroup-
|
|
14
|
-
export { s as OrCheckboxTreeV3 } from '../OrCheckboxTree-
|
|
15
|
-
export { s as OrCheckboxV3 } from '../OrCheckbox-
|
|
13
|
+
export { s as OrCheckboxGroupV3 } from '../OrCheckboxGroup-f916aeaf.js';
|
|
14
|
+
export { s as OrCheckboxTreeV3 } from '../OrCheckboxTree-59c4c150.js';
|
|
15
|
+
export { s as OrCheckboxV3 } from '../OrCheckbox-4e9a3021.js';
|
|
16
16
|
export { s as OrChip } from '../OrChip-74e27265.js';
|
|
17
17
|
export { s as OrChips } from '../OrChips-348b13e4.js';
|
|
18
18
|
export { s as OrCode, O as OrCodeLanguages } from '../OrCode-a4ec2041.js';
|
|
@@ -21,79 +21,79 @@ export { lintGutter, linter } from '@codemirror/lint';
|
|
|
21
21
|
export { javascript } from '@codemirror/lang-javascript';
|
|
22
22
|
export { json, jsonParseLinter } from '@codemirror/lang-json';
|
|
23
23
|
export { html } from '@codemirror/lang-html';
|
|
24
|
-
export { C as CodeLanguage, s as OrCodeV3 } from '../OrCode-
|
|
24
|
+
export { C as CodeLanguage, s as OrCodeV3 } from '../OrCode-2c5af800.js';
|
|
25
25
|
export { EditorView } from '@codemirror/view';
|
|
26
26
|
export { EditorState } from '@codemirror/state';
|
|
27
27
|
export { s as OrCollapse } from '../OrCollapse-d7c0afae.js';
|
|
28
28
|
export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from '../OrColorPicker-252f482b.js';
|
|
29
|
-
export { s as OrCombinedInputV3 } from '../OrCombinedInput-
|
|
29
|
+
export { s as OrCombinedInputV3 } from '../OrCombinedInput-aaff08d4.js';
|
|
30
30
|
export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, s as OrInputBoxV3, I as SearchSize, I as SelectSize, I as TagInputSize, I as TextareaSize, I as TimePickerSize } from '../OrInputBox-912a6254.js';
|
|
31
31
|
export { s as OrConfirm } from '../OrConfirm-97ab80b9.js';
|
|
32
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-
|
|
33
|
-
export { s as OrContextMenuV3 } from '../OrContextMenu-
|
|
34
|
-
export { s as OrMenuV3 } from '../OrMenu-
|
|
35
|
-
export { P as ContextMenuPlacement, P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-
|
|
36
|
-
export { s as OrDateFormatV3 } from '../OrDateFormat-
|
|
37
|
-
export { s as OrDatePickerV3 } from '../OrDatePicker-
|
|
38
|
-
export { s as OrDateTimeFormatV3 } from '../OrDateTimeFormat-
|
|
32
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-984d0c5a.js';
|
|
33
|
+
export { s as OrContextMenuV3 } from '../OrContextMenu-c0ff35b6.js';
|
|
34
|
+
export { s as OrMenuV3 } from '../OrMenu-72844eb1.js';
|
|
35
|
+
export { P as ContextMenuPlacement, P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-3b07d49e.js';
|
|
36
|
+
export { s as OrDateFormatV3 } from '../OrDateFormat-86dd3a6a.js';
|
|
37
|
+
export { s as OrDatePickerV3 } from '../OrDatePicker-aa0a6a0e.js';
|
|
38
|
+
export { s as OrDateTimeFormatV3 } from '../OrDateTimeFormat-40ef2674.js';
|
|
39
39
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-4bfefbcd.js';
|
|
40
|
-
export { s as OrDateTimePickerV3 } from '../OrDateTimePicker-
|
|
41
|
-
export { s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, f as OrDateTimePickerTimeControl, g as OrDateTimePickerTimeSelect } from '../OrDateTimePickerTimeSelect-
|
|
40
|
+
export { s as OrDateTimePickerV3 } from '../OrDateTimePicker-ce7389e8.js';
|
|
41
|
+
export { s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, f as OrDateTimePickerTimeControl, g as OrDateTimePickerTimeSelect } from '../OrDateTimePickerTimeSelect-4c910498.js';
|
|
42
42
|
export { D as DateTimePickerTimeFormat, D as TimePickerFormat, f as formatDate, a as formatTime, g as getDatePlaceholder, b as getTimePlaceholder } from '../getTimePlaceholder-09859f55.js';
|
|
43
43
|
export { g as getCurrentDate } from '../getCurrentDate-046a888d.js';
|
|
44
44
|
export { E as EmptyStateSize, s as OrEmptyStateV3 } from '../OrEmptyState-5349a1f9.js';
|
|
45
45
|
export { s as OrError } from '../OrError-f90296db.js';
|
|
46
|
-
export { s as OrErrorTagV3 } from '../OrErrorTag-
|
|
47
|
-
export { s as OrErrorV3 } from '../OrError-
|
|
48
|
-
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../OrExpansionPanel-
|
|
49
|
-
export { F as FabColor, s as OrFabV3 } from '../OrFab-
|
|
46
|
+
export { s as OrErrorTagV3 } from '../OrErrorTag-e38cc87e.js';
|
|
47
|
+
export { s as OrErrorV3 } from '../OrError-69bd7f6a.js';
|
|
48
|
+
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../OrExpansionPanel-164af8b7.js';
|
|
49
|
+
export { F as FabColor, s as OrFabV3 } from '../OrFab-71947c5a.js';
|
|
50
50
|
export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating-052ede5f.js';
|
|
51
|
-
export { F as FormGroupDirection, s as OrFormGroupV3 } from '../OrFormGroup-
|
|
51
|
+
export { F as FormGroupDirection, s as OrFormGroupV3 } from '../OrFormGroup-e42d6e7b.js';
|
|
52
52
|
export { s as OrHint } from '../OrHint-8822005b.js';
|
|
53
|
-
export { s as OrHintV3 } from '../OrHint-
|
|
53
|
+
export { s as OrHintV3 } from '../OrHint-55d3de35.js';
|
|
54
54
|
export { s as OrIcon, O as OrIconColors, a as OrIconType } from '../OrIcon-f7130a5c.js';
|
|
55
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton-
|
|
56
|
-
export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from '../OrIcon-
|
|
55
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton-c89f733b.js';
|
|
56
|
+
export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from '../OrIcon-3e27d5fb.js';
|
|
57
57
|
export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from '../OrInlineInputBox-01fb2cb2.js';
|
|
58
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput-
|
|
58
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput-87985a49.js';
|
|
59
59
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from '../OrInlineTextEdit-a3c4c7dc.js';
|
|
60
|
-
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea-
|
|
60
|
+
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea-998beb1f.js';
|
|
61
61
|
export { s as OrInput } from '../OrInput-2c3111c2.js';
|
|
62
|
-
export { I as InputType, s as OrInputV3 } from '../OrInput-
|
|
62
|
+
export { I as InputType, s as OrInputV3 } from '../OrInput-0db1e05f.js';
|
|
63
63
|
export { s as OrLabel } from '../OrLabel-a7d99df4.js';
|
|
64
|
-
export { L as LabelVariant, s as OrLabelV3 } from '../OrLabel-
|
|
65
|
-
export { L as LinkColor, s as OrLinkV3 } from '../OrLink-
|
|
64
|
+
export { L as LabelVariant, s as OrLabelV3 } from '../OrLabel-b826da04.js';
|
|
65
|
+
export { L as LinkColor, s as OrLinkV3 } from '../OrLink-0db644bb.js';
|
|
66
66
|
export { s as OrList } from '../OrList-aa7b5ef9.js';
|
|
67
67
|
export { s as OrListOfInputs } from '../OrListOfInputs-f8740785.js';
|
|
68
68
|
export { L as LoaderViews, s as OrLoader } from '../OrLoader-d28a8ebf.js';
|
|
69
69
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from '../OrLoader-b79022da.js';
|
|
70
|
-
export { s as OrMenuItemV3 } from '../OrMenuItem-
|
|
70
|
+
export { s as OrMenuItemV3 } from '../OrMenuItem-fdc66517.js';
|
|
71
71
|
export { s as OrModal, O as OrModalSizes } from '../OrModal-b2060770.js';
|
|
72
|
-
export { M as ModalSize, s as OrModalV3 } from '../OrModal-
|
|
72
|
+
export { M as ModalSize, s as OrModalV3 } from '../OrModal-ef436909.js';
|
|
73
73
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from '../OrNotification-1b28dd4a.js';
|
|
74
|
-
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification-
|
|
74
|
+
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification-8281be29.js';
|
|
75
75
|
export { s as OrNumberInput } from '../OrNumberInput-e9dcdcbd.js';
|
|
76
76
|
export { s as OrOverflowMenu } from '../OrOverflowMenu-440ddf3e.js';
|
|
77
77
|
export { s as OrOverlay } from '../OrOverlay-451dce49.js';
|
|
78
78
|
export { s as OrOverlayV3 } from '../OrOverlay-6269c33a.js';
|
|
79
|
-
export { s as OrPaginationV3 } from '../OrPagination-
|
|
79
|
+
export { s as OrPaginationV3 } from '../OrPagination-7c635ebe.js';
|
|
80
80
|
export { s as OrPassword } from '../OrPassword-4494ac89.js';
|
|
81
81
|
export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress-aa2ea84b.js';
|
|
82
82
|
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-95907e02.js';
|
|
83
83
|
export { s as OrRadio } from '../OrRadio-40bf2c87.js';
|
|
84
84
|
export { s as OrRadioGroup } from '../OrRadioGroup-00785e41.js';
|
|
85
|
-
export { s as OrRadioGroupV3 } from '../OrRadioGroup-
|
|
86
|
-
export { s as OrRadioV3 } from '../OrRadio-
|
|
87
|
-
export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement, R as SidebarPadding } from '../OrResizeablePanel-
|
|
88
|
-
export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditor-
|
|
85
|
+
export { s as OrRadioGroupV3 } from '../OrRadioGroup-b4b6d364.js';
|
|
86
|
+
export { s as OrRadioV3 } from '../OrRadio-50b0ead5.js';
|
|
87
|
+
export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement, R as SidebarPadding } from '../OrResizeablePanel-71e7730f.js';
|
|
88
|
+
export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditor-c205f210.js';
|
|
89
89
|
export { s as OrSearch } from '../OrSearch-2800e9bf.js';
|
|
90
|
-
export { s as OrSearchV3 } from '../OrSearch-
|
|
91
|
-
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-
|
|
90
|
+
export { s as OrSearchV3 } from '../OrSearch-602356a0.js';
|
|
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-74c2c521.js';
|
|
94
94
|
export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar-aaf73310.js';
|
|
95
|
-
export { s as OrSidebarV3 } from '../OrSidebar-
|
|
96
|
-
export { S as OrSidebarPlacement, S as SidebarPlacement } from '../props-
|
|
95
|
+
export { s as OrSidebarV3 } from '../OrSidebar-459ec28f.js';
|
|
96
|
+
export { S as OrSidebarPlacement, S as SidebarPlacement } from '../props-64389534.js';
|
|
97
97
|
export { s as OrSkeletonCircle } from '../OrSkeletonCircle-66e175a0.js';
|
|
98
98
|
export { s as OrSkeletonRect } from '../OrSkeletonRect-c694574e.js';
|
|
99
99
|
export { s as OrSkeletonText } from '../OrSkeletonText-9a800de4.js';
|
|
@@ -102,35 +102,35 @@ export { s as OrSkeletonCircleV3 } from '../OrSkeletonCircle-1eae069b.js';
|
|
|
102
102
|
export { s as OrSkeletonRectV3 } from '../OrSkeletonRect-ba5df861.js';
|
|
103
103
|
export { s as OrSkeletonTextV3 } from '../OrSkeletonText-3c3207d0.js';
|
|
104
104
|
export { s as OrSlider } from '../OrSlider-b7bd588e.js';
|
|
105
|
-
export { s as OrSortingV3 } from '../OrSorting-
|
|
105
|
+
export { s as OrSortingV3 } from '../OrSorting-eb45c6f4.js';
|
|
106
106
|
export { s as OrStepper } from '../OrStepper-4943002c.js';
|
|
107
107
|
export { s as OrSwitch } from '../OrSwitch-fb864132.js';
|
|
108
|
-
export { s as OrSwitchV3 } from '../OrSwitch-
|
|
108
|
+
export { s as OrSwitchV3 } from '../OrSwitch-a493c66d.js';
|
|
109
109
|
export { s as OrTab } from '../OrTab-d8d4e871.js';
|
|
110
110
|
export { s as OrTabHeaderItem } from '../OrTabHeaderItem-c2af7ca3.js';
|
|
111
|
-
export { s as OrTabV3 } from '../OrTab-
|
|
111
|
+
export { s as OrTabV3 } from '../OrTab-db771526.js';
|
|
112
112
|
export { s as OrTabs } from '../OrTabs-3da3ea89.js';
|
|
113
|
-
export { s as OrTabsV3, T as TabsVariant } from '../OrTabs-
|
|
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-
|
|
116
|
-
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-
|
|
117
|
-
export { s as OrTagsV3, T as TagsOverflow } from '../OrTags-
|
|
115
|
+
export { s as OrTagInputV3 } from '../OrTagInput-851b05c8.js';
|
|
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-55b8c446.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';
|
|
121
121
|
export { s as OrTextarea } from '../OrTextarea-7a753c1a.js';
|
|
122
|
-
export { s as OrTextareaV3 } from '../OrTextarea-
|
|
122
|
+
export { s as OrTextareaV3 } from '../OrTextarea-5824a209.js';
|
|
123
123
|
export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox-cb6762c8.js';
|
|
124
|
-
export { s as OrTimeFormatV3 } from '../OrTimeFormat-
|
|
125
|
-
export { s as OrTimePickerV3 } from '../OrTimePicker-
|
|
124
|
+
export { s as OrTimeFormatV3 } from '../OrTimeFormat-5ece86b5.js';
|
|
125
|
+
export { s as OrTimePickerV3 } from '../OrTimePicker-b16db925.js';
|
|
126
126
|
export { s as OrToast, a as OrToastContainer } from '../OrToastContainer-d6f117e2.js';
|
|
127
127
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-05a9c81b.js';
|
|
128
|
-
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-
|
|
128
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-e88f53a2.js';
|
|
129
129
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-5aa9dc05.js';
|
|
130
130
|
export { s as OrTooltip } from '../OrTooltip-7ac03028.js';
|
|
131
131
|
export { s as OrTooltipContent } from '../OrTooltipContent-c0042844.js';
|
|
132
|
-
export { s as OrTooltipV3 } from '../OrTooltip-
|
|
133
|
-
export { s as OrTreeV3, T as TreeNodeDropPosition } from '../OrTree-
|
|
132
|
+
export { s as OrTooltipV3 } from '../OrTooltip-bdd46da2.js';
|
|
133
|
+
export { s as OrTreeV3, T as TreeNodeDropPosition } from '../OrTree-938aab61.js';
|
|
134
134
|
import 'vue-demi';
|
|
135
135
|
import 'vue';
|
|
136
136
|
import '../style-inject.es-4c6f2515.js';
|
|
@@ -191,11 +191,7 @@ import '../codemirrorView-020fe885.js';
|
|
|
191
191
|
import 'prosemirror-state';
|
|
192
192
|
import 'prosemirror-commands';
|
|
193
193
|
import 'lodash/keyBy';
|
|
194
|
-
import '../
|
|
195
|
-
import '../OrSelectPlaceholder-19a66581.js';
|
|
196
|
-
import '../OrSelectControlInput-3297e30d.js';
|
|
197
|
-
import '../OrSelectSingleControl-f1fc8f52.js';
|
|
194
|
+
import '../useOverflow-ff9ae748.js';
|
|
198
195
|
import 'lodash/range';
|
|
199
196
|
import '../styles-ed564e39.js';
|
|
200
|
-
import '../useOverflow-b482f3c9.js';
|
|
201
197
|
import 'lodash/isNil';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../../OrAvatar-
|
|
1
|
+
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../../OrAvatar-2b330296.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../color-6b0fc765.js';
|
|
4
|
-
import '../../OrIcon-
|
|
4
|
+
import '../../OrIcon-3e27d5fb.js';
|
|
5
5
|
import 'vue';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { B as BottomSheetVariant, s as OrBottomSheetV3 } from '../../OrBottomSheet-
|
|
1
|
+
export { B as BottomSheetVariant, s as OrBottomSheetV3 } from '../../OrBottomSheet-375aa75c.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dom-aecadd9a.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../../OrButton-
|
|
1
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../../OrButton-2e3a73fb.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrLoader-b79022da.js';
|
|
4
4
|
import '@vueuse/core';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-
|
|
1
|
+
export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-9f4a9619.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIconButton-
|
|
4
|
-
import '../../OrIcon-
|
|
3
|
+
import '../../OrIconButton-c89f733b.js';
|
|
4
|
+
import '../../OrIcon-3e27d5fb.js';
|
|
5
5
|
import 'vue';
|
|
6
|
-
import '../../OrTooltip-
|
|
6
|
+
import '../../OrTooltip-bdd46da2.js';
|
|
7
7
|
import '@vueuse/core';
|
|
8
8
|
import '../../dom-aecadd9a.js';
|
|
9
9
|
import 'lodash/isElement';
|
|
@@ -11,26 +11,26 @@ import 'lodash/get';
|
|
|
11
11
|
import '../../usePopoverState-b92c698b.js';
|
|
12
12
|
import '@onereach/styles/tailwind/plugins/core';
|
|
13
13
|
import '@onereach/styles/tailwind.config.json';
|
|
14
|
-
import '../../OrPopover-
|
|
14
|
+
import '../../OrPopover-3b07d49e.js';
|
|
15
15
|
import '@floating-ui/dom';
|
|
16
16
|
import '../../useElevation-a50ec347.js';
|
|
17
17
|
import '../../useResponsive-5c8291da.js';
|
|
18
|
-
import '../../OrBottomSheet-
|
|
18
|
+
import '../../OrBottomSheet-375aa75c.js';
|
|
19
19
|
import '../../OrOverlay-6269c33a.js';
|
|
20
20
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
21
21
|
import '../../useTheme-0ef25778.js';
|
|
22
|
-
import '../../OrSearch-
|
|
23
|
-
import '../../OrInput-
|
|
22
|
+
import '../../OrSearch-602356a0.js';
|
|
23
|
+
import '../../OrInput-0db1e05f.js';
|
|
24
24
|
import '../../useIdAttribute-859439f0.js';
|
|
25
25
|
import '../../useProxyModelValue-940010d2.js';
|
|
26
26
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
27
|
-
import '../../OrError-
|
|
28
|
-
import '../../OrHint-
|
|
27
|
+
import '../../OrError-69bd7f6a.js';
|
|
28
|
+
import '../../OrHint-55d3de35.js';
|
|
29
29
|
import '../../OrInputBox-912a6254.js';
|
|
30
|
-
import '../../OrLabel-
|
|
30
|
+
import '../../OrLabel-b826da04.js';
|
|
31
31
|
import '../../OrLoader-b79022da.js';
|
|
32
32
|
import '../../style-inject.es-4c6f2515.js';
|
|
33
|
-
import '../../OrSorting-
|
|
34
|
-
import '../../OrMenu-
|
|
35
|
-
import '../../OrMenuItem-
|
|
36
|
-
import '../../OrButton-
|
|
33
|
+
import '../../OrSorting-eb45c6f4.js';
|
|
34
|
+
import '../../OrMenu-72844eb1.js';
|
|
35
|
+
import '../../OrMenuItem-fdc66517.js';
|
|
36
|
+
import '../../OrButton-2e3a73fb.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrCheckboxGroupV3 } from '../../OrCheckboxGroup-
|
|
1
|
+
export { s as OrCheckboxGroupV3 } from '../../OrCheckboxGroup-f916aeaf.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import '../../dom-aecadd9a.js';
|
|
@@ -7,16 +7,16 @@ import 'lodash/get';
|
|
|
7
7
|
import '../../useProxyModelValue-940010d2.js';
|
|
8
8
|
import '@onereach/styles/tailwind/plugins/core';
|
|
9
9
|
import '@onereach/styles/tailwind.config.json';
|
|
10
|
-
import '../../OrCheckboxTree-
|
|
11
|
-
import '../../OrButton-
|
|
10
|
+
import '../../OrCheckboxTree-59c4c150.js';
|
|
11
|
+
import '../../OrButton-2e3a73fb.js';
|
|
12
12
|
import '../../OrLoader-b79022da.js';
|
|
13
13
|
import 'vue';
|
|
14
|
-
import '../../OrCheckbox-
|
|
14
|
+
import '../../OrCheckbox-4e9a3021.js';
|
|
15
15
|
import '../../useIdAttribute-859439f0.js';
|
|
16
16
|
import '../../isEmptyValue-fd56a6e4.js';
|
|
17
|
-
import '../../OrLabel-
|
|
17
|
+
import '../../OrLabel-b826da04.js';
|
|
18
18
|
import '../../style-inject.es-4c6f2515.js';
|
|
19
|
-
import '../../OrIcon-
|
|
20
|
-
import '../../OrFormGroup-
|
|
21
|
-
import '../../OrError-
|
|
22
|
-
import '../../OrHint-
|
|
19
|
+
import '../../OrIcon-3e27d5fb.js';
|
|
20
|
+
import '../../OrFormGroup-e42d6e7b.js';
|
|
21
|
+
import '../../OrError-69bd7f6a.js';
|
|
22
|
+
import '../../OrHint-55d3de35.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrCheckboxTreeV3 } from '../../OrCheckboxTree-
|
|
1
|
+
export { s as OrCheckboxTreeV3 } from '../../OrCheckboxTree-59c4c150.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dom-aecadd9a.js';
|
|
@@ -7,12 +7,12 @@ import 'lodash/get';
|
|
|
7
7
|
import '../../useProxyModelValue-940010d2.js';
|
|
8
8
|
import '@onereach/styles/tailwind/plugins/core';
|
|
9
9
|
import '@onereach/styles/tailwind.config.json';
|
|
10
|
-
import '../../OrButton-
|
|
10
|
+
import '../../OrButton-2e3a73fb.js';
|
|
11
11
|
import '../../OrLoader-b79022da.js';
|
|
12
12
|
import 'vue';
|
|
13
|
-
import '../../OrCheckbox-
|
|
13
|
+
import '../../OrCheckbox-4e9a3021.js';
|
|
14
14
|
import '../../useIdAttribute-859439f0.js';
|
|
15
15
|
import '../../isEmptyValue-fd56a6e4.js';
|
|
16
|
-
import '../../OrLabel-
|
|
16
|
+
import '../../OrLabel-b826da04.js';
|
|
17
17
|
import '../../style-inject.es-4c6f2515.js';
|
|
18
|
-
import '../../OrIcon-
|
|
18
|
+
import '../../OrIcon-3e27d5fb.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrCheckboxV3 } from '../../OrCheckbox-
|
|
1
|
+
export { s as OrCheckboxV3 } from '../../OrCheckbox-4e9a3021.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useIdAttribute-859439f0.js';
|
|
4
4
|
import '@vueuse/core';
|
|
@@ -9,6 +9,6 @@ import '../../isEmptyValue-fd56a6e4.js';
|
|
|
9
9
|
import '../../useProxyModelValue-940010d2.js';
|
|
10
10
|
import '@onereach/styles/tailwind/plugins/core';
|
|
11
11
|
import '@onereach/styles/tailwind.config.json';
|
|
12
|
-
import '../../OrLabel-
|
|
12
|
+
import '../../OrLabel-b826da04.js';
|
|
13
13
|
import 'vue';
|
|
14
14
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as CodeLanguage, s as OrCodeV3 } from '../../OrCode-
|
|
1
|
+
export { C as CodeLanguage, s as OrCodeV3 } from '../../OrCode-2c5af800.js';
|
|
2
2
|
export { lintGutter, linter } from '@codemirror/lint';
|
|
3
3
|
export { javascript } from '@codemirror/lang-javascript';
|
|
4
4
|
export { json, jsonParseLinter } from '@codemirror/lang-json';
|
|
@@ -18,20 +18,20 @@ import '@onereach/styles/tailwind.config.json';
|
|
|
18
18
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
19
19
|
import 'codemirror';
|
|
20
20
|
import '@codemirror/commands';
|
|
21
|
-
import '../../OrIconButton-
|
|
22
|
-
import '../../OrIcon-
|
|
21
|
+
import '../../OrIconButton-c89f733b.js';
|
|
22
|
+
import '../../OrIcon-3e27d5fb.js';
|
|
23
23
|
import 'vue';
|
|
24
|
-
import '../../OrTooltip-
|
|
24
|
+
import '../../OrTooltip-bdd46da2.js';
|
|
25
25
|
import '../../usePopoverState-b92c698b.js';
|
|
26
|
-
import '../../OrPopover-
|
|
26
|
+
import '../../OrPopover-3b07d49e.js';
|
|
27
27
|
import '@floating-ui/dom';
|
|
28
28
|
import '../../useElevation-a50ec347.js';
|
|
29
29
|
import '../../useResponsive-5c8291da.js';
|
|
30
|
-
import '../../OrBottomSheet-
|
|
30
|
+
import '../../OrBottomSheet-375aa75c.js';
|
|
31
31
|
import '../../OrOverlay-6269c33a.js';
|
|
32
32
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
33
|
-
import '../../OrModal-
|
|
34
|
-
import '../../OrError-
|
|
35
|
-
import '../../OrHint-
|
|
33
|
+
import '../../OrModal-ef436909.js';
|
|
34
|
+
import '../../OrError-69bd7f6a.js';
|
|
35
|
+
import '../../OrHint-55d3de35.js';
|
|
36
36
|
import '../../OrInputBox-912a6254.js';
|
|
37
|
-
import '../../OrLabel-
|
|
37
|
+
import '../../OrLabel-b826da04.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { s as OrCombinedInputV3 } from '../../OrCombinedInput-
|
|
1
|
+
export { s as OrCombinedInputV3 } from '../../OrCombinedInput-aaff08d4.js';
|
|
2
2
|
export { I as CombinedInputSize } from '../../OrInputBox-912a6254.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
-
import '../../OrError-
|
|
4
|
+
import '../../OrError-69bd7f6a.js';
|
|
5
5
|
import 'vue';
|
|
6
|
-
import '../../OrHint-
|
|
7
|
-
import '../../OrLabel-
|
|
6
|
+
import '../../OrHint-55d3de35.js';
|
|
7
|
+
import '../../OrLabel-b826da04.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm-
|
|
1
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm-984d0c5a.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import '@vueuse/math';
|
|
4
4
|
import 'vue-demi';
|
|
@@ -8,26 +8,26 @@ import 'lodash/get';
|
|
|
8
8
|
import '../../usePopoverState-b92c698b.js';
|
|
9
9
|
import '@onereach/styles/tailwind/plugins/core';
|
|
10
10
|
import '@onereach/styles/tailwind.config.json';
|
|
11
|
-
import '../../OrButton-
|
|
11
|
+
import '../../OrButton-2e3a73fb.js';
|
|
12
12
|
import '../../OrLoader-b79022da.js';
|
|
13
13
|
import 'vue';
|
|
14
|
-
import '../../OrInput-
|
|
14
|
+
import '../../OrInput-0db1e05f.js';
|
|
15
15
|
import '../../useIdAttribute-859439f0.js';
|
|
16
16
|
import '../../useProxyModelValue-940010d2.js';
|
|
17
17
|
import '../../useResponsive-5c8291da.js';
|
|
18
18
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
19
|
-
import '../../OrError-
|
|
20
|
-
import '../../OrHint-
|
|
21
|
-
import '../../OrIconButton-
|
|
22
|
-
import '../../OrIcon-
|
|
23
|
-
import '../../OrTooltip-
|
|
24
|
-
import '../../OrPopover-
|
|
19
|
+
import '../../OrError-69bd7f6a.js';
|
|
20
|
+
import '../../OrHint-55d3de35.js';
|
|
21
|
+
import '../../OrIconButton-c89f733b.js';
|
|
22
|
+
import '../../OrIcon-3e27d5fb.js';
|
|
23
|
+
import '../../OrTooltip-bdd46da2.js';
|
|
24
|
+
import '../../OrPopover-3b07d49e.js';
|
|
25
25
|
import '@floating-ui/dom';
|
|
26
26
|
import '../../useElevation-a50ec347.js';
|
|
27
|
-
import '../../OrBottomSheet-
|
|
27
|
+
import '../../OrBottomSheet-375aa75c.js';
|
|
28
28
|
import '../../OrOverlay-6269c33a.js';
|
|
29
29
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
30
30
|
import '../../useTheme-0ef25778.js';
|
|
31
31
|
import '../../OrInputBox-912a6254.js';
|
|
32
|
-
import '../../OrLabel-
|
|
32
|
+
import '../../OrLabel-b826da04.js';
|
|
33
33
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { s as OrContextMenuV3 } from '../../OrContextMenu-
|
|
2
|
-
import '../../OrMenu-
|
|
3
|
-
export { P as ContextMenuPlacement } from '../../OrPopover-
|
|
1
|
+
export { s as OrContextMenuV3 } from '../../OrContextMenu-c0ff35b6.js';
|
|
2
|
+
import '../../OrMenu-72844eb1.js';
|
|
3
|
+
export { P as ContextMenuPlacement } from '../../OrPopover-3b07d49e.js';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '@vueuse/core';
|
|
6
6
|
import '../../dom-aecadd9a.js';
|
|
@@ -13,7 +13,7 @@ import 'vue';
|
|
|
13
13
|
import '@floating-ui/dom';
|
|
14
14
|
import '../../useElevation-a50ec347.js';
|
|
15
15
|
import '../../useResponsive-5c8291da.js';
|
|
16
|
-
import '../../OrBottomSheet-
|
|
16
|
+
import '../../OrBottomSheet-375aa75c.js';
|
|
17
17
|
import '../../OrOverlay-6269c33a.js';
|
|
18
18
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
19
19
|
import '../../useTheme-0ef25778.js';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { MenuPlacement as ContextMenuPlacement } from '../or-menu-v3';
|
|
2
|
+
export type { MenuOffset as ContextMenuOffset } from '../or-menu-v3';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { s as OrDateFormatV3 } from '../../OrDateFormat-
|
|
1
|
+
export { s as OrDateFormatV3 } from '../../OrDateFormat-86dd3a6a.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrDateTimePicker-
|
|
3
|
+
import '../../OrDateTimePicker-ce7389e8.js';
|
|
4
4
|
import '../../dropdown-open-06d651cf.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
6
|
import '../../dom-aecadd9a.js';
|
|
@@ -9,27 +9,27 @@ import 'lodash/get';
|
|
|
9
9
|
import '../../useProxyModelValue-940010d2.js';
|
|
10
10
|
import '@onereach/styles/tailwind/plugins/core';
|
|
11
11
|
import '@onereach/styles/tailwind.config.json';
|
|
12
|
-
import '../../OrError-
|
|
12
|
+
import '../../OrError-69bd7f6a.js';
|
|
13
13
|
import 'vue';
|
|
14
|
-
import '../../OrHint-
|
|
15
|
-
import '../../OrIconButton-
|
|
16
|
-
import '../../OrIcon-
|
|
17
|
-
import '../../OrTooltip-
|
|
14
|
+
import '../../OrHint-55d3de35.js';
|
|
15
|
+
import '../../OrIconButton-c89f733b.js';
|
|
16
|
+
import '../../OrIcon-3e27d5fb.js';
|
|
17
|
+
import '../../OrTooltip-bdd46da2.js';
|
|
18
18
|
import '../../usePopoverState-b92c698b.js';
|
|
19
|
-
import '../../OrPopover-
|
|
19
|
+
import '../../OrPopover-3b07d49e.js';
|
|
20
20
|
import '@floating-ui/dom';
|
|
21
21
|
import '../../useElevation-a50ec347.js';
|
|
22
22
|
import '../../useResponsive-5c8291da.js';
|
|
23
|
-
import '../../OrBottomSheet-
|
|
23
|
+
import '../../OrBottomSheet-375aa75c.js';
|
|
24
24
|
import '../../OrOverlay-6269c33a.js';
|
|
25
25
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
26
26
|
import '../../useTheme-0ef25778.js';
|
|
27
27
|
import '../../OrInputBox-912a6254.js';
|
|
28
|
-
import '../../OrLabel-
|
|
29
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
28
|
+
import '../../OrLabel-b826da04.js';
|
|
29
|
+
import '../../OrDateTimePickerTimeSelect-4c910498.js';
|
|
30
30
|
import '../../getTimePlaceholder-09859f55.js';
|
|
31
|
-
import '../../OrButton-
|
|
31
|
+
import '../../OrButton-2e3a73fb.js';
|
|
32
32
|
import '../../OrLoader-b79022da.js';
|
|
33
|
-
import '../../OrMenuItem-
|
|
34
|
-
import '../../OrMenu-
|
|
33
|
+
import '../../OrMenuItem-fdc66517.js';
|
|
34
|
+
import '../../OrMenu-72844eb1.js';
|
|
35
35
|
import '../../getCurrentDate-046a888d.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrDatePickerV3 } from '../../OrDatePicker-
|
|
1
|
+
export { s as OrDatePickerV3 } from '../../OrDatePicker-aa0a6a0e.js';
|
|
2
2
|
export { I as DatePickerSize } from '../../OrInputBox-912a6254.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-06d651cf.js';
|
|
@@ -9,27 +9,27 @@ import 'lodash/get';
|
|
|
9
9
|
import '../../useProxyModelValue-940010d2.js';
|
|
10
10
|
import '@onereach/styles/tailwind/plugins/core';
|
|
11
11
|
import '@onereach/styles/tailwind.config.json';
|
|
12
|
-
import '../../OrDateTimePicker-
|
|
13
|
-
import '../../OrError-
|
|
12
|
+
import '../../OrDateTimePicker-ce7389e8.js';
|
|
13
|
+
import '../../OrError-69bd7f6a.js';
|
|
14
14
|
import 'vue';
|
|
15
|
-
import '../../OrHint-
|
|
16
|
-
import '../../OrIconButton-
|
|
17
|
-
import '../../OrIcon-
|
|
18
|
-
import '../../OrTooltip-
|
|
15
|
+
import '../../OrHint-55d3de35.js';
|
|
16
|
+
import '../../OrIconButton-c89f733b.js';
|
|
17
|
+
import '../../OrIcon-3e27d5fb.js';
|
|
18
|
+
import '../../OrTooltip-bdd46da2.js';
|
|
19
19
|
import '../../usePopoverState-b92c698b.js';
|
|
20
|
-
import '../../OrPopover-
|
|
20
|
+
import '../../OrPopover-3b07d49e.js';
|
|
21
21
|
import '@floating-ui/dom';
|
|
22
22
|
import '../../useElevation-a50ec347.js';
|
|
23
23
|
import '../../useResponsive-5c8291da.js';
|
|
24
|
-
import '../../OrBottomSheet-
|
|
24
|
+
import '../../OrBottomSheet-375aa75c.js';
|
|
25
25
|
import '../../OrOverlay-6269c33a.js';
|
|
26
26
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
27
27
|
import '../../useTheme-0ef25778.js';
|
|
28
|
-
import '../../OrLabel-
|
|
29
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
28
|
+
import '../../OrLabel-b826da04.js';
|
|
29
|
+
import '../../OrDateTimePickerTimeSelect-4c910498.js';
|
|
30
30
|
import '../../getTimePlaceholder-09859f55.js';
|
|
31
|
-
import '../../OrButton-
|
|
31
|
+
import '../../OrButton-2e3a73fb.js';
|
|
32
32
|
import '../../OrLoader-b79022da.js';
|
|
33
|
-
import '../../OrMenuItem-
|
|
34
|
-
import '../../OrMenu-
|
|
33
|
+
import '../../OrMenuItem-fdc66517.js';
|
|
34
|
+
import '../../OrMenu-72844eb1.js';
|
|
35
35
|
import '../../getCurrentDate-046a888d.js';
|