@onereach/ui-components 4.10.4-beta.2956.0 → 4.10.4
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-3af08d63.js → OrDateTimePickerMonthSelect-9ca79b52.js} +23 -7
- package/dist/bundled/v2/{OrDateTimePickerTimeSelect-a19f740b.js → OrDateTimePickerTimeSelect-c52ee823.js} +15 -5
- package/dist/bundled/{v3/_baseAssignValue-22e630c1.js → v2/_baseAssignValue-0c6c3bcc.js} +1 -1
- package/dist/bundled/v2/{_baseIsEqual-a1cc156c.js → _baseIsEqual-82d7a339.js} +5 -5
- package/dist/bundled/v2/_commonjsHelpers-48a9cab9.js +7 -0
- package/dist/bundled/v2/components/OrAvatar/OrAvatar.js +6 -5
- package/dist/bundled/v2/components/OrAvatar/index.js +6 -5
- package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.js +3 -3
- package/dist/bundled/v2/components/OrBottomSheetV3/index.js +2 -2
- package/dist/bundled/v2/components/OrButtonV2/OrButton.js +6 -5
- package/dist/bundled/v2/components/OrButtonV2/index.js +6 -5
- package/dist/bundled/v2/components/OrButtonV3/OrButton.js +2 -2
- package/dist/bundled/v2/components/OrButtonV3/index.js +2 -2
- package/dist/bundled/v2/components/OrCardCollection/OrCardCollection.js +7 -6
- package/dist/bundled/v2/components/OrCardCollection/index.js +7 -6
- package/dist/bundled/v2/components/OrCardCollectionV3/OrCardCollection.js +2 -3
- package/dist/bundled/v2/components/OrCardCollectionV3/index.js +2 -3
- package/dist/bundled/v2/components/OrCheckbox/OrCheckbox.js +6 -5
- package/dist/bundled/v2/components/OrCheckbox/index.js +6 -5
- package/dist/bundled/v2/components/OrCheckboxGroupV3/OrCheckboxGroup.js +9 -7
- package/dist/bundled/v2/components/OrCheckboxGroupV3/OrCheckboxGroup.vue.d.ts +3 -3
- package/dist/bundled/v2/components/OrCheckboxGroupV3/index.js +3 -4
- package/dist/bundled/v2/components/OrCheckboxTreeV3/OrCheckboxTree.js +9 -7
- package/dist/bundled/v2/components/OrCheckboxTreeV3/OrCheckboxTree.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrCheckboxTreeV3/index.js +3 -4
- package/dist/bundled/v2/components/OrCheckboxV3/OrCheckbox.js +10 -6
- package/dist/bundled/v2/components/OrCheckboxV3/index.js +2 -1
- package/dist/bundled/v2/components/OrChip/OrChip.js +6 -5
- package/dist/bundled/v2/components/OrChip/index.js +6 -5
- package/dist/bundled/v2/components/OrChips/OrChips.js +6 -5
- package/dist/bundled/v2/components/OrChips/index.js +6 -5
- package/dist/bundled/v2/components/OrCode/OrCode.js +3800 -11
- package/dist/bundled/v2/components/OrCode/index.js +10 -11
- package/dist/bundled/v2/components/OrCode/lang.js +3 -24
- package/dist/bundled/v2/components/OrCode/theme.js +1 -1
- package/dist/bundled/v2/components/OrCollapse/OrCollapse.js +6 -5
- package/dist/bundled/v2/components/OrCollapse/index.js +6 -5
- package/dist/bundled/v2/components/OrColorPicker/OrColorPicker.js +8 -7
- package/dist/bundled/v2/components/OrColorPicker/index.js +8 -7
- package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +9 -8
- package/dist/bundled/v2/components/OrConfirm/index.js +9 -8
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +5 -6
- package/dist/bundled/v2/components/OrConfirmV3/index.js +3 -4
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +15 -9
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.vue.d.ts +4 -4
- package/dist/bundled/v2/components/OrDatePickerV3/index.js +4 -5
- package/dist/bundled/v2/components/OrDateTimePicker/OrDateTimePicker.js +10 -9
- package/dist/bundled/v2/components/OrDateTimePicker/index.js +10 -9
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +16 -10
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.vue.d.ts +4 -4
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +5 -6
- package/dist/bundled/v2/components/OrExpansionPanelV3/OrExpansionPanel.js +2 -2
- package/dist/bundled/v2/components/OrExpansionPanelV3/index.js +1 -1
- package/dist/bundled/v2/components/OrFloating/OrFloating.js +6 -5
- package/dist/bundled/v2/components/OrFloating/index.js +6 -5
- package/dist/bundled/v2/components/OrIcon/OrIcon.js +6 -5
- package/dist/bundled/v2/components/OrIcon/index.js +6 -5
- package/dist/bundled/v2/components/OrIconButtonV2/OrIconButton.js +6 -5
- package/dist/bundled/v2/components/OrIconButtonV2/index.js +6 -5
- package/dist/bundled/v2/components/OrIconButtonV3/OrIconButton.js +2 -2
- package/dist/bundled/v2/components/OrIconButtonV3/index.js +2 -2
- package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.js +19 -11
- package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrInlineInputV3/index.js +2 -3
- package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +8 -7
- package/dist/bundled/v2/components/OrInlineTextEdit/index.js +8 -7
- package/dist/bundled/v2/components/OrInlineTextareaV3/OrInlineTextarea.js +17 -10
- package/dist/bundled/v2/components/OrInlineTextareaV3/OrInlineTextarea.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrInlineTextareaV3/index.js +2 -3
- package/dist/bundled/v2/components/OrInput/OrInput.js +6 -5
- package/dist/bundled/v2/components/OrInput/index.js +6 -5
- package/dist/bundled/v2/components/OrInputV3/OrInput.js +11 -7
- package/dist/bundled/v2/components/OrInputV3/OrInput.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrInputV3/index.js +2 -3
- package/dist/bundled/v2/components/OrList/OrList.js +10 -9
- package/dist/bundled/v2/components/OrList/index.js +10 -9
- package/dist/bundled/v2/components/OrListOfInputs/OrListOfInputs.js +10 -9
- package/dist/bundled/v2/components/OrListOfInputs/index.js +10 -9
- package/dist/bundled/v2/components/OrLoaderV3/OrLoader.js +2 -2
- package/dist/bundled/v2/components/OrLoaderV3/index.js +2 -2
- package/dist/bundled/v2/components/OrMenuV3/OrMenu.js +4 -4
- package/dist/bundled/v2/components/OrMenuV3/index.js +2 -2
- package/dist/bundled/v2/components/OrModal/OrModal.js +8 -7
- package/dist/bundled/v2/components/OrModal/index.js +8 -7
- package/dist/bundled/v2/components/OrModalV3/OrModal.js +5 -5
- package/dist/bundled/v2/components/OrModalV3/index.js +2 -2
- package/dist/bundled/v2/components/OrNotification/OrNotification.js +6 -5
- package/dist/bundled/v2/components/OrNotification/index.js +6 -5
- package/dist/bundled/v2/components/OrNotificationV3/OrNotification.js +2 -2
- package/dist/bundled/v2/components/OrNotificationV3/index.js +2 -2
- package/dist/bundled/v2/components/OrNumberInput/OrNumberInput.js +6 -5
- package/dist/bundled/v2/components/OrNumberInput/index.js +6 -5
- package/dist/bundled/v2/components/OrOverflowMenu/OrOverflowMenu.js +8 -7
- package/dist/bundled/v2/components/OrOverflowMenu/index.js +8 -7
- package/dist/bundled/v2/components/OrOverlayV3/OrOverlay.js +2 -2
- package/dist/bundled/v2/components/OrOverlayV3/index.js +2 -2
- package/dist/bundled/v2/components/OrPaginationV3/OrPagination.js +9 -5
- package/dist/bundled/v2/components/OrPaginationV3/OrPagination.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrPaginationV3/index.js +2 -3
- package/dist/bundled/v2/components/OrPassword/OrPassword.js +8 -7
- package/dist/bundled/v2/components/OrPassword/index.js +8 -7
- package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +3 -3
- package/dist/bundled/v2/components/OrPopoverV3/index.js +2 -2
- package/dist/bundled/v2/components/OrProgress/OrProgress.js +6 -5
- package/dist/bundled/v2/components/OrProgress/index.js +6 -5
- package/dist/bundled/v2/components/OrProgressV3/OrProgress.js +8 -7
- package/dist/bundled/v2/components/OrProgressV3/index.js +8 -7
- package/dist/bundled/v2/components/OrRadio/OrRadio.js +8 -7
- package/dist/bundled/v2/components/OrRadio/index.js +8 -7
- package/dist/bundled/v2/components/OrRadioGroupV3/OrRadioGroup.js +8 -4
- package/dist/bundled/v2/components/OrRadioGroupV3/OrRadioGroup.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrRadioGroupV3/index.js +2 -1
- package/dist/bundled/v2/components/OrRadioV3/OrRadio.js +10 -6
- package/dist/bundled/v2/components/OrRadioV3/OrRadio.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrRadioV3/index.js +0 -1
- package/dist/bundled/v2/components/OrSearch/OrSearch.js +7 -6
- package/dist/bundled/v2/components/OrSearch/index.js +7 -6
- package/dist/bundled/v2/components/OrSearchV3/OrSearch.js +2 -3
- package/dist/bundled/v2/components/OrSearchV3/index.js +2 -3
- package/dist/bundled/v2/components/OrSegmentedControlV3/OrSegmentedControl.js +7 -3
- package/dist/bundled/v2/components/OrSegmentedControlV3/OrSegmentedControl.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrSegmentedControlV3/index.js +0 -1
- package/dist/bundled/v2/components/OrSelect/OrSelect.js +11 -10
- package/dist/bundled/v2/components/OrSelect/index.js +11 -10
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +9 -5
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrSelectV3/index.js +2 -3
- package/dist/bundled/v2/components/OrSidebar/OrSidebar.js +2 -2
- package/dist/bundled/v2/components/OrSidebar/index.js +2 -2
- package/dist/bundled/v2/components/OrSidebarV3/OrSidebar.js +2 -2
- package/dist/bundled/v2/components/OrSidebarV3/index.js +2 -2
- package/dist/bundled/v2/components/OrSkeleton/index.js +6 -5
- package/dist/bundled/v2/components/OrSkeletonText/OrSkeletonText.js +6 -5
- package/dist/bundled/v2/components/OrSkeletonText/index.js +6 -5
- package/dist/bundled/v2/components/OrSkeletonTextV3/OrSkeletonText.js +6 -5
- package/dist/bundled/v2/components/OrSkeletonTextV3/index.js +6 -5
- package/dist/bundled/v2/components/OrSkeletonV3/index.js +6 -5
- package/dist/bundled/v2/components/OrSlider/OrSlider.js +8 -7
- package/dist/bundled/v2/components/OrSlider/index.js +8 -7
- package/dist/bundled/v2/components/OrSortHeaderV3/OrSortHeader.js +7 -3
- package/dist/bundled/v2/components/OrSortHeaderV3/OrSortHeader.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrSortHeaderV3/index.js +0 -1
- package/dist/bundled/v2/components/OrStepper/OrStepper.js +6 -5
- package/dist/bundled/v2/components/OrStepper/index.js +6 -5
- package/dist/bundled/v2/components/OrSwitchV3/OrSwitch.js +12 -8
- package/dist/bundled/v2/components/OrSwitchV3/OrSwitch.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrSwitchV3/index.js +2 -3
- package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +9 -5
- package/dist/bundled/v2/components/OrTabsV3/OrTabs.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTabsV3/index.js +2 -3
- package/dist/bundled/v2/components/OrTag/OrTag.js +6 -5
- package/dist/bundled/v2/components/OrTag/index.js +6 -5
- package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.js +12 -8
- package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTagInputV3/index.js +2 -3
- package/dist/bundled/v2/components/OrTagV3/OrTag.js +2 -2
- package/dist/bundled/v2/components/OrTagV3/index.js +2 -2
- package/dist/bundled/v2/components/OrTagsV3/OrTags.js +2 -2
- package/dist/bundled/v2/components/OrTagsV3/index.js +2 -2
- package/dist/bundled/v2/components/OrTextV3/OrText.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTextarea/OrTextarea.js +6 -5
- package/dist/bundled/v2/components/OrTextarea/OrTextarea.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTextarea/index.js +6 -5
- package/dist/bundled/v2/components/OrTextareaV3/OrTextarea.js +10 -6
- package/dist/bundled/v2/components/OrTextareaV3/OrTextarea.vue.d.ts +4 -4
- package/dist/bundled/v2/components/OrTextareaV3/index.js +0 -1
- package/dist/bundled/v2/components/OrTextbox/OrTextbox.js +6 -5
- package/dist/bundled/v2/components/OrTextbox/OrTextbox.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTextbox/index.js +6 -5
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +14 -8
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.vue.d.ts +6 -6
- package/dist/bundled/v2/components/OrTimePickerV3/index.js +4 -5
- package/dist/bundled/v2/components/OrToast/OrToast.js +9 -8
- package/dist/bundled/v2/components/OrToast/OrToast.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrToast/Timer.js +1 -1
- package/dist/bundled/v2/components/OrToast/composable/index.js +2 -2
- package/dist/bundled/v2/components/OrToast/composable/useToast.js +2 -2
- package/dist/bundled/v2/components/OrToast/composable/useToastEventBus.js +2 -2
- package/dist/bundled/v2/components/OrToast/index.js +11 -10
- package/dist/bundled/v2/components/OrToastContainer/OrToastContainer.js +11 -10
- package/dist/bundled/v2/components/OrToastContainer/index.js +11 -10
- package/dist/bundled/v2/components/OrToastContainerV3/OrToastContainer.js +2 -2
- package/dist/bundled/v2/components/OrToastContainerV3/index.js +2 -2
- package/dist/bundled/v2/components/OrToastV3/OrToast.js +2 -2
- package/dist/bundled/v2/components/OrToastV3/OrToast.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrToastV3/Timer.js +1 -1
- package/dist/bundled/v2/components/OrToastV3/composable/index.js +2 -2
- package/dist/bundled/v2/components/OrToastV3/composable/useToast.js +2 -2
- package/dist/bundled/v2/components/OrToastV3/composable/useToastEventBus.js +2 -2
- package/dist/bundled/v2/components/OrToastV3/index.js +2 -2
- package/dist/bundled/v2/components/OrTooltip/OrTooltip.js +6 -5
- package/dist/bundled/v2/components/OrTooltip/OrTooltip.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTooltip/index.js +6 -5
- package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.js +3 -3
- package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTooltipV3/index.js +2 -2
- package/dist/bundled/v2/components/index.d.ts +0 -2
- package/dist/bundled/v2/components/index.js +24 -35
- package/dist/bundled/{v3/dom-700444b4.js → v2/dom-571739a2.js} +2 -2
- package/dist/bundled/{v3/eq-95cd2573.js → v2/eq-fa566495.js} +1 -1
- package/dist/bundled/{v3/get-ab1b7d93.js → v2/get-73ac2f59.js} +3 -3
- package/dist/bundled/v2/hooks/index.d.ts +8 -9
- package/dist/bundled/v2/hooks/index.js +3 -3
- package/dist/bundled/v2/hooks/useOverflow.js +2 -2
- package/dist/bundled/v2/hooks/usePopoverState.d.ts +7 -8
- package/dist/bundled/v2/hooks/usePopoverState.js +7 -7
- package/dist/bundled/v2/hooks/useResponsive/index.js +2 -2
- package/dist/bundled/v2/hooks/useResponsive/useResponsive.js +2 -2
- package/dist/bundled/v2/hooks/useTheme.d.ts +1 -2
- package/dist/bundled/v2/hooks/useTheme.js +9 -5
- package/dist/bundled/{v3/index-51eb57bd.js → v2/index-15e8c1f3.js} +1 -1
- package/dist/bundled/v2/{index-cb7f28c5.js → index-c92e2839.js} +2 -2
- package/dist/bundled/v2/{index-bd861a5f.js → index-cf2c3c27.js} +1 -1
- package/dist/bundled/v2/index.js +26 -34
- package/dist/bundled/v2/{isArrayLike-e46b8eac.js → isArrayLike-acf249e3.js} +1 -1
- package/dist/bundled/v2/{isEqual-44382965.js → isEqual-881b7bb5.js} +1 -1
- package/dist/bundled/{v3/isObject-fe8b81fd.js → v2/isObject-3a5b854d.js} +1 -1
- package/dist/bundled/v2/{index-e1560755.js → lang-0fb8f78b.js} +140 -296
- package/dist/bundled/{v3/range-6f26eda4.js → v2/range-c87289f7.js} +4 -4
- package/dist/bundled/v2/{round-f34440f4.js → round-136c7e43.js} +4 -4
- package/dist/bundled/{v3/toFinite-74227610.js → v2/toFinite-021b0c50.js} +1 -1
- package/dist/bundled/v2/{toInteger-2fd112a9.js → toInteger-db8a475d.js} +1 -1
- package/dist/bundled/{v3/toString-f3196832.js → v2/toString-47fa81b4.js} +1 -1
- package/dist/bundled/v2/utils/functions/dom.js +6 -5
- package/dist/bundled/v3/{OrAvatar.vue_vue_type_script_lang-2a494943.js → OrAvatar.vue_vue_type_script_lang-552fce16.js} +1 -1
- package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-85f50ed1.js → OrBottomSheet.vue_vue_type_script_lang-214a0eea.js} +3 -3
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-5ae410e5.js → OrButton.vue_vue_type_script_lang-5b8437d7.js} +1 -1
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-479320a5.js → OrButton.vue_vue_type_script_lang-e8969bd3.js} +1 -1
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-99bc10d3.js → OrCardCollection.vue_vue_type_script_lang-3e7aa91a.js} +4 -4
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-86c25f0f.js → OrCardCollection.vue_vue_type_script_lang-eb86b548.js} +3 -3
- package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-a27167e0.js → OrCheckbox.vue_vue_type_script_lang-616a0cce.js} +8 -5
- package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-b1dd62bd.js → OrCheckbox.vue_vue_type_script_lang-dedfe767.js} +1 -1
- package/dist/bundled/v3/{OrCheckboxGroup.vue_vue_type_script_lang-777e410e.js → OrCheckboxGroup.vue_vue_type_script_lang-6946b630.js} +8 -5
- package/dist/bundled/v3/{OrCheckboxTree.vue_vue_type_script_lang-5e698a23.js → OrCheckboxTree.vue_vue_type_script_lang-e2647349.js} +11 -8
- package/dist/bundled/v3/{OrChip.vue_vue_type_script_lang-a182e324.js → OrChip.vue_vue_type_script_lang-d0c62419.js} +1 -1
- package/dist/bundled/v3/{OrChips.vue_vue_type_script_lang-9e98c258.js → OrChips.vue_vue_type_script_lang-d7a38038.js} +1 -1
- package/dist/bundled/{v2/index-9e6cb31a.js → v3/OrCode.vue_vue_type_script_lang-46846a36.js} +237 -5
- package/dist/bundled/v3/{OrCollapse.vue_vue_type_script_lang-2a5c0929.js → OrCollapse.vue_vue_type_script_lang-e2dcce92.js} +1 -1
- package/dist/bundled/v3/{OrColorPicker.vue_vue_type_script_lang-91232a4b.js → OrColorPicker.vue_vue_type_script_lang-2e1845d8.js} +3 -3
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-47234446.js → OrConfirm.vue_vue_type_script_lang-51f9e144.js} +6 -6
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-aefa6d00.js → OrConfirm.vue_vue_type_script_lang-93458f1f.js} +8 -8
- package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-fbe39bab.js → OrDatePicker.vue_vue_type_script_lang-ffc163f4.js} +14 -8
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-6b8f396a.js → OrDateTimePicker.vue_vue_type_script_lang-265a8788.js} +15 -9
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-1bca42d0.js → OrDateTimePicker.vue_vue_type_script_lang-882ae7ce.js} +7 -7
- package/dist/bundled/v3/{OrDateTimePickerMonthSelect-3a40e122.js → OrDateTimePickerMonthSelect-9a9e89c5.js} +26 -10
- package/dist/bundled/v3/{OrDateTimePickerPopoverHeader-3a30e516.js → OrDateTimePickerPopoverHeader-ec90761f.js} +1 -1
- package/dist/bundled/v3/{OrDateTimePickerTimeSelect-b2183a90.js → OrDateTimePickerTimeSelect-683ab20d.js} +16 -6
- package/dist/bundled/v3/{OrExpansionPanel.vue_vue_type_script_lang-a9c8fa90.js → OrExpansionPanel.vue_vue_type_script_lang-ca9d5307.js} +2 -2
- package/dist/bundled/v3/{OrFloating.vue_vue_type_script_lang-d419627c.js → OrFloating.vue_vue_type_script_lang-d762f4b0.js} +1 -1
- package/dist/bundled/v3/{OrIcon.vue_vue_type_script_lang-cd2da378.js → OrIcon.vue_vue_type_script_lang-b77bb268.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-adfc7e75.js → OrIconButton.vue_vue_type_script_lang-c3a78c23.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-d1496a81.js → OrIconButton.vue_vue_type_script_lang-e078ed4c.js} +2 -2
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-29d03c0f.js → OrInlineInput.vue_vue_type_script_lang-820cc7e9.js} +18 -10
- package/dist/bundled/v3/{OrInlineTextEdit.vue_vue_type_script_lang-3d689253.js → OrInlineTextEdit.vue_vue_type_script_lang-588178e5.js} +4 -4
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-3f7ca063.js → OrInlineTextarea.vue_vue_type_script_lang-8e639991.js} +17 -10
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-bf9fa981.js → OrInput.vue_vue_type_script_lang-1be980cf.js} +2 -2
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-ddf4b298.js → OrInput.vue_vue_type_script_lang-66363c62.js} +10 -6
- package/dist/bundled/v3/{OrList.vue_vue_type_script_lang-ccab1c75.js → OrList.vue_vue_type_script_lang-c6f46a0e.js} +11 -11
- package/dist/bundled/v3/{OrListOfInputs.vue_vue_type_script_lang-32d935ae.js → OrListOfInputs.vue_vue_type_script_lang-04af76e1.js} +4 -4
- package/dist/bundled/v3/{OrLoader.vue_vue_type_script_lang-c8616f7b.js → OrLoader.vue_vue_type_script_lang-f076f6b3.js} +1 -1
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-640b91e4.js → OrMenu.vue_vue_type_script_lang-8fa5ef6c.js} +3 -3
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-1ba70473.js → OrModal.vue_vue_type_script_lang-153819d3.js} +3 -3
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-a6ea9e33.js → OrModal.vue_vue_type_script_lang-83469d51.js} +3 -3
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-db3137b3.js → OrNotification.vue_vue_type_script_lang-242a7186.js} +1 -1
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-3f6dd187.js → OrNotification.vue_vue_type_script_lang-86084f5e.js} +2 -2
- package/dist/bundled/v3/{OrNumberInput.vue_vue_type_script_lang-1fb535e6.js → OrNumberInput.vue_vue_type_script_lang-9d6763fa.js} +1 -1
- package/dist/bundled/v3/{OrOverflowMenu.vue_vue_type_script_lang-74611406.js → OrOverflowMenu.vue_vue_type_script_lang-ba3b94e2.js} +5 -5
- package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-e7e945e6.js → OrOverlay.vue_vue_type_script_lang-0fdf19ba.js} +1 -1
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-1af1edfa.js → OrPagination.vue_vue_type_script_lang-193cf67a.js} +10 -6
- package/dist/bundled/v3/{OrPassword.vue_vue_type_script_lang-ac528b56.js → OrPassword.vue_vue_type_script_lang-fc9e7dc8.js} +3 -3
- package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-e5fbad34.js → OrPopover.vue_vue_type_script_lang-506ae7bb.js} +4 -4
- package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-3861c4dc.js → OrProgress.vue_vue_type_script_lang-6a2fef77.js} +2 -2
- package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-a99362ae.js → OrProgress.vue_vue_type_script_lang-89224310.js} +1 -1
- package/dist/bundled/v3/{OrRadio.vue_vue_type_script_lang-3a551734.js → OrRadio.vue_vue_type_script_lang-0c087270.js} +2 -2
- package/dist/bundled/v3/{OrRadio.vue_vue_type_script_lang-48c2bc6b.js → OrRadio.vue_vue_type_script_lang-e9ac87e8.js} +9 -5
- package/dist/bundled/v3/{OrRadioGroup.vue_vue_type_script_lang-d7f6f8ca.js → OrRadioGroup.vue_vue_type_script_lang-a82cb83b.js} +8 -5
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-796a4074.js → OrSearch.vue_vue_type_script_lang-18dc2df8.js} +2 -2
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-82b7b602.js → OrSearch.vue_vue_type_script_lang-933e71b8.js} +3 -3
- package/dist/bundled/v3/{OrSegmentedControl.vue_vue_type_script_lang-3a7df112.js → OrSegmentedControl.vue_vue_type_script_lang-ed0d9fe7.js} +7 -3
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-706a006e.js → OrSelect.vue_vue_type_script_lang-45cf8f8c.js} +11 -11
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-32204da4.js → OrSelect.vue_vue_type_script_lang-72c1db17.js} +12 -8
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-4d9df538.js → OrSidebar.vue_vue_type_script_lang-3d9676ea.js} +2 -2
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-c64ea08c.js → OrSidebar.vue_vue_type_script_lang-56608f4a.js} +1 -1
- package/dist/bundled/v3/{OrSkeletonText.vue_vue_type_script_lang-26b3cfd1.js → OrSkeletonText.vue_vue_type_script_lang-6703fb3a.js} +1 -1
- package/dist/bundled/v3/{OrSkeletonText.vue_vue_type_script_lang-c2a5ab96.js → OrSkeletonText.vue_vue_type_script_lang-e068a58a.js} +1 -1
- package/dist/bundled/v3/{OrSlider.vue_vue_type_script_lang-c9f65bb7.js → OrSlider.vue_vue_type_script_lang-2a698707.js} +3 -3
- package/dist/bundled/v3/{OrSortHeader.vue_vue_type_script_lang-a444d88b.js → OrSortHeader.vue_vue_type_script_lang-424696e5.js} +7 -3
- package/dist/bundled/v3/{OrStepper.vue_vue_type_script_lang-67408a1a.js → OrStepper.vue_vue_type_script_lang-999e65f6.js} +1 -1
- package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-f02f131d.js → OrSwitch.vue_vue_type_script_lang-5a6d0202.js} +10 -6
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-de7342a6.js → OrTabs.vue_vue_type_script_lang-2d08458d.js} +9 -5
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-cbb4a16d.js → OrTag.vue_vue_type_script_lang-42a69c16.js} +1 -1
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-91de474e.js → OrTag.vue_vue_type_script_lang-c7065625.js} +1 -1
- package/dist/bundled/v3/{OrTagInput.vue_vue_type_script_lang-95ca0015.js → OrTagInput.vue_vue_type_script_lang-60f6d6de.js} +12 -8
- package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-36acce13.js → OrTags.vue_vue_type_script_lang-45bbc68e.js} +3 -3
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-44484741.js → OrTextarea.vue_vue_type_script_lang-0d1a7a48.js} +10 -6
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-1ab55f91.js → OrTextarea.vue_vue_type_script_lang-af7cab22.js} +2 -2
- package/dist/bundled/v3/{OrTextbox.vue_vue_type_script_lang-1ec469f0.js → OrTextbox.vue_vue_type_script_lang-80e42d58.js} +3 -3
- package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-c81a7ead.js → OrTimePicker.vue_vue_type_script_lang-a300ab1b.js} +14 -8
- package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-bf2fffd4.js → OrToastContainer.vue_vue_type_script_lang-c47d63be.js} +1 -1
- package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-3d3a3505.js → OrToastContainer.vue_vue_type_script_lang-d1a074fe.js} +2 -2
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-63aaac7e.js → OrTooltip.vue_vue_type_script_lang-227592d8.js} +2 -2
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-a06d73f0.js → OrTooltip.vue_vue_type_script_lang-3bf79d56.js} +1 -1
- package/dist/bundled/{v2/_baseAssignValue-22e630c1.js → v3/_baseAssignValue-0c6c3bcc.js} +1 -1
- package/dist/bundled/v3/{_baseIsEqual-a1cc156c.js → _baseIsEqual-82d7a339.js} +5 -5
- package/dist/bundled/v3/_commonjsHelpers-48a9cab9.js +7 -0
- package/dist/bundled/v3/components/OrAvatar/OrAvatar.js +10 -9
- package/dist/bundled/v3/components/OrAvatar/OrAvatar.vue.d.ts +11 -26
- package/dist/bundled/v3/components/OrAvatar/index.js +9 -8
- package/dist/bundled/v3/components/OrAvatarV3/OrAvatar.vue.d.ts +8 -24
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +5 -5
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +17 -33
- package/dist/bundled/v3/components/OrBottomSheetV3/index.js +4 -4
- package/dist/bundled/v3/components/OrButton/OrButton.vue.d.ts +16 -51
- package/dist/bundled/v3/components/OrButtonV2/OrButton.js +10 -9
- package/dist/bundled/v3/components/OrButtonV2/OrButton.vue.d.ts +20 -57
- package/dist/bundled/v3/components/OrButtonV2/index.js +11 -10
- package/dist/bundled/v3/components/OrButtonV3/OrButton.js +5 -5
- package/dist/bundled/v3/components/OrButtonV3/OrButton.vue.d.ts +15 -35
- package/dist/bundled/v3/components/OrButtonV3/index.js +4 -4
- package/dist/bundled/v3/components/OrCard/OrCard.vue.d.ts +7 -15
- package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.js +16 -15
- package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.vue.d.ts +21 -47
- package/dist/bundled/v3/components/OrCardCollection/index.js +15 -14
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +14 -15
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.vue.d.ts +22 -70
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +13 -14
- package/dist/bundled/v3/components/OrCardV3/OrCard.vue.d.ts +4 -7
- package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.js +10 -9
- package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.vue.d.ts +15 -35
- package/dist/bundled/v3/components/OrCheckbox/index.js +9 -8
- package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +9 -10
- package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.vue.d.ts +7 -25
- package/dist/bundled/v3/components/OrCheckboxGroupV3/index.js +8 -9
- package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +8 -9
- package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.vue.d.ts +17 -43
- package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +7 -8
- package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.js +4 -3
- package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.vue.d.ts +23 -53
- package/dist/bundled/v3/components/OrCheckboxV3/index.js +3 -2
- package/dist/bundled/v3/components/OrChip/OrChip.js +10 -9
- package/dist/bundled/v3/components/OrChip/OrChip.vue.d.ts +9 -25
- package/dist/bundled/v3/components/OrChip/index.js +9 -8
- package/dist/bundled/v3/components/OrChips/OrChips.js +11 -10
- package/dist/bundled/v3/components/OrChips/OrChips.vue.d.ts +24 -51
- package/dist/bundled/v3/components/OrChips/index.js +10 -9
- package/dist/bundled/v3/components/OrCode/OrCode.js +18 -19
- package/dist/bundled/v3/components/OrCode/OrCode.vue.d.ts +24 -69
- package/dist/bundled/v3/components/OrCode/index.js +16 -17
- package/dist/bundled/v3/components/OrCode/lang.js +3 -24
- package/dist/bundled/v3/components/OrCode/theme.js +1 -1
- package/dist/bundled/v3/components/OrCollapse/OrCollapse.js +8 -7
- package/dist/bundled/v3/components/OrCollapse/OrCollapse.vue.d.ts +17 -39
- package/dist/bundled/v3/components/OrCollapse/index.js +7 -6
- package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.js +11 -10
- package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.vue.d.ts +13 -31
- package/dist/bundled/v3/components/OrColorPicker/index.js +10 -9
- package/dist/bundled/v3/components/OrCombinedInputV3/OrCombinedInput.vue.d.ts +8 -30
- package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +19 -18
- package/dist/bundled/v3/components/OrConfirm/OrConfirm.vue.d.ts +23 -84
- package/dist/bundled/v3/components/OrConfirm/index.js +18 -17
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +13 -14
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.vue.d.ts +30 -91
- package/dist/bundled/v3/components/OrConfirmV3/index.js +12 -13
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +14 -15
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.vue.d.ts +26 -83
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +13 -14
- package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.js +17 -16
- package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.vue.d.ts +68 -177
- package/dist/bundled/v3/components/OrDateTimePicker/index.js +16 -15
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +15 -16
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.vue.d.ts +32 -109
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +14 -15
- package/dist/bundled/v3/components/OrEmptyStateV3/OrEmptyState.vue.d.ts +11 -28
- package/dist/bundled/v3/components/OrError/OrError.vue.d.ts +4 -8
- package/dist/bundled/v3/components/OrErrorTagV3/OrErrorTag.vue.d.ts +4 -7
- package/dist/bundled/v3/components/OrErrorV3/OrError.vue.d.ts +9 -18
- package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.js +3 -3
- package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.vue.d.ts +16 -39
- package/dist/bundled/v3/components/OrExpansionPanelV3/index.js +2 -2
- package/dist/bundled/v3/components/OrFabV3/OrFab.vue.d.ts +8 -20
- package/dist/bundled/v3/components/OrFloating/OrFloating.js +8 -7
- package/dist/bundled/v3/components/OrFloating/OrFloating.vue.d.ts +15 -46
- package/dist/bundled/v3/components/OrFloating/index.js +7 -6
- package/dist/bundled/v3/components/OrFormGroupV3/OrFormGroup.vue.d.ts +10 -30
- package/dist/bundled/v3/components/OrHint/OrHint.vue.d.ts +4 -8
- package/dist/bundled/v3/components/OrHintV3/OrHint.vue.d.ts +9 -18
- package/dist/bundled/v3/components/OrIcon/OrIcon.js +9 -8
- package/dist/bundled/v3/components/OrIcon/OrIcon.vue.d.ts +16 -44
- package/dist/bundled/v3/components/OrIcon/index.js +8 -7
- package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.js +11 -10
- package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.vue.d.ts +13 -43
- package/dist/bundled/v3/components/OrIconButtonV2/index.js +10 -9
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +8 -8
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.vue.d.ts +16 -52
- package/dist/bundled/v3/components/OrIconButtonV3/index.js +7 -7
- package/dist/bundled/v3/components/OrIconV3/OrIcon.vue.d.ts +7 -18
- package/dist/bundled/v3/components/OrInlineInputBoxV3/OrInlineInputBox.vue.d.ts +7 -16
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +9 -10
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.vue.d.ts +39 -83
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +8 -9
- package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.js +15 -14
- package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.vue.d.ts +43 -95
- package/dist/bundled/v3/components/OrInlineTextEdit/index.js +14 -13
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +9 -10
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.vue.d.ts +39 -79
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +8 -9
- package/dist/bundled/v3/components/OrInput/OrInput.js +9 -8
- package/dist/bundled/v3/components/OrInput/OrInput.vue.d.ts +36 -87
- package/dist/bundled/v3/components/OrInput/index.js +8 -7
- package/dist/bundled/v3/components/OrInputBoxV3/OrInputBox.vue.d.ts +7 -22
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +10 -11
- package/dist/bundled/v3/components/OrInputV3/OrInput.vue.d.ts +34 -85
- package/dist/bundled/v3/components/OrInputV3/index.js +9 -10
- package/dist/bundled/v3/components/OrLabel/OrLabel.vue.d.ts +9 -20
- package/dist/bundled/v3/components/OrLabelV3/OrLabel.vue.d.ts +9 -24
- package/dist/bundled/v3/components/OrLinkV3/OrLink.vue.d.ts +7 -24
- package/dist/bundled/v3/components/OrList/OrList.js +17 -16
- package/dist/bundled/v3/components/OrList/OrList.vue.d.ts +21 -47
- package/dist/bundled/v3/components/OrList/index.js +16 -15
- package/dist/bundled/v3/components/OrListOfInputs/OrListOfInputs.js +20 -19
- package/dist/bundled/v3/components/OrListOfInputs/OrListOfInputs.vue.d.ts +11 -27
- package/dist/bundled/v3/components/OrListOfInputs/index.js +19 -18
- package/dist/bundled/v3/components/OrLoader/OrLoader.vue.d.ts +10 -26
- package/dist/bundled/v3/components/OrLoaderV3/OrLoader.js +4 -4
- package/dist/bundled/v3/components/OrLoaderV3/OrLoader.vue.d.ts +13 -34
- package/dist/bundled/v3/components/OrLoaderV3/index.js +3 -3
- package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.vue.d.ts +13 -34
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +7 -7
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.vue.d.ts +15 -31
- package/dist/bundled/v3/components/OrMenuV3/index.js +6 -6
- package/dist/bundled/v3/components/OrModal/OrModal.js +14 -13
- package/dist/bundled/v3/components/OrModal/OrModal.vue.d.ts +14 -38
- package/dist/bundled/v3/components/OrModal/index.js +13 -12
- package/dist/bundled/v3/components/OrModalV3/OrModal.js +9 -9
- package/dist/bundled/v3/components/OrModalV3/OrModal.vue.d.ts +13 -25
- package/dist/bundled/v3/components/OrModalV3/index.js +8 -8
- package/dist/bundled/v3/components/OrNotification/OrNotification.js +12 -11
- package/dist/bundled/v3/components/OrNotification/OrNotification.vue.d.ts +9 -27
- package/dist/bundled/v3/components/OrNotification/index.js +11 -10
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +9 -9
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.vue.d.ts +9 -20
- package/dist/bundled/v3/components/OrNotificationV3/index.js +8 -8
- package/dist/bundled/v3/components/OrNumberInput/OrNumberInput.js +10 -9
- package/dist/bundled/v3/components/OrNumberInput/OrNumberInput.vue.d.ts +24 -70
- package/dist/bundled/v3/components/OrNumberInput/index.js +9 -8
- package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.js +15 -14
- package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.vue.d.ts +13 -31
- package/dist/bundled/v3/components/OrOverflowMenu/index.js +14 -13
- package/dist/bundled/v3/components/OrOverlay/OrOverlay.vue.d.ts +6 -16
- package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.js +4 -4
- package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.vue.d.ts +7 -14
- package/dist/bundled/v3/components/OrOverlayV3/index.js +3 -3
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +10 -11
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.vue.d.ts +27 -75
- package/dist/bundled/v3/components/OrPaginationV3/index.js +9 -10
- package/dist/bundled/v3/components/OrPassword/OrPassword.js +16 -15
- package/dist/bundled/v3/components/OrPassword/OrPassword.vue.d.ts +22 -63
- package/dist/bundled/v3/components/OrPassword/index.js +15 -14
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +6 -6
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.vue.d.ts +24 -74
- package/dist/bundled/v3/components/OrPopoverV3/index.js +5 -5
- package/dist/bundled/v3/components/OrProgress/OrProgress.js +8 -7
- package/dist/bundled/v3/components/OrProgress/OrProgress.vue.d.ts +20 -56
- package/dist/bundled/v3/components/OrProgress/index.js +7 -6
- package/dist/bundled/v3/components/OrProgressV3/OrProgress.js +10 -9
- package/dist/bundled/v3/components/OrProgressV3/OrProgress.vue.d.ts +25 -62
- package/dist/bundled/v3/components/OrProgressV3/index.js +9 -8
- package/dist/bundled/v3/components/OrRadio/OrRadio.js +10 -9
- package/dist/bundled/v3/components/OrRadio/OrRadio.vue.d.ts +13 -35
- package/dist/bundled/v3/components/OrRadio/index.js +9 -8
- package/dist/bundled/v3/components/OrRadioGroup/OrRadioGroup.vue.d.ts +9 -26
- package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.js +5 -4
- package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.vue.d.ts +6 -32
- package/dist/bundled/v3/components/OrRadioGroupV3/index.js +4 -3
- package/dist/bundled/v3/components/OrRadioV3/OrRadio.js +2 -3
- package/dist/bundled/v3/components/OrRadioV3/OrRadio.vue.d.ts +21 -49
- package/dist/bundled/v3/components/OrRadioV3/index.js +1 -2
- package/dist/bundled/v3/components/OrSearch/OrSearch.js +15 -14
- package/dist/bundled/v3/components/OrSearch/OrSearch.vue.d.ts +23 -65
- package/dist/bundled/v3/components/OrSearch/index.js +14 -13
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +11 -12
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.vue.d.ts +17 -41
- package/dist/bundled/v3/components/OrSearchV3/index.js +10 -11
- package/dist/bundled/v3/components/OrSegmentedControlV3/OrSegmentedControl.js +2 -3
- package/dist/bundled/v3/components/OrSegmentedControlV3/OrSegmentedControl.vue.d.ts +9 -25
- package/dist/bundled/v3/components/OrSegmentedControlV3/index.js +1 -2
- package/dist/bundled/v3/components/OrSelect/OrSelect.js +17 -16
- package/dist/bundled/v3/components/OrSelect/OrSelect.vue.d.ts +28 -77
- package/dist/bundled/v3/components/OrSelect/index.js +16 -15
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +14 -15
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.vue.d.ts +38 -117
- package/dist/bundled/v3/components/OrSelectV3/index.js +13 -14
- package/dist/bundled/v3/components/OrSidebar/OrSidebar.js +4 -4
- package/dist/bundled/v3/components/OrSidebar/OrSidebar.vue.d.ts +14 -33
- package/dist/bundled/v3/components/OrSidebar/index.js +3 -3
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +9 -9
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.vue.d.ts +28 -63
- package/dist/bundled/v3/components/OrSidebarV3/index.js +8 -8
- package/dist/bundled/v3/components/OrSkeleton/index.js +7 -6
- package/dist/bundled/v3/components/OrSkeletonCircle/OrSkeletonCircle.vue.d.ts +9 -20
- package/dist/bundled/v3/components/OrSkeletonCircleV3/OrSkeletonCircle.vue.d.ts +13 -28
- package/dist/bundled/v3/components/OrSkeletonRect/OrSkeletonRect.vue.d.ts +9 -22
- package/dist/bundled/v3/components/OrSkeletonRectV3/OrSkeletonRect.vue.d.ts +11 -26
- package/dist/bundled/v3/components/OrSkeletonText/OrSkeletonText.js +8 -7
- package/dist/bundled/v3/components/OrSkeletonText/OrSkeletonText.vue.d.ts +10 -26
- package/dist/bundled/v3/components/OrSkeletonText/index.js +7 -6
- package/dist/bundled/v3/components/OrSkeletonTextV3/OrSkeletonText.js +8 -7
- package/dist/bundled/v3/components/OrSkeletonTextV3/OrSkeletonText.vue.d.ts +16 -40
- package/dist/bundled/v3/components/OrSkeletonTextV3/index.js +7 -6
- package/dist/bundled/v3/components/OrSkeletonV3/index.js +7 -6
- package/dist/bundled/v3/components/OrSlider/OrSlider.js +12 -11
- package/dist/bundled/v3/components/OrSlider/OrSlider.vue.d.ts +35 -91
- package/dist/bundled/v3/components/OrSlider/index.js +11 -10
- package/dist/bundled/v3/components/OrSortHeaderV3/OrSortHeader.js +2 -3
- package/dist/bundled/v3/components/OrSortHeaderV3/OrSortHeader.vue.d.ts +13 -25
- package/dist/bundled/v3/components/OrSortHeaderV3/index.js +1 -2
- package/dist/bundled/v3/components/OrStepper/OrStepper.js +11 -10
- package/dist/bundled/v3/components/OrStepper/OrStepper.vue.d.ts +16 -43
- package/dist/bundled/v3/components/OrStepper/index.js +10 -9
- package/dist/bundled/v3/components/OrSwitch/OrSwitch.vue.d.ts +12 -33
- package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.js +5 -6
- package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.vue.d.ts +22 -53
- package/dist/bundled/v3/components/OrSwitchV3/index.js +4 -5
- package/dist/bundled/v3/components/OrTab/OrTab.vue.d.ts +9 -22
- package/dist/bundled/v3/components/OrTabHeaderItem/OrTabHeaderItem.vue.d.ts +13 -29
- package/dist/bundled/v3/components/OrTabV3/OrTab.vue.d.ts +10 -17
- package/dist/bundled/v3/components/OrTabs/OrTabs.vue.d.ts +4 -17
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +8 -9
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.vue.d.ts +25 -71
- package/dist/bundled/v3/components/OrTabsV3/index.js +7 -8
- package/dist/bundled/v3/components/OrTag/OrTag.js +10 -9
- package/dist/bundled/v3/components/OrTag/OrTag.vue.d.ts +10 -27
- package/dist/bundled/v3/components/OrTag/index.js +9 -8
- package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +13 -14
- package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.vue.d.ts +37 -85
- package/dist/bundled/v3/components/OrTagInputV3/index.js +12 -13
- package/dist/bundled/v3/components/OrTagV3/OrTag.js +9 -9
- package/dist/bundled/v3/components/OrTagV3/OrTag.vue.d.ts +12 -23
- package/dist/bundled/v3/components/OrTagV3/index.js +8 -8
- package/dist/bundled/v3/components/OrTagsV3/OrTags.js +12 -12
- package/dist/bundled/v3/components/OrTagsV3/OrTags.vue.d.ts +23 -66
- package/dist/bundled/v3/components/OrTagsV3/index.js +11 -11
- package/dist/bundled/v3/components/OrTeleport/OrTeleport.vue3.vue.d.ts +4 -10
- package/dist/bundled/v3/components/OrTeleportV3/OrTeleport.vue3.vue.d.ts +4 -10
- package/dist/bundled/v3/components/OrTextV3/OrText.vue.d.ts +11 -24
- package/dist/bundled/v3/components/OrTextarea/OrTextarea.js +9 -8
- package/dist/bundled/v3/components/OrTextarea/OrTextarea.vue.d.ts +37 -85
- package/dist/bundled/v3/components/OrTextarea/index.js +8 -7
- package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.js +2 -3
- package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.vue.d.ts +32 -73
- package/dist/bundled/v3/components/OrTextareaV3/index.js +1 -2
- package/dist/bundled/v3/components/OrTextbox/OrTextbox.js +13 -12
- package/dist/bundled/v3/components/OrTextbox/OrTextbox.vue.d.ts +55 -137
- package/dist/bundled/v3/components/OrTextbox/index.js +12 -11
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +13 -14
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.vue.d.ts +26 -83
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +12 -13
- package/dist/bundled/v3/components/OrToast/OrToast.js +14 -13
- package/dist/bundled/v3/components/OrToast/OrToast.vue.d.ts +11 -31
- package/dist/bundled/v3/components/OrToast/Timer.js +1 -1
- package/dist/bundled/v3/components/OrToast/composable/index.js +2 -2
- package/dist/bundled/v3/components/OrToast/composable/useToast.js +2 -2
- package/dist/bundled/v3/components/OrToast/composable/useToastEventBus.js +2 -2
- package/dist/bundled/v3/components/OrToast/index.js +17 -16
- package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.js +18 -17
- package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.vue.d.ts +25 -55
- package/dist/bundled/v3/components/OrToastContainer/index.js +17 -16
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +10 -10
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.vue.d.ts +24 -54
- package/dist/bundled/v3/components/OrToastContainerV3/index.js +9 -9
- package/dist/bundled/v3/components/OrToastV3/OrToast.js +8 -8
- package/dist/bundled/v3/components/OrToastV3/OrToast.vue.d.ts +16 -38
- package/dist/bundled/v3/components/OrToastV3/Timer.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/composable/index.js +2 -2
- package/dist/bundled/v3/components/OrToastV3/composable/useToast.js +2 -2
- package/dist/bundled/v3/components/OrToastV3/composable/useToastEventBus.js +2 -2
- package/dist/bundled/v3/components/OrToastV3/index.js +9 -9
- package/dist/bundled/v3/components/OrTooltip/OrTooltip.js +9 -8
- package/dist/bundled/v3/components/OrTooltip/OrTooltip.vue.d.ts +14 -33
- package/dist/bundled/v3/components/OrTooltip/index.js +8 -7
- package/dist/bundled/v3/components/OrTooltipContent/OrTooltipContent.vue.d.ts +4 -10
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +7 -7
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.vue.d.ts +15 -31
- package/dist/bundled/v3/components/OrTooltipV3/index.js +6 -6
- package/dist/bundled/v3/components/index.d.ts +0 -2
- package/dist/bundled/v3/components/index.js +99 -111
- package/dist/bundled/v3/directives/dropdown-close.d.ts +3 -1
- package/dist/bundled/v3/directives/dropdown-open.d.ts +3 -1
- package/dist/bundled/{v2/dom-700444b4.js → v3/dom-571739a2.js} +2 -2
- package/dist/bundled/{v2/eq-95cd2573.js → v3/eq-fa566495.js} +1 -1
- package/dist/bundled/{v2/get-ab1b7d93.js → v3/get-73ac2f59.js} +3 -3
- package/dist/bundled/v3/hooks/index.d.ts +8 -9
- package/dist/bundled/v3/hooks/index.js +3 -3
- package/dist/bundled/v3/hooks/useOverflow.js +2 -2
- package/dist/bundled/v3/hooks/usePopoverState.d.ts +7 -8
- package/dist/bundled/v3/hooks/usePopoverState.js +7 -7
- package/dist/bundled/v3/hooks/useResponsive/index.js +2 -2
- package/dist/bundled/v3/hooks/useResponsive/useResponsive.d.ts +2 -2
- package/dist/bundled/v3/hooks/useResponsive/useResponsive.js +2 -2
- package/dist/bundled/v3/hooks/useTheme.d.ts +1 -2
- package/dist/bundled/v3/hooks/useTheme.js +9 -5
- package/dist/bundled/v3/{index-a006f3a7.js → index-09d1cb24.js} +2 -2
- package/dist/bundled/{v2/index-82718479.js → v3/index-500b3ace.js} +1 -1
- package/dist/bundled/v3/{index-bd861a5f.js → index-cf2c3c27.js} +1 -1
- package/dist/bundled/v3/index.js +105 -116
- package/dist/bundled/v3/{isArrayLike-e46b8eac.js → isArrayLike-acf249e3.js} +1 -1
- package/dist/bundled/v3/{isEqual-44382965.js → isEqual-881b7bb5.js} +1 -1
- package/dist/bundled/{v2/isObject-fe8b81fd.js → v3/isObject-3a5b854d.js} +1 -1
- package/dist/bundled/v3/{index-e1560755.js → lang-0fb8f78b.js} +140 -296
- package/dist/bundled/{v2/range-6f26eda4.js → v3/range-c87289f7.js} +4 -4
- package/dist/bundled/v3/{round-f34440f4.js → round-136c7e43.js} +4 -4
- package/dist/bundled/{v2/toFinite-74227610.js → v3/toFinite-021b0c50.js} +1 -1
- package/dist/bundled/v3/{toInteger-2fd112a9.js → toInteger-db8a475d.js} +1 -1
- package/dist/bundled/{v2/toString-f3196832.js → v3/toString-47fa81b4.js} +1 -1
- package/dist/bundled/v3/utils/functions/dom.js +6 -5
- package/dist/esm/v2/{OrBottomSheet-6bc632c4.js → OrBottomSheet-af25c131.js} +2 -2
- package/dist/esm/v2/{OrCardCollection-779ba7ca.js → OrCardCollection-79b90811.js} +4 -4
- package/dist/esm/v2/{OrCheckbox-43615f70.js → OrCheckbox-41f2822d.js} +9 -7
- package/dist/esm/v2/{OrCheckboxGroup-4e6dbdd3.js → OrCheckboxGroup-97cfcbda.js} +8 -8
- package/dist/esm/v2/{OrCheckboxTree-ba023624.js → OrCheckboxTree-a7dc126c.js} +14 -14
- package/dist/esm/v2/{OrConfirm-cda74328.js → OrConfirm-0b56c11f.js} +3 -3
- package/dist/esm/v2/{OrDatePicker-a4f95898.js → OrDatePicker-6646573e.js} +13 -10
- package/dist/esm/v2/{OrDateTimePicker-99d3445b.js → OrDateTimePicker-908fbd9a.js} +1 -1
- package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-729b254d.js → OrDateTimePicker.vue_rollup-plugin-vue_script-c4431300.js} +27 -13
- package/dist/esm/v2/{OrDateTimePickerPopoverHeader-5fa89936.js → OrDateTimePickerPopoverHeader-fa799185.js} +26 -13
- package/dist/esm/v2/{OrExpansionPanel-acfffe82.js → OrExpansionPanel-b8411db6.js} +2 -2
- package/dist/esm/v2/{OrIconButton-2ab8fa02.js → OrIconButton-ab726d49.js} +2 -2
- package/dist/esm/v2/{OrInlineInput-0c62b3a6.js → OrInlineInput-84a8398c.js} +18 -10
- package/dist/esm/v2/{OrInlineTextarea-c24708a7.js → OrInlineTextarea-f2ecbd39.js} +16 -9
- package/dist/esm/v2/{OrInput-dcb61699.js → OrInput-2eeff16a.js} +10 -6
- package/dist/esm/v2/{OrMenu-6b3de1c1.js → OrMenu-d03831b0.js} +3 -3
- package/dist/esm/v2/{OrModal-abc3b1d9.js → OrModal-7b7c35e1.js} +3 -3
- package/dist/esm/v2/{OrNotification-5b7028d7.js → OrNotification-f44ef921.js} +1 -1
- package/dist/esm/v2/{OrPagination-4ece4568.js → OrPagination-3756c1d1.js} +9 -5
- package/dist/esm/v2/{OrPopover-71380b24.js → OrPopover-ef16a904.js} +3 -3
- package/dist/esm/v2/{OrRadio-b32dfbfe.js → OrRadio-23810acd.js} +9 -5
- package/dist/esm/v2/{OrRadioGroup-d1c2e460.js → OrRadioGroup-0e1bf22c.js} +8 -8
- package/dist/esm/v2/{OrSearch-879c7656.js → OrSearch-33e3b0e4.js} +1 -1
- package/dist/esm/v2/{OrSegmentedControl-d4e32f80.js → OrSegmentedControl-a1ea5b72.js} +7 -6
- package/dist/esm/v2/{OrSelect-01d61a9a.js → OrSelect-1ee299d9.js} +12 -8
- package/dist/esm/v2/{OrSidebar-bd385865.js → OrSidebar-865f307e.js} +1 -1
- package/dist/esm/v2/{OrSidebarCollapseButton-49da331a.js → OrSidebarCollapseButton-b3a41f02.js} +1 -1
- package/dist/esm/v2/{OrSortHeader-46a92f09.js → OrSortHeader-8596b958.js} +7 -6
- package/dist/esm/v2/{OrSwitch-e49ce2d8.js → OrSwitch-cb97f4d3.js} +9 -5
- package/dist/esm/v2/{OrTabs-f9c88893.js → OrTabs-930e1c26.js} +9 -7
- package/dist/esm/v2/{OrTag-2b9e664b.js → OrTag-d16c9d12.js} +1 -1
- package/dist/esm/v2/{OrTagInput-1548f007.js → OrTagInput-63697869.js} +11 -7
- package/dist/esm/v2/{OrTags-25a70212.js → OrTags-9048733c.js} +2 -2
- package/dist/esm/v2/{OrTextarea-9221a04a.js → OrTextarea-978fb518.js} +9 -5
- package/dist/esm/v2/{OrTimePicker-9c9a44bc.js → OrTimePicker-80817ae1.js} +14 -11
- package/dist/esm/v2/{OrTooltip-a32c182a.js → OrTooltip-bf4c725c.js} +3 -3
- package/dist/esm/v2/components/index.d.ts +0 -2
- package/dist/esm/v2/components/index.js +39 -46
- package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +2 -2
- package/dist/esm/v2/components/or-card-collection-v3/index.js +9 -10
- package/dist/esm/v2/components/or-checkbox-group-v3/OrCheckboxGroup.vue.d.ts +3 -3
- package/dist/esm/v2/components/or-checkbox-group-v3/index.js +11 -12
- package/dist/esm/v2/components/or-checkbox-tree-v3/OrCheckboxTree.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-checkbox-tree-v3/index.js +7 -8
- package/dist/esm/v2/components/or-checkbox-v3/index.js +2 -3
- package/dist/esm/v2/components/or-confirm-v3/index.js +7 -8
- package/dist/esm/v2/components/or-date-picker-v3/OrDatePicker.vue.d.ts +4 -4
- package/dist/esm/v2/components/or-date-picker-v3/index.js +11 -12
- package/dist/esm/v2/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +4 -4
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +12 -13
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-expansion-panel-v3/index.js +2 -2
- package/dist/esm/v2/components/or-icon-button-v3/index.js +5 -5
- package/dist/esm/v2/components/or-inline-input-v3/OrInlineInput.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-inline-input-v3/index.js +6 -7
- package/dist/esm/v2/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +6 -7
- package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-input-v3/index.js +6 -7
- package/dist/esm/v2/components/or-menu-v3/index.js +4 -4
- 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/OrPagination.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-pagination-v3/index.js +5 -6
- package/dist/esm/v2/components/or-popover-v3/index.js +3 -3
- package/dist/esm/v2/components/or-radio-group-v3/OrRadioGroup.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-radio-group-v3/index.js +4 -5
- package/dist/esm/v2/components/or-radio-v3/OrRadio.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-radio-v3/index.js +1 -2
- package/dist/esm/v2/components/or-search-v3/index.js +7 -8
- package/dist/esm/v2/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-segmented-control-v3/index.js +1 -5
- package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-select-v3/index.js +10 -11
- package/dist/esm/v2/components/or-sidebar-v3/index.js +7 -7
- package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +6 -6
- package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +6 -6
- package/dist/esm/v2/components/or-sort-header-v3/OrSortHeader.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-sort-header-v3/index.js +1 -5
- package/dist/esm/v2/components/or-switch-v3/OrSwitch.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-switch-v3/index.js +1 -2
- package/dist/esm/v2/components/or-tabs-v3/OrTabs.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-tabs-v3/index.js +7 -8
- package/dist/esm/v2/components/or-tag-input-v3/OrTagInput.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-tag-input-v3/index.js +8 -9
- package/dist/esm/v2/components/or-tag-v3/index.js +6 -6
- package/dist/esm/v2/components/or-tags-v3/index.js +7 -7
- package/dist/esm/v2/components/or-text-v3/OrText.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-textarea/OrTextarea.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +4 -4
- package/dist/esm/v2/components/or-textarea-v3/index.js +1 -2
- package/dist/esm/v2/components/or-textbox/OrTextbox.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-time-picker-v3/OrTimePicker.vue.d.ts +6 -6
- package/dist/esm/v2/components/or-time-picker-v3/index.js +12 -13
- package/dist/esm/v2/components/or-toast/OrToast.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-toast/or-toast-container/OrToastContainer.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-toast-v3/OrToast.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-toast-v3/index.js +6 -6
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/OrToastContainer.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +6 -6
- package/dist/esm/v2/components/or-tooltip/OrTooltip.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-tooltip/or-tooltip-content/OrTooltipContent.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-tooltip-v3/OrTooltip.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-tooltip-v3/index.js +4 -4
- package/dist/esm/v2/hooks/index.d.ts +8 -9
- package/dist/esm/v2/hooks/index.js +1 -2
- package/dist/esm/v2/hooks/usePopoverState.d.ts +7 -8
- package/dist/esm/v2/hooks/useTheme.d.ts +1 -2
- package/dist/esm/v2/index.js +38 -44
- package/dist/esm/v2/{types-a74e1e20.js → types-6b40ad64.js} +1 -1
- package/dist/esm/{v3/usePopoverState-b92c698b.js → v2/usePopoverState-8a95a300.js} +6 -6
- package/dist/esm/v3/{OrBottomSheet-79db2626.js → OrBottomSheet-f2f3aef9.js} +2 -2
- package/dist/esm/v3/{OrCardCollection-4516594a.js → OrCardCollection-76f937d5.js} +4 -4
- package/dist/esm/v3/{OrCheckbox-bb06af0f.js → OrCheckbox-2194e473.js} +7 -5
- package/dist/esm/v3/{OrCheckboxGroup-9a8ab902.js → OrCheckboxGroup-6c36527f.js} +8 -8
- package/dist/esm/v3/{OrCheckboxTree-969bc928.js → OrCheckboxTree-1873a941.js} +14 -14
- package/dist/esm/v3/{OrConfirm-240cfe0a.js → OrConfirm-5509c440.js} +3 -3
- package/dist/esm/v3/{OrDatePicker-f4470d79.js → OrDatePicker-276545bb.js} +13 -10
- package/dist/esm/v3/{OrDateTimePicker-546c15ec.js → OrDateTimePicker-85a01f0d.js} +27 -13
- package/dist/esm/v3/{OrDateTimePickerPopoverHeader-96a38b4b.js → OrDateTimePickerPopoverHeader-43785ea5.js} +26 -13
- package/dist/esm/v3/{OrExpansionPanel-af3a0d63.js → OrExpansionPanel-df527763.js} +2 -2
- package/dist/esm/v3/{OrIconButton-00f8f0c7.js → OrIconButton-0aaadc68.js} +2 -2
- package/dist/esm/v3/{OrInlineInput-4d47d731.js → OrInlineInput-a6c33dc0.js} +16 -8
- package/dist/esm/v3/{OrInlineTextarea-1415bed9.js → OrInlineTextarea-f060dab5.js} +14 -7
- package/dist/esm/v3/{OrInput-f0e12c81.js → OrInput-c653aedb.js} +8 -4
- package/dist/esm/v3/{OrMenu-dbe1db1e.js → OrMenu-9659b8eb.js} +3 -3
- package/dist/esm/v3/{OrModal-6a90ea79.js → OrModal-cabce172.js} +3 -3
- package/dist/esm/v3/{OrNotification-117f2dcb.js → OrNotification-cbcb0b4a.js} +1 -1
- package/dist/esm/v3/{OrPagination-858337d1.js → OrPagination-38067570.js} +9 -5
- package/dist/esm/v3/{OrPopover-94dc1203.js → OrPopover-337df396.js} +3 -3
- package/dist/esm/v3/{OrRadio-7b722b16.js → OrRadio-4f0026c9.js} +7 -3
- package/dist/esm/v3/{OrRadioGroup-58c0214c.js → OrRadioGroup-d215409c.js} +8 -8
- package/dist/esm/v3/{OrSearch-051adc07.js → OrSearch-b945651d.js} +1 -1
- package/dist/esm/v3/{OrSegmentedControl-c8eb217d.js → OrSegmentedControl-359fbf3a.js} +7 -6
- package/dist/esm/v3/{OrSelect-b3885148.js → OrSelect-5a2c078d.js} +12 -8
- package/dist/esm/v3/{OrSidebar-47f9d02a.js → OrSidebar-7f5795da.js} +1 -1
- package/dist/esm/v3/{OrSidebarCollapseButton-86dafbbc.js → OrSidebarCollapseButton-5fb7a6a1.js} +1 -1
- package/dist/esm/v3/{OrSortHeader-21a443f9.js → OrSortHeader-54d85a25.js} +7 -6
- package/dist/esm/v3/{OrSwitch-a6efd081.js → OrSwitch-ed9868db.js} +7 -3
- package/dist/esm/v3/{OrTabs-52e49d84.js → OrTabs-9e741419.js} +9 -7
- package/dist/esm/v3/{OrTag-9adef1cd.js → OrTag-fbeca419.js} +1 -1
- package/dist/esm/v3/{OrTagInput-63d0f5fb.js → OrTagInput-6a6d1365.js} +9 -5
- package/dist/esm/v3/{OrTags-d7a90658.js → OrTags-1621cbb9.js} +2 -2
- package/dist/esm/v3/{OrTextarea-6202e867.js → OrTextarea-1e19417a.js} +7 -3
- package/dist/esm/v3/{OrTimePicker-98c00a9b.js → OrTimePicker-0d308a6a.js} +14 -11
- package/dist/esm/v3/{OrTooltip-d7d40e38.js → OrTooltip-3025564a.js} +3 -3
- package/dist/esm/v3/components/index.d.ts +0 -2
- package/dist/esm/v3/components/index.js +38 -45
- package/dist/esm/v3/components/or-avatar/OrAvatar.vue.d.ts +11 -26
- package/dist/esm/v3/components/or-avatar-v3/OrAvatar.vue.d.ts +8 -24
- package/dist/esm/v3/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +17 -33
- package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +2 -2
- package/dist/esm/v3/components/or-button/OrButton.vue.d.ts +16 -51
- package/dist/esm/v3/components/or-button-v2/OrButton.vue.d.ts +20 -57
- package/dist/esm/v3/components/or-button-v3/OrButton.vue.d.ts +15 -35
- package/dist/esm/v3/components/or-card/OrCard.vue.d.ts +7 -15
- package/dist/esm/v3/components/or-card-collection/OrCardCollection.vue.d.ts +21 -47
- package/dist/esm/v3/components/or-card-collection-v3/OrCardCollection.vue.d.ts +22 -70
- package/dist/esm/v3/components/or-card-collection-v3/index.js +9 -10
- package/dist/esm/v3/components/or-card-collection-v3/partials/OrCardCollectionView.vue3.vue.d.ts +6 -14
- package/dist/esm/v3/components/or-card-v3/OrCard.vue.d.ts +4 -7
- package/dist/esm/v3/components/or-checkbox/OrCheckbox.vue.d.ts +15 -35
- package/dist/esm/v3/components/or-checkbox-group-v3/OrCheckboxGroup.vue.d.ts +7 -25
- package/dist/esm/v3/components/or-checkbox-group-v3/index.js +11 -12
- package/dist/esm/v3/components/or-checkbox-tree-v3/OrCheckboxTree.vue.d.ts +17 -43
- package/dist/esm/v3/components/or-checkbox-tree-v3/index.js +7 -8
- package/dist/esm/v3/components/or-checkbox-v3/OrCheckbox.vue.d.ts +23 -53
- package/dist/esm/v3/components/or-checkbox-v3/index.js +2 -3
- package/dist/esm/v3/components/or-chips/OrChips.vue.d.ts +24 -51
- package/dist/esm/v3/components/or-chips/or-chip/OrChip.vue.d.ts +9 -25
- package/dist/esm/v3/components/or-chips/partials/OrChipsInput.vue.d.ts +17 -37
- package/dist/esm/v3/components/or-code/OrCode.vue.d.ts +24 -69
- package/dist/esm/v3/components/or-collapse/OrCollapse.vue.d.ts +17 -39
- package/dist/esm/v3/components/or-color-picker/OrColorPicker.vue.d.ts +13 -31
- package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +8 -30
- package/dist/esm/v3/components/or-confirm/OrConfirm.vue.d.ts +23 -84
- package/dist/esm/v3/components/or-confirm-v3/OrConfirm.vue.d.ts +30 -91
- package/dist/esm/v3/components/or-confirm-v3/index.js +7 -8
- package/dist/esm/v3/components/or-date-picker-v3/OrDatePicker.vue.d.ts +26 -83
- package/dist/esm/v3/components/or-date-picker-v3/index.js +11 -12
- package/dist/esm/v3/components/or-date-time-picker/OrDateTimePicker.vue.d.ts +68 -177
- package/dist/esm/v3/components/or-date-time-picker/partials/OrDateTimePickerCalendarItem.vue.d.ts +12 -33
- package/dist/esm/v3/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +32 -109
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +11 -12
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue.d.ts +11 -28
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +17 -39
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/OrDateTimePickerMobileControl.vue.d.ts +7 -15
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +23 -85
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/OrDateTimePickerPopoverFooter.vue.d.ts +9 -17
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/OrDateTimePickerPopoverHeader.vue.d.ts +4 -7
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue.d.ts +11 -30
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +17 -43
- package/dist/esm/v3/components/or-empty-state-v3/OrEmptyState.vue.d.ts +11 -28
- package/dist/esm/v3/components/or-error/OrError.vue.d.ts +4 -8
- package/dist/esm/v3/components/or-error-tag-v3/OrErrorTag.vue.d.ts +4 -7
- package/dist/esm/v3/components/or-error-v3/OrError.vue.d.ts +9 -18
- package/dist/esm/v3/components/or-expansion-panel-v3/OrExpansionPanel.vue.d.ts +16 -39
- package/dist/esm/v3/components/or-expansion-panel-v3/index.js +2 -2
- package/dist/esm/v3/components/or-fab-v3/OrFab.vue.d.ts +8 -20
- package/dist/esm/v3/components/or-floating/OrFloating.vue.d.ts +15 -46
- package/dist/esm/v3/components/or-form-group-v3/OrFormGroup.vue.d.ts +10 -30
- package/dist/esm/v3/components/or-hint/OrHint.vue.d.ts +4 -8
- package/dist/esm/v3/components/or-hint-v3/OrHint.vue.d.ts +9 -18
- package/dist/esm/v3/components/or-icon/OrIcon.vue.d.ts +16 -44
- package/dist/esm/v3/components/or-icon-button-v2/OrIconButton.vue.d.ts +13 -43
- package/dist/esm/v3/components/or-icon-button-v2/partials/OrTooltipWrapper.vue.d.ts +8 -10
- package/dist/esm/v3/components/or-icon-button-v3/OrIconButton.vue.d.ts +16 -52
- package/dist/esm/v3/components/or-icon-button-v3/index.js +5 -5
- package/dist/esm/v3/components/or-icon-v3/OrIcon.vue.d.ts +7 -18
- package/dist/esm/v3/components/or-inline-input-box-v3/OrInlineInputBox.vue.d.ts +7 -16
- package/dist/esm/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +39 -83
- package/dist/esm/v3/components/or-inline-input-v3/index.js +6 -7
- package/dist/esm/v3/components/or-inline-text-edit/OrInlineTextEdit.vue.d.ts +43 -95
- package/dist/esm/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +39 -79
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +6 -7
- package/dist/esm/v3/components/or-input/OrInput.vue.d.ts +36 -87
- package/dist/esm/v3/components/or-input-box-v3/OrInputBox.vue.d.ts +7 -22
- package/dist/esm/v3/components/or-input-box-v3/partials/or-input-box-addon/OrInputBoxAddon.vue.d.ts +7 -18
- package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +34 -85
- package/dist/esm/v3/components/or-input-v3/index.js +6 -7
- package/dist/esm/v3/components/or-label/OrLabel.vue.d.ts +9 -20
- package/dist/esm/v3/components/or-label-v3/OrLabel.vue.d.ts +9 -24
- package/dist/esm/v3/components/or-link-v3/OrLink.vue.d.ts +7 -24
- package/dist/esm/v3/components/or-list/OrList.vue.d.ts +21 -47
- package/dist/esm/v3/components/or-list-of-inputs/OrListOfInputs.vue.d.ts +11 -27
- package/dist/esm/v3/components/or-loader/OrLoader.vue.d.ts +10 -26
- package/dist/esm/v3/components/or-loader-v3/OrLoader.vue.d.ts +13 -34
- package/dist/esm/v3/components/or-menu-item-v3/OrMenuItem.vue.d.ts +13 -34
- package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +15 -31
- package/dist/esm/v3/components/or-menu-v3/index.js +4 -4
- package/dist/esm/v3/components/or-modal/OrModal.vue.d.ts +14 -38
- package/dist/esm/v3/components/or-modal-v3/OrModal.vue.d.ts +13 -25
- package/dist/esm/v3/components/or-modal-v3/index.js +6 -6
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue.d.ts +4 -7
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-footer/OrModalFooter.vue.d.ts +4 -7
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-header/OrModalHeader.vue.d.ts +6 -11
- package/dist/esm/v3/components/or-notification/OrNotification.vue.d.ts +9 -27
- package/dist/esm/v3/components/or-notification-v3/OrNotification.vue.d.ts +9 -20
- package/dist/esm/v3/components/or-notification-v3/index.js +6 -6
- package/dist/esm/v3/components/or-number-input/OrNumberInput.vue.d.ts +24 -70
- package/dist/esm/v3/components/or-overflow-menu/OrOverflowMenu.vue.d.ts +13 -31
- package/dist/esm/v3/components/or-overflow-menu/partials/OrOverflowMenuItem.vue.d.ts +7 -23
- package/dist/esm/v3/components/or-overlay/OrOverlay.vue.d.ts +6 -16
- package/dist/esm/v3/components/or-overlay-v3/OrOverlay.vue.d.ts +7 -14
- package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +27 -75
- package/dist/esm/v3/components/or-pagination-v3/index.js +5 -6
- package/dist/esm/v3/components/or-password/OrPassword.vue.d.ts +22 -63
- package/dist/esm/v3/components/or-popover-v3/OrPopover.vue.d.ts +24 -74
- package/dist/esm/v3/components/or-popover-v3/index.js +3 -3
- package/dist/esm/v3/components/or-progress/OrProgress.vue.d.ts +20 -56
- package/dist/esm/v3/components/or-progress-v3/OrProgress.vue.d.ts +25 -62
- package/dist/esm/v3/components/or-radio/OrRadio.vue.d.ts +13 -35
- package/dist/esm/v3/components/or-radio-group/OrRadioGroup.vue.d.ts +9 -26
- package/dist/esm/v3/components/or-radio-group-v3/OrRadioGroup.vue.d.ts +6 -32
- package/dist/esm/v3/components/or-radio-group-v3/index.js +4 -5
- package/dist/esm/v3/components/or-radio-v3/OrRadio.vue.d.ts +21 -49
- package/dist/esm/v3/components/or-radio-v3/index.js +1 -2
- package/dist/esm/v3/components/or-search/OrSearch.vue.d.ts +23 -65
- package/dist/esm/v3/components/or-search-v3/OrSearch.vue.d.ts +17 -41
- package/dist/esm/v3/components/or-search-v3/index.js +7 -8
- package/dist/esm/v3/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +9 -25
- package/dist/esm/v3/components/or-segmented-control-v3/index.js +1 -5
- package/dist/esm/v3/components/or-segmented-control-v3/partials/or-segmented-control-item/OrSegmentedControlItem.vue.d.ts +8 -20
- package/dist/esm/v3/components/or-select/OrSelect.vue.d.ts +28 -77
- package/dist/esm/v3/components/or-select/partials/OrSelectContent.vue.d.ts +18 -49
- package/dist/esm/v3/components/or-select/partials/OrSelectContentEmpty.vue.d.ts +4 -16
- package/dist/esm/v3/components/or-select/partials/OrSelectContentOptions.vue.d.ts +13 -67
- package/dist/esm/v3/components/or-select/partials/OrSelectInput.vue.d.ts +16 -41
- package/dist/esm/v3/components/or-select/partials/OrSelectInputValue.vue.d.ts +16 -35
- package/dist/esm/v3/components/or-select/partials/OrSelectMain.vue.d.ts +24 -71
- package/dist/esm/v3/components/or-select/partials/OrSelectOption.vue.d.ts +7 -19
- package/dist/esm/v3/components/or-select/partials/OrSelectSearchOptions.vue.d.ts +11 -24
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +38 -117
- package/dist/esm/v3/components/or-select-v3/index.js +10 -11
- package/dist/esm/v3/components/or-sidebar/OrSidebar.vue.d.ts +14 -33
- package/dist/esm/v3/components/or-sidebar-v3/OrSidebar.vue.d.ts +28 -63
- package/dist/esm/v3/components/or-sidebar-v3/index.js +7 -7
- package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +6 -6
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +10 -23
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +6 -6
- package/dist/esm/v3/components/or-skeleton/or-skeleton-circle/OrSkeletonCircle.vue.d.ts +9 -20
- package/dist/esm/v3/components/or-skeleton/or-skeleton-rect/OrSkeletonRect.vue.d.ts +9 -22
- package/dist/esm/v3/components/or-skeleton/or-skeleton-text/OrSkeletonText.vue.d.ts +10 -26
- package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-circle-v3/OrSkeletonCircle.vue.d.ts +13 -28
- package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-rect-v3/OrSkeletonRect.vue.d.ts +11 -26
- package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-text-v3/OrSkeletonText.vue.d.ts +16 -40
- package/dist/esm/v3/components/or-slider/OrSlider.vue.d.ts +35 -91
- package/dist/esm/v3/components/or-sort-header-v3/OrSortHeader.vue.d.ts +13 -25
- package/dist/esm/v3/components/or-sort-header-v3/index.js +1 -5
- package/dist/esm/v3/components/or-stepper/OrStepper.vue.d.ts +16 -43
- package/dist/esm/v3/components/or-stepper/partials/OrStepperButtonOptions.vue.d.ts +4 -20
- package/dist/esm/v3/components/or-stepper/partials/OrStepperOptionHorizontal.vue.d.ts +4 -26
- package/dist/esm/v3/components/or-stepper/partials/OrStepperOptionVertical.vue.d.ts +4 -26
- package/dist/esm/v3/components/or-stepper/partials/OrStepperTitle.vue.d.ts +6 -22
- package/dist/esm/v3/components/or-stepper/partials/StatusIcon.vue.d.ts +6 -12
- package/dist/esm/v3/components/or-switch/OrSwitch.vue.d.ts +12 -33
- package/dist/esm/v3/components/or-switch-v3/OrSwitch.vue.d.ts +22 -53
- package/dist/esm/v3/components/or-switch-v3/index.js +1 -2
- package/dist/esm/v3/components/or-tab/OrTab.vue.d.ts +9 -22
- package/dist/esm/v3/components/or-tab-header-item/OrTabHeaderItem.vue.d.ts +13 -29
- package/dist/esm/v3/components/or-tab-v3/OrTab.vue.d.ts +10 -17
- package/dist/esm/v3/components/or-tabs/OrTabs.vue.d.ts +4 -17
- package/dist/esm/v3/components/or-tabs-v3/OrTabs.vue.d.ts +25 -71
- package/dist/esm/v3/components/or-tabs-v3/index.js +7 -8
- package/dist/esm/v3/components/or-tag/OrTag.vue.d.ts +10 -27
- package/dist/esm/v3/components/or-tag-input-v3/OrTagInput.vue.d.ts +37 -85
- package/dist/esm/v3/components/or-tag-input-v3/index.js +8 -9
- package/dist/esm/v3/components/or-tag-v3/OrTag.vue.d.ts +12 -23
- package/dist/esm/v3/components/or-tag-v3/index.js +6 -6
- package/dist/esm/v3/components/or-tags-v3/OrTags.vue.d.ts +23 -66
- package/dist/esm/v3/components/or-tags-v3/index.js +7 -7
- package/dist/esm/v3/components/or-teleport/OrTeleport.vue3.vue.d.ts +4 -10
- package/dist/esm/v3/components/or-teleport-v3/OrTeleport.vue3.vue.d.ts +4 -10
- package/dist/esm/v3/components/or-text-v3/OrText.vue.d.ts +11 -24
- package/dist/esm/v3/components/or-textarea/OrTextarea.vue.d.ts +37 -85
- package/dist/esm/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +32 -73
- package/dist/esm/v3/components/or-textarea-v3/index.js +1 -2
- package/dist/esm/v3/components/or-textbox/OrTextbox.vue.d.ts +55 -137
- package/dist/esm/v3/components/or-time-picker-v3/OrTimePicker.vue.d.ts +26 -83
- package/dist/esm/v3/components/or-time-picker-v3/index.js +12 -13
- package/dist/esm/v3/components/or-toast/OrToast.vue.d.ts +11 -31
- package/dist/esm/v3/components/or-toast/or-toast-container/OrToastContainer.vue.d.ts +25 -55
- package/dist/esm/v3/components/or-toast-v3/OrToast.vue.d.ts +16 -38
- package/dist/esm/v3/components/or-toast-v3/index.js +6 -6
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/OrToastContainer.vue.d.ts +24 -54
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +6 -6
- package/dist/esm/v3/components/or-tooltip/OrTooltip.vue.d.ts +14 -33
- package/dist/esm/v3/components/or-tooltip/or-tooltip-content/OrTooltipContent.vue.d.ts +4 -10
- package/dist/esm/v3/components/or-tooltip-v3/OrTooltip.vue.d.ts +15 -31
- package/dist/esm/v3/components/or-tooltip-v3/index.js +4 -4
- package/dist/esm/v3/directives/dropdown-close.d.ts +3 -1
- package/dist/esm/v3/directives/dropdown-open.d.ts +3 -1
- package/dist/esm/v3/hooks/index.d.ts +8 -9
- package/dist/esm/v3/hooks/index.js +1 -2
- package/dist/esm/v3/hooks/usePopoverState.d.ts +7 -8
- package/dist/esm/v3/hooks/useResponsive/useResponsive.d.ts +2 -2
- package/dist/esm/v3/hooks/useTheme.d.ts +1 -2
- package/dist/esm/v3/index.js +37 -43
- package/dist/esm/v3/{types-c78924f3.js → types-53cb1e6c.js} +1 -1
- package/dist/esm/{v2/usePopoverState-b92c698b.js → v3/usePopoverState-8a95a300.js} +6 -6
- package/package.json +10 -10
- package/src/components/index.ts +0 -2
- package/src/components/or-bottom-sheet-v3/OrBottomSheet.vue +1 -1
- package/src/components/or-checkbox-group-v3/OrCheckboxGroup.vue +7 -8
- package/src/components/or-checkbox-tree-v3/OrCheckboxTree.vue +7 -8
- package/src/components/or-checkbox-v3/OrCheckbox.vue +5 -4
- package/src/components/or-confirm-v3/OrConfirm.vue +1 -1
- package/src/components/or-date-picker-v3/OrDatePicker.vue +11 -5
- package/src/components/or-date-time-picker-v3/OrDateTimePicker.vue +11 -5
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue +8 -3
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue +7 -4
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue +7 -4
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue +8 -3
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue +7 -4
- package/src/components/or-expansion-panel-v3/OrExpansionPanel.vue +1 -1
- package/src/components/or-inline-input-v3/OrInlineInput.vue +15 -7
- package/src/components/or-inline-textarea-v3/OrInlineTextarea.vue +14 -6
- package/src/components/or-input-v3/OrInput.vue +9 -3
- package/src/components/or-menu-v3/OrMenu.vue +1 -1
- package/src/components/or-modal-v3/OrModal.vue +1 -1
- package/src/components/or-pagination-v3/OrPagination.vue +9 -3
- package/src/components/or-popover-v3/OrPopover.vue +1 -1
- package/src/components/or-radio-group-v3/OrRadioGroup.vue +6 -5
- package/src/components/or-radio-v3/OrRadio.vue +9 -3
- package/src/components/or-segmented-control-v3/OrSegmentedControl.vue +8 -3
- package/src/components/or-select-v3/OrSelect.vue +9 -3
- package/src/components/or-sort-header-v3/OrSortHeader.vue +8 -3
- package/src/components/or-switch-v3/OrSwitch.vue +9 -3
- package/src/components/or-tabs-v3/OrTabs.vue +8 -3
- package/src/components/or-tag-input-v3/OrTagInput.vue +10 -3
- package/src/components/or-textarea-v3/OrTextarea.vue +9 -3
- package/src/components/or-time-picker-v3/OrTimePicker.vue +11 -5
- package/src/components/or-tooltip-v3/OrTooltip.vue +1 -1
- package/src/hooks/index.ts +8 -9
- package/src/hooks/usePopoverState.ts +16 -17
- package/src/hooks/useTheme.ts +2 -4
- package/dist/bundled/v2/components/OrCarousel/OrCarousel.js +0 -2885
- package/dist/bundled/v2/components/OrCarousel/OrCarousel.vue.d.ts +0 -1132
- package/dist/bundled/v2/components/OrCarousel/constants.d.ts +0 -15
- package/dist/bundled/v2/components/OrCarousel/constants.js +0 -21
- package/dist/bundled/v2/components/OrCarousel/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrCarousel/index.js +0 -21
- package/dist/bundled/v2/components/OrCarouselItem/OrCarouselItem.js +0 -41
- package/dist/bundled/v2/components/OrCarouselItem/OrCarouselItem.vue.d.ts +0 -2
- package/dist/bundled/v2/components/OrCarouselItem/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrCarouselItem/index.js +0 -3
- package/dist/bundled/v2/components/OrCodeV3/OrCode.js +0 -355
- package/dist/bundled/v2/components/OrCodeV3/OrCode.vue.d.ts +0 -169
- package/dist/bundled/v2/components/OrCodeV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrCodeV3/index.js +0 -53
- package/dist/bundled/v2/components/OrCodeV3/props.d.ts +0 -8
- package/dist/bundled/v2/components/OrCodeV3/props.js +0 -11
- package/dist/bundled/v2/components/OrCodeV3/styles.d.ts +0 -2
- package/dist/bundled/v2/components/OrCodeV3/styles.js +0 -16
- package/dist/bundled/v2/hooks/useProxyModelValue.d.ts +0 -8
- package/dist/bundled/v2/hooks/useProxyModelValue.js +0 -29
- package/dist/bundled/v3/OrCarousel.vue_vue_type_script_lang-272cb9c9.js +0 -2809
- package/dist/bundled/v3/OrCarouselItem.vue_vue_type_script_lang-42da2f4a.js +0 -7
- package/dist/bundled/v3/OrCode.vue_vue_type_script_lang-53d3399f.js +0 -237
- package/dist/bundled/v3/OrCode.vue_vue_type_script_lang-719745d3.js +0 -220
- package/dist/bundled/v3/components/OrCarousel/OrCarousel.js +0 -65
- package/dist/bundled/v3/components/OrCarousel/OrCarousel.vue.d.ts +0 -1132
- package/dist/bundled/v3/components/OrCarousel/constants.d.ts +0 -15
- package/dist/bundled/v3/components/OrCarousel/constants.js +0 -21
- package/dist/bundled/v3/components/OrCarousel/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrCarousel/index.js +0 -23
- package/dist/bundled/v3/components/OrCarouselItem/OrCarouselItem.js +0 -14
- package/dist/bundled/v3/components/OrCarouselItem/OrCarouselItem.vue.d.ts +0 -2
- package/dist/bundled/v3/components/OrCarouselItem/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrCarouselItem/index.js +0 -2
- package/dist/bundled/v3/components/OrCodeV3/OrCode.js +0 -146
- package/dist/bundled/v3/components/OrCodeV3/OrCode.vue.d.ts +0 -169
- package/dist/bundled/v3/components/OrCodeV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrCodeV3/index.js +0 -64
- package/dist/bundled/v3/components/OrCodeV3/props.d.ts +0 -8
- package/dist/bundled/v3/components/OrCodeV3/props.js +0 -11
- package/dist/bundled/v3/components/OrCodeV3/styles.d.ts +0 -2
- package/dist/bundled/v3/components/OrCodeV3/styles.js +0 -16
- package/dist/bundled/v3/hooks/useProxyModelValue.d.ts +0 -8
- package/dist/bundled/v3/hooks/useProxyModelValue.js +0 -29
- package/dist/bundled/v3/index-9e6cb31a.js +0 -3794
- package/dist/esm/v2/OrCarousel-b220cf82.js +0 -251
- package/dist/esm/v2/OrCarouselItem-c614bab9.js +0 -41
- package/dist/esm/v2/OrCode-26295220.js +0 -351
- package/dist/esm/v2/components/or-carousel/OrCarousel.vue.d.ts +0 -1132
- package/dist/esm/v2/components/or-carousel/constants.d.ts +0 -15
- package/dist/esm/v2/components/or-carousel/index.d.ts +0 -2
- package/dist/esm/v2/components/or-carousel/index.js +0 -19
- package/dist/esm/v2/components/or-carousel/or-carousel-item/OrCarouselItem.vue.d.ts +0 -2
- package/dist/esm/v2/components/or-carousel/or-carousel-item/index.d.ts +0 -1
- package/dist/esm/v2/components/or-carousel/or-carousel-item/index.js +0 -3
- package/dist/esm/v2/components/or-code-v3/OrCode.vue.d.ts +0 -169
- package/dist/esm/v2/components/or-code-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-code-v3/index.js +0 -37
- package/dist/esm/v2/components/or-code-v3/props.d.ts +0 -8
- package/dist/esm/v2/components/or-code-v3/styles.d.ts +0 -2
- package/dist/esm/v2/hooks/useProxyModelValue.d.ts +0 -8
- package/dist/esm/v2/useProxyModelValue-940010d2.js +0 -29
- package/dist/esm/v3/OrCarousel-5cc74f26.js +0 -231
- package/dist/esm/v3/OrCarouselItem-8c7ccd0f.js +0 -18
- package/dist/esm/v3/OrCode-0c2310e5.js +0 -325
- package/dist/esm/v3/components/or-carousel/OrCarousel.vue.d.ts +0 -1132
- package/dist/esm/v3/components/or-carousel/constants.d.ts +0 -15
- package/dist/esm/v3/components/or-carousel/index.d.ts +0 -2
- package/dist/esm/v3/components/or-carousel/index.js +0 -18
- package/dist/esm/v3/components/or-carousel/or-carousel-item/OrCarouselItem.vue.d.ts +0 -2
- package/dist/esm/v3/components/or-carousel/or-carousel-item/index.d.ts +0 -1
- package/dist/esm/v3/components/or-carousel/or-carousel-item/index.js +0 -3
- package/dist/esm/v3/components/or-code-v3/OrCode.vue.d.ts +0 -169
- package/dist/esm/v3/components/or-code-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-code-v3/index.js +0 -35
- package/dist/esm/v3/components/or-code-v3/props.d.ts +0 -8
- package/dist/esm/v3/components/or-code-v3/styles.d.ts +0 -2
- package/dist/esm/v3/hooks/useProxyModelValue.d.ts +0 -8
- package/dist/esm/v3/useProxyModelValue-940010d2.js +0 -29
- package/src/components/or-carousel/OrCarousel.stories.mdx +0 -34
- package/src/components/or-carousel/OrCarousel.stories.ts +0 -103
- package/src/components/or-carousel/OrCarousel.vue +0 -204
- package/src/components/or-carousel/constants.ts +0 -49
- package/src/components/or-carousel/index.ts +0 -2
- package/src/components/or-carousel/or-carousel-item/OrCarouselItem.vue +0 -12
- package/src/components/or-carousel/or-carousel-item/index.ts +0 -1
- package/src/components/or-code-v3/OrCode.vue +0 -365
- package/src/components/or-code-v3/index.ts +0 -2
- package/src/components/or-code-v3/props.ts +0 -8
- package/src/components/or-code-v3/styles.ts +0 -23
- package/src/hooks/useProxyModelValue.ts +0 -50
- /package/dist/bundled/v2/{OrDateTimePickerPopoverHeader-5dfaceb2.js → OrDateTimePickerPopoverHeader-28995b95.js} +0 -0
- /package/dist/bundled/v2/{index-8a1b5b9c.js → index-ec92055d.js} +0 -0
- /package/dist/bundled/v3/{index-5e8e7a46.js → index-f4d8e24c.js} +0 -0
|
@@ -1,16 +1,12 @@
|
|
|
1
|
-
import { defineComponent, ref, computed
|
|
2
|
-
import '@vueuse/core';
|
|
3
|
-
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
4
|
-
import '@onereach/styles/tailwind.config';
|
|
5
|
-
import 'tailwindcss/resolveConfig';
|
|
1
|
+
import { defineComponent, ref, computed } from 'vue-demi';
|
|
6
2
|
import { openBlock, createElementBlock, normalizeClass, Fragment, createTextVNode, toDisplayString, resolveComponent, createElementVNode, renderList, createBlock, withModifiers, withCtx, createVNode, renderSlot } from 'vue';
|
|
7
3
|
import { s as script$6 } from './OrButton-c2b6aa9e.js';
|
|
8
4
|
import { s as script$7 } from './OrLabel-4da56db0.js';
|
|
9
|
-
import { s as script$9 } from './OrIconButton-
|
|
5
|
+
import { s as script$9 } from './OrIconButton-0aaadc68.js';
|
|
10
6
|
import { s as script$8 } from './OrIcon-62793572.js';
|
|
11
7
|
import { s as script$b } from './OrMenuItem-dbee450f.js';
|
|
12
|
-
import { s as script$a } from './OrMenu-
|
|
13
|
-
import './OrPopover-
|
|
8
|
+
import { s as script$a } from './OrMenu-9659b8eb.js';
|
|
9
|
+
import './OrPopover-337df396.js';
|
|
14
10
|
|
|
15
11
|
function useCurrentDate() {
|
|
16
12
|
const currentDate = new Date();
|
|
@@ -68,7 +64,12 @@ var script$5 = defineComponent({
|
|
|
68
64
|
const rootStyles = computed(() => ['or-date-time-picker-date-control-v3', ...DateTimePickerDateControl]);
|
|
69
65
|
const placeholderStyles = computed(() => [...DateTimePickerDateControlPlaceholder]);
|
|
70
66
|
// State
|
|
71
|
-
const proxyModelValue =
|
|
67
|
+
const proxyModelValue = computed({
|
|
68
|
+
get: () => props.modelValue,
|
|
69
|
+
set: value => {
|
|
70
|
+
context.emit('update:modelValue', value);
|
|
71
|
+
}
|
|
72
|
+
});
|
|
72
73
|
const placeholder = useDatePlaceholder();
|
|
73
74
|
// Methods
|
|
74
75
|
function formatModelValue(value) {
|
|
@@ -179,8 +180,14 @@ var script$4 = defineComponent({
|
|
|
179
180
|
const buttonGroupDateItemStyles = computed(() => [...DateTimePickerDateSelectButtonGroupDateItem]);
|
|
180
181
|
const buttonGroupCurrentDateItemStyles = computed(() => [...DateTimePickerDateSelectButtonGroupCurrentDateItem]);
|
|
181
182
|
// State
|
|
182
|
-
const proxyModelValue =
|
|
183
|
-
|
|
183
|
+
const proxyModelValue = computed({
|
|
184
|
+
get: () => {
|
|
185
|
+
var _a;
|
|
186
|
+
return (_a = props.modelValue) !== null && _a !== void 0 ? _a : props.initialValue;
|
|
187
|
+
},
|
|
188
|
+
set: value => {
|
|
189
|
+
context.emit('update:modelValue', value);
|
|
190
|
+
}
|
|
184
191
|
});
|
|
185
192
|
const dayOptions = computed(() => {
|
|
186
193
|
const monthStartDate = new Date(Date.UTC(proxyModelValue.value.getUTCFullYear(), proxyModelValue.value.getUTCMonth(), 1, proxyModelValue.value.getUTCHours(), proxyModelValue.value.getUTCMinutes()));
|
|
@@ -388,8 +395,14 @@ var script$2 = defineComponent({
|
|
|
388
395
|
// Styles
|
|
389
396
|
const rootStyles = computed(() => ['or-date-time-picker-month-select-v3', ...DateTimePickerMonthSelect]);
|
|
390
397
|
// State
|
|
391
|
-
const proxyModelValue =
|
|
392
|
-
|
|
398
|
+
const proxyModelValue = computed({
|
|
399
|
+
get: () => {
|
|
400
|
+
var _a;
|
|
401
|
+
return (_a = props.modelValue) !== null && _a !== void 0 ? _a : props.initialValue;
|
|
402
|
+
},
|
|
403
|
+
set: value => {
|
|
404
|
+
context.emit('update:modelValue', value);
|
|
405
|
+
}
|
|
393
406
|
});
|
|
394
407
|
const yearOptions = computed(() => {
|
|
395
408
|
return Array.from({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
2
2
|
import '@vueuse/core';
|
|
3
|
-
import { u as usePopoverState } from './usePopoverState-
|
|
3
|
+
import { u as usePopoverState } from './usePopoverState-8a95a300.js';
|
|
4
4
|
import '@onereach/styles/tailwind.config';
|
|
5
5
|
import 'tailwindcss/resolveConfig';
|
|
6
6
|
import { s as script$1 } from './OrIcon-62793572.js';
|
|
@@ -133,7 +133,7 @@ var script = defineComponent({
|
|
|
133
133
|
open,
|
|
134
134
|
close,
|
|
135
135
|
toggle
|
|
136
|
-
} = usePopoverState(toRef(props, 'isOpen'), context
|
|
136
|
+
} = usePopoverState(toRef(props, 'isOpen'), context);
|
|
137
137
|
return {
|
|
138
138
|
root,
|
|
139
139
|
rootStyles,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, isVue3 } from 'vue-demi';
|
|
2
2
|
import { s as script$1, I as IconSize } from './OrIcon-62793572.js';
|
|
3
|
-
import { s as script$2 } from './OrTooltip-
|
|
4
|
-
import './OrPopover-
|
|
3
|
+
import { s as script$2 } from './OrTooltip-3025564a.js';
|
|
4
|
+
import './OrPopover-337df396.js';
|
|
5
5
|
import { resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode, mergeProps, toHandlers, createVNode } from 'vue';
|
|
6
6
|
|
|
7
7
|
var IconButtonColor;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, reactive,
|
|
1
|
+
import { defineComponent, ref, computed, reactive, watch } from 'vue-demi';
|
|
2
2
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-859439f0.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
|
-
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
5
4
|
import '@onereach/styles/tailwind.config';
|
|
6
5
|
import 'tailwindcss/resolveConfig';
|
|
7
6
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
8
7
|
import { s as script$1 } from './OrError-c01d0c29.js';
|
|
9
8
|
import { s as script$2 } from './OrHint-06ab89d7.js';
|
|
10
|
-
import { s as script$3 } from './OrIconButton-
|
|
9
|
+
import { s as script$3 } from './OrIconButton-0aaadc68.js';
|
|
11
10
|
import { s as script$4, I as InlineInputBoxSize } from './OrInlineInputBox-01fb2cb2.js';
|
|
12
11
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelDynamic, withModifiers, createCommentVNode, createBlock, createSlots, createTextVNode, toDisplayString, vShow } from 'vue';
|
|
13
12
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
@@ -104,11 +103,13 @@ var script = defineComponent({
|
|
|
104
103
|
...useControlAttributes(),
|
|
105
104
|
...useValidationAttributes()
|
|
106
105
|
});
|
|
107
|
-
const proxyModelValue =
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
106
|
+
const proxyModelValue = computed({
|
|
107
|
+
get: () => props.modelValue,
|
|
108
|
+
set: value => {
|
|
109
|
+
context.emit('update:modelValue', value);
|
|
110
|
+
}
|
|
111
111
|
});
|
|
112
|
+
const draftModelValue = ref('');
|
|
112
113
|
const currentLength = computed(() => {
|
|
113
114
|
var _a, _b;
|
|
114
115
|
return (_b = (_a = draftModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
|
|
@@ -142,11 +143,18 @@ var script = defineComponent({
|
|
|
142
143
|
activated.value = false;
|
|
143
144
|
}
|
|
144
145
|
function reset() {
|
|
146
|
+
var _a;
|
|
145
147
|
if (draftModelValue.value !== proxyModelValue.value) {
|
|
146
|
-
draftModelValue.value = proxyModelValue.value;
|
|
148
|
+
draftModelValue.value = (_a = proxyModelValue.value) !== null && _a !== void 0 ? _a : '';
|
|
147
149
|
}
|
|
148
150
|
activated.value = false;
|
|
149
151
|
}
|
|
152
|
+
// Effects
|
|
153
|
+
watch(proxyModelValue, value => {
|
|
154
|
+
draftModelValue.value = value !== null && value !== void 0 ? value : '';
|
|
155
|
+
}, {
|
|
156
|
+
immediate: true
|
|
157
|
+
});
|
|
150
158
|
return {
|
|
151
159
|
root,
|
|
152
160
|
control,
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, reactive,
|
|
1
|
+
import { defineComponent, ref, computed, reactive, watch } from 'vue-demi';
|
|
2
2
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-859439f0.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
|
-
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
5
4
|
import '@onereach/styles/tailwind.config';
|
|
6
5
|
import 'tailwindcss/resolveConfig';
|
|
7
6
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
8
7
|
import { s as script$1 } from './OrError-c01d0c29.js';
|
|
9
8
|
import { s as script$2 } from './OrHint-06ab89d7.js';
|
|
10
|
-
import { s as script$3 } from './OrIconButton-
|
|
9
|
+
import { s as script$3 } from './OrIconButton-0aaadc68.js';
|
|
11
10
|
import { s as script$4 } from './OrInlineInputBox-01fb2cb2.js';
|
|
12
11
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelText, withModifiers, createCommentVNode, createBlock, createSlots, createTextVNode, toDisplayString, vShow } from 'vue';
|
|
13
12
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
@@ -82,11 +81,13 @@ var script = defineComponent({
|
|
|
82
81
|
...useControlAttributes(),
|
|
83
82
|
...useValidationAttributes()
|
|
84
83
|
});
|
|
85
|
-
const proxyModelValue =
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
84
|
+
const proxyModelValue = computed({
|
|
85
|
+
get: () => props.modelValue,
|
|
86
|
+
set: value => {
|
|
87
|
+
context.emit('update:modelValue', value);
|
|
88
|
+
}
|
|
89
89
|
});
|
|
90
|
+
const draftModelValue = ref('');
|
|
90
91
|
const currentLength = computed(() => {
|
|
91
92
|
var _a, _b;
|
|
92
93
|
return (_b = (_a = draftModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
|
|
@@ -126,6 +127,12 @@ var script = defineComponent({
|
|
|
126
127
|
}
|
|
127
128
|
activated.value = false;
|
|
128
129
|
}
|
|
130
|
+
// Effects
|
|
131
|
+
watch(proxyModelValue, value => {
|
|
132
|
+
draftModelValue.value = value !== null && value !== void 0 ? value : '';
|
|
133
|
+
}, {
|
|
134
|
+
immediate: true
|
|
135
|
+
});
|
|
129
136
|
return {
|
|
130
137
|
root,
|
|
131
138
|
control,
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, reactive
|
|
1
|
+
import { defineComponent, ref, computed, reactive } from 'vue-demi';
|
|
2
2
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-859439f0.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
|
-
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
5
4
|
import { u as useResponsive } from './useResponsive-a02e95b7.js';
|
|
6
5
|
import '@onereach/styles/tailwind.config';
|
|
7
6
|
import 'tailwindcss/resolveConfig';
|
|
8
7
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
9
8
|
import { s as script$1 } from './OrError-c01d0c29.js';
|
|
10
9
|
import { s as script$2 } from './OrHint-06ab89d7.js';
|
|
11
|
-
import { s as script$4 } from './OrIconButton-
|
|
10
|
+
import { s as script$4 } from './OrIconButton-0aaadc68.js';
|
|
12
11
|
import { s as script$3 } from './OrIcon-62793572.js';
|
|
13
12
|
import { s as script$5, I as InputBoxSize } from './OrInputBox-32b37b17.js';
|
|
14
13
|
import { s as script$6 } from './OrLabel-4da56db0.js';
|
|
@@ -121,7 +120,12 @@ var script = defineComponent({
|
|
|
121
120
|
...useControlAttributes(),
|
|
122
121
|
...useValidationAttributes()
|
|
123
122
|
});
|
|
124
|
-
const proxyModelValue =
|
|
123
|
+
const proxyModelValue = computed({
|
|
124
|
+
get: () => props.modelValue,
|
|
125
|
+
set: value => {
|
|
126
|
+
context.emit('update:modelValue', value);
|
|
127
|
+
}
|
|
128
|
+
});
|
|
125
129
|
const currentLength = computed(() => {
|
|
126
130
|
var _a, _b;
|
|
127
131
|
return (_b = (_a = proxyModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
2
2
|
import '@vueuse/core';
|
|
3
|
-
import { u as usePopoverState } from './usePopoverState-
|
|
3
|
+
import { u as usePopoverState } from './usePopoverState-8a95a300.js';
|
|
4
4
|
import '@onereach/styles/tailwind.config';
|
|
5
5
|
import 'tailwindcss/resolveConfig';
|
|
6
|
-
import { s as script$1, P as PopoverPlacement } from './OrPopover-
|
|
6
|
+
import { s as script$1, P as PopoverPlacement } from './OrPopover-337df396.js';
|
|
7
7
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, withModifiers, renderSlot } from 'vue';
|
|
8
8
|
|
|
9
9
|
const MenuRoot = [
|
|
@@ -45,7 +45,7 @@ var script = defineComponent({
|
|
|
45
45
|
open,
|
|
46
46
|
close,
|
|
47
47
|
toggle
|
|
48
|
-
} = usePopoverState(toRef(props, 'isOpen'), context
|
|
48
|
+
} = usePopoverState(toRef(props, 'isOpen'), context);
|
|
49
49
|
// Handlers
|
|
50
50
|
function onClick(event) {
|
|
51
51
|
const path = event.composedPath();
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
2
2
|
import '@vueuse/core';
|
|
3
|
-
import { u as usePopoverState } from './usePopoverState-
|
|
3
|
+
import { u as usePopoverState } from './usePopoverState-8a95a300.js';
|
|
4
4
|
import '@onereach/styles/tailwind.config';
|
|
5
5
|
import 'tailwindcss/resolveConfig';
|
|
6
6
|
import { s as script$5 } from './OrOverlay-489fdf76.js';
|
|
7
7
|
import { openBlock, createElementBlock, normalizeClass, renderSlot, resolveComponent, createElementVNode, createVNode, withModifiers, createBlock, withCtx, mergeProps, createCommentVNode } from 'vue';
|
|
8
|
-
import { s as script$4 } from './OrIconButton-
|
|
8
|
+
import { s as script$4 } from './OrIconButton-0aaadc68.js';
|
|
9
9
|
|
|
10
10
|
const ModalContent = [
|
|
11
11
|
// Layout
|
|
@@ -179,7 +179,7 @@ var script = defineComponent({
|
|
|
179
179
|
state,
|
|
180
180
|
open,
|
|
181
181
|
close
|
|
182
|
-
} = usePopoverState(toRef(props, 'isOpen'), context
|
|
182
|
+
} = usePopoverState(toRef(props, 'isOpen'), context);
|
|
183
183
|
return {
|
|
184
184
|
root,
|
|
185
185
|
rootStyles,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import { s as script$2 } from './OrIconButton-
|
|
2
|
+
import { s as script$2 } from './OrIconButton-0aaadc68.js';
|
|
3
3
|
import { s as script$1 } from './OrIcon-62793572.js';
|
|
4
4
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, renderSlot, createBlock, withModifiers, createCommentVNode } from 'vue';
|
|
5
5
|
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import { defineComponent, ref, computed
|
|
1
|
+
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
2
|
import '@vueuse/core';
|
|
3
|
-
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
4
3
|
import { u as useResponsive } from './useResponsive-a02e95b7.js';
|
|
5
4
|
import '@onereach/styles/tailwind.config';
|
|
6
5
|
import 'tailwindcss/resolveConfig';
|
|
7
6
|
import { s as script$1 } from './OrButton-c2b6aa9e.js';
|
|
8
7
|
import { s as script$2 } from './OrIcon-62793572.js';
|
|
9
8
|
import { s as script$4 } from './OrMenuItem-dbee450f.js';
|
|
10
|
-
import { s as script$3 } from './OrMenu-
|
|
11
|
-
import './OrPopover-
|
|
9
|
+
import { s as script$3 } from './OrMenu-9659b8eb.js';
|
|
10
|
+
import './OrPopover-337df396.js';
|
|
12
11
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withModifiers, withCtx, Fragment, renderList, createBlock, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
|
|
13
12
|
|
|
14
13
|
const PaginationRoot = [
|
|
@@ -87,7 +86,12 @@ var script = defineComponent({
|
|
|
87
86
|
const limitControlStyles = computed(() => [...PaginationLimitControl]);
|
|
88
87
|
const itemStyles = computed(() => [...PaginationItem]);
|
|
89
88
|
// State
|
|
90
|
-
const proxyModelValue =
|
|
89
|
+
const proxyModelValue = computed({
|
|
90
|
+
get: () => props.modelValue,
|
|
91
|
+
set: value => {
|
|
92
|
+
context.emit('update:modelValue', value);
|
|
93
|
+
}
|
|
94
|
+
});
|
|
91
95
|
const currentLimit = computed({
|
|
92
96
|
get: () => {
|
|
93
97
|
var _a, _b;
|
|
@@ -2,11 +2,11 @@ import { autoUpdate, computePosition, shift, flip, hide } from '@floating-ui/dom
|
|
|
2
2
|
import { onClickOutside } from '@vueuse/core';
|
|
3
3
|
import { defineComponent, ref, computed, toRef, watchPostEffect, unref } from 'vue-demi';
|
|
4
4
|
import { u as useElevation } from './useElevation-a50ec347.js';
|
|
5
|
-
import { u as usePopoverState } from './usePopoverState-
|
|
5
|
+
import { u as usePopoverState } from './usePopoverState-8a95a300.js';
|
|
6
6
|
import { u as useResponsive } from './useResponsive-a02e95b7.js';
|
|
7
7
|
import '@onereach/styles/tailwind.config';
|
|
8
8
|
import 'tailwindcss/resolveConfig';
|
|
9
|
-
import { s as script$1 } from './OrBottomSheet-
|
|
9
|
+
import { s as script$1 } from './OrBottomSheet-f2f3aef9.js';
|
|
10
10
|
import { s as script$2 } from './OrTeleport.vue3-8099178c.js';
|
|
11
11
|
import { resolveComponent, openBlock, createBlock, withCtx, withDirectives, createElementVNode, createElementBlock, mergeProps, renderSlot, normalizeClass, createCommentVNode, vShow } from 'vue';
|
|
12
12
|
|
|
@@ -139,7 +139,7 @@ var script = defineComponent({
|
|
|
139
139
|
open,
|
|
140
140
|
close,
|
|
141
141
|
toggle
|
|
142
|
-
} = usePopoverState(toRef(props, 'isOpen'), context
|
|
142
|
+
} = usePopoverState(toRef(props, 'isOpen'), context);
|
|
143
143
|
const isFlipped = ref(false);
|
|
144
144
|
const isHidden = ref(false);
|
|
145
145
|
// Effects
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, reactive
|
|
1
|
+
import { defineComponent, ref, computed, reactive } from 'vue-demi';
|
|
2
2
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-859439f0.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
|
-
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
5
4
|
import '@onereach/styles/tailwind.config';
|
|
6
5
|
import 'tailwindcss/resolveConfig';
|
|
7
6
|
import { s as script$1, L as LabelVariant } from './OrLabel-4da56db0.js';
|
|
@@ -87,7 +86,12 @@ var script = defineComponent({
|
|
|
87
86
|
id: useIdAttribute(),
|
|
88
87
|
...useControlAttributes()
|
|
89
88
|
});
|
|
90
|
-
const proxyModelValue =
|
|
89
|
+
const proxyModelValue = computed({
|
|
90
|
+
get: () => props.modelValue,
|
|
91
|
+
set: value => {
|
|
92
|
+
context.emit('update:modelValue', value);
|
|
93
|
+
}
|
|
94
|
+
});
|
|
91
95
|
// Methods
|
|
92
96
|
function focus() {
|
|
93
97
|
var _a;
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import { defineComponent
|
|
2
|
-
import '@vueuse/core';
|
|
3
|
-
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
4
|
-
import '@onereach/styles/tailwind.config';
|
|
5
|
-
import 'tailwindcss/resolveConfig';
|
|
1
|
+
import { defineComponent } from 'vue-demi';
|
|
2
|
+
import { useVModel } from '@vueuse/core';
|
|
6
3
|
import { s as script$1 } from './OrFormGroup-9f581536.js';
|
|
7
|
-
import { s as script$2 } from './OrRadio-
|
|
4
|
+
import { s as script$2 } from './OrRadio-4f0026c9.js';
|
|
8
5
|
import { resolveComponent, openBlock, createBlock, withCtx, renderSlot, createElementBlock, Fragment, renderList } from 'vue';
|
|
9
6
|
|
|
10
7
|
var script = defineComponent({
|
|
@@ -47,8 +44,11 @@ var script = defineComponent({
|
|
|
47
44
|
default: false
|
|
48
45
|
}
|
|
49
46
|
},
|
|
50
|
-
setup(props,
|
|
51
|
-
|
|
47
|
+
setup(props, _ref) {
|
|
48
|
+
let {
|
|
49
|
+
emit
|
|
50
|
+
} = _ref;
|
|
51
|
+
const proxyModelValue = useVModel(props, 'modelValue', emit);
|
|
52
52
|
return {
|
|
53
53
|
proxyModelValue
|
|
54
54
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { debouncedWatch } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
3
|
-
import { s as script$1 } from './OrInput-
|
|
3
|
+
import { s as script$1 } from './OrInput-c653aedb.js';
|
|
4
4
|
import { I as InputBoxSize } from './OrInputBox-32b37b17.js';
|
|
5
5
|
import { resolveComponent, openBlock, createBlock, normalizeClass } from 'vue';
|
|
6
6
|
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, isVue2
|
|
2
|
-
import '@vueuse/core';
|
|
3
|
-
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
4
|
-
import '@onereach/styles/tailwind.config';
|
|
5
|
-
import 'tailwindcss/resolveConfig';
|
|
1
|
+
import { defineComponent, ref, computed, isVue2 } from 'vue-demi';
|
|
6
2
|
import { openBlock, createElementBlock, normalizeClass, createElementVNode, renderSlot, resolveComponent, Fragment, renderList, createBlock, withModifiers, withCtx, createTextVNode, toDisplayString } from 'vue';
|
|
7
3
|
|
|
8
4
|
const SegmentedControlItemRoot = [
|
|
@@ -144,7 +140,12 @@ var script = defineComponent({
|
|
|
144
140
|
// Styles
|
|
145
141
|
const rootStyles = computed(() => ['or-segmented-control-v3', ...SegmentedControlRoot, ...SegmentedControlRootSizes[props.size]]);
|
|
146
142
|
// State
|
|
147
|
-
const proxyModelValue =
|
|
143
|
+
const proxyModelValue = computed({
|
|
144
|
+
get: () => props.modelValue,
|
|
145
|
+
set: value => {
|
|
146
|
+
context.emit('update:modelValue', value);
|
|
147
|
+
}
|
|
148
|
+
});
|
|
148
149
|
return {
|
|
149
150
|
root,
|
|
150
151
|
rootStyles,
|
|
@@ -1,21 +1,20 @@
|
|
|
1
|
-
import { defineComponent, getCurrentInstance, ref, computed,
|
|
1
|
+
import { defineComponent, getCurrentInstance, ref, computed, onMounted, watch } from 'vue-demi';
|
|
2
2
|
import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e1f90e0a.js';
|
|
3
3
|
import { u as useOverflow } from './useOverflow-c856b7b7.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
-
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
6
5
|
import '@onereach/styles/tailwind.config';
|
|
7
6
|
import 'tailwindcss/resolveConfig';
|
|
8
|
-
import { s as script$1, i as isEmptyValue } from './OrCheckbox-
|
|
7
|
+
import { s as script$1, i as isEmptyValue } from './OrCheckbox-2194e473.js';
|
|
9
8
|
import { s as script$2 } from './OrError-c01d0c29.js';
|
|
10
|
-
import { s as script$3 } from './OrExpansionPanel-
|
|
9
|
+
import { s as script$3 } from './OrExpansionPanel-df527763.js';
|
|
11
10
|
import { s as script$4 } from './OrHint-06ab89d7.js';
|
|
12
11
|
import { s as script$5 } from './OrIcon-62793572.js';
|
|
13
12
|
import { s as script$7, I as InputBoxSize } from './OrInputBox-32b37b17.js';
|
|
14
|
-
import { s as script$6 } from './OrInput-
|
|
13
|
+
import { s as script$6 } from './OrInput-c653aedb.js';
|
|
15
14
|
import { s as script$8 } from './OrLabel-4da56db0.js';
|
|
16
15
|
import { s as script$9 } from './OrMenuItem-dbee450f.js';
|
|
17
|
-
import { s as script$a } from './OrPopover-
|
|
18
|
-
import { s as script$b } from './OrTag-
|
|
16
|
+
import { s as script$a } from './OrPopover-337df396.js';
|
|
17
|
+
import { s as script$b } from './OrTag-fbeca419.js';
|
|
19
18
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, createElementVNode, Fragment, renderList, createVNode, withModifiers, vShow } from 'vue';
|
|
20
19
|
|
|
21
20
|
const SelectRoot = [
|
|
@@ -197,7 +196,12 @@ var script = defineComponent({
|
|
|
197
196
|
const noSearchResultsStyles = computed(() => [...SelectNoSearchResults]);
|
|
198
197
|
// State
|
|
199
198
|
const controlId = ref((_a = context.attrs.id) !== null && _a !== void 0 ? _a : currentInstance.uid.toString());
|
|
200
|
-
const proxyModelValue =
|
|
199
|
+
const proxyModelValue = computed({
|
|
200
|
+
get: () => props.modelValue,
|
|
201
|
+
set: value => {
|
|
202
|
+
context.emit('update:modelValue', value);
|
|
203
|
+
}
|
|
204
|
+
});
|
|
201
205
|
const isEmptyModelValue = computed(() => {
|
|
202
206
|
return Array.isArray(proxyModelValue.value) ? proxyModelValue.value.length === 0 : isEmptyValue(proxyModelValue.value);
|
|
203
207
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useDraggable, useElementBounding } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, useSlots, watch } from 'vue-demi';
|
|
3
|
-
import { O as OrSidebarPlacement, s as script$1 } from './OrSidebarCollapseButton-
|
|
3
|
+
import { O as OrSidebarPlacement, s as script$1 } from './OrSidebarCollapseButton-5fb7a6a1.js';
|
|
4
4
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createCommentVNode, createElementVNode, normalizeStyle, createBlock, withDirectives, vShow } from 'vue';
|
|
5
5
|
|
|
6
6
|
const SidebarRoot = [
|
package/dist/esm/v3/{OrSidebarCollapseButton-86dafbbc.js → OrSidebarCollapseButton-5fb7a6a1.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import { s as script$1 } from './OrIconButton-
|
|
2
|
+
import { s as script$1 } from './OrIconButton-0aaadc68.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode } from 'vue';
|
|
4
4
|
|
|
5
5
|
var OrSidebarPlacement;
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
import { defineComponent, ref, computed
|
|
2
|
-
import '@vueuse/core';
|
|
3
|
-
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
4
|
-
import '@onereach/styles/tailwind.config';
|
|
5
|
-
import 'tailwindcss/resolveConfig';
|
|
1
|
+
import { defineComponent, ref, computed } from 'vue-demi';
|
|
6
2
|
import { s as script$1 } from './OrIcon-62793572.js';
|
|
7
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, withModifiers, renderSlot, createBlock, createCommentVNode } from 'vue';
|
|
8
4
|
|
|
@@ -47,7 +43,12 @@ var script = defineComponent({
|
|
|
47
43
|
// Styles
|
|
48
44
|
const rootStyles = computed(() => ['or-sort-header-v3', ...SortHeaderRoot]);
|
|
49
45
|
// State
|
|
50
|
-
const proxyModelValue =
|
|
46
|
+
const proxyModelValue = computed({
|
|
47
|
+
get: () => props.modelValue,
|
|
48
|
+
set: value => {
|
|
49
|
+
context.emit('update:modelValue', value);
|
|
50
|
+
}
|
|
51
|
+
});
|
|
51
52
|
const activated = computed(() => {
|
|
52
53
|
var _a;
|
|
53
54
|
return ((_a = proxyModelValue.value) === null || _a === void 0 ? void 0 : _a.column) === props.value;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, reactive
|
|
1
|
+
import { defineComponent, ref, computed, reactive } from 'vue-demi';
|
|
2
2
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-859439f0.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
|
-
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
5
4
|
import '@onereach/styles/tailwind.config';
|
|
6
5
|
import 'tailwindcss/resolveConfig';
|
|
7
6
|
import { s as script$1, L as LabelVariant } from './OrLabel-4da56db0.js';
|
|
@@ -114,7 +113,12 @@ var script = defineComponent({
|
|
|
114
113
|
id: useIdAttribute(),
|
|
115
114
|
...useControlAttributes()
|
|
116
115
|
});
|
|
117
|
-
const proxyModelValue =
|
|
116
|
+
const proxyModelValue = computed({
|
|
117
|
+
get: () => props.modelValue,
|
|
118
|
+
set: value => {
|
|
119
|
+
context.emit('update:modelValue', value);
|
|
120
|
+
}
|
|
121
|
+
});
|
|
118
122
|
// Methods
|
|
119
123
|
function focus() {
|
|
120
124
|
var _a;
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
import { useResizeObserver } from '@vueuse/core';
|
|
2
|
-
import { defineComponent, ref, computed, reactive,
|
|
3
|
-
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
4
|
-
import '@onereach/styles/tailwind.config';
|
|
5
|
-
import 'tailwindcss/resolveConfig';
|
|
2
|
+
import { defineComponent, ref, computed, reactive, watch, nextTick, onMounted } from 'vue-demi';
|
|
6
3
|
import { s as script$1 } from './OrIcon-62793572.js';
|
|
7
4
|
import { s as script$3 } from './OrMenuItem-dbee450f.js';
|
|
8
|
-
import { s as script$2 } from './OrMenu-
|
|
9
|
-
import './OrPopover-
|
|
5
|
+
import { s as script$2 } from './OrMenu-9659b8eb.js';
|
|
6
|
+
import './OrPopover-337df396.js';
|
|
10
7
|
import { s as script$4 } from './OrTab-f7e51ffb.js';
|
|
11
8
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, mergeProps, Fragment, renderList, createBlock, withModifiers, withCtx, createTextVNode, toDisplayString, createVNode, createCommentVNode, renderSlot } from 'vue';
|
|
12
9
|
|
|
@@ -89,7 +86,12 @@ var script = defineComponent({
|
|
|
89
86
|
normal: [],
|
|
90
87
|
hidden: []
|
|
91
88
|
});
|
|
92
|
-
const proxyModelValue =
|
|
89
|
+
const proxyModelValue = computed({
|
|
90
|
+
get: () => props.modelValue,
|
|
91
|
+
set: value => {
|
|
92
|
+
context.emit('update:modelValue', value);
|
|
93
|
+
}
|
|
94
|
+
});
|
|
93
95
|
const activeTab = computed(() => props.items.find(_ref => {
|
|
94
96
|
let {
|
|
95
97
|
value
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue-demi';
|
|
2
|
-
import { s as script$1 } from './OrIconButton-
|
|
2
|
+
import { s as script$1 } from './OrIconButton-0aaadc68.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, renderSlot, createVNode, withModifiers, createCommentVNode } from 'vue';
|
|
4
4
|
|
|
5
5
|
var TagVariant;
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, reactive
|
|
1
|
+
import { defineComponent, ref, computed, reactive } from 'vue-demi';
|
|
2
2
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-859439f0.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
|
-
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
5
4
|
import '@onereach/styles/tailwind.config';
|
|
6
5
|
import 'tailwindcss/resolveConfig';
|
|
7
6
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
8
7
|
import { s as script$1 } from './OrError-c01d0c29.js';
|
|
9
8
|
import { s as script$2 } from './OrHint-06ab89d7.js';
|
|
10
|
-
import { s as script$3 } from './OrIconButton-
|
|
9
|
+
import { s as script$3 } from './OrIconButton-0aaadc68.js';
|
|
11
10
|
import { s as script$4, I as InputBoxSize } from './OrInputBox-32b37b17.js';
|
|
12
11
|
import { s as script$5 } from './OrLabel-4da56db0.js';
|
|
13
|
-
import { s as script$6 } from './OrTags-
|
|
12
|
+
import { s as script$6 } from './OrTags-1621cbb9.js';
|
|
14
13
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withModifiers, withDirectives, createElementVNode, mergeProps, withKeys, vModelDynamic, createSlots, vShow } from 'vue';
|
|
15
14
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
16
15
|
|
|
@@ -102,7 +101,12 @@ var script = defineComponent({
|
|
|
102
101
|
...useControlAttributes(),
|
|
103
102
|
...useValidationAttributes()
|
|
104
103
|
});
|
|
105
|
-
const proxyModelValue =
|
|
104
|
+
const proxyModelValue = computed({
|
|
105
|
+
get: () => props.modelValue,
|
|
106
|
+
set: value => {
|
|
107
|
+
context.emit('update:modelValue', value);
|
|
108
|
+
}
|
|
109
|
+
});
|
|
106
110
|
const draftModelValue = ref();
|
|
107
111
|
const currentLength = computed(() => {
|
|
108
112
|
var _a, _b;
|
|
@@ -4,8 +4,8 @@ import '@vueuse/core';
|
|
|
4
4
|
import '@onereach/styles/tailwind.config';
|
|
5
5
|
import 'tailwindcss/resolveConfig';
|
|
6
6
|
import { s as script$1 } from './OrButton-c2b6aa9e.js';
|
|
7
|
-
import { s as script$2 } from './OrPopover-
|
|
8
|
-
import { s as script$3 } from './OrTag-
|
|
7
|
+
import { s as script$2 } from './OrPopover-337df396.js';
|
|
8
|
+
import { s as script$3 } from './OrTag-fbeca419.js';
|
|
9
9
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, Fragment, renderList, createBlock, mergeProps, withCtx, createTextVNode, toDisplayString, createVNode, withModifiers, createCommentVNode } from 'vue';
|
|
10
10
|
|
|
11
11
|
const Tags = [
|