@onereach/ui-components 4.6.2-beta.2782.0 → 4.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.js +47 -30
- package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +10 -19
- package/dist/bundled/v2/components/OrBottomSheetV3/index.js +0 -1
- package/dist/bundled/v2/components/OrCardCollectionV3/OrCardCollection.js +0 -1
- package/dist/bundled/v2/components/OrCardCollectionV3/index.js +0 -1
- package/dist/bundled/v2/components/OrCheckboxGroupV3/OrCheckboxGroup.js +1 -0
- package/dist/bundled/v2/components/OrCheckboxGroupV3/index.js +1 -0
- package/dist/bundled/v2/components/OrCheckboxTreeV3/OrCheckboxTree.js +1 -0
- package/dist/bundled/v2/components/OrCheckboxTreeV3/index.js +1 -0
- package/dist/bundled/v2/components/OrCheckboxV3/OrCheckbox.js +4 -3
- package/dist/bundled/v2/components/OrCheckboxV3/OrCheckbox.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrCheckboxV3/index.js +1 -0
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +52 -28
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.vue.d.ts +36 -18
- package/dist/bundled/v2/components/OrConfirmV3/index.js +0 -1
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +2 -3
- package/dist/bundled/v2/components/OrDatePickerV3/index.js +1 -2
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +3 -4
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +1 -2
- package/dist/bundled/v2/components/OrIconButtonV3/OrIconButton.js +0 -1
- package/dist/bundled/v2/components/OrIconButtonV3/index.js +0 -1
- package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.js +0 -1
- package/dist/bundled/v2/components/OrInlineInputV3/index.js +0 -1
- package/dist/bundled/v2/components/OrInlineTextareaV3/OrInlineTextarea.js +0 -1
- package/dist/bundled/v2/components/OrInlineTextareaV3/index.js +0 -1
- package/dist/bundled/v2/components/OrInputV3/OrInput.js +0 -1
- package/dist/bundled/v2/components/OrInputV3/index.js +0 -1
- package/dist/bundled/v2/components/OrMenuV3/OrMenu.js +48 -21
- package/dist/bundled/v2/components/OrMenuV3/OrMenu.vue.d.ts +16 -13
- package/dist/bundled/v2/components/OrMenuV3/index.js +0 -1
- package/dist/bundled/v2/components/OrModalV3/OrModal.js +65 -220
- package/dist/bundled/v2/components/OrModalV3/OrModal.vue.d.ts +19 -13
- package/dist/bundled/v2/components/OrModalV3/index.js +8 -9
- package/dist/bundled/v2/components/OrModalV3/styles.d.ts +3 -0
- package/dist/bundled/v2/components/OrModalV3/styles.js +16 -1
- package/dist/bundled/v2/components/OrNotificationV3/OrNotification.js +0 -1
- package/dist/bundled/v2/components/OrNotificationV3/index.js +0 -1
- package/dist/bundled/v2/components/OrPaginationV3/OrPagination.js +1 -2
- package/dist/bundled/v2/components/OrPaginationV3/index.js +0 -1
- package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +102 -31
- package/dist/bundled/v2/components/OrPopoverV3/OrPopover.vue.d.ts +12 -19
- package/dist/bundled/v2/components/OrPopoverV3/index.js +0 -1
- package/dist/bundled/v2/components/OrSearchV3/OrSearch.js +0 -1
- package/dist/bundled/v2/components/OrSearchV3/index.js +0 -1
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +6 -2
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.vue.d.ts +2 -0
- package/dist/bundled/v2/components/OrSelectV3/index.js +1 -1
- package/dist/bundled/v2/components/OrSidebarV3/OrSidebar.js +0 -1
- package/dist/bundled/v2/components/OrSidebarV3/index.js +0 -1
- package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +0 -1
- package/dist/bundled/v2/components/OrTabsV3/index.js +0 -1
- package/dist/bundled/v2/components/OrTagV3/OrTag.js +0 -1
- package/dist/bundled/v2/components/OrTagV3/index.js +0 -1
- package/dist/bundled/v2/components/OrTagsV3/OrTags.js +0 -1
- package/dist/bundled/v2/components/OrTagsV3/index.js +0 -1
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +1 -2
- package/dist/bundled/v2/components/OrTimePickerV3/index.js +0 -1
- package/dist/bundled/v2/components/OrToastContainerV3/OrToastContainer.js +0 -1
- package/dist/bundled/v2/components/OrToastContainerV3/index.js +0 -1
- package/dist/bundled/v2/components/OrToastV3/OrToast.js +0 -1
- package/dist/bundled/v2/components/OrToastV3/index.js +0 -1
- package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.js +40 -31
- package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.vue.d.ts +17 -20
- package/dist/bundled/v2/components/OrTooltipV3/index.js +0 -1
- package/dist/bundled/v2/components/index.js +2 -2
- package/dist/bundled/v2/hooks/index.d.ts +0 -1
- package/dist/bundled/v2/hooks/index.js +0 -1
- package/dist/bundled/v2/hooks/useControlAttributes.d.ts +2 -1
- package/dist/bundled/v2/hooks/useElevation.js +1 -3
- package/dist/bundled/v2/hooks/useValidationAttributes.d.ts +2 -1
- package/dist/bundled/v2/index.js +3 -3
- package/dist/bundled/v2/utils/isEmpty.d.ts +1 -1
- package/dist/bundled/v2/utils/isEmpty.js +3 -1
- package/dist/bundled/v2/utils/isEmptyValue.d.ts +1 -0
- package/dist/bundled/v2/utils/isEmptyValue.js +5 -0
- package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-18f9c167.js → OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js} +45 -28
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-c3c54670.js → OrButton.vue_vue_type_script_lang-cc8aa3a7.js} +1 -1
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-ccc178b8.js → OrButton.vue_vue_type_script_lang-e9677805.js} +1 -1
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-1dfa1d6c.js → OrCardCollection.vue_vue_type_script_lang-1f2d30f3.js} +2 -2
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-9cf3741e.js → OrCardCollection.vue_vue_type_script_lang-34390dfe.js} +3 -3
- package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-75c6053a.js → OrCheckbox.vue_vue_type_script_lang-cfeb4a4e.js} +2 -1
- package/dist/bundled/v3/{OrCheckboxGroup.vue_vue_type_script_lang-1e71771d.js → OrCheckboxGroup.vue_vue_type_script_lang-f931fc03.js} +1 -1
- package/dist/bundled/v3/{OrCheckboxTree.vue_vue_type_script_lang-46436cf3.js → OrCheckboxTree.vue_vue_type_script_lang-7e5bebf5.js} +1 -1
- package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-0a713357.js → OrCode.vue_vue_type_script_lang-5bfa4f9c.js} +2 -2
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-50cf8d05.js → OrConfirm.vue_vue_type_script_lang-2cb65fae.js} +2 -2
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-710de7be.js → OrConfirm.vue_vue_type_script_lang-e1390930.js} +52 -28
- package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-609cd431.js → OrDatePicker.vue_vue_type_script_lang-d071d109.js} +3 -3
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-eecb2974.js → OrDateTimePicker.vue_vue_type_script_lang-8aa80833.js} +3 -3
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-9eeb7b20.js → OrDateTimePicker.vue_vue_type_script_lang-b8045270.js} +1 -1
- package/dist/bundled/v3/{OrDateTimePickerMonthSelect-747d8207.js → OrDateTimePickerMonthSelect-387c2096.js} +2 -2
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-851fe8b9.js → OrIconButton.vue_vue_type_script_lang-5bba9f3f.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-a9aa6ad1.js → OrIconButton.vue_vue_type_script_lang-b5d5718b.js} +1 -1
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-80e21acb.js → OrInlineInput.vue_vue_type_script_lang-3c6b0958.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextEdit.vue_vue_type_script_lang-1f6e165b.js → OrInlineTextEdit.vue_vue_type_script_lang-f669de9e.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-7cbe9490.js → OrInlineTextarea.vue_vue_type_script_lang-da59cd8e.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-b42a6626.js → OrInput.vue_vue_type_script_lang-6242286b.js} +1 -1
- package/dist/bundled/v3/{OrList.vue_vue_type_script_lang-d305eadc.js → OrList.vue_vue_type_script_lang-29a5842e.js} +2 -2
- package/dist/bundled/v3/{OrListOfInputs.vue_vue_type_script_lang-b13756a1.js → OrListOfInputs.vue_vue_type_script_lang-740154ee.js} +2 -2
- package/dist/bundled/v3/OrMenu.vue_vue_type_script_lang-115f2c60.js +93 -0
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-0cc960ad.js → OrModal.vue_vue_type_script_lang-05916fd8.js} +1 -1
- package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-202c4e2f.js +71 -0
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-5609733f.js → OrNotification.vue_vue_type_script_lang-463e1a82.js} +1 -1
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-50d99f88.js → OrNotification.vue_vue_type_script_lang-4e5a04fa.js} +1 -1
- package/dist/bundled/v3/{OrOverflowMenu.vue_vue_type_script_lang-8ce757fb.js → OrOverflowMenu.vue_vue_type_script_lang-1b4af3a6.js} +2 -2
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-d778e42d.js → OrPagination.vue_vue_type_script_lang-bdc8d9fb.js} +1 -1
- package/dist/bundled/v3/{OrPassword.vue_vue_type_script_lang-a82a53ab.js → OrPassword.vue_vue_type_script_lang-28c99eb3.js} +1 -1
- package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-27a7448c.js → OrPopover.vue_vue_type_script_lang-7b1b2488.js} +98 -27
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-499bbce0.js → OrSearch.vue_vue_type_script_lang-0bcc597c.js} +1 -1
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-f5158c63.js → OrSearch.vue_vue_type_script_lang-8dbecb52.js} +1 -1
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-60b42f3d.js → OrSelect.vue_vue_type_script_lang-4bf05f8b.js} +9 -4
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-34a366c9.js → OrSelect.vue_vue_type_script_lang-a8a2875f.js} +1 -1
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-7097ef23.js → OrSidebar.vue_vue_type_script_lang-780eaa84.js} +1 -1
- package/dist/bundled/v3/{OrStepper.vue_vue_type_script_lang-a708d93b.js → OrStepper.vue_vue_type_script_lang-c2dffcac.js} +1 -1
- package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-888fbcef.js → OrSwitch.vue_vue_type_script_lang-3ef06bbd.js} +1 -1
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-09e8c09e.js → OrTabs.vue_vue_type_script_lang-9d4221f1.js} +1 -1
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-7287f234.js → OrTag.vue_vue_type_script_lang-09948d1f.js} +1 -1
- package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-67848ef7.js → OrTags.vue_vue_type_script_lang-71fb4f1d.js} +2 -2
- package/dist/bundled/v3/{OrTextbox.vue_vue_type_script_lang-89fae7b5.js → OrTextbox.vue_vue_type_script_lang-ed48ed9b.js} +1 -1
- package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-3da85afb.js → OrTimePicker.vue_vue_type_script_lang-c52a2a0b.js} +2 -2
- package/dist/bundled/v3/OrTooltip.vue_vue_type_script_lang-bb3db5bf.js +72 -0
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +6 -7
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +10 -16
- package/dist/bundled/v3/components/OrBottomSheetV3/index.js +2 -3
- package/dist/bundled/v3/components/OrButton/OrButton.js +3 -3
- package/dist/bundled/v3/components/OrButton/index.js +2 -2
- package/dist/bundled/v3/components/OrButtonV2/OrButton.js +3 -3
- package/dist/bundled/v3/components/OrButtonV2/index.js +3 -3
- package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.js +5 -5
- package/dist/bundled/v3/components/OrCardCollection/index.js +4 -4
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +10 -11
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +9 -10
- package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +5 -4
- package/dist/bundled/v3/components/OrCheckboxGroupV3/index.js +4 -3
- package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +4 -3
- package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +3 -2
- package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.js +3 -2
- package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.vue.d.ts +1 -1
- package/dist/bundled/v3/components/OrCheckboxV3/index.js +2 -1
- package/dist/bundled/v3/components/OrCode/OrCode.js +5 -5
- package/dist/bundled/v3/components/OrCode/index.js +4 -4
- package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +6 -6
- package/dist/bundled/v3/components/OrConfirm/index.js +5 -5
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +10 -11
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.vue.d.ts +35 -18
- package/dist/bundled/v3/components/OrConfirmV3/index.js +7 -8
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +10 -11
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +8 -9
- package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.js +4 -4
- package/dist/bundled/v3/components/OrDateTimePicker/index.js +3 -3
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +11 -12
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +8 -9
- package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.js +3 -3
- package/dist/bundled/v3/components/OrIconButtonV2/index.js +2 -2
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +6 -7
- package/dist/bundled/v3/components/OrIconButtonV3/index.js +5 -6
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +7 -8
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +6 -7
- package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.js +4 -4
- package/dist/bundled/v3/components/OrInlineTextEdit/index.js +3 -3
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +7 -8
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +6 -7
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +7 -8
- package/dist/bundled/v3/components/OrInputV3/index.js +6 -7
- package/dist/bundled/v3/components/OrList/OrList.js +5 -5
- package/dist/bundled/v3/components/OrList/index.js +4 -4
- package/dist/bundled/v3/components/OrListOfInputs/OrListOfInputs.js +6 -6
- package/dist/bundled/v3/components/OrListOfInputs/index.js +5 -5
- package/dist/bundled/v3/components/OrLoader/OrLoader.js +2 -2
- package/dist/bundled/v3/components/OrLoader/index.js +1 -1
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +8 -9
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.vue.d.ts +5 -13
- package/dist/bundled/v3/components/OrMenuV3/index.js +4 -5
- package/dist/bundled/v3/components/OrModal/OrModal.js +4 -4
- package/dist/bundled/v3/components/OrModal/index.js +3 -3
- package/dist/bundled/v3/components/OrModalV3/OrModal.js +33 -36
- package/dist/bundled/v3/components/OrModalV3/OrModal.vue.d.ts +16 -14
- package/dist/bundled/v3/components/OrModalV3/index.js +14 -15
- package/dist/bundled/v3/components/OrModalV3/styles.d.ts +3 -0
- package/dist/bundled/v3/components/OrModalV3/styles.js +16 -1
- package/dist/bundled/v3/components/OrNotification/OrNotification.js +4 -4
- package/dist/bundled/v3/components/OrNotification/index.js +3 -3
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +7 -8
- package/dist/bundled/v3/components/OrNotificationV3/index.js +6 -7
- package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.js +5 -5
- package/dist/bundled/v3/components/OrOverflowMenu/index.js +4 -4
- package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.js +2 -2
- package/dist/bundled/v3/components/OrOverlayV3/index.js +1 -1
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +7 -8
- package/dist/bundled/v3/components/OrPaginationV3/index.js +5 -6
- package/dist/bundled/v3/components/OrPassword/OrPassword.js +4 -4
- package/dist/bundled/v3/components/OrPassword/index.js +3 -3
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +7 -8
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.vue.d.ts +11 -16
- package/dist/bundled/v3/components/OrPopoverV3/index.js +3 -4
- package/dist/bundled/v3/components/OrSearch/OrSearch.js +4 -4
- package/dist/bundled/v3/components/OrSearch/index.js +3 -3
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +8 -9
- package/dist/bundled/v3/components/OrSearchV3/index.js +7 -8
- package/dist/bundled/v3/components/OrSelect/OrSelect.js +3 -3
- package/dist/bundled/v3/components/OrSelect/index.js +2 -2
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +12 -12
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.vue.d.ts +1 -0
- package/dist/bundled/v3/components/OrSelectV3/index.js +10 -10
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +7 -8
- package/dist/bundled/v3/components/OrSidebarV3/index.js +6 -7
- package/dist/bundled/v3/components/OrStepper/OrStepper.js +4 -4
- package/dist/bundled/v3/components/OrStepper/index.js +3 -3
- package/dist/bundled/v3/components/OrSwitch/OrSwitch.js +3 -3
- package/dist/bundled/v3/components/OrSwitch/index.js +2 -2
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +6 -7
- package/dist/bundled/v3/components/OrTabsV3/index.js +5 -6
- package/dist/bundled/v3/components/OrTagV3/OrTag.js +7 -8
- package/dist/bundled/v3/components/OrTagV3/index.js +6 -7
- package/dist/bundled/v3/components/OrTagsV3/OrTags.js +8 -9
- package/dist/bundled/v3/components/OrTagsV3/index.js +7 -8
- package/dist/bundled/v3/components/OrTextbox/OrTextbox.js +4 -4
- package/dist/bundled/v3/components/OrTextbox/index.js +3 -3
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +8 -9
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +6 -7
- package/dist/bundled/v3/components/OrToast/OrToast.js +2 -2
- package/dist/bundled/v3/components/OrToast/index.js +3 -3
- package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.js +4 -4
- package/dist/bundled/v3/components/OrToastContainer/index.js +3 -3
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +7 -8
- package/dist/bundled/v3/components/OrToastContainerV3/index.js +6 -7
- package/dist/bundled/v3/components/OrToastV3/OrToast.js +5 -6
- package/dist/bundled/v3/components/OrToastV3/index.js +6 -7
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +9 -12
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.vue.d.ts +6 -17
- package/dist/bundled/v3/components/OrTooltipV3/index.js +4 -5
- package/dist/bundled/v3/components/index.js +50 -50
- package/dist/bundled/v3/hooks/index.d.ts +0 -1
- package/dist/bundled/v3/hooks/index.js +0 -1
- package/dist/bundled/v3/hooks/useControlAttributes.d.ts +2 -1
- package/dist/bundled/v3/hooks/useElevation.js +1 -3
- package/dist/bundled/v3/hooks/useValidationAttributes.d.ts +2 -1
- package/dist/bundled/v3/index.js +51 -51
- package/dist/bundled/v3/utils/isEmpty.d.ts +1 -1
- package/dist/bundled/v3/utils/isEmpty.js +3 -1
- package/dist/bundled/v3/utils/isEmptyValue.d.ts +1 -0
- package/dist/bundled/v3/utils/isEmptyValue.js +5 -0
- package/dist/esm/v2/{OrBottomSheet-f858cabb.js → OrBottomSheet-ffa029ca.js} +48 -31
- package/dist/esm/v2/{OrButton-22d9ecc5.js → OrButton-b60290c4.js} +1 -1
- package/dist/esm/v2/{OrButton-a8f685e9.js → OrButton-bafb6cad.js} +1 -1
- package/dist/esm/v2/{OrButton.vue_rollup-plugin-vue_styles.0-0b3d0a46.js → OrButton.vue_rollup-plugin-vue_styles.0-3b064042.js} +2 -2
- package/dist/esm/v2/{OrCardCollection-e70e44bb.js → OrCardCollection-4eb5c533.js} +4 -4
- package/dist/esm/v2/{OrCardCollection-7ba11168.js → OrCardCollection-e23d4238.js} +4 -4
- package/dist/esm/v2/{OrCheckbox-59332f84.js → OrCheckbox-3a8c93ad.js} +8 -4
- package/dist/esm/v2/{OrCheckboxGroup-f470f938.js → OrCheckboxGroup-b0d95dd6.js} +1 -1
- package/dist/esm/v2/{OrCheckboxTree-1304ae59.js → OrCheckboxTree-54b0fdc1.js} +1 -1
- package/dist/esm/v2/{OrCode-a157e15f.js → OrCode-cbd05828.js} +4 -4
- package/dist/esm/v2/{OrConfirm-1a1becc7.js → OrConfirm-8ec55f84.js} +54 -30
- package/dist/esm/v2/{OrConfirm-49df6698.js → OrConfirm-f4eec5b2.js} +3 -3
- package/dist/esm/v2/{OrDatePicker-219d2400.js → OrDatePicker-b6ebf44a.js} +4 -4
- package/dist/esm/v2/{OrDateTimePicker-98a24b20.js → OrDateTimePicker-85c08b90.js} +5 -5
- package/dist/esm/v2/{OrDateTimePicker-d095cd1e.js → OrDateTimePicker-fb410167.js} +3 -3
- package/dist/esm/v2/{OrDateTimePickerMonthSelect-fe0170bc.js → OrDateTimePickerMonthSelect-e35404a7.js} +3 -3
- package/dist/esm/v2/{OrIconButton-e60f47af.js → OrIconButton-544ee642.js} +1 -1
- package/dist/esm/v2/{OrIconButton-1f0ff5dc.js → OrIconButton-ee747c71.js} +2 -2
- package/dist/esm/v2/{OrIconButton.vue_rollup-plugin-vue_styles.0-8e03311b.js → OrIconButton.vue_rollup-plugin-vue_styles.0-70039ca7.js} +1 -1
- package/dist/esm/v2/{OrInlineInput-d5168a53.js → OrInlineInput-a131caf4.js} +1 -1
- package/dist/esm/v2/{OrInlineTextEdit-362e9f5b.js → OrInlineTextEdit-f52267aa.js} +3 -3
- package/dist/esm/v2/{OrInlineTextarea-6285d2fc.js → OrInlineTextarea-7cc45396.js} +1 -1
- package/dist/esm/v2/{OrInput-ad560a10.js → OrInput-8c7b3cce.js} +1 -1
- package/dist/esm/v2/{OrList-5ecdd0d6.js → OrList-2e65227a.js} +3 -3
- package/dist/esm/v2/{OrListOfInputs-75414b31.js → OrListOfInputs-9b7522fa.js} +4 -4
- package/dist/esm/v2/{OrLoader-52bb8afa.js → OrLoader-0cc7c73e.js} +3 -1
- package/dist/esm/v2/{OrMenu-f01d0df1.js → OrMenu-8b902c22.js} +49 -23
- package/dist/esm/v2/OrModal-1f80d87f.js +174 -0
- package/dist/esm/v2/{OrModal-82c27104.js → OrModal-206611f2.js} +3 -3
- package/dist/esm/v2/{OrNotification-1b795836.js → OrNotification-16e6d4ff.js} +1 -1
- package/dist/esm/v2/{OrNotification-99620c47.js → OrNotification-44bc1f50.js} +3 -3
- package/dist/esm/v2/{OrOverflowMenu-a58cbd67.js → OrOverflowMenu-e3ae75a3.js} +4 -4
- package/dist/esm/v2/{OrOverlay-f791976c.js → OrOverlay-4c8c11e2.js} +1 -1
- package/dist/esm/v2/{OrPagination-cf75e50e.js → OrPagination-36583054.js} +3 -3
- package/dist/esm/v2/{OrPassword-12a00ddc.js → OrPassword-1de0dc6c.js} +3 -3
- package/dist/esm/v2/{OrPopover-8f2fbc1b.js → OrPopover-80459663.js} +104 -33
- package/dist/esm/v2/{OrSearch-6cffa183.js → OrSearch-5aa8154f.js} +1 -1
- package/dist/esm/v2/{OrSearch-b447018e.js → OrSearch-e2941d35.js} +3 -3
- package/dist/esm/v2/{OrSelect-b49b6e4a.js → OrSelect-49239b74.js} +1 -1
- package/dist/esm/v2/{OrSelect-1ee200b7.js → OrSelect-dd8affc1.js} +9 -5
- package/dist/esm/v2/{OrSidebar-00ba8017.js → OrSidebar-638b1d60.js} +1 -1
- package/dist/esm/v2/{OrSidebarCollapseButton-fcef54c9.js → OrSidebarCollapseButton-2c81d465.js} +1 -1
- package/dist/esm/v2/{OrStepper-6b35550a.js → OrStepper-3707ec50.js} +2 -2
- package/dist/esm/v2/{OrSwitch-9fa5adeb.js → OrSwitch-75458852.js} +1 -1
- package/dist/esm/v2/{OrTabs-c25f1fe2.js → OrTabs-653258a2.js} +2 -2
- package/dist/esm/v2/{OrTag-3612d8c1.js → OrTag-6256623c.js} +1 -1
- package/dist/esm/v2/{OrTags-e29da4e0.js → OrTags-db2608dc.js} +2 -2
- package/dist/esm/v2/{OrTextbox-b666b30b.js → OrTextbox-c85d7fe6.js} +3 -3
- package/dist/esm/v2/{OrTimePicker-c1898f16.js → OrTimePicker-696e29ed.js} +3 -3
- package/dist/esm/v2/{OrToastContainer-913c152f.js → OrToastContainer-7017d12b.js} +3 -3
- package/dist/esm/v2/{OrTooltip-f341039a.js → OrTooltip-5a6e0f64.js} +41 -32
- package/dist/esm/v2/components/index.js +53 -54
- package/dist/esm/v2/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +10 -19
- package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +3 -4
- package/dist/esm/v2/components/or-button/index.js +2 -2
- package/dist/esm/v2/components/or-button-v2/index.js +5 -5
- package/dist/esm/v2/components/or-card-collection/index.js +6 -6
- package/dist/esm/v2/components/or-card-collection-v3/index.js +10 -11
- package/dist/esm/v2/components/or-checkbox-group-v3/index.js +3 -3
- package/dist/esm/v2/components/or-checkbox-tree-v3/index.js +2 -2
- package/dist/esm/v2/components/or-checkbox-v3/OrCheckbox.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-checkbox-v3/index.js +1 -1
- package/dist/esm/v2/components/or-code/index.js +6 -6
- package/dist/esm/v2/components/or-confirm/index.js +7 -7
- package/dist/esm/v2/components/or-confirm-v3/OrConfirm.vue.d.ts +36 -18
- package/dist/esm/v2/components/or-confirm-v3/index.js +8 -9
- package/dist/esm/v2/components/or-date-picker-v3/index.js +9 -10
- package/dist/esm/v2/components/or-date-time-picker/index.js +5 -5
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +9 -10
- package/dist/esm/v2/components/or-icon-button-v2/index.js +3 -3
- package/dist/esm/v2/components/or-icon-button-v3/index.js +6 -7
- package/dist/esm/v2/components/or-inline-input-v3/index.js +7 -8
- package/dist/esm/v2/components/or-inline-text-edit/index.js +5 -5
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +7 -8
- package/dist/esm/v2/components/or-input-v3/index.js +7 -8
- package/dist/esm/v2/components/or-list/index.js +6 -6
- package/dist/esm/v2/components/or-list-of-inputs/index.js +7 -7
- package/dist/esm/v2/components/or-loader/index.js +1 -1
- package/dist/esm/v2/components/or-menu-v3/OrMenu.vue.d.ts +16 -13
- package/dist/esm/v2/components/or-menu-v3/index.js +6 -7
- package/dist/esm/v2/components/or-modal/index.js +5 -5
- package/dist/esm/v2/components/or-modal-v3/OrModal.vue.d.ts +19 -13
- package/dist/esm/v2/components/or-modal-v3/index.js +11 -12
- package/dist/esm/v2/components/or-modal-v3/styles.d.ts +3 -0
- package/dist/esm/v2/components/or-notification/index.js +5 -5
- package/dist/esm/v2/components/or-notification-v3/index.js +7 -8
- package/dist/esm/v2/components/or-overflow-menu/index.js +6 -6
- package/dist/esm/v2/components/or-overlay-v3/index.js +2 -2
- package/dist/esm/v2/components/or-pagination-v3/index.js +6 -7
- package/dist/esm/v2/components/or-password/index.js +5 -5
- package/dist/esm/v2/components/or-popover-v3/OrPopover.vue.d.ts +12 -19
- package/dist/esm/v2/components/or-popover-v3/index.js +4 -5
- package/dist/esm/v2/components/or-search/index.js +5 -5
- package/dist/esm/v2/components/or-search-v3/index.js +8 -9
- package/dist/esm/v2/components/or-select/index.js +2 -2
- package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +2 -0
- package/dist/esm/v2/components/or-select-v3/index.js +10 -11
- package/dist/esm/v2/components/or-sidebar-v3/index.js +8 -9
- package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +7 -8
- package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +7 -8
- package/dist/esm/v2/components/or-stepper/index.js +5 -5
- package/dist/esm/v2/components/or-switch/index.js +2 -2
- package/dist/esm/v2/components/or-tabs-v3/index.js +6 -7
- package/dist/esm/v2/components/or-tag-v3/index.js +7 -8
- package/dist/esm/v2/components/or-tags-v3/index.js +8 -9
- package/dist/esm/v2/components/or-text-v3/OrText.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-textbox/index.js +5 -5
- package/dist/esm/v2/components/or-time-picker-v3/index.js +7 -8
- package/dist/esm/v2/components/or-toast/index.js +5 -5
- package/dist/esm/v2/components/or-toast/or-toast-container/index.js +5 -5
- package/dist/esm/v2/components/or-toast-v3/index.js +7 -8
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +7 -8
- package/dist/esm/v2/components/or-tooltip-v3/OrTooltip.vue.d.ts +17 -20
- package/dist/esm/v2/components/or-tooltip-v3/index.js +5 -6
- package/dist/esm/v2/hooks/index.d.ts +0 -1
- package/dist/esm/v2/hooks/index.js +1 -2
- package/dist/esm/v2/hooks/useControlAttributes.d.ts +2 -1
- package/dist/esm/v2/hooks/useValidationAttributes.d.ts +2 -1
- package/dist/esm/v2/index.js +53 -54
- package/dist/esm/v2/{types-e365967d.js → types-4a7d24f3.js} +2 -2
- package/dist/esm/{v3/useElevation-a50ec347.js → v2/useElevation-b5a49746.js} +1 -3
- package/dist/esm/v2/utils/isEmpty.d.ts +1 -1
- package/dist/esm/v2/utils/isEmptyValue.d.ts +1 -0
- package/dist/esm/v3/{OrBottomSheet-348fe528.js → OrBottomSheet-5969a217.js} +48 -31
- package/dist/esm/v3/{OrButton-5410e79f.js → OrButton-0082a3ce.js} +1 -1
- package/dist/esm/v3/{OrButton-e44f6f03.js → OrButton-78a118d7.js} +2 -2
- package/dist/esm/v3/{OrCardCollection-126e4eb3.js → OrCardCollection-b9218f98.js} +3 -3
- package/dist/esm/v3/{OrCardCollection-97807bb9.js → OrCardCollection-d5390215.js} +4 -4
- package/dist/esm/v3/{OrCheckbox-56d7b6eb.js → OrCheckbox-7093e9c2.js} +6 -2
- package/dist/esm/v3/{OrCheckboxGroup-c41a99ba.js → OrCheckboxGroup-f755d216.js} +1 -1
- package/dist/esm/v3/{OrCheckboxTree-fa6288af.js → OrCheckboxTree-99f6eaec.js} +1 -1
- package/dist/esm/v3/{OrCode-cae13dcc.js → OrCode-2f8cdf96.js} +3 -3
- package/dist/esm/v3/{OrConfirm-a004c8b6.js → OrConfirm-704f817e.js} +3 -3
- package/dist/esm/v3/{OrConfirm-06350a61.js → OrConfirm-fe8617ac.js} +54 -30
- package/dist/esm/v3/{OrDatePicker-db267041.js → OrDatePicker-f144d074.js} +4 -4
- package/dist/esm/v3/{OrDateTimePicker-f505ab31.js → OrDateTimePicker-2214cd85.js} +5 -5
- package/dist/esm/v3/{OrDateTimePicker-cde869f4.js → OrDateTimePicker-c19dcefc.js} +2 -2
- package/dist/esm/v3/{OrDateTimePickerMonthSelect-eac28443.js → OrDateTimePickerMonthSelect-5a7b7b5c.js} +3 -3
- package/dist/esm/v3/{OrIconButton-440b9f36.js → OrIconButton-ad0cbc8d.js} +1 -1
- package/dist/esm/v3/{OrIconButton-3d1ffea6.js → OrIconButton-b7217ea5.js} +2 -2
- package/dist/esm/v3/{OrInlineInput-3785a2fd.js → OrInlineInput-dcb28ea2.js} +1 -1
- package/dist/esm/v3/{OrInlineTextEdit-be428430.js → OrInlineTextEdit-6bf54bd0.js} +2 -2
- package/dist/esm/v3/{OrInlineTextarea-7d5e758d.js → OrInlineTextarea-88eac437.js} +1 -1
- package/dist/esm/v3/{OrInput-2e83e367.js → OrInput-af5bb98a.js} +1 -1
- package/dist/esm/v3/{OrList-9872c4e6.js → OrList-042d8681.js} +2 -2
- package/dist/esm/v3/{OrListOfInputs-916d8682.js → OrListOfInputs-ce0d6ac0.js} +3 -3
- package/dist/esm/v3/{OrLoader-7d0021b7.js → OrLoader-7b006619.js} +3 -1
- package/dist/esm/v3/{OrMenu-458e495d.js → OrMenu-8a53ccf9.js} +50 -24
- package/dist/esm/v3/OrModal-1366926a.js +150 -0
- package/dist/esm/v3/{OrModal-03ad23ea.js → OrModal-f3a4813a.js} +2 -2
- package/dist/esm/v3/{OrNotification-cdbd93bc.js → OrNotification-09216b8b.js} +1 -1
- package/dist/esm/v3/{OrNotification-69eff848.js → OrNotification-538f8e92.js} +2 -2
- package/dist/esm/v3/{OrOverflowMenu-40bdbf02.js → OrOverflowMenu-4d0bf63a.js} +2 -2
- package/dist/esm/v3/{OrOverlay-28952099.js → OrOverlay-bf72f582.js} +1 -1
- package/dist/esm/v3/{OrPagination-ad365d85.js → OrPagination-c6046af4.js} +3 -3
- package/dist/esm/v3/{OrPassword-42208c82.js → OrPassword-9192b9ea.js} +2 -2
- package/dist/esm/v3/{OrPopover-9bc36ad6.js → OrPopover-15c2968f.js} +102 -31
- package/dist/esm/v3/{OrSearch-cdb1eeb4.js → OrSearch-d0c8aca7.js} +2 -2
- package/dist/esm/v3/{OrSearch-ad1a1b36.js → OrSearch-ecad7638.js} +1 -1
- package/dist/esm/v3/{OrSelect-24937c69.js → OrSelect-60205145.js} +1 -1
- package/dist/esm/v3/{OrSelect-04f5014d.js → OrSelect-cfb336db.js} +9 -5
- package/dist/esm/v3/{OrSidebar-20aaf94a.js → OrSidebar-1579ad80.js} +1 -1
- package/dist/esm/v3/{OrSidebarCollapseButton-8d1f1bd0.js → OrSidebarCollapseButton-2668946c.js} +1 -1
- package/dist/esm/v3/{OrStepper-6c1a95f6.js → OrStepper-651a619a.js} +2 -2
- package/dist/esm/v3/{OrSwitch-9edf6e63.js → OrSwitch-10747a24.js} +1 -1
- package/dist/esm/v3/{OrTabs-867f01e7.js → OrTabs-a2d87627.js} +2 -2
- package/dist/esm/v3/{OrTag-fb9d3047.js → OrTag-8605e9e6.js} +1 -1
- package/dist/esm/v3/{OrTags-a818974a.js → OrTags-3724ff59.js} +2 -2
- package/dist/esm/v3/{OrTextbox-5bdb513f.js → OrTextbox-56714f51.js} +2 -2
- package/dist/esm/v3/{OrTimePicker-7a47802d.js → OrTimePicker-68de86d9.js} +3 -3
- package/dist/esm/v3/{OrToastContainer-000547a2.js → OrToastContainer-72b52576.js} +2 -2
- package/dist/esm/v3/{OrTooltip-00037d45.js → OrTooltip-3d5fcaf9.js} +42 -27
- package/dist/esm/v3/components/index.js +51 -52
- package/dist/esm/v3/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +10 -16
- package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +3 -4
- package/dist/esm/v3/components/or-button/index.js +2 -2
- package/dist/esm/v3/components/or-button-v2/index.js +3 -3
- package/dist/esm/v3/components/or-card-collection/index.js +5 -5
- package/dist/esm/v3/components/or-card-collection-v3/index.js +10 -11
- package/dist/esm/v3/components/or-checkbox-group-v3/index.js +3 -3
- package/dist/esm/v3/components/or-checkbox-tree-v3/index.js +2 -2
- package/dist/esm/v3/components/or-checkbox-v3/OrCheckbox.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-checkbox-v3/index.js +1 -1
- package/dist/esm/v3/components/or-code/index.js +5 -5
- package/dist/esm/v3/components/or-confirm/index.js +5 -5
- package/dist/esm/v3/components/or-confirm-v3/OrConfirm.vue.d.ts +35 -18
- package/dist/esm/v3/components/or-confirm-v3/index.js +8 -9
- package/dist/esm/v3/components/or-date-picker-v3/index.js +9 -10
- package/dist/esm/v3/components/or-date-time-picker/index.js +4 -4
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +9 -10
- package/dist/esm/v3/components/or-icon-button-v2/index.js +2 -2
- package/dist/esm/v3/components/or-icon-button-v3/index.js +6 -7
- package/dist/esm/v3/components/or-inline-input-v3/index.js +7 -8
- package/dist/esm/v3/components/or-inline-text-edit/index.js +4 -4
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +7 -8
- package/dist/esm/v3/components/or-input-v3/index.js +7 -8
- package/dist/esm/v3/components/or-list/index.js +4 -4
- package/dist/esm/v3/components/or-list-of-inputs/index.js +5 -5
- package/dist/esm/v3/components/or-loader/index.js +1 -1
- package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +5 -13
- package/dist/esm/v3/components/or-menu-v3/index.js +6 -7
- package/dist/esm/v3/components/or-modal/index.js +4 -4
- package/dist/esm/v3/components/or-modal-v3/OrModal.vue.d.ts +16 -14
- package/dist/esm/v3/components/or-modal-v3/index.js +10 -11
- package/dist/esm/v3/components/or-modal-v3/styles.d.ts +3 -0
- package/dist/esm/v3/components/or-notification/index.js +4 -4
- package/dist/esm/v3/components/or-notification-v3/index.js +7 -8
- package/dist/esm/v3/components/or-overflow-menu/index.js +4 -4
- package/dist/esm/v3/components/or-overlay-v3/index.js +2 -2
- package/dist/esm/v3/components/or-pagination-v3/index.js +6 -7
- package/dist/esm/v3/components/or-password/index.js +4 -4
- package/dist/esm/v3/components/or-popover-v3/OrPopover.vue.d.ts +11 -16
- package/dist/esm/v3/components/or-popover-v3/index.js +4 -5
- package/dist/esm/v3/components/or-search/index.js +4 -4
- package/dist/esm/v3/components/or-search-v3/index.js +8 -9
- package/dist/esm/v3/components/or-select/index.js +2 -2
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +1 -0
- package/dist/esm/v3/components/or-select-v3/index.js +10 -11
- package/dist/esm/v3/components/or-sidebar-v3/index.js +8 -9
- package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +7 -8
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +7 -8
- package/dist/esm/v3/components/or-stepper/index.js +4 -4
- package/dist/esm/v3/components/or-switch/index.js +2 -2
- package/dist/esm/v3/components/or-tabs-v3/index.js +6 -7
- package/dist/esm/v3/components/or-tag-v3/index.js +7 -8
- package/dist/esm/v3/components/or-tags-v3/index.js +8 -9
- package/dist/esm/v3/components/or-textbox/index.js +4 -4
- package/dist/esm/v3/components/or-time-picker-v3/index.js +7 -8
- package/dist/esm/v3/components/or-toast/index.js +4 -4
- package/dist/esm/v3/components/or-toast/or-toast-container/index.js +4 -4
- package/dist/esm/v3/components/or-toast-v3/index.js +7 -8
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +7 -8
- package/dist/esm/v3/components/or-tooltip-v3/OrTooltip.vue.d.ts +6 -17
- package/dist/esm/v3/components/or-tooltip-v3/index.js +5 -6
- package/dist/esm/v3/hooks/index.d.ts +0 -1
- package/dist/esm/v3/hooks/index.js +1 -2
- package/dist/esm/v3/hooks/useControlAttributes.d.ts +2 -1
- package/dist/esm/v3/hooks/useValidationAttributes.d.ts +2 -1
- package/dist/esm/v3/index.js +51 -52
- package/dist/esm/v3/{types-f97d54b8.js → types-9e1555eb.js} +2 -2
- package/dist/esm/{v2/useElevation-a50ec347.js → v3/useElevation-b5a49746.js} +1 -3
- package/dist/esm/v3/utils/isEmpty.d.ts +1 -1
- package/dist/esm/v3/utils/isEmptyValue.d.ts +1 -0
- package/package.json +3 -2
- package/src/components/or-bottom-sheet-v3/OrBottomSheet.vue +58 -29
- package/src/components/or-checkbox-v3/OrCheckbox.vue +2 -1
- package/src/components/or-confirm-v3/OrConfirm.vue +50 -29
- package/src/components/or-date-picker-v3/OrDatePicker.vue +1 -1
- package/src/components/or-date-time-picker-v3/OrDateTimePicker.vue +2 -2
- package/src/components/or-menu-v3/OrMenu.vue +40 -18
- package/src/components/or-modal-v3/OrModal.vue +66 -32
- package/src/components/or-modal-v3/styles.ts +25 -0
- package/src/components/or-pagination-v3/OrPagination.vue +1 -1
- package/src/components/or-popover-v3/OrPopover.vue +125 -28
- package/src/components/or-select-v3/OrSelect.vue +9 -1
- package/src/components/or-time-picker-v3/OrTimePicker.vue +1 -1
- package/src/components/or-tooltip-v3/OrTooltip.vue +40 -25
- package/src/hooks/index.ts +0 -1
- package/src/hooks/useControlAttributes.ts +1 -1
- package/src/hooks/useElevation.ts +1 -3
- package/src/hooks/useValidationAttributes.ts +1 -1
- package/src/utils/isEmpty.ts +3 -1
- package/src/utils/isEmptyValue.ts +3 -0
- package/dist/bundled/v2/hooks/usePopoverState.d.ts +0 -8
- package/dist/bundled/v2/hooks/usePopoverState.js +0 -40
- package/dist/bundled/v3/OrMenu.vue_vue_type_script_lang-97d5a16c.js +0 -66
- package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-00b3317a.js +0 -160
- package/dist/bundled/v3/OrTooltip.vue_vue_type_script_lang-0f90dccb.js +0 -55
- package/dist/bundled/v3/hooks/usePopoverState.d.ts +0 -8
- package/dist/bundled/v3/hooks/usePopoverState.js +0 -40
- package/dist/esm/v2/OrModal-ce0e3a9f.js +0 -312
- package/dist/esm/v2/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue.d.ts +0 -8
- package/dist/esm/v2/components/or-modal-v3/partials/or-modal-content/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-modal-v3/partials/or-modal-footer/OrModalFooter.vue.d.ts +0 -8
- package/dist/esm/v2/components/or-modal-v3/partials/or-modal-footer/styles.d.ts +0 -1
- package/dist/esm/v2/components/or-modal-v3/partials/or-modal-header/OrModalHeader.vue.d.ts +0 -12
- package/dist/esm/v2/components/or-modal-v3/partials/or-modal-header/styles.d.ts +0 -1
- package/dist/esm/v2/hooks/usePopoverState.d.ts +0 -8
- package/dist/esm/v2/usePopoverState-30ac6da1.js +0 -40
- package/dist/esm/v3/OrModal-d6bb9576.js +0 -226
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue.d.ts +0 -5
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-content/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-footer/OrModalFooter.vue.d.ts +0 -5
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-footer/styles.d.ts +0 -1
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-header/OrModalHeader.vue.d.ts +0 -7
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-header/styles.d.ts +0 -1
- package/dist/esm/v3/hooks/usePopoverState.d.ts +0 -8
- package/dist/esm/v3/usePopoverState-30ac6da1.js +0 -40
- package/src/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue +0 -37
- package/src/components/or-modal-v3/partials/or-modal-content/styles.ts +0 -10
- package/src/components/or-modal-v3/partials/or-modal-footer/OrModalFooter.vue +0 -37
- package/src/components/or-modal-v3/partials/or-modal-footer/styles.ts +0 -4
- package/src/components/or-modal-v3/partials/or-modal-header/OrModalHeader.vue +0 -54
- package/src/components/or-modal-v3/partials/or-modal-header/styles.ts +0 -10
- package/src/hooks/usePopoverState.ts +0 -55
- /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-bf92c66b.js → OrDateTimePickerMonthSelect-75089f80.js} +0 -0
- /package/dist/bundled/v3/{OrLoader.vue_vue_type_script_lang-27847e63.js → OrLoader.vue_vue_type_script_lang-a1fed697.js} +0 -0
- /package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-29ff6fd8.js → OrOverlay.vue_vue_type_script_lang-86c7b93a.js} +0 -0
- /package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-fc32e90b.js → OrToastContainer.vue_vue_type_script_lang-485ef171.js} +0 -0
- /package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-99d1a2c3.js → OrToastContainer.vue_vue_type_script_lang-6512c2eb.js} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { s as OrToast, a as OrToastContainer } from '../../OrToastContainer-
|
|
1
|
+
export { s as OrToast, a as OrToastContainer } from '../../OrToastContainer-72b52576.js';
|
|
2
2
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../../useToast-b5ea5cb2.js';
|
|
3
|
-
import '../../OrButton-
|
|
3
|
+
import '../../OrButton-78a118d7.js';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../../OrIcon-d8ea7901.js';
|
|
6
6
|
import '../../OrTooltip-c1006713.js';
|
|
@@ -15,8 +15,8 @@ import '../../dom-f1d55b67.js';
|
|
|
15
15
|
import 'lodash/isElement';
|
|
16
16
|
import 'lodash/get';
|
|
17
17
|
import '../../px-to-rem-0b26b83e.js';
|
|
18
|
-
import '../../OrLoader-
|
|
19
|
-
import '../../OrIconButton-
|
|
18
|
+
import '../../OrLoader-7b006619.js';
|
|
19
|
+
import '../../OrIconButton-ad0cbc8d.js';
|
|
20
20
|
import '../../OrProgress-aa2ea84b.js';
|
|
21
21
|
import 'lodash/round';
|
|
22
22
|
import '@vueuse/core';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { a as OrToastContainer } from '../../../OrToastContainer-
|
|
1
|
+
export { a as OrToastContainer } from '../../../OrToastContainer-72b52576.js';
|
|
2
2
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../../../useToast-b5ea5cb2.js';
|
|
3
|
-
import '../../../OrButton-
|
|
3
|
+
import '../../../OrButton-78a118d7.js';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../../../OrIcon-d8ea7901.js';
|
|
6
6
|
import '../../../OrTooltip-c1006713.js';
|
|
@@ -15,8 +15,8 @@ import '../../../dom-f1d55b67.js';
|
|
|
15
15
|
import 'lodash/isElement';
|
|
16
16
|
import 'lodash/get';
|
|
17
17
|
import '../../../px-to-rem-0b26b83e.js';
|
|
18
|
-
import '../../../OrLoader-
|
|
19
|
-
import '../../../OrIconButton-
|
|
18
|
+
import '../../../OrLoader-7b006619.js';
|
|
19
|
+
import '../../../OrIconButton-ad0cbc8d.js';
|
|
20
20
|
import '../../../OrProgress-aa2ea84b.js';
|
|
21
21
|
import 'lodash/round';
|
|
22
22
|
import '@vueuse/core';
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../../types-
|
|
1
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../../types-9e1555eb.js';
|
|
2
2
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../useToast-a1332cc2.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
|
-
import '../../useElevation-
|
|
5
|
+
import '../../useElevation-b5a49746.js';
|
|
6
6
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
7
7
|
import 'vue';
|
|
8
|
-
import '../../OrIconButton-
|
|
8
|
+
import '../../OrIconButton-b7217ea5.js';
|
|
9
9
|
import '../../OrIcon-62793572.js';
|
|
10
|
-
import '../../OrTooltip-
|
|
11
|
-
import '../../
|
|
12
|
-
import '../../OrPopover-9bc36ad6.js';
|
|
10
|
+
import '../../OrTooltip-3d5fcaf9.js';
|
|
11
|
+
import '../../OrPopover-15c2968f.js';
|
|
13
12
|
import '@floating-ui/dom';
|
|
14
13
|
import '../../useResponsive-a02e95b7.js';
|
|
15
|
-
import '../../OrBottomSheet-
|
|
16
|
-
import '../../OrOverlay-
|
|
14
|
+
import '../../OrBottomSheet-5969a217.js';
|
|
15
|
+
import '../../OrOverlay-bf72f582.js';
|
|
17
16
|
import '../../OrLoader-b79022da.js';
|
|
18
17
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
export { a as OrToastContainerV3, t as TypesV3 } from '../../../types-
|
|
1
|
+
export { a as OrToastContainerV3, t as TypesV3 } from '../../../types-9e1555eb.js';
|
|
2
2
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../../useToast-a1332cc2.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
|
-
import '../../../useElevation-
|
|
5
|
+
import '../../../useElevation-b5a49746.js';
|
|
6
6
|
import '../../../OrTeleport.vue3-8099178c.js';
|
|
7
7
|
import 'vue';
|
|
8
|
-
import '../../../OrIconButton-
|
|
8
|
+
import '../../../OrIconButton-b7217ea5.js';
|
|
9
9
|
import '../../../OrIcon-62793572.js';
|
|
10
|
-
import '../../../OrTooltip-
|
|
11
|
-
import '../../../
|
|
12
|
-
import '../../../OrPopover-9bc36ad6.js';
|
|
10
|
+
import '../../../OrTooltip-3d5fcaf9.js';
|
|
11
|
+
import '../../../OrPopover-15c2968f.js';
|
|
13
12
|
import '@floating-ui/dom';
|
|
14
13
|
import '../../../useResponsive-a02e95b7.js';
|
|
15
|
-
import '../../../OrBottomSheet-
|
|
16
|
-
import '../../../OrOverlay-
|
|
14
|
+
import '../../../OrBottomSheet-5969a217.js';
|
|
15
|
+
import '../../../OrOverlay-bf72f582.js';
|
|
17
16
|
import '../../../OrLoader-b79022da.js';
|
|
18
17
|
import '../../../style-inject.es-4c6f2515.js';
|
|
@@ -1,46 +1,35 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { TooltipPlacement } from './props';
|
|
3
3
|
declare const _default: import("vue-demi").DefineComponent<{
|
|
4
|
-
isOpen: {
|
|
5
|
-
type: BooleanConstructor;
|
|
6
|
-
default: boolean;
|
|
7
|
-
};
|
|
8
4
|
text: {
|
|
9
5
|
type: StringConstructor;
|
|
10
6
|
default: undefined;
|
|
11
7
|
};
|
|
12
8
|
placement: {
|
|
13
|
-
type: PropType<
|
|
9
|
+
type: PropType<"top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end">;
|
|
14
10
|
default: TooltipPlacement;
|
|
15
11
|
};
|
|
16
12
|
}, {
|
|
17
13
|
root: import("vue-demi").Ref<HTMLElement | undefined>;
|
|
14
|
+
popover: import("vue-demi").Ref<any>;
|
|
15
|
+
popoverRoot: import("vue-demi").ComputedRef<any>;
|
|
18
16
|
rootStyles: import("vue-demi").ComputedRef<string[]>;
|
|
19
17
|
bodyStyles: import("vue-demi").ComputedRef<string[]>;
|
|
20
|
-
state: Readonly<import("vue-demi").Ref<"open" | "closed">>;
|
|
21
18
|
open: () => void;
|
|
22
19
|
close: () => void;
|
|
23
|
-
|
|
24
|
-
}, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, ("update:state" | "open" | "close")[], "update:state" | "open" | "close", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
|
|
25
|
-
isOpen: {
|
|
26
|
-
type: BooleanConstructor;
|
|
27
|
-
default: boolean;
|
|
28
|
-
};
|
|
20
|
+
}, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, "update:state"[], "update:state", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
|
|
29
21
|
text: {
|
|
30
22
|
type: StringConstructor;
|
|
31
23
|
default: undefined;
|
|
32
24
|
};
|
|
33
25
|
placement: {
|
|
34
|
-
type: PropType<
|
|
26
|
+
type: PropType<"top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end">;
|
|
35
27
|
default: TooltipPlacement;
|
|
36
28
|
};
|
|
37
29
|
}>> & {
|
|
38
30
|
"onUpdate:state"?: ((...args: any[]) => any) | undefined;
|
|
39
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
40
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
41
31
|
}, {
|
|
42
|
-
isOpen: boolean;
|
|
43
32
|
text: string;
|
|
44
|
-
placement:
|
|
33
|
+
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
|
|
45
34
|
}>;
|
|
46
35
|
export default _default;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
export { s as OrTooltipV3 } from '../../OrTooltip-
|
|
2
|
-
export { P as TooltipPlacement } from '../../OrPopover-
|
|
1
|
+
export { s as OrTooltipV3 } from '../../OrTooltip-3d5fcaf9.js';
|
|
2
|
+
export { P as TooltipPlacement } from '../../OrPopover-15c2968f.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
|
-
import '../../usePopoverState-30ac6da1.js';
|
|
6
5
|
import 'vue';
|
|
7
6
|
import '@floating-ui/dom';
|
|
8
|
-
import '../../useElevation-
|
|
7
|
+
import '../../useElevation-b5a49746.js';
|
|
9
8
|
import '../../useResponsive-a02e95b7.js';
|
|
10
|
-
import '../../OrBottomSheet-
|
|
11
|
-
import '../../OrOverlay-
|
|
9
|
+
import '../../OrBottomSheet-5969a217.js';
|
|
10
|
+
import '../../OrOverlay-bf72f582.js';
|
|
12
11
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
@@ -2,7 +2,6 @@ export { useControlAttributes } from './useControlAttributes';
|
|
|
2
2
|
export { useElevation } from './useElevation';
|
|
3
3
|
export { useIdAttribute } from './useIdAttribute';
|
|
4
4
|
export { useOverflow } from './useOverflow';
|
|
5
|
-
export { usePopoverState } from './usePopoverState';
|
|
6
5
|
export { useResponsive } from './useResponsive';
|
|
7
6
|
export { default as useToggle } from './useToggle';
|
|
8
7
|
export { useValidationAttributes } from './useValidationAttributes';
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export { u as useControlAttributes, a as useIdAttribute } from '../useIdAttribute-859439f0.js';
|
|
2
|
-
export { u as useElevation } from '../useElevation-
|
|
2
|
+
export { u as useElevation } from '../useElevation-b5a49746.js';
|
|
3
3
|
export { u as useOverflow } from '../useOverflow-c856b7b7.js';
|
|
4
|
-
export { u as usePopoverState } from '../usePopoverState-30ac6da1.js';
|
|
5
4
|
export { u as useResponsive } from '../useResponsive-a02e95b7.js';
|
|
6
5
|
export { u as useToggle } from '../useToggle-c04fc920.js';
|
|
7
6
|
export { u as useValidationAttributes } from '../useValidationAttributes-d1abbe34.js';
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { ComputedRef } from 'vue-demi';
|
|
2
|
-
|
|
2
|
+
interface ControlAttributes {
|
|
3
3
|
readonly: ComputedRef<boolean | undefined>;
|
|
4
4
|
disabled: ComputedRef<boolean | undefined>;
|
|
5
5
|
'force-state': ComputedRef<string | undefined>;
|
|
6
6
|
}
|
|
7
7
|
export declare function useControlAttributes(): ControlAttributes;
|
|
8
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComputedRef } from 'vue-demi';
|
|
2
|
-
|
|
2
|
+
interface ValidationAttributes {
|
|
3
3
|
required: ComputedRef<boolean | undefined>;
|
|
4
4
|
minlength: ComputedRef<number | undefined>;
|
|
5
5
|
maxlength: ComputedRef<number | undefined>;
|
|
@@ -9,3 +9,4 @@ export interface ValidationAttributes {
|
|
|
9
9
|
step: ComputedRef<number | undefined>;
|
|
10
10
|
}
|
|
11
11
|
export declare function useValidationAttributes(): ValidationAttributes;
|
|
12
|
+
export {};
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
export { O as OR_AVATAR_SIZE, s as OrAvatar } from './OrAvatar-6e998746.js';
|
|
2
2
|
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from './OrAvatar-3ccb5f60.js';
|
|
3
|
-
export { B as BottomSheetVariant, s as OrBottomSheetV3 } from './OrBottomSheet-
|
|
4
|
-
export { s as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from './OrButton-
|
|
5
|
-
export { s as OrButtonV2 } from './OrButton-
|
|
6
|
-
export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE, s as OrIconButton, s as OrIconButtonV2 } from './OrIconButton-
|
|
3
|
+
export { B as BottomSheetVariant, s as OrBottomSheetV3 } from './OrBottomSheet-5969a217.js';
|
|
4
|
+
export { s as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from './OrButton-0082a3ce.js';
|
|
5
|
+
export { s as OrButtonV2 } from './OrButton-78a118d7.js';
|
|
6
|
+
export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE, s as OrIconButton, s as OrIconButtonV2 } from './OrIconButton-ad0cbc8d.js';
|
|
7
7
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from './OrButton-c2b6aa9e.js';
|
|
8
8
|
export { s as OrCard } from './OrCard-e3a5aea4.js';
|
|
9
|
-
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from './OrCardCollection-
|
|
10
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-
|
|
9
|
+
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from './OrCardCollection-b9218f98.js';
|
|
10
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-d5390215.js';
|
|
11
11
|
export { s as OrCardV3 } from './OrCard-cc82902c.js';
|
|
12
12
|
export { s as OrCarousel } from './OrCarousel-5cc74f26.js';
|
|
13
13
|
export { s as OrCarouselItem } from './OrCarouselItem-8c7ccd0f.js';
|
|
14
14
|
export { s as OrCheckbox } from './OrCheckbox-72ae9748.js';
|
|
15
|
-
export { s as OrCheckboxV3 } from './OrCheckbox-
|
|
16
|
-
export { s as OrCheckboxGroupV3 } from './OrCheckboxGroup-
|
|
17
|
-
export { s as OrCheckboxTreeV3, f as flattenDeep } from './OrCheckboxTree-
|
|
15
|
+
export { s as OrCheckboxV3 } from './OrCheckbox-7093e9c2.js';
|
|
16
|
+
export { s as OrCheckboxGroupV3 } from './OrCheckboxGroup-f755d216.js';
|
|
17
|
+
export { s as OrCheckboxTreeV3, f as flattenDeep } from './OrCheckboxTree-99f6eaec.js';
|
|
18
18
|
export { s as OrChip } from './OrChip-857982e0.js';
|
|
19
19
|
export { s as OrChips } from './OrChips-053f3a92.js';
|
|
20
|
-
export { s as OrCode, O as OrCodeLanguages } from './OrCode-
|
|
20
|
+
export { s as OrCode, O as OrCodeLanguages } from './OrCode-2f8cdf96.js';
|
|
21
21
|
export { s as OrCollapse } from './OrCollapse-a06f22aa.js';
|
|
22
22
|
export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-475c0be4.js';
|
|
23
23
|
export { s as OrCombinedInputV3 } from './OrCombinedInput-14c23a04.js';
|
|
24
24
|
export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, s as OrInputBoxV3, I as SearchSize, I as SelectSize, I as TextareaSize, I as TimePickerSize } from './OrInputBox-ba40bbdf.js';
|
|
25
|
-
export { s as OrConfirm } from './OrConfirm-
|
|
26
|
-
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-
|
|
27
|
-
export { s as OrDatePickerV3 } from './OrDatePicker-
|
|
28
|
-
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-
|
|
29
|
-
export { s as OrDateTimePickerV3 } from './OrDateTimePicker-
|
|
25
|
+
export { s as OrConfirm } from './OrConfirm-704f817e.js';
|
|
26
|
+
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-fe8617ac.js';
|
|
27
|
+
export { s as OrDatePickerV3 } from './OrDatePicker-f144d074.js';
|
|
28
|
+
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-c19dcefc.js';
|
|
29
|
+
export { s as OrDateTimePickerV3 } from './OrDateTimePicker-2214cd85.js';
|
|
30
30
|
export { E as EmptyStateSize, s as OrEmptyStateV3 } from './OrEmptyState-5349a1f9.js';
|
|
31
31
|
export { s as OrError } from './OrError-f90296db.js';
|
|
32
32
|
export { s as OrErrorTagV3 } from './OrErrorTag-ade9192b.js';
|
|
@@ -38,48 +38,48 @@ export { F as FormGroupDirection, s as OrFormGroupV3 } from './OrFormGroup-9f581
|
|
|
38
38
|
export { s as OrHint } from './OrHint-8822005b.js';
|
|
39
39
|
export { s as OrHintV3 } from './OrHint-06ab89d7.js';
|
|
40
40
|
export { s as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-d8ea7901.js';
|
|
41
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-
|
|
41
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-b7217ea5.js';
|
|
42
42
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from './OrIcon-62793572.js';
|
|
43
43
|
export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from './OrInlineInputBox-01fb2cb2.js';
|
|
44
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-
|
|
45
|
-
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from './OrInlineTextEdit-
|
|
46
|
-
export { s as OrInlineTextareaV3 } from './OrInlineTextarea-
|
|
44
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-dcb28ea2.js';
|
|
45
|
+
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from './OrInlineTextEdit-6bf54bd0.js';
|
|
46
|
+
export { s as OrInlineTextareaV3 } from './OrInlineTextarea-88eac437.js';
|
|
47
47
|
export { s as OrInput } from './OrInput-9be9a209.js';
|
|
48
|
-
export { I as InputType, s as OrInputV3 } from './OrInput-
|
|
48
|
+
export { I as InputType, s as OrInputV3 } from './OrInput-af5bb98a.js';
|
|
49
49
|
export { s as OrLabel } from './OrLabel-a7d99df4.js';
|
|
50
50
|
export { L as LabelVariant, s as OrLabelV3 } from './OrLabel-4da56db0.js';
|
|
51
51
|
export { L as LinkColor, s as OrLinkV3 } from './OrLink-7c4eedf0.js';
|
|
52
|
-
export { s as OrList } from './OrList-
|
|
53
|
-
export { s as OrListOfInputs } from './OrListOfInputs-
|
|
54
|
-
export { L as LoaderViews, s as OrLoader } from './OrLoader-
|
|
52
|
+
export { s as OrList } from './OrList-042d8681.js';
|
|
53
|
+
export { s as OrListOfInputs } from './OrListOfInputs-ce0d6ac0.js';
|
|
54
|
+
export { L as LoaderViews, s as OrLoader } from './OrLoader-7b006619.js';
|
|
55
55
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from './OrLoader-b79022da.js';
|
|
56
56
|
export { s as OrMenuItemV3 } from './OrMenuItem-dbee450f.js';
|
|
57
|
-
export { s as OrMenuV3 } from './OrMenu-
|
|
58
|
-
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-
|
|
59
|
-
export { s as OrModal, O as OrModalSizes } from './OrModal-
|
|
60
|
-
export { M as ModalSize, s as OrModalV3 } from './OrModal-
|
|
61
|
-
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from './OrNotification-
|
|
62
|
-
export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification-
|
|
57
|
+
export { s as OrMenuV3 } from './OrMenu-8a53ccf9.js';
|
|
58
|
+
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-15c2968f.js';
|
|
59
|
+
export { s as OrModal, O as OrModalSizes } from './OrModal-f3a4813a.js';
|
|
60
|
+
export { M as ModalSize, s as OrModalV3 } from './OrModal-1366926a.js';
|
|
61
|
+
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from './OrNotification-538f8e92.js';
|
|
62
|
+
export { N as NotificationVariant, s as OrNotificationV3 } from './OrNotification-09216b8b.js';
|
|
63
63
|
export { s as OrNumberInput } from './OrNumberInput-249caf96.js';
|
|
64
|
-
export { s as OrOverflowMenu } from './OrOverflowMenu-
|
|
64
|
+
export { s as OrOverflowMenu } from './OrOverflowMenu-4d0bf63a.js';
|
|
65
65
|
export { s as OrOverlay } from './OrOverlay-451dce49.js';
|
|
66
|
-
export { s as OrOverlayV3 } from './OrOverlay-
|
|
67
|
-
export { s as OrPaginationV3 } from './OrPagination-
|
|
68
|
-
export { s as OrPassword } from './OrPassword-
|
|
66
|
+
export { s as OrOverlayV3 } from './OrOverlay-bf72f582.js';
|
|
67
|
+
export { s as OrPaginationV3 } from './OrPagination-c6046af4.js';
|
|
68
|
+
export { s as OrPassword } from './OrPassword-9192b9ea.js';
|
|
69
69
|
export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from './OrProgress-aa2ea84b.js';
|
|
70
70
|
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-efa51d7b.js';
|
|
71
71
|
export { s as OrRadio } from './OrRadio-40bf2c87.js';
|
|
72
72
|
export { s as OrRadioGroup } from './OrRadioGroup-00785e41.js';
|
|
73
73
|
export { s as OrRadioGroupV3 } from './OrRadioGroup-5d1fe6fd.js';
|
|
74
74
|
export { s as OrRadioV3 } from './OrRadio-a6c88f29.js';
|
|
75
|
-
export { s as OrSearch } from './OrSearch-
|
|
76
|
-
export { s as OrSearchV3 } from './OrSearch-
|
|
75
|
+
export { s as OrSearch } from './OrSearch-d0c8aca7.js';
|
|
76
|
+
export { s as OrSearchV3 } from './OrSearch-ecad7638.js';
|
|
77
77
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-359fbf3a.js';
|
|
78
|
-
export { s as OrSelect } from './OrSelect-
|
|
79
|
-
export { s as OrSelectV3 } from './OrSelect-
|
|
78
|
+
export { s as OrSelect } from './OrSelect-60205145.js';
|
|
79
|
+
export { s as OrSelectV3 } from './OrSelect-cfb336db.js';
|
|
80
80
|
export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-aaf73310.js';
|
|
81
|
-
export { s as OrSidebarV3 } from './OrSidebar-
|
|
82
|
-
export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-
|
|
81
|
+
export { s as OrSidebarV3 } from './OrSidebar-1579ad80.js';
|
|
82
|
+
export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-2668946c.js';
|
|
83
83
|
export { s as OrSkeletonCircle } from './OrSkeletonCircle-66e175a0.js';
|
|
84
84
|
export { s as OrSkeletonRect } from './OrSkeletonRect-c694574e.js';
|
|
85
85
|
export { s as OrSkeletonText } from './OrSkeletonText-9a800de4.js';
|
|
@@ -89,36 +89,35 @@ export { s as OrSkeletonRectV3 } from './OrSkeletonRect-ba5df861.js';
|
|
|
89
89
|
export { s as OrSkeletonTextV3 } from './OrSkeletonText-3c3207d0.js';
|
|
90
90
|
export { s as OrSlider } from './OrSlider-eead916e.js';
|
|
91
91
|
export { s as OrSortHeaderV3 } from './OrSortHeader-54d85a25.js';
|
|
92
|
-
export { s as OrStepper } from './OrStepper-
|
|
93
|
-
export { s as OrSwitch } from './OrSwitch-
|
|
92
|
+
export { s as OrStepper } from './OrStepper-651a619a.js';
|
|
93
|
+
export { s as OrSwitch } from './OrSwitch-10747a24.js';
|
|
94
94
|
export { s as OrSwitchV3 } from './OrSwitch-594f5a63.js';
|
|
95
95
|
export { s as OrTab } from './OrTab-d8d4e871.js';
|
|
96
96
|
export { s as OrTabHeaderItem } from './OrTabHeaderItem-c2af7ca3.js';
|
|
97
97
|
export { s as OrTabV3 } from './OrTab-f7e51ffb.js';
|
|
98
98
|
export { s as OrTabs } from './OrTabs-3da3ea89.js';
|
|
99
|
-
export { s as OrTabsV3, T as TabsVariant } from './OrTabs-
|
|
99
|
+
export { s as OrTabsV3, T as TabsVariant } from './OrTabs-a2d87627.js';
|
|
100
100
|
export { s as OrTag } from './OrTag-a2197abd.js';
|
|
101
|
-
export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-
|
|
102
|
-
export { s as OrTagsV3 } from './OrTags-
|
|
101
|
+
export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-8605e9e6.js';
|
|
102
|
+
export { s as OrTagsV3 } from './OrTags-3724ff59.js';
|
|
103
103
|
export { s as OrTeleport } from './OrTeleport.vue3-9bce0c02.js';
|
|
104
104
|
export { s as OrTeleportV3 } from './OrTeleport.vue3-8099178c.js';
|
|
105
105
|
export { s as OrTextV3 } from './OrText-d54c951d.js';
|
|
106
106
|
export { s as OrTextarea } from './OrTextarea-31b54c7e.js';
|
|
107
107
|
export { s as OrTextareaV3 } from './OrTextarea-d9d355ce.js';
|
|
108
|
-
export { s as OrTextbox, T as TextboxTypes } from './OrTextbox-
|
|
109
|
-
export { s as OrTimePickerV3 } from './OrTimePicker-
|
|
110
|
-
export { s as OrToast, a as OrToastContainer } from './OrToastContainer-
|
|
108
|
+
export { s as OrTextbox, T as TextboxTypes } from './OrTextbox-56714f51.js';
|
|
109
|
+
export { s as OrTimePickerV3 } from './OrTimePicker-68de86d9.js';
|
|
110
|
+
export { s as OrToast, a as OrToastContainer } from './OrToastContainer-72b52576.js';
|
|
111
111
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-b5ea5cb2.js';
|
|
112
|
-
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-
|
|
112
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from './types-9e1555eb.js';
|
|
113
113
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-a1332cc2.js';
|
|
114
114
|
export { s as OrTooltip } from './OrTooltip-c1006713.js';
|
|
115
115
|
export { s as OrTooltipContent } from './OrTooltipContent-c0042844.js';
|
|
116
|
-
export { s as OrTooltipV3 } from './OrTooltip-
|
|
116
|
+
export { s as OrTooltipV3 } from './OrTooltip-3d5fcaf9.js';
|
|
117
117
|
export { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e1f90e0a.js';
|
|
118
118
|
export { u as useControlAttributes, a as useIdAttribute } from './useIdAttribute-859439f0.js';
|
|
119
|
-
export { u as useElevation } from './useElevation-
|
|
119
|
+
export { u as useElevation } from './useElevation-b5a49746.js';
|
|
120
120
|
export { u as useOverflow } from './useOverflow-c856b7b7.js';
|
|
121
|
-
export { u as usePopoverState } from './usePopoverState-30ac6da1.js';
|
|
122
121
|
export { u as useResponsive } from './useResponsive-a02e95b7.js';
|
|
123
122
|
export { u as useToggle } from './useToggle-c04fc920.js';
|
|
124
123
|
export { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
@@ -146,7 +145,7 @@ import 'lodash/isElement';
|
|
|
146
145
|
import 'lodash/get';
|
|
147
146
|
import '@vueuse/math';
|
|
148
147
|
import './OrDateTimePickerPopoverHeader-042566f4.js';
|
|
149
|
-
import './OrDateTimePickerMonthSelect-
|
|
148
|
+
import './OrDateTimePickerMonthSelect-5a7b7b5c.js';
|
|
150
149
|
import 'lodash/padStart';
|
|
151
150
|
import './OrDateTimePickerTimeSelect-e404e826.js';
|
|
152
151
|
import '@floating-ui/dom';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { useToggle } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, onBeforeMount, onBeforeUnmount, nextTick } from 'vue-demi';
|
|
3
|
-
import { u as useElevation } from './useElevation-
|
|
3
|
+
import { u as useElevation } from './useElevation-b5a49746.js';
|
|
4
4
|
import { s as script$4 } from './OrTeleport.vue3-8099178c.js';
|
|
5
5
|
import { T as ToastType, P as PositionsX, b as PositionsY, c as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-a1332cc2.js';
|
|
6
|
-
import { s as script$2 } from './OrIconButton-
|
|
6
|
+
import { s as script$2 } from './OrIconButton-b7217ea5.js';
|
|
7
7
|
import { s as script$3 } from './OrLoader-b79022da.js';
|
|
8
8
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createCommentVNode, createVNode, createElementVNode, toDisplayString, createBlock, withModifiers, withCtx, TransitionGroup, Fragment, renderList, mergeProps } from 'vue';
|
|
9
9
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
@@ -17,9 +17,7 @@ function useElevation(element, trigger) {
|
|
|
17
17
|
// Effects
|
|
18
18
|
watch([elementRef, triggerRef], _ref => {
|
|
19
19
|
let [element] = _ref;
|
|
20
|
-
if (element)
|
|
21
|
-
setElementElevation(element);
|
|
22
|
-
}
|
|
20
|
+
if (element) setElementElevation(element);
|
|
23
21
|
}, {
|
|
24
22
|
immediate: true
|
|
25
23
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare
|
|
1
|
+
export declare function isEmpty(val: any): boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function isEmptyValue(val: string | number | boolean | null | undefined): boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "4.6.2
|
|
3
|
+
"version": "4.6.2",
|
|
4
4
|
"description": "Vue components library for v2/3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/auto/index.js",
|
|
@@ -153,5 +153,6 @@
|
|
|
153
153
|
"default": "./dist/bundled/v3/components/*/index.js"
|
|
154
154
|
},
|
|
155
155
|
"./package.json": "./package.json"
|
|
156
|
-
}
|
|
156
|
+
},
|
|
157
|
+
"gitHead": "09c03fcfeadf6bcb65792ab765329580bf3b2ab8"
|
|
157
158
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<OrOverlay
|
|
3
|
-
v-if="state
|
|
4
|
-
:fullscreen="fullscreen"
|
|
3
|
+
v-if="state !== 'closed'"
|
|
4
|
+
:fullscreen="state === 'fullscreen'"
|
|
5
5
|
>
|
|
6
6
|
<div
|
|
7
7
|
ref="root"
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<slot name="header" />
|
|
17
17
|
</div>
|
|
18
18
|
|
|
19
|
-
<div :class="[fullscreen ? 'overflow-y-auto' : 'overflow-hidden']">
|
|
19
|
+
<div :class="[state === 'fullscreen' ? 'overflow-y-auto' : 'overflow-hidden']">
|
|
20
20
|
<slot />
|
|
21
21
|
</div>
|
|
22
22
|
</div>
|
|
@@ -25,8 +25,7 @@
|
|
|
25
25
|
|
|
26
26
|
<script lang="ts">
|
|
27
27
|
import { onClickOutside, SwipeDirection, usePointerSwipe } from '@vueuse/core';
|
|
28
|
-
import { computed, defineComponent, PropType, ref,
|
|
29
|
-
import { usePopoverState } from '../../hooks';
|
|
28
|
+
import { computed, defineComponent, PropType, ref, unref, watch } from 'vue-demi';
|
|
30
29
|
import { OrOverlayV3 as OrOverlay } from '../or-overlay-v3';
|
|
31
30
|
import { BottomSheetVariant } from './props';
|
|
32
31
|
import { BottomSheet, BottomSheetHandle, BottomSheetHeader, BottomSheetVariants } from './styles';
|
|
@@ -41,11 +40,6 @@ export default defineComponent({
|
|
|
41
40
|
inheritAttrs: false,
|
|
42
41
|
|
|
43
42
|
props: {
|
|
44
|
-
isOpen: {
|
|
45
|
-
type: Boolean,
|
|
46
|
-
default: false,
|
|
47
|
-
},
|
|
48
|
-
|
|
49
43
|
variant: {
|
|
50
44
|
type: String as PropType<`${BottomSheetVariant}`>,
|
|
51
45
|
default: BottomSheetVariant.Advanced,
|
|
@@ -54,19 +48,20 @@ export default defineComponent({
|
|
|
54
48
|
|
|
55
49
|
emits: [
|
|
56
50
|
'update:state',
|
|
57
|
-
|
|
58
|
-
'
|
|
59
|
-
'
|
|
51
|
+
'update:state:open',
|
|
52
|
+
'update:state:fullscreen',
|
|
53
|
+
'update:state:closed',
|
|
54
|
+
'update:state:closed-automatically',
|
|
60
55
|
],
|
|
61
56
|
|
|
62
57
|
expose: [
|
|
63
58
|
'root',
|
|
64
|
-
|
|
65
59
|
'state',
|
|
66
|
-
|
|
60
|
+
'isOpen',
|
|
61
|
+
'isFullscreen',
|
|
62
|
+
'isClosed',
|
|
67
63
|
'open',
|
|
68
64
|
'close',
|
|
69
|
-
'toggle',
|
|
70
65
|
],
|
|
71
66
|
|
|
72
67
|
setup(props, context) {
|
|
@@ -89,16 +84,53 @@ export default defineComponent({
|
|
|
89
84
|
]);
|
|
90
85
|
|
|
91
86
|
// State
|
|
92
|
-
const
|
|
87
|
+
const state = ref<'open' | 'fullscreen' | 'closed'>('closed');
|
|
93
88
|
|
|
94
|
-
const
|
|
89
|
+
const isOpen = computed(() => state.value === 'open');
|
|
90
|
+
const isFullscreen = computed(() => state.value === 'fullscreen');
|
|
91
|
+
const isClosed = computed(() => state.value === 'closed');
|
|
95
92
|
|
|
93
|
+
// Events
|
|
96
94
|
watch(state, (value) => {
|
|
97
|
-
|
|
98
|
-
|
|
95
|
+
context.emit('update:state', value);
|
|
96
|
+
|
|
97
|
+
switch (value) {
|
|
98
|
+
case 'open':
|
|
99
|
+
context.emit('update:state:open');
|
|
100
|
+
break;
|
|
101
|
+
|
|
102
|
+
case 'fullscreen':
|
|
103
|
+
context.emit('update:state:fullscreen');
|
|
104
|
+
break;
|
|
105
|
+
|
|
106
|
+
case 'closed':
|
|
107
|
+
context.emit('update:state:closed');
|
|
108
|
+
break;
|
|
99
109
|
}
|
|
100
110
|
});
|
|
101
111
|
|
|
112
|
+
// Methods
|
|
113
|
+
function open(): void {
|
|
114
|
+
state.value = 'open';
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
function close(auto: boolean = false): void {
|
|
118
|
+
state.value = 'closed';
|
|
119
|
+
|
|
120
|
+
if (auto) {
|
|
121
|
+
context.emit('update:state:closed-automatically');
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
// Handlers
|
|
126
|
+
function onSwipeUp(): void {
|
|
127
|
+
state.value = 'fullscreen';
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
function onSwipeDown(): void {
|
|
131
|
+
state.value = state.value === 'fullscreen' ? 'open' : 'closed';
|
|
132
|
+
}
|
|
133
|
+
|
|
102
134
|
// Effects
|
|
103
135
|
// #region Swipe
|
|
104
136
|
const swipeOptions = {
|
|
@@ -128,7 +160,7 @@ export default defineComponent({
|
|
|
128
160
|
maxHeight: '100%',
|
|
129
161
|
});
|
|
130
162
|
|
|
131
|
-
|
|
163
|
+
onSwipeUp();
|
|
132
164
|
|
|
133
165
|
break;
|
|
134
166
|
|
|
@@ -139,11 +171,7 @@ export default defineComponent({
|
|
|
139
171
|
maxHeight: '50%',
|
|
140
172
|
});
|
|
141
173
|
|
|
142
|
-
|
|
143
|
-
fullscreen.value = false;
|
|
144
|
-
} else {
|
|
145
|
-
close();
|
|
146
|
-
}
|
|
174
|
+
onSwipeDown();
|
|
147
175
|
|
|
148
176
|
break;
|
|
149
177
|
}
|
|
@@ -159,7 +187,7 @@ export default defineComponent({
|
|
|
159
187
|
const path = event.composedPath() as Element[];
|
|
160
188
|
|
|
161
189
|
if (!path.some(({ classList }) => classList?.contains('or-popover-v3') || classList?.contains('or-bottom-sheet-v3'))) {
|
|
162
|
-
close();
|
|
190
|
+
close(true);
|
|
163
191
|
}
|
|
164
192
|
});
|
|
165
193
|
// #endregion
|
|
@@ -170,10 +198,11 @@ export default defineComponent({
|
|
|
170
198
|
handleStyles,
|
|
171
199
|
headerStyles,
|
|
172
200
|
state,
|
|
173
|
-
|
|
201
|
+
isOpen,
|
|
202
|
+
isFullscreen,
|
|
203
|
+
isClosed,
|
|
174
204
|
open,
|
|
175
205
|
close,
|
|
176
|
-
toggle,
|
|
177
206
|
};
|
|
178
207
|
},
|
|
179
208
|
});
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
import { computed, defineComponent, PropType, reactive, ref } from 'vue-demi';
|
|
41
41
|
import { useVModel } from '@vueuse/core';
|
|
42
42
|
import { useControlAttributes, useIdAttribute } from '../../hooks';
|
|
43
|
+
import { isEmptyValue } from '../../utils/isEmptyValue';
|
|
43
44
|
import { LabelVariant, OrLabelV3 as OrLabel } from '../or-label-v3';
|
|
44
45
|
import { CheckboxControl, CheckboxControlHandle, CheckboxRoot } from './styles';
|
|
45
46
|
|
|
@@ -133,7 +134,7 @@ export default defineComponent({
|
|
|
133
134
|
|
|
134
135
|
const isChecked = computed(() => {
|
|
135
136
|
if (Array.isArray(proxyModelValue.value)) {
|
|
136
|
-
return props.value && proxyModelValue.value.includes(props.value);
|
|
137
|
+
return !isEmptyValue(props.value) && proxyModelValue.value.includes(props.value);
|
|
137
138
|
}
|
|
138
139
|
|
|
139
140
|
return !!proxyModelValue.value;
|