@onereach/ui-components 2.70.2-beta.2219.0 → 2.70.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/{OrAvatar-586e417b.js → OrAvatar-ae61bfb9.js} +7 -4
- package/dist/bundled/v2/{OrBottomSheet-ddba20c1.js → OrBottomSheet-1cd1ab4c.js} +4 -2
- package/dist/bundled/v2/{OrButton-d45772c1.js → OrButton-a846fa7e.js} +7 -4
- package/dist/bundled/v2/{OrCard-45d5869b.js → OrCard-29116e1f.js} +6 -3
- package/dist/bundled/v2/{OrCardCollection-091e2193.js → OrCardCollection-0141a358.js} +12 -9
- package/dist/bundled/v2/{OrCheckbox-9be450f9.js → OrCheckbox-dbef9f9a.js} +34 -41
- package/dist/bundled/v2/{OrConfirm-ebff0b61.js → OrConfirm-23c3ce56.js} +4 -5
- package/dist/bundled/v2/{OrError-52f668a4.js → OrError-aad17598.js} +6 -3
- package/dist/bundled/v2/{OrErrorTag-97a9112b.js → OrErrorTag-d0c5bcf4.js} +7 -4
- package/dist/bundled/v2/{OrExpansionPanel-96b8f568.js → OrExpansionPanel-d9a260e2.js} +7 -4
- package/dist/bundled/v2/{OrFab-ed69dee1.js → OrFab-7cc75893.js} +4 -3
- package/dist/bundled/v2/{OrHint-fde53334.js → OrHint-f38a1940.js} +6 -3
- package/dist/bundled/v2/{OrIcon-458206aa.js → OrIcon-8625385f.js} +6 -3
- package/dist/bundled/v2/{OrIconButton-4bdd1566.js → OrIconButton-a2ba92df.js} +5 -3
- package/dist/bundled/v2/{OrInlineInput-b009a043.js → OrInlineInput-87589946.js} +39 -47
- package/dist/bundled/v2/{OrInlineInputBox-7a8e645b.js → OrInlineInputBox-f457210f.js} +6 -3
- package/dist/bundled/v2/{OrInlineTextarea-6e8c1f80.js → OrInlineTextarea-21b0e6fc.js} +35 -43
- package/dist/bundled/v2/{OrInput-5404a234.js → OrInput-82ccfe00.js} +50 -53
- package/dist/bundled/v2/{OrInputBox-2f559e98.js → OrInputBox-79ec54ad.js} +6 -3
- package/dist/bundled/v2/{OrLabel-aff09c39.js → OrLabel-172c4b89.js} +6 -3
- package/dist/bundled/v2/{OrLink-0d952e87.js → OrLink-e7b57307.js} +6 -3
- package/dist/bundled/v2/{OrLoader-864ef92a.js → OrLoader-6a1f937b.js} +6 -3
- package/dist/bundled/v2/{OrMenu-52da43bc.js → OrMenu-fa47c888.js} +7 -4
- package/dist/bundled/v2/{OrMenuItem-e2693a5f.js → OrMenuItem-26420908.js} +7 -4
- package/dist/bundled/v2/{OrModal-51b9f3e7.js → OrModal-af6677fd.js} +5 -3
- package/dist/bundled/v2/{OrNotification-7f761f25.js → OrNotification-3250f58b.js} +8 -5
- package/dist/bundled/v2/{OrOverlay-efa7992e.js → OrOverlay-3c89d622.js} +3 -1
- package/dist/bundled/v2/{OrPagination-daf25de2.js → OrPagination-379c10b8.js} +25 -15
- package/dist/bundled/v2/{OrPopover-4e8acb7b.js → OrPopover-5dc240f1.js} +4 -2
- package/dist/bundled/v2/{OrProgress-15fe65ec.js → OrProgress-cc397a38.js} +7 -4
- package/dist/bundled/v2/{OrRadio-fe23947a.js → OrRadio-cd39b20b.js} +32 -39
- package/dist/bundled/v2/{OrSearch-d1169241.js → OrSearch-53470b0e.js} +9 -6
- package/dist/bundled/v2/{OrSegmentedControl-878279bf.js → OrSegmentedControl-21cc914e.js} +22 -12
- package/dist/bundled/v2/{OrSelect-fef400f4.js → OrSelect-02fb39f0.js} +30 -22
- package/dist/bundled/v2/{OrSkeletonText-9a2f39dc.js → OrSkeletonText-516993b4.js} +18 -11
- package/dist/bundled/v2/{OrSortHeader-565ace92.js → OrSortHeader-9932d28f.js} +20 -12
- package/dist/bundled/v2/{OrSwitch-782d7b43.js → OrSwitch-237a2081.js} +33 -40
- package/dist/bundled/v2/{OrTab-8c5acf8a.js → OrTab-dd949240.js} +6 -3
- package/dist/bundled/v2/{OrTabs-d69780fc.js → OrTabs-42f7c52c.js} +19 -12
- package/dist/bundled/v2/{OrTag-4a098afa.js → OrTag-30fecee5.js} +8 -5
- package/dist/bundled/v2/{OrText-a665b991.js → OrText-eac4b9f5.js} +6 -3
- package/dist/bundled/v2/{OrTextarea-5c57c02b.js → OrTextarea-5593fbe9.js} +37 -49
- package/dist/bundled/v2/{OrTooltip-b1f38647.js → OrTooltip-fbfa05fd.js} +7 -4
- package/dist/bundled/v2/components/index.js +45 -46
- package/dist/bundled/v2/components/or-avatar-v3/OrAvatar.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-avatar-v3/index.js +3 -2
- package/dist/bundled/v2/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-bottom-sheet-v3/index.js +3 -2
- package/dist/bundled/v2/components/or-button-v3/OrButton.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-button-v3/index.js +3 -2
- package/dist/bundled/v2/components/or-card-collection-v3/OrCardCollection.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +18 -19
- package/dist/bundled/v2/components/or-card-v3/OrCard.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-card-v3/index.js +2 -1
- package/dist/bundled/v2/components/or-checkbox-v3/OrCheckbox.vue.d.ts +18 -23
- package/dist/bundled/v2/components/or-checkbox-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-confirm-v3/index.js +17 -18
- package/dist/bundled/v2/components/or-error-tag-v3/OrErrorTag.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-error-tag-v3/index.js +3 -2
- package/dist/bundled/v2/components/or-error-v3/OrError.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-error-v3/index.js +2 -1
- package/dist/bundled/v2/components/or-expansion-panel-v3/OrExpansionPanel.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-expansion-panel-v3/index.js +3 -2
- package/dist/bundled/v2/components/or-fab-v3/index.js +3 -2
- package/dist/bundled/v2/components/or-hint-v3/OrHint.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-hint-v3/index.js +2 -1
- package/dist/bundled/v2/components/or-icon-button-v3/OrIconButton.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-icon-button-v3/index.js +7 -6
- package/dist/bundled/v2/components/or-icon-v3/OrIcon.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-icon-v3/index.js +2 -1
- package/dist/bundled/v2/components/or-inline-input-box-v3/OrInlineInputBox.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-inline-input-box-v3/index.js +2 -1
- package/dist/bundled/v2/components/or-inline-input-v3/OrInlineInput.vue.d.ts +19 -38
- package/dist/bundled/v2/components/or-inline-input-v3/index.js +11 -12
- package/dist/bundled/v2/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +19 -38
- package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +11 -12
- package/dist/bundled/v2/components/or-input-box-v3/OrInputBox.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-input-box-v3/index.js +2 -1
- package/dist/bundled/v2/components/or-input-v3/OrInput.vue.d.ts +21 -45
- package/dist/bundled/v2/components/or-input-v3/index.js +12 -13
- package/dist/bundled/v2/components/or-label-v3/OrLabel.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-label-v3/index.js +2 -1
- package/dist/bundled/v2/components/or-link-v3/OrLink.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-link-v3/index.js +2 -1
- package/dist/bundled/v2/components/or-loader-v3/OrLoader.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-loader-v3/index.js +2 -1
- package/dist/bundled/v2/components/or-menu-item-v3/OrMenuItem.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-menu-item-v3/index.js +3 -2
- package/dist/bundled/v2/components/or-menu-v3/OrMenu.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-menu-v3/index.js +5 -4
- package/dist/bundled/v2/components/or-modal-v3/OrModal.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-modal-v3/index.js +8 -7
- package/dist/bundled/v2/components/or-notification-v3/OrNotification.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-notification-v3/index.js +8 -7
- package/dist/bundled/v2/components/or-overlay-v3/OrOverlay.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-overlay-v3/index.js +2 -1
- package/dist/bundled/v2/components/or-pagination-v3/OrPagination.vue.d.ts +13 -2
- package/dist/bundled/v2/components/or-pagination-v3/index.js +10 -9
- package/dist/bundled/v2/components/or-popover-v3/OrPopover.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-popover-v3/index.js +4 -3
- package/dist/bundled/v2/components/or-progress-v3/OrProgress.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-progress-v3/index.js +3 -2
- package/dist/bundled/v2/components/or-radio-v3/OrRadio.vue.d.ts +15 -20
- package/dist/bundled/v2/components/or-radio-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-search-v3/OrSearch.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-search-v3/index.js +14 -15
- package/dist/bundled/v2/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +16 -5
- package/dist/bundled/{v3/components/or-segmented-control-v3/partials → v2/components/or-segmented-control-v3/components}/or-segmented-control-item/OrSegmentedControlItem.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-segmented-control-v3/{partials → components}/or-segmented-control-item/styles.d.ts +0 -0
- package/dist/bundled/v2/components/or-segmented-control-v3/index.js +2 -1
- package/dist/bundled/v2/components/or-select-v3/OrSelect.vue.d.ts +16 -5
- package/dist/bundled/v2/components/or-select-v3/index.js +17 -18
- package/dist/bundled/v2/components/or-skeleton-v3/OrSkeletonCircle.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-skeleton-v3/OrSkeletonRect.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-skeleton-v3/OrSkeletonText.vue.d.ts +4 -4
- package/dist/bundled/v2/components/or-skeleton-v3/index.js +3 -2
- package/dist/bundled/v2/components/or-sort-header-v3/OrSortHeader.vue.d.ts +15 -4
- package/dist/bundled/v2/components/or-sort-header-v3/index.js +3 -2
- package/dist/bundled/v2/components/or-switch-v3/OrSwitch.vue.d.ts +18 -23
- package/dist/bundled/v2/components/or-switch-v3/index.js +4 -4
- package/dist/bundled/v2/components/or-tab-v3/OrTab.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-tab-v3/index.js +2 -1
- package/dist/bundled/v2/components/or-tabs-v3/OrTabs.vue.d.ts +15 -4
- package/dist/bundled/v2/components/or-tabs-v3/index.js +9 -8
- package/dist/bundled/v2/components/or-tag-v3/OrTag.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-tag-v3/index.js +8 -7
- package/dist/bundled/v2/components/or-text-v3/OrText.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-text-v3/index.js +2 -1
- package/dist/bundled/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +19 -47
- package/dist/bundled/v2/components/or-textarea-v3/index.js +6 -7
- package/dist/bundled/v2/components/or-toast-v3/index.js +9 -8
- package/dist/bundled/v2/components/or-tooltip-v3/OrTooltip.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-tooltip-v3/index.js +5 -4
- package/dist/bundled/v2/hooks/index.d.ts +1 -3
- package/dist/bundled/v2/hooks/index.js +1 -2
- package/dist/bundled/v2/hooks/useClassAttribute.d.ts +3 -0
- package/dist/bundled/v2/index.js +45 -46
- package/dist/bundled/v2/{types-79e5c18d.js → types-8fe4e345.js} +2 -2
- package/dist/bundled/v2/useClassAttribute-9bf33346.js +33 -0
- package/dist/bundled/v3/{OrAvatar.vue_vue_type_script_lang-582e74ae.js → OrAvatar.vue_vue_type_script_lang-0426862b.js} +6 -3
- package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-bdef5ca2.js → OrBottomSheet.vue_vue_type_script_lang-6fb49de9.js} +4 -2
- package/dist/bundled/v3/{OrButton-a1448bfa.js → OrButton-2b27c1fd.js} +8 -7
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-3b1e442b.js → OrButton.vue_vue_type_script_lang-8c44986c.js} +6 -3
- package/dist/bundled/v3/{OrCard.vue_vue_type_script_lang-b6685a34.js → OrCard.vue_vue_type_script_lang-165de137.js} +4 -1
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-60403ae6.js → OrCardCollection.vue_vue_type_script_lang-2d78a51a.js} +46 -42
- package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-fc067611.js → OrCheckbox.vue_vue_type_script_lang-8b36e06c.js} +24 -31
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-528380c1.js → OrConfirm.vue_vue_type_script_lang-05b21989.js} +7 -8
- package/dist/bundled/v3/{OrError.vue_vue_type_script_lang-53648a65.js → OrError.vue_vue_type_script_lang-cc6c135f.js} +4 -1
- package/dist/bundled/v3/{OrErrorTag.vue_vue_type_script_lang-e2fe7ca9.js → OrErrorTag.vue_vue_type_script_lang-4828c387.js} +6 -3
- package/dist/bundled/v3/{OrExpansionPanel.vue_vue_type_script_lang-2cc8964c.js → OrExpansionPanel.vue_vue_type_script_lang-5360f580.js} +6 -3
- package/dist/bundled/v3/{OrFab.vue_vue_type_script_lang-0fe4a921.js → OrFab.vue_vue_type_script_lang-2adeaed6.js} +3 -2
- package/dist/bundled/v3/{OrHint-5d5e4d99.js → OrHint-9592499e.js} +15 -13
- package/dist/bundled/v3/{OrHint.vue_vue_type_script_lang-e322f61e.js → OrHint.vue_vue_type_script_lang-8e657168.js} +4 -1
- package/dist/bundled/v3/OrIcon-d878b768.js +13 -0
- package/dist/bundled/v3/{OrIcon.vue_vue_type_script_lang-bdbaad94.js → OrIcon.vue_vue_type_script_lang-a119a715.js} +4 -1
- package/dist/bundled/v3/{OrIconButton-428dd2cf.js → OrIconButton-cd62526d.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-ec6a3622.js → OrIconButton.vue_vue_type_script_lang-aefcf30d.js} +13 -10
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-ab296efc.js → OrInlineInput.vue_vue_type_script_lang-67218502.js} +33 -41
- package/dist/bundled/v3/{OrInlineInputBox-f92a09d6.js → OrInlineInputBox-9d68ded1.js} +7 -6
- package/dist/bundled/v3/{OrInlineInputBox.vue_vue_type_script_lang-b1ae1f3d.js → OrInlineInputBox.vue_vue_type_script_lang-73750005.js} +4 -1
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-3c3e1b4a.js → OrInlineTextarea.vue_vue_type_script_lang-a1831ab8.js} +33 -41
- package/dist/bundled/v3/{OrInput-2a7c6b57.js → OrInput-a4f220ed.js} +7 -7
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-509de504.js → OrInput.vue_vue_type_script_lang-607d79d4.js} +41 -44
- package/dist/bundled/v3/{OrInputBox-4c7900c2.js → OrInputBox-eb54d73d.js} +7 -6
- package/dist/bundled/v3/{OrInputBox.vue_vue_type_script_lang-47d98e81.js → OrInputBox.vue_vue_type_script_lang-5ee4ee45.js} +4 -1
- package/dist/bundled/v3/{OrLabel-c556887e.js → OrLabel-c6873e79.js} +8 -7
- package/dist/bundled/v3/{OrLabel.vue_vue_type_script_lang-191d2304.js → OrLabel.vue_vue_type_script_lang-96f94c4e.js} +4 -1
- package/dist/bundled/v3/{OrLink.vue_vue_type_script_lang-05d4897b.js → OrLink.vue_vue_type_script_lang-9d3a32c7.js} +4 -1
- package/dist/bundled/v3/{OrLoader-123ef8c4.js → OrLoader-c4bbef2f.js} +8 -7
- package/dist/bundled/v3/{OrLoader.vue_vue_type_script_lang-4c3c1ac9.js → OrLoader.vue_vue_type_script_lang-5405040c.js} +4 -1
- package/dist/bundled/v3/{OrMenu-6d7abe97.js → OrMenu-f26e8e55.js} +8 -7
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-df35fd76.js → OrMenu.vue_vue_type_script_lang-2446a69a.js} +6 -3
- package/dist/bundled/v3/{OrMenuItem-807e2a49.js → OrMenuItem-4feaba6c.js} +8 -7
- package/dist/bundled/v3/{OrMenuItem.vue_vue_type_script_lang-2400ec2a.js → OrMenuItem.vue_vue_type_script_lang-0ffaef05.js} +6 -3
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-5a71a851.js → OrModal.vue_vue_type_script_lang-55c864d1.js} +7 -5
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-6287244f.js → OrNotification.vue_vue_type_script_lang-c886ae51.js} +8 -5
- package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-7edd25f6.js → OrOverlay.vue_vue_type_script_lang-cb3aad0c.js} +3 -1
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-f64827ef.js → OrPagination.vue_vue_type_script_lang-c96d7cd7.js} +27 -17
- package/dist/bundled/v3/{OrPopover-1a488f88.js → OrPopover-c462ce77.js} +1 -1
- package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-b1102c1a.js → OrPopover.vue_vue_type_script_lang-54c7b11c.js} +5 -3
- package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-52f660d6.js → OrProgress.vue_vue_type_script_lang-a73c0acf.js} +5 -2
- package/dist/bundled/v3/{OrRadio.vue_vue_type_script_lang-8dc0720c.js → OrRadio.vue_vue_type_script_lang-2e666a56.js} +24 -31
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-ab2ef22c.js → OrSearch.vue_vue_type_script_lang-06f318ca.js} +8 -5
- package/dist/bundled/v3/{OrSegmentedControl.vue_vue_type_script_lang-38a00b68.js → OrSegmentedControl.vue_vue_type_script_lang-579406f5.js} +25 -14
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-8ab7bc56.js → OrSelect.vue_vue_type_script_lang-83f15704.js} +54 -45
- package/dist/bundled/v3/{OrSkeletonText.vue_vue_type_script_lang-efcfbe21.js → OrSkeletonText.vue_vue_type_script_lang-577a1dc9.js} +12 -5
- package/dist/bundled/v3/{OrSortHeader.vue_vue_type_script_lang-a20eae87.js → OrSortHeader.vue_vue_type_script_lang-75115125.js} +19 -11
- package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-31994be7.js → OrSwitch.vue_vue_type_script_lang-04829f64.js} +26 -33
- package/dist/bundled/v3/{OrTab.vue_vue_type_script_lang-f791efa0.js → OrTab.vue_vue_type_script_lang-134ad9d1.js} +4 -1
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-cb550e87.js → OrTabs.vue_vue_type_script_lang-61b79a5a.js} +28 -20
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-68af600d.js → OrTag.vue_vue_type_script_lang-3e30f662.js} +7 -4
- package/dist/bundled/v3/{OrText.vue_vue_type_script_lang-271fb345.js → OrText.vue_vue_type_script_lang-d9525d49.js} +4 -1
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-296da567.js → OrTextarea.vue_vue_type_script_lang-8e3531cd.js} +34 -45
- package/dist/bundled/v3/{OrToastContainer-ad5ae5af.js → OrToastContainer-34389303.js} +1 -1
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-bf9935ef.js → OrTooltip.vue_vue_type_script_lang-67cc86ed.js} +6 -3
- package/dist/bundled/v3/components/index.js +57 -58
- package/dist/bundled/v3/components/or-avatar-v3/OrAvatar.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-avatar-v3/index.js +4 -3
- package/dist/bundled/v3/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-bottom-sheet-v3/index.js +3 -2
- package/dist/bundled/v3/components/or-button-v3/OrButton.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-button-v3/index.js +4 -3
- package/dist/bundled/v3/components/or-card-collection-v3/OrCardCollection.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +29 -30
- package/dist/bundled/v3/components/or-card-v3/OrCard.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-card-v3/index.js +2 -1
- package/dist/bundled/v3/components/or-checkbox-v3/OrCheckbox.vue.d.ts +18 -23
- package/dist/bundled/v3/components/or-checkbox-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-confirm-v3/index.js +25 -26
- package/dist/bundled/v3/components/or-error-tag-v3/OrErrorTag.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-error-tag-v3/index.js +4 -3
- package/dist/bundled/v3/components/or-error-v3/OrError.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-error-v3/index.js +2 -1
- package/dist/bundled/v3/components/or-expansion-panel-v3/OrExpansionPanel.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-expansion-panel-v3/index.js +4 -3
- package/dist/bundled/v3/components/or-fab-v3/index.js +4 -3
- package/dist/bundled/v3/components/or-hint-v3/OrHint.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-hint-v3/index.js +2 -1
- package/dist/bundled/v3/components/or-icon-button-v3/OrIconButton.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-icon-button-v3/index.js +9 -8
- package/dist/bundled/v3/components/or-icon-v3/OrIcon.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-icon-v3/index.js +2 -1
- package/dist/bundled/v3/components/or-inline-input-box-v3/OrInlineInputBox.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-inline-input-box-v3/index.js +2 -1
- package/dist/bundled/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +19 -38
- package/dist/bundled/v3/components/or-inline-input-v3/index.js +16 -17
- package/dist/bundled/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +19 -38
- package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +16 -17
- package/dist/bundled/v3/components/or-input-box-v3/OrInputBox.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-input-box-v3/index.js +2 -1
- package/dist/bundled/v3/components/or-input-v3/OrInput.vue.d.ts +21 -45
- package/dist/bundled/v3/components/or-input-v3/index.js +18 -19
- package/dist/bundled/v3/components/or-label-v3/OrLabel.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-label-v3/index.js +2 -1
- package/dist/bundled/v3/components/or-link-v3/OrLink.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-link-v3/index.js +2 -1
- package/dist/bundled/v3/components/or-loader-v3/OrLoader.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-loader-v3/index.js +2 -1
- package/dist/bundled/v3/components/or-menu-item-v3/OrMenuItem.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-menu-item-v3/index.js +4 -3
- package/dist/bundled/v3/components/or-menu-v3/OrMenu.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-menu-v3/index.js +6 -5
- package/dist/bundled/v3/components/or-modal-v3/OrModal.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-modal-v3/index.js +11 -10
- package/dist/bundled/v3/components/or-notification-v3/OrNotification.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-notification-v3/index.js +11 -10
- package/dist/bundled/v3/components/or-overlay-v3/OrOverlay.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-overlay-v3/index.js +2 -1
- package/dist/bundled/v3/components/or-pagination-v3/OrPagination.vue.d.ts +13 -2
- package/dist/bundled/v3/components/or-pagination-v3/index.js +16 -15
- package/dist/bundled/v3/components/or-popover-v3/OrPopover.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-popover-v3/index.js +4 -3
- package/dist/bundled/v3/components/or-progress-v3/OrProgress.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-progress-v3/index.js +3 -2
- package/dist/bundled/v3/components/or-radio-v3/OrRadio.vue.d.ts +15 -20
- package/dist/bundled/v3/components/or-radio-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-search-v3/OrSearch.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-search-v3/index.js +21 -22
- package/dist/bundled/v3/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +16 -5
- package/dist/{esm/v3/components/or-segmented-control-v3/partials → bundled/v3/components/or-segmented-control-v3/components}/or-segmented-control-item/OrSegmentedControlItem.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-segmented-control-v3/{partials → components}/or-segmented-control-item/styles.d.ts +0 -0
- package/dist/bundled/v3/components/or-segmented-control-v3/index.js +2 -1
- package/dist/bundled/v3/components/or-select-v3/OrSelect.vue.d.ts +16 -5
- package/dist/bundled/v3/components/or-select-v3/index.js +25 -26
- package/dist/bundled/v3/components/or-skeleton-v3/OrSkeletonCircle.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-skeleton-v3/OrSkeletonRect.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-skeleton-v3/OrSkeletonText.vue.d.ts +4 -4
- package/dist/bundled/v3/components/or-skeleton-v3/index.js +3 -2
- package/dist/bundled/v3/components/or-sort-header-v3/OrSortHeader.vue.d.ts +15 -4
- package/dist/bundled/v3/components/or-sort-header-v3/index.js +4 -3
- package/dist/bundled/v3/components/or-switch-v3/OrSwitch.vue.d.ts +18 -23
- package/dist/bundled/v3/components/or-switch-v3/index.js +6 -6
- package/dist/bundled/v3/components/or-tab-v3/OrTab.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-tab-v3/index.js +2 -1
- package/dist/bundled/v3/components/or-tabs-v3/OrTabs.vue.d.ts +15 -4
- package/dist/bundled/v3/components/or-tabs-v3/index.js +13 -12
- package/dist/bundled/v3/components/or-tag-v3/OrTag.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-tag-v3/index.js +11 -10
- package/dist/bundled/v3/components/or-text-v3/OrText.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-text-v3/index.js +2 -1
- package/dist/bundled/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +19 -47
- package/dist/bundled/v3/components/or-textarea-v3/index.js +9 -10
- package/dist/bundled/v3/components/or-toast-v3/index.js +14 -13
- package/dist/bundled/v3/components/or-tooltip-v3/OrTooltip.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-tooltip-v3/index.js +6 -5
- package/dist/bundled/v3/hooks/index.d.ts +1 -3
- package/dist/bundled/v3/hooks/index.js +1 -2
- package/dist/bundled/v3/hooks/useClassAttribute.d.ts +3 -0
- package/dist/bundled/v3/index.js +204 -191
- package/dist/bundled/v3/{types-1d25bb9a.js → types-f53434f2.js} +5 -5
- package/dist/bundled/v3/useClassAttribute-00888f78.js +9 -0
- package/dist/esm/v2/{OrAvatar-379ac72f.js → OrAvatar-3d155af3.js} +8 -4
- package/dist/esm/v2/{OrBottomSheet-37200385.js → OrBottomSheet-16c2e610.js} +4 -2
- package/dist/esm/v2/{OrButton-66964360.js → OrButton-835d4f11.js} +8 -4
- package/dist/esm/v2/{OrCard-e89c44ef.js → OrCard-de799db0.js} +7 -3
- package/dist/esm/v2/{OrCardCollection-bbdb6159.js → OrCardCollection-3c38fc85.js} +15 -11
- package/dist/esm/v2/{OrCheckbox-b380c131.js → OrCheckbox-567e387c.js} +34 -41
- package/dist/esm/v2/{OrConfirm-7fb515d4.js → OrConfirm-e2ab9b4c.js} +4 -5
- package/dist/esm/v2/{OrError-13845bb0.js → OrError-d267ee9a.js} +7 -3
- package/dist/esm/v2/{OrErrorTag-80f82cdf.js → OrErrorTag-782dd714.js} +8 -4
- package/dist/esm/v2/{OrExpansionPanel-729eb1e7.js → OrExpansionPanel-a123024e.js} +8 -4
- package/dist/esm/v2/{OrFab-1d095e33.js → OrFab-26106618.js} +4 -3
- package/dist/esm/v2/{OrHint-78b399cb.js → OrHint-42dc9ebb.js} +7 -3
- package/dist/esm/v2/{OrIcon-f34e0e6f.js → OrIcon-5e394c62.js} +7 -3
- package/dist/esm/v2/{OrIconButton-5fa56aec.js → OrIconButton-b3779042.js} +7 -4
- package/dist/esm/v2/{OrInlineInput-38645a8e.js → OrInlineInput-10205811.js} +39 -47
- package/dist/esm/v2/{OrInlineInputBox-46146af0.js → OrInlineInputBox-fefd4fbd.js} +7 -3
- package/dist/esm/v2/{OrInlineTextarea-b49a7107.js → OrInlineTextarea-7658611e.js} +35 -43
- package/dist/esm/v2/{OrInput-e8fe9102.js → OrInput-ada3a970.js} +50 -53
- package/dist/esm/v2/{OrInputBox-9ceb9fc4.js → OrInputBox-4d5a318d.js} +7 -3
- package/dist/esm/v2/{OrLabel-0945a4d9.js → OrLabel-2a9f1477.js} +7 -3
- package/dist/esm/v2/{OrLink-597e0e18.js → OrLink-80742a17.js} +7 -3
- package/dist/esm/v2/{OrLoader-76307488.js → OrLoader-f857d55b.js} +7 -3
- package/dist/esm/v2/{OrMenu-c276db74.js → OrMenu-df27d0ef.js} +8 -4
- package/dist/esm/v2/{OrMenuItem-7b7fbf8a.js → OrMenuItem-c7f28480.js} +8 -4
- package/dist/esm/v2/{OrModal-3b9d59de.js → OrModal-a7719843.js} +6 -3
- package/dist/esm/v2/{OrNotification-5e145880.js → OrNotification-8a4830a3.js} +9 -5
- package/dist/esm/v2/{OrOverlay-a019186f.js → OrOverlay-18ba2dc6.js} +3 -1
- package/dist/esm/v2/{OrPagination-1adbcadb.js → OrPagination-c0dbec6a.js} +27 -16
- package/dist/esm/v2/{OrPopover-d5d4f62a.js → OrPopover-9bafbdb4.js} +4 -2
- package/dist/esm/v2/{OrProgress-b7d1c689.js → OrProgress-c27c8946.js} +7 -4
- package/dist/esm/v2/{OrRadio-87a4d226.js → OrRadio-848ce55d.js} +32 -39
- package/dist/esm/v2/{OrSearch-4b774707.js → OrSearch-0f08f2f5.js} +9 -6
- package/dist/esm/v2/{OrSegmentedControl-7486115b.js → OrSegmentedControl-e8dce8f9.js} +23 -12
- package/dist/esm/v2/{OrSelect-871fae44.js → OrSelect-f8837f5d.js} +30 -22
- package/dist/esm/v2/{OrSkeletonText-6ee72718.js → OrSkeletonText-950be6a2.js} +19 -11
- package/dist/esm/v2/{OrSortHeader-592727dc.js → OrSortHeader-19bf94ca.js} +21 -12
- package/dist/esm/v2/{OrSwitch-8549219a.js → OrSwitch-13b6a7ee.js} +33 -40
- package/dist/esm/v2/{OrTab-1ff87c76.js → OrTab-702e7335.js} +7 -3
- package/dist/esm/v2/{OrTabs-96b0473d.js → OrTabs-71bd3fd2.js} +20 -13
- package/dist/esm/v2/{OrTag-56714605.js → OrTag-5c404031.js} +9 -5
- package/dist/esm/v2/{OrText-b12d0682.js → OrText-ba5a2b6c.js} +7 -3
- package/dist/esm/v2/{OrTextarea-a5a3572b.js → OrTextarea-6712a150.js} +37 -49
- package/dist/esm/v2/{OrTooltip-629d44fc.js → OrTooltip-513bee30.js} +7 -4
- package/dist/esm/v2/components/index.js +46 -47
- package/dist/esm/v2/components/or-avatar-v3/OrAvatar.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-avatar-v3/index.js +4 -2
- package/dist/esm/v2/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +3 -2
- package/dist/esm/v2/components/or-button-v3/OrButton.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-button-v3/index.js +4 -2
- package/dist/esm/v2/components/or-card-collection-v3/OrCardCollection.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-card-collection-v3/index.js +19 -20
- package/dist/esm/v2/components/or-card-v3/OrCard.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-card-v3/index.js +3 -1
- package/dist/esm/v2/components/or-checkbox-v3/OrCheckbox.vue.d.ts +18 -23
- package/dist/esm/v2/components/or-checkbox-v3/index.js +3 -3
- package/dist/esm/v2/components/or-confirm-v3/index.js +19 -20
- package/dist/esm/v2/components/or-error-tag-v3/OrErrorTag.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-error-tag-v3/index.js +4 -2
- package/dist/esm/v2/components/or-error-v3/OrError.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-error-v3/index.js +3 -1
- package/dist/esm/v2/components/or-expansion-panel-v3/OrExpansionPanel.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-expansion-panel-v3/index.js +4 -2
- package/dist/esm/v2/components/or-fab-v3/index.js +4 -2
- package/dist/esm/v2/components/or-hint-v3/OrHint.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-hint-v3/index.js +3 -1
- package/dist/esm/v2/components/or-icon-button-v3/OrIconButton.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-icon-button-v3/index.js +7 -6
- package/dist/esm/v2/components/or-icon-v3/OrIcon.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-icon-v3/index.js +3 -1
- package/dist/esm/v2/components/or-inline-input-box-v3/OrInlineInputBox.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-inline-input-box-v3/index.js +3 -1
- package/dist/esm/v2/components/or-inline-input-v3/OrInlineInput.vue.d.ts +19 -38
- package/dist/esm/v2/components/or-inline-input-v3/index.js +11 -12
- package/dist/esm/v2/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +19 -38
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +11 -12
- package/dist/esm/v2/components/or-input-box-v3/OrInputBox.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-input-box-v3/index.js +3 -1
- package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +21 -45
- package/dist/esm/v2/components/or-input-v3/index.js +12 -13
- package/dist/esm/v2/components/or-label-v3/OrLabel.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-label-v3/index.js +3 -1
- package/dist/esm/v2/components/or-link-v3/OrLink.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-link-v3/index.js +3 -1
- package/dist/esm/v2/components/or-loader-v3/OrLoader.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-loader-v3/index.js +3 -1
- package/dist/esm/v2/components/or-menu-item-v3/OrMenuItem.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-menu-item-v3/index.js +4 -2
- package/dist/esm/v2/components/or-menu-v3/OrMenu.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-menu-v3/index.js +6 -5
- package/dist/esm/v2/components/or-modal-v3/OrModal.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-modal-v3/index.js +9 -8
- package/dist/esm/v2/components/or-notification-v3/OrNotification.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-notification-v3/index.js +9 -8
- package/dist/esm/v2/components/or-overlay-v3/OrOverlay.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-overlay-v3/index.js +2 -1
- package/dist/esm/v2/components/or-pagination-v3/OrPagination.vue.d.ts +13 -2
- package/dist/esm/v2/components/or-pagination-v3/index.js +11 -10
- package/dist/esm/v2/components/or-popover-v3/OrPopover.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-popover-v3/index.js +4 -3
- package/dist/esm/v2/components/or-progress-v3/OrProgress.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-progress-v3/index.js +3 -2
- package/dist/esm/v2/components/or-radio-v3/OrRadio.vue.d.ts +15 -20
- package/dist/esm/v2/components/or-radio-v3/index.js +3 -3
- package/dist/esm/v2/components/or-search-v3/OrSearch.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-search-v3/index.js +14 -15
- package/dist/esm/v2/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +16 -5
- package/dist/esm/v2/components/or-segmented-control-v3/{partials → components}/or-segmented-control-item/OrSegmentedControlItem.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-segmented-control-v3/{partials → components}/or-segmented-control-item/styles.d.ts +0 -0
- package/dist/esm/v2/components/or-segmented-control-v3/index.js +3 -1
- package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +16 -5
- package/dist/esm/v2/components/or-select-v3/index.js +17 -18
- package/dist/esm/v2/components/or-skeleton-v3/OrSkeletonCircle.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-skeleton-v3/OrSkeletonRect.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-skeleton-v3/OrSkeletonText.vue.d.ts +4 -4
- package/dist/esm/v2/components/or-skeleton-v3/index.js +4 -2
- package/dist/esm/v2/components/or-sort-header-v3/OrSortHeader.vue.d.ts +15 -4
- package/dist/esm/v2/components/or-sort-header-v3/index.js +4 -2
- package/dist/esm/v2/components/or-switch-v3/OrSwitch.vue.d.ts +18 -23
- package/dist/esm/v2/components/or-switch-v3/index.js +4 -4
- package/dist/esm/v2/components/or-tab-v3/OrTab.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-tab-v3/index.js +3 -1
- package/dist/esm/v2/components/or-tabs-v3/OrTabs.vue.d.ts +15 -4
- package/dist/esm/v2/components/or-tabs-v3/index.js +9 -8
- package/dist/esm/v2/components/or-tag-v3/OrTag.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-tag-v3/index.js +9 -8
- package/dist/esm/v2/components/or-text-v3/OrText.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-text-v3/index.js +3 -1
- package/dist/esm/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +19 -47
- package/dist/esm/v2/components/or-textarea-v3/index.js +6 -7
- package/dist/esm/v2/components/or-toast-v3/index.js +9 -8
- package/dist/esm/v2/components/or-tooltip-v3/OrTooltip.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-tooltip-v3/index.js +5 -4
- package/dist/esm/v2/hooks/index.d.ts +1 -3
- package/dist/esm/v2/hooks/index.js +1 -2
- package/dist/esm/v2/hooks/useClassAttribute.d.ts +3 -0
- package/dist/esm/v2/index.js +45 -46
- package/dist/esm/v2/{types-856a804f.js → types-6c742e07.js} +2 -2
- package/dist/esm/v2/useClassAttribute-47fdb016.js +32 -0
- package/dist/esm/v3/{OrAvatar-6444e693.js → OrAvatar-53a4429d.js} +13 -8
- package/dist/esm/v3/{OrBottomSheet-13a416ef.js → OrBottomSheet-62817aec.js} +4 -2
- package/dist/esm/v3/{OrButton-c56998e7.js → OrButton-0fa67a0d.js} +13 -8
- package/dist/esm/v3/{OrCard-cd6af82e.js → OrCard-fd92f7c8.js} +11 -6
- package/dist/esm/v3/{OrCardCollection-47f61c40.js → OrCardCollection-dbb3e839.js} +19 -14
- package/dist/esm/v3/{OrCheckbox-16c1e2f4.js → OrCheckbox-3e139eac.js} +32 -40
- package/dist/esm/v3/{OrConfirm-8b7f29c2.js → OrConfirm-1bcd39b1.js} +4 -5
- package/dist/esm/v3/{OrError-19198748.js → OrError-ec8c709d.js} +12 -7
- package/dist/esm/v3/{OrErrorTag-308119de.js → OrErrorTag-98252eef.js} +13 -8
- package/dist/esm/v3/{OrExpansionPanel-3a4282da.js → OrExpansionPanel-f8d7ff8d.js} +13 -8
- package/dist/esm/v3/{OrFab-61131b31.js → OrFab-c8ae6e01.js} +9 -7
- package/dist/esm/v3/{OrHint-6863124f.js → OrHint-74bb732d.js} +12 -7
- package/dist/esm/v3/{OrIcon-34f59f73.js → OrIcon-b195169c.js} +11 -6
- package/dist/esm/v3/{OrIconButton-e5781317.js → OrIconButton-1a89fbf9.js} +7 -4
- package/dist/esm/v3/{OrInlineInput-09de432a.js → OrInlineInput-507fc99c.js} +33 -41
- package/dist/esm/v3/{OrInlineInputBox-09b33e18.js → OrInlineInputBox-8049f95a.js} +11 -6
- package/dist/esm/v3/{OrInlineTextarea-56328f22.js → OrInlineTextarea-53a9e027.js} +33 -41
- package/dist/esm/v3/{OrInput-6fb81556.js → OrInput-9c0426b9.js} +42 -45
- package/dist/esm/v3/{OrInputBox-e16ade90.js → OrInputBox-6d1b6059.js} +11 -6
- package/dist/esm/v3/{OrLabel-f700f9fb.js → OrLabel-bdaec602.js} +12 -7
- package/dist/esm/v3/{OrLink-07f6f27d.js → OrLink-338db3ca.js} +12 -7
- package/dist/esm/v3/{OrLoader-a53d2edf.js → OrLoader-b3cf4231.js} +12 -7
- package/dist/esm/v3/{OrMenu-7f3ea117.js → OrMenu-840038cd.js} +13 -8
- package/dist/esm/v3/{OrMenuItem-58707d47.js → OrMenuItem-9da279f6.js} +13 -8
- package/dist/esm/v3/{OrModal-10838da7.js → OrModal-7878cc39.js} +6 -3
- package/dist/esm/v3/{OrNotification-25da89ca.js → OrNotification-e1383681.js} +14 -9
- package/dist/esm/v3/{OrOverlay-afad3aa4.js → OrOverlay-738a44d5.js} +3 -1
- package/dist/esm/v3/{OrPagination-da9e5017.js → OrPagination-a703307d.js} +32 -20
- package/dist/esm/v3/{OrPopover-40217b49.js → OrPopover-1075dd38.js} +4 -2
- package/dist/esm/v3/{OrProgress-639ed5e8.js → OrProgress-407002e0.js} +12 -8
- package/dist/esm/v3/{OrRadio-bb9b37c1.js → OrRadio-54b6d0de.js} +29 -37
- package/dist/esm/v3/{OrSearch-e15955a7.js → OrSearch-9885d178.js} +13 -9
- package/dist/esm/v3/{OrSegmentedControl-880b4911.js → OrSegmentedControl-171cad78.js} +32 -19
- package/dist/esm/v3/{OrSelect-acf12fe6.js → OrSelect-8fbd88bc.js} +37 -28
- package/dist/esm/v3/{OrSkeletonText-afd3d007.js → OrSkeletonText-3965ff71.js} +33 -22
- package/dist/esm/v3/{OrSortHeader-a39f77f9.js → OrSortHeader-fe1a9cf8.js} +26 -16
- package/dist/esm/v3/{OrSwitch-1c2196da.js → OrSwitch-cca30aa0.js} +31 -38
- package/dist/esm/v3/{OrTab-d3785ea4.js → OrTab-c131cf60.js} +11 -6
- package/dist/esm/v3/{OrTabs-328d41b9.js → OrTabs-d0ee6cef.js} +20 -13
- package/dist/esm/v3/{OrTag-34bf1713.js → OrTag-5d54f37d.js} +14 -9
- package/dist/esm/v3/{OrText-6b4f7cd1.js → OrText-ecb46923.js} +12 -7
- package/dist/esm/v3/{OrTextarea-37566985.js → OrTextarea-bb9ef3f2.js} +35 -47
- package/dist/esm/v3/{OrTooltip-b07616f4.js → OrTooltip-50d27b4f.js} +12 -8
- package/dist/esm/v3/components/index.js +46 -47
- package/dist/esm/v3/components/or-avatar-v3/OrAvatar.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-avatar-v3/index.js +4 -2
- package/dist/esm/v3/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +3 -2
- package/dist/esm/v3/components/or-button-v3/OrButton.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-button-v3/index.js +4 -2
- package/dist/esm/v3/components/or-card-collection-v3/OrCardCollection.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-card-collection-v3/index.js +19 -20
- package/dist/esm/v3/components/or-card-v3/OrCard.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-card-v3/index.js +3 -1
- package/dist/esm/v3/components/or-checkbox-v3/OrCheckbox.vue.d.ts +18 -23
- package/dist/esm/v3/components/or-checkbox-v3/index.js +3 -3
- package/dist/esm/v3/components/or-confirm-v3/index.js +19 -20
- package/dist/esm/v3/components/or-error-tag-v3/OrErrorTag.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-error-tag-v3/index.js +4 -2
- package/dist/esm/v3/components/or-error-v3/OrError.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-error-v3/index.js +3 -1
- package/dist/esm/v3/components/or-expansion-panel-v3/OrExpansionPanel.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-expansion-panel-v3/index.js +4 -2
- package/dist/esm/v3/components/or-fab-v3/index.js +4 -2
- package/dist/esm/v3/components/or-hint-v3/OrHint.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-hint-v3/index.js +3 -1
- package/dist/esm/v3/components/or-icon-button-v3/OrIconButton.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-icon-button-v3/index.js +7 -6
- package/dist/esm/v3/components/or-icon-v3/OrIcon.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-icon-v3/index.js +3 -1
- package/dist/esm/v3/components/or-inline-input-box-v3/OrInlineInputBox.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-inline-input-box-v3/index.js +3 -1
- package/dist/esm/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +19 -38
- package/dist/esm/v3/components/or-inline-input-v3/index.js +11 -12
- package/dist/esm/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +19 -38
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +11 -12
- package/dist/esm/v3/components/or-input-box-v3/OrInputBox.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-input-box-v3/index.js +3 -1
- package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +21 -45
- package/dist/esm/v3/components/or-input-v3/index.js +12 -13
- package/dist/esm/v3/components/or-label-v3/OrLabel.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-label-v3/index.js +3 -1
- package/dist/esm/v3/components/or-link-v3/OrLink.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-link-v3/index.js +3 -1
- package/dist/esm/v3/components/or-loader-v3/OrLoader.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-loader-v3/index.js +3 -1
- package/dist/esm/v3/components/or-menu-item-v3/OrMenuItem.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-menu-item-v3/index.js +4 -2
- package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-menu-v3/index.js +6 -5
- package/dist/esm/v3/components/or-modal-v3/OrModal.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-modal-v3/index.js +9 -8
- package/dist/esm/v3/components/or-notification-v3/OrNotification.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-notification-v3/index.js +9 -8
- package/dist/esm/v3/components/or-overlay-v3/OrOverlay.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-overlay-v3/index.js +2 -1
- package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +13 -2
- package/dist/esm/v3/components/or-pagination-v3/index.js +11 -10
- package/dist/esm/v3/components/or-popover-v3/OrPopover.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-popover-v3/index.js +4 -3
- package/dist/esm/v3/components/or-progress-v3/OrProgress.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-progress-v3/index.js +3 -2
- package/dist/esm/v3/components/or-radio-v3/OrRadio.vue.d.ts +15 -20
- package/dist/esm/v3/components/or-radio-v3/index.js +3 -3
- package/dist/esm/v3/components/or-search-v3/OrSearch.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-search-v3/index.js +14 -15
- package/dist/esm/v3/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +16 -5
- package/dist/{bundled/v2/components/or-segmented-control-v3/partials → esm/v3/components/or-segmented-control-v3/components}/or-segmented-control-item/OrSegmentedControlItem.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-segmented-control-v3/{partials → components}/or-segmented-control-item/styles.d.ts +0 -0
- package/dist/esm/v3/components/or-segmented-control-v3/index.js +3 -1
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +16 -5
- package/dist/esm/v3/components/or-select-v3/index.js +17 -18
- package/dist/esm/v3/components/or-skeleton-v3/OrSkeletonCircle.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-skeleton-v3/OrSkeletonRect.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-skeleton-v3/OrSkeletonText.vue.d.ts +4 -4
- package/dist/esm/v3/components/or-skeleton-v3/index.js +4 -2
- package/dist/esm/v3/components/or-sort-header-v3/OrSortHeader.vue.d.ts +15 -4
- package/dist/esm/v3/components/or-sort-header-v3/index.js +4 -2
- package/dist/esm/v3/components/or-switch-v3/OrSwitch.vue.d.ts +18 -23
- package/dist/esm/v3/components/or-switch-v3/index.js +4 -4
- package/dist/esm/v3/components/or-tab-v3/OrTab.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-tab-v3/index.js +3 -1
- package/dist/esm/v3/components/or-tabs-v3/OrTabs.vue.d.ts +15 -4
- package/dist/esm/v3/components/or-tabs-v3/index.js +9 -8
- package/dist/esm/v3/components/or-tag-v3/OrTag.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-tag-v3/index.js +9 -8
- package/dist/esm/v3/components/or-text-v3/OrText.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-text-v3/index.js +3 -1
- package/dist/esm/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +19 -47
- package/dist/esm/v3/components/or-textarea-v3/index.js +6 -7
- package/dist/esm/v3/components/or-toast-v3/index.js +9 -8
- package/dist/esm/v3/components/or-tooltip-v3/OrTooltip.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-tooltip-v3/index.js +5 -4
- package/dist/esm/v3/hooks/index.d.ts +1 -3
- package/dist/esm/v3/hooks/index.js +1 -2
- package/dist/esm/v3/hooks/useClassAttribute.d.ts +3 -0
- package/dist/esm/v3/index.js +45 -46
- package/dist/esm/v3/{types-7f17b4b2.js → types-2692e337.js} +2 -2
- package/dist/esm/v3/useClassAttribute-47fdb016.js +32 -0
- package/package.json +3 -2
- package/src/components/or-avatar-v3/OrAvatar.vue +9 -3
- package/src/components/or-bottom-sheet-v3/OrBottomSheet.vue +4 -0
- package/src/components/or-button-v3/OrButton.vue +7 -0
- package/src/components/or-card-collection-v3/OrCardCollection.vue +17 -9
- package/src/components/or-card-v3/OrCard.vue +7 -0
- package/src/components/or-checkbox-v3/OrCheckbox.stories3.ts +7 -3
- package/src/components/or-checkbox-v3/OrCheckbox.vue +26 -34
- package/src/components/or-confirm-v3/OrConfirm.vue +12 -19
- package/src/components/or-error-tag-v3/OrErrorTag.vue +7 -0
- package/src/components/or-error-v3/OrError.vue +7 -0
- package/src/components/or-expansion-panel-v3/OrExpansionPanel.vue +7 -0
- package/src/components/or-fab-v3/OrFab.vue +3 -0
- package/src/components/or-hint-v3/OrHint.vue +7 -0
- package/src/components/or-icon-button-v3/OrIconButton.vue +4 -0
- package/src/components/or-icon-v3/OrIcon.vue +7 -0
- package/src/components/or-inline-input-box-v3/OrInlineInputBox.vue +7 -0
- package/src/components/or-inline-input-v3/OrInlineInput.stories3.ts +4 -0
- package/src/components/or-inline-input-v3/OrInlineInput.vue +27 -36
- package/src/components/or-inline-textarea-v3/OrInlineTextarea.stories3.ts +4 -0
- package/src/components/or-inline-textarea-v3/OrInlineTextarea.vue +27 -36
- package/src/components/or-input-box-v3/OrInputBox.vue +7 -0
- package/src/components/or-input-v3/OrInput.stories3.ts +8 -4
- package/src/components/or-input-v3/OrInput.vue +34 -37
- package/src/components/or-label-v3/OrLabel.vue +7 -0
- package/src/components/or-link-v3/OrLink.vue +7 -0
- package/src/components/or-loader-v3/OrLoader.vue +8 -1
- package/src/components/or-menu-item-v3/OrMenuItem.vue +7 -0
- package/src/components/or-menu-v3/OrMenu.vue +7 -0
- package/src/components/or-modal-v3/OrModal.vue +4 -0
- package/src/components/or-notification-v3/OrNotification.vue +7 -0
- package/src/components/or-overlay-v3/OrOverlay.vue +4 -1
- package/src/components/or-pagination-v3/OrPagination.stories3.ts +4 -0
- package/src/components/or-pagination-v3/OrPagination.vue +27 -9
- package/src/components/or-popover-v3/OrPopover.vue +4 -1
- package/src/components/or-progress-v3/OrProgress.vue +20 -3
- package/src/components/or-radio-v3/OrRadio.stories3.ts +7 -3
- package/src/components/or-radio-v3/OrRadio.vue +25 -33
- package/src/components/or-search-v3/OrSearch.vue +8 -1
- package/src/components/or-segmented-control-v3/OrSegmentedControl.stories3.ts +4 -0
- package/src/components/or-segmented-control-v3/OrSegmentedControl.vue +18 -6
- package/src/components/or-segmented-control-v3/{partials → components}/or-segmented-control-item/OrSegmentedControlItem.vue +7 -0
- package/src/components/or-segmented-control-v3/{partials → components}/or-segmented-control-item/styles.ts +0 -0
- package/src/components/or-select-v3/OrSelect.stories3.ts +4 -0
- package/src/components/or-select-v3/OrSelect.vue +18 -8
- package/src/components/or-skeleton-v3/OrSkeletonCircle.vue +8 -2
- package/src/components/or-skeleton-v3/OrSkeletonRect.vue +8 -3
- package/src/components/or-skeleton-v3/OrSkeletonText.vue +9 -5
- package/src/components/or-sort-header-v3/OrSortHeader.stories3.ts +7 -3
- package/src/components/or-sort-header-v3/OrSortHeader.vue +19 -8
- package/src/components/or-switch-v3/OrSwitch.stories3.ts +7 -3
- package/src/components/or-switch-v3/OrSwitch.vue +25 -33
- package/src/components/or-tab-v3/OrTab.vue +7 -0
- package/src/components/or-tabs-v3/OrTabs.stories3.ts +4 -0
- package/src/components/or-tabs-v3/OrTabs.vue +16 -7
- package/src/components/or-tag-v3/OrTag.vue +7 -0
- package/src/components/or-tag-v3/styles.ts +3 -0
- package/src/components/or-text-v3/OrText.vue +7 -0
- package/src/components/or-textarea-v3/OrTextarea.stories3.ts +8 -4
- package/src/components/or-textarea-v3/OrTextarea.vue +28 -41
- package/src/components/or-tooltip-v3/OrTooltip.vue +7 -0
- package/src/hooks/index.ts +1 -3
- package/src/hooks/useClassAttribute.ts +39 -0
- package/dist/bundled/v2/hooks/useControlAttributes.d.ts +0 -8
- package/dist/bundled/v2/hooks/useIdAttribute.d.ts +0 -2
- package/dist/bundled/v2/hooks/useValidationAttributes.d.ts +0 -12
- package/dist/bundled/v2/useIdAttribute-cf61643f.js +0 -22
- package/dist/bundled/v2/useValidationAttributes-6df7bcf9.js +0 -17
- package/dist/bundled/v3/OrIcon-1a5c9091.js +0 -12
- package/dist/bundled/v3/hooks/useControlAttributes.d.ts +0 -8
- package/dist/bundled/v3/hooks/useIdAttribute.d.ts +0 -2
- package/dist/bundled/v3/hooks/useValidationAttributes.d.ts +0 -12
- package/dist/bundled/v3/useIdAttribute-b2e42f31.js +0 -21
- package/dist/bundled/v3/useValidationAttributes-5428d8fa.js +0 -16
- package/dist/esm/v2/hooks/useControlAttributes.d.ts +0 -8
- package/dist/esm/v2/hooks/useIdAttribute.d.ts +0 -2
- package/dist/esm/v2/hooks/useValidationAttributes.d.ts +0 -12
- package/dist/esm/v2/useIdAttribute-859439f0.js +0 -21
- package/dist/esm/v2/useValidationAttributes-d1abbe34.js +0 -16
- package/dist/esm/v3/hooks/useControlAttributes.d.ts +0 -8
- package/dist/esm/v3/hooks/useIdAttribute.d.ts +0 -2
- package/dist/esm/v3/hooks/useValidationAttributes.d.ts +0 -12
- package/dist/esm/v3/useIdAttribute-859439f0.js +0 -21
- package/dist/esm/v3/useValidationAttributes-d1abbe34.js +0 -16
- package/src/hooks/useControlAttributes.ts +0 -19
- package/src/hooks/useIdAttribute.ts +0 -9
- package/src/hooks/useValidationAttributes.ts +0 -25
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div
|
|
3
3
|
ref="root"
|
|
4
|
+
v-bind="$attrs"
|
|
4
5
|
:class="rootStyles"
|
|
5
6
|
:activated="activated ? '' : null"
|
|
6
7
|
@click.stop="toggleDirection()"
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
|
|
19
20
|
<script lang="ts">
|
|
20
21
|
import { computed, defineComponent, PropType, ref } from 'vue-demi';
|
|
22
|
+
import { useClassAttribute } from '../../hooks';
|
|
21
23
|
import { OrIconV3 as OrIcon } from '../or-icon-v3';
|
|
22
24
|
import { SortHeaderRoot } from './styles';
|
|
23
25
|
import { SortHeaderModel } from './types';
|
|
@@ -29,10 +31,7 @@ export default defineComponent({
|
|
|
29
31
|
OrIcon,
|
|
30
32
|
},
|
|
31
33
|
|
|
32
|
-
|
|
33
|
-
prop: 'modelValue',
|
|
34
|
-
event: 'update:modelValue',
|
|
35
|
-
},
|
|
34
|
+
inheritAttrs: false,
|
|
36
35
|
|
|
37
36
|
props: {
|
|
38
37
|
modelValue: {
|
|
@@ -40,7 +39,12 @@ export default defineComponent({
|
|
|
40
39
|
default: undefined,
|
|
41
40
|
},
|
|
42
41
|
|
|
43
|
-
value: {
|
|
42
|
+
value: { // TODO: Remove Vue 2 fallback
|
|
43
|
+
type: Object as PropType<SortHeaderModel>,
|
|
44
|
+
default: undefined,
|
|
45
|
+
},
|
|
46
|
+
|
|
47
|
+
inputValue: { // TODO: Rename to `value` after complete migration to Vue 3
|
|
44
48
|
type: String,
|
|
45
49
|
required: true,
|
|
46
50
|
},
|
|
@@ -49,6 +53,7 @@ export default defineComponent({
|
|
|
49
53
|
emits: [
|
|
50
54
|
'update:modelValue',
|
|
51
55
|
|
|
56
|
+
'input',
|
|
52
57
|
'focus',
|
|
53
58
|
'blur',
|
|
54
59
|
],
|
|
@@ -62,28 +67,34 @@ export default defineComponent({
|
|
|
62
67
|
const root = ref<HTMLElement>();
|
|
63
68
|
|
|
64
69
|
// Styles
|
|
70
|
+
const classAttribute = useClassAttribute();
|
|
71
|
+
|
|
65
72
|
const rootStyles = computed(() => [
|
|
66
73
|
'or-sort-header',
|
|
67
74
|
...SortHeaderRoot,
|
|
75
|
+
classAttribute.value,
|
|
68
76
|
]);
|
|
69
77
|
|
|
70
78
|
// State
|
|
71
79
|
const proxyModelValue = computed({
|
|
72
|
-
get: () =>
|
|
80
|
+
get: () => {
|
|
81
|
+
return props.modelValue ?? props.value; // TODO: Remove Vue 2 fallback
|
|
82
|
+
},
|
|
73
83
|
|
|
74
84
|
set: (value) => {
|
|
85
|
+
context.emit('input', value);
|
|
75
86
|
context.emit('update:modelValue', value);
|
|
76
87
|
},
|
|
77
88
|
});
|
|
78
89
|
|
|
79
90
|
const activated = computed(() => {
|
|
80
|
-
return proxyModelValue.value?.column === props.
|
|
91
|
+
return proxyModelValue.value?.column === props.inputValue;
|
|
81
92
|
});
|
|
82
93
|
|
|
83
94
|
// Methods
|
|
84
95
|
function toggleDirection(): void {
|
|
85
96
|
proxyModelValue.value = {
|
|
86
|
-
column: props.
|
|
97
|
+
column: props.inputValue,
|
|
87
98
|
direction: proxyModelValue.value?.direction === 'asc' ? 'desc' : 'asc',
|
|
88
99
|
};
|
|
89
100
|
}
|
|
@@ -26,7 +26,11 @@ export default {
|
|
|
26
26
|
control: { type: 'object' },
|
|
27
27
|
},
|
|
28
28
|
|
|
29
|
-
value: {
|
|
29
|
+
value: { // TODO: Remove Vue 2 fallback
|
|
30
|
+
table: { disable: true },
|
|
31
|
+
},
|
|
32
|
+
|
|
33
|
+
inputValue: { // TODO: Rename to `value` after complete migration to Vue 3
|
|
30
34
|
control: { type: 'text' },
|
|
31
35
|
},
|
|
32
36
|
|
|
@@ -135,7 +139,7 @@ const Template: StoryFn<typeof OrSwitch> = (args) => ({
|
|
|
135
139
|
|
|
136
140
|
<OrSwitch
|
|
137
141
|
v-model="model"
|
|
138
|
-
value="switch-2"
|
|
142
|
+
input-value="switch-2"
|
|
139
143
|
label="Switch 2"
|
|
140
144
|
@update:modelValue="onUpdateModelValue"
|
|
141
145
|
@input="onInput"
|
|
@@ -153,6 +157,6 @@ Switch.args = {
|
|
|
153
157
|
addon: '<OrIcon icon="info" />',
|
|
154
158
|
|
|
155
159
|
// Props
|
|
156
|
-
|
|
160
|
+
inputValue: 'switch-1',
|
|
157
161
|
label: 'Switch 1',
|
|
158
162
|
};
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
>
|
|
6
6
|
<template v-if="!loading">
|
|
7
7
|
<input
|
|
8
|
-
|
|
8
|
+
v-bind="$attrs"
|
|
9
|
+
:id="controlId"
|
|
9
10
|
v-model="proxyModelValue"
|
|
10
|
-
v-bind="controlAttributes"
|
|
11
11
|
:class="controlStyles"
|
|
12
12
|
type="checkbox"
|
|
13
|
-
:value="
|
|
13
|
+
:value="inputValue"
|
|
14
14
|
:required="required"
|
|
15
15
|
:disabled="disabled"
|
|
16
16
|
@focus="$emit('focus', $event)"
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
|
|
34
34
|
<template v-if="$slots.default || label">
|
|
35
35
|
<OrLabel
|
|
36
|
-
:control-id="
|
|
36
|
+
:control-id="controlId"
|
|
37
37
|
:variant="labelVariant"
|
|
38
38
|
:required="required"
|
|
39
39
|
:disabled="disabled"
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
</template>
|
|
50
50
|
|
|
51
51
|
<script lang="ts">
|
|
52
|
-
import { computed, defineComponent,
|
|
53
|
-
import {
|
|
52
|
+
import { computed, defineComponent, getCurrentInstance, PropType, ref } from 'vue-demi';
|
|
53
|
+
import { useClassAttribute } from '../../hooks';
|
|
54
54
|
import { LabelVariant, OrLabelV3 as OrLabel } from '../or-label-v3';
|
|
55
55
|
import { OrLoaderV3 as OrLoader } from '../or-loader-v3';
|
|
56
56
|
import { SwitchControl, SwitchControlHandle, SwitchLoader, SwitchLoaderHandle, SwitchRoot } from './styles';
|
|
@@ -63,10 +63,7 @@ export default defineComponent({
|
|
|
63
63
|
OrLoader,
|
|
64
64
|
},
|
|
65
65
|
|
|
66
|
-
|
|
67
|
-
prop: 'modelValue',
|
|
68
|
-
event: 'update:modelValue',
|
|
69
|
-
},
|
|
66
|
+
inheritAttrs: false,
|
|
70
67
|
|
|
71
68
|
props: {
|
|
72
69
|
modelValue: {
|
|
@@ -74,7 +71,12 @@ export default defineComponent({
|
|
|
74
71
|
default: undefined,
|
|
75
72
|
},
|
|
76
73
|
|
|
77
|
-
value: {
|
|
74
|
+
value: { // TODO: Remove Vue 2 fallback
|
|
75
|
+
type: [Boolean, Array] as PropType<boolean | string[]>,
|
|
76
|
+
default: undefined,
|
|
77
|
+
},
|
|
78
|
+
|
|
79
|
+
inputValue: { // TODO: Rename to `value` after complete migration to Vue 3
|
|
78
80
|
type: String,
|
|
79
81
|
default: undefined,
|
|
80
82
|
},
|
|
@@ -108,26 +110,28 @@ export default defineComponent({
|
|
|
108
110
|
emits: [
|
|
109
111
|
'update:modelValue',
|
|
110
112
|
|
|
113
|
+
'input',
|
|
111
114
|
'focus',
|
|
112
115
|
'blur',
|
|
113
116
|
],
|
|
114
117
|
|
|
115
118
|
expose: [
|
|
116
119
|
'root',
|
|
117
|
-
|
|
118
|
-
'focus',
|
|
119
|
-
'blur',
|
|
120
120
|
],
|
|
121
121
|
|
|
122
122
|
setup(props, context) {
|
|
123
|
+
const currentInstance = getCurrentInstance()!;
|
|
124
|
+
|
|
123
125
|
// Refs
|
|
124
126
|
const root = ref<HTMLElement>();
|
|
125
|
-
const control = ref<HTMLInputElement>();
|
|
126
127
|
|
|
127
128
|
// Styles
|
|
129
|
+
const classAttribute = useClassAttribute();
|
|
130
|
+
|
|
128
131
|
const rootStyles = computed(() => [
|
|
129
132
|
'or-switch',
|
|
130
133
|
...SwitchRoot,
|
|
134
|
+
classAttribute.value,
|
|
131
135
|
]);
|
|
132
136
|
|
|
133
137
|
const controlStyles = computed(() => [
|
|
@@ -141,38 +145,26 @@ export default defineComponent({
|
|
|
141
145
|
]);
|
|
142
146
|
|
|
143
147
|
// State
|
|
144
|
-
const
|
|
145
|
-
id: useIdAttribute(),
|
|
146
|
-
...useControlAttributes(),
|
|
147
|
-
});
|
|
148
|
+
const controlId = ref(context.attrs.id as string ?? currentInstance.uid.toString());
|
|
148
149
|
|
|
149
150
|
const proxyModelValue = computed({
|
|
150
|
-
get: () =>
|
|
151
|
+
get: () => {
|
|
152
|
+
return props.modelValue ?? props.value; // TODO: Remove Vue 2 fallback
|
|
153
|
+
},
|
|
151
154
|
|
|
152
155
|
set: (value) => {
|
|
156
|
+
context.emit('input', value);
|
|
153
157
|
context.emit('update:modelValue', value);
|
|
154
158
|
},
|
|
155
159
|
});
|
|
156
160
|
|
|
157
|
-
// Methods
|
|
158
|
-
function focus(): void {
|
|
159
|
-
control.value?.focus();
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
function blur(): void {
|
|
163
|
-
control.value?.blur();
|
|
164
|
-
}
|
|
165
|
-
|
|
166
161
|
return {
|
|
167
162
|
root,
|
|
168
|
-
control,
|
|
169
163
|
rootStyles,
|
|
170
164
|
controlStyles,
|
|
171
165
|
loaderStyles,
|
|
172
|
-
|
|
166
|
+
controlId,
|
|
173
167
|
proxyModelValue,
|
|
174
|
-
focus,
|
|
175
|
-
blur,
|
|
176
168
|
};
|
|
177
169
|
},
|
|
178
170
|
});
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div
|
|
3
3
|
ref="root"
|
|
4
|
+
v-bind="$attrs"
|
|
4
5
|
:class="rootStyles"
|
|
5
6
|
:tabindex="0"
|
|
6
7
|
:selected="selected ? '' : null"
|
|
@@ -14,11 +15,14 @@
|
|
|
14
15
|
|
|
15
16
|
<script lang="ts">
|
|
16
17
|
import { computed, defineComponent, ref } from 'vue-demi';
|
|
18
|
+
import { useClassAttribute } from '../../hooks';
|
|
17
19
|
import { TabRoot } from './styles';
|
|
18
20
|
|
|
19
21
|
export default defineComponent({
|
|
20
22
|
name: 'OrTab',
|
|
21
23
|
|
|
24
|
+
inheritAttrs: false,
|
|
25
|
+
|
|
22
26
|
props: {
|
|
23
27
|
selected: {
|
|
24
28
|
type: Boolean,
|
|
@@ -41,9 +45,12 @@ export default defineComponent({
|
|
|
41
45
|
const root = ref<HTMLElement>();
|
|
42
46
|
|
|
43
47
|
// Styles
|
|
48
|
+
const classAttribute = useClassAttribute();
|
|
49
|
+
|
|
44
50
|
const rootStyles = computed(() => [
|
|
45
51
|
'or-tab',
|
|
46
52
|
...TabRoot,
|
|
53
|
+
classAttribute.value,
|
|
47
54
|
]);
|
|
48
55
|
|
|
49
56
|
return {
|
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
<script lang="ts">
|
|
48
48
|
import { useResizeObserver } from '@vueuse/core';
|
|
49
49
|
import { computed, defineComponent, nextTick, onMounted, PropType, reactive, ref, watch } from 'vue-demi';
|
|
50
|
+
import { useClassAttribute } from '../../hooks';
|
|
50
51
|
import { OrIconV3 as OrIcon } from '../or-icon-v3';
|
|
51
52
|
import { OrMenuItemV3 as OrMenuItem } from '../or-menu-item-v3';
|
|
52
53
|
import { OrMenuV3 as OrMenu } from '../or-menu-v3';
|
|
@@ -67,11 +68,6 @@ export default defineComponent({
|
|
|
67
68
|
|
|
68
69
|
inheritAttrs: false,
|
|
69
70
|
|
|
70
|
-
model: {
|
|
71
|
-
prop: 'modelValue',
|
|
72
|
-
event: 'update:modelValue',
|
|
73
|
-
},
|
|
74
|
-
|
|
75
71
|
props: {
|
|
76
72
|
items: {
|
|
77
73
|
type: Array as PropType<TabsItem[]>,
|
|
@@ -83,6 +79,11 @@ export default defineComponent({
|
|
|
83
79
|
default: undefined,
|
|
84
80
|
},
|
|
85
81
|
|
|
82
|
+
value: { // TODO: Remove Vue 2 fallback
|
|
83
|
+
type: [String, Number],
|
|
84
|
+
default: undefined,
|
|
85
|
+
},
|
|
86
|
+
|
|
86
87
|
variant: {
|
|
87
88
|
type: String as PropType<TabsVariant>,
|
|
88
89
|
default: TabsVariant.Default,
|
|
@@ -91,6 +92,8 @@ export default defineComponent({
|
|
|
91
92
|
|
|
92
93
|
emits: [
|
|
93
94
|
'update:modelValue',
|
|
95
|
+
|
|
96
|
+
'input',
|
|
94
97
|
],
|
|
95
98
|
|
|
96
99
|
expose: [
|
|
@@ -108,10 +111,13 @@ export default defineComponent({
|
|
|
108
111
|
const overflowMenuRoot = computed(() => overflowMenu.value?.root);
|
|
109
112
|
|
|
110
113
|
// Styles
|
|
114
|
+
const classAttribute = useClassAttribute();
|
|
115
|
+
|
|
111
116
|
const rootStyles = computed(() => [
|
|
112
117
|
'or-tabs',
|
|
113
118
|
...TabsRoot,
|
|
114
119
|
...TabsRootVariants[props.variant],
|
|
120
|
+
classAttribute.value,
|
|
115
121
|
]);
|
|
116
122
|
|
|
117
123
|
// State
|
|
@@ -121,16 +127,19 @@ export default defineComponent({
|
|
|
121
127
|
});
|
|
122
128
|
|
|
123
129
|
const proxyModelValue = computed({
|
|
124
|
-
get: () =>
|
|
130
|
+
get: () => {
|
|
131
|
+
return props.modelValue ?? props.value; // TODO: Remove Vue 2 fallback
|
|
132
|
+
},
|
|
125
133
|
|
|
126
134
|
set: (value) => {
|
|
135
|
+
context.emit('input', value);
|
|
127
136
|
context.emit('update:modelValue', value);
|
|
128
137
|
},
|
|
129
138
|
});
|
|
130
139
|
|
|
131
140
|
const activeTab = computed(() => props.items.find(({ value }) => value === proxyModelValue.value)!);
|
|
132
141
|
|
|
133
|
-
//
|
|
142
|
+
// Functions
|
|
134
143
|
function rearrangeTabs(items: TabsItem[], activeTab: TabsItem, rootElement: Element): typeof tabs {
|
|
135
144
|
const { children } = rootElement;
|
|
136
145
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div
|
|
3
3
|
ref="root"
|
|
4
|
+
v-bind="$attrs"
|
|
4
5
|
:class="rootStyles"
|
|
5
6
|
:tabindex="!disabled && variant === 'button' ? 0 : null"
|
|
6
7
|
:disabled="disabled ? '' : null"
|
|
@@ -25,6 +26,7 @@
|
|
|
25
26
|
|
|
26
27
|
<script lang="ts">
|
|
27
28
|
import { computed, defineComponent, PropType, ref, unref, watchPostEffect } from 'vue-demi';
|
|
29
|
+
import { useClassAttribute } from '../../hooks';
|
|
28
30
|
import { OrIconButtonV3 as OrIconButton } from '../or-icon-button-v3';
|
|
29
31
|
import { TagColor, TagVariant } from './props';
|
|
30
32
|
import { TagRoot, TagRootColors, TagRootVariants } from './styles';
|
|
@@ -36,6 +38,8 @@ export default defineComponent({
|
|
|
36
38
|
OrIconButton,
|
|
37
39
|
},
|
|
38
40
|
|
|
41
|
+
inheritAttrs: false,
|
|
42
|
+
|
|
39
43
|
props: {
|
|
40
44
|
variant: {
|
|
41
45
|
type: String as PropType<TagVariant>,
|
|
@@ -70,11 +74,14 @@ export default defineComponent({
|
|
|
70
74
|
const root = ref<HTMLElement>();
|
|
71
75
|
|
|
72
76
|
// Styles
|
|
77
|
+
const classAttribute = useClassAttribute();
|
|
78
|
+
|
|
73
79
|
const rootStyles = computed(() => [
|
|
74
80
|
'or-tag',
|
|
75
81
|
...TagRoot,
|
|
76
82
|
...TagRootVariants[props.variant],
|
|
77
83
|
...!custom.value ? TagRootColors[props.color as TagColor] : [],
|
|
84
|
+
classAttribute.value,
|
|
78
85
|
]);
|
|
79
86
|
|
|
80
87
|
// State
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div
|
|
3
3
|
ref="root"
|
|
4
|
+
v-bind="$attrs"
|
|
4
5
|
:class="rootStyles"
|
|
5
6
|
>
|
|
6
7
|
<div :class="mainTextStyles">
|
|
@@ -15,11 +16,14 @@
|
|
|
15
16
|
|
|
16
17
|
<script lang="ts">
|
|
17
18
|
import { computed, defineComponent, ref } from 'vue-demi';
|
|
19
|
+
import { useClassAttribute } from '../../hooks';
|
|
18
20
|
import { MainText, RestText, TextRoot } from './styles';
|
|
19
21
|
|
|
20
22
|
export default defineComponent({
|
|
21
23
|
name: 'OrText',
|
|
22
24
|
|
|
25
|
+
inheritAttrs: false,
|
|
26
|
+
|
|
23
27
|
props: {
|
|
24
28
|
text: {
|
|
25
29
|
type: String,
|
|
@@ -41,9 +45,12 @@ export default defineComponent({
|
|
|
41
45
|
const root = ref<HTMLElement>();
|
|
42
46
|
|
|
43
47
|
// Styles
|
|
48
|
+
const classAttribute = useClassAttribute();
|
|
49
|
+
|
|
44
50
|
const rootStyles = computed(() => [
|
|
45
51
|
'or-text',
|
|
46
52
|
...TextRoot,
|
|
53
|
+
classAttribute.value,
|
|
47
54
|
]);
|
|
48
55
|
|
|
49
56
|
const mainTextStyles = computed(() => [
|
|
@@ -16,6 +16,10 @@ export default {
|
|
|
16
16
|
control: { type: 'text' },
|
|
17
17
|
},
|
|
18
18
|
|
|
19
|
+
readonly: {
|
|
20
|
+
control: { type: 'boolean' },
|
|
21
|
+
},
|
|
22
|
+
|
|
19
23
|
maxlength: {
|
|
20
24
|
control: { type: 'number' },
|
|
21
25
|
},
|
|
@@ -35,6 +39,10 @@ export default {
|
|
|
35
39
|
control: { type: 'text' },
|
|
36
40
|
},
|
|
37
41
|
|
|
42
|
+
value: { // TODO: Remove Vue 2 fallback
|
|
43
|
+
table: { disable: true },
|
|
44
|
+
},
|
|
45
|
+
|
|
38
46
|
size: {
|
|
39
47
|
control: { type: 'select' },
|
|
40
48
|
options: Object.values(TextareaSize),
|
|
@@ -60,10 +68,6 @@ export default {
|
|
|
60
68
|
control: { type: 'boolean' },
|
|
61
69
|
},
|
|
62
70
|
|
|
63
|
-
readonly: {
|
|
64
|
-
control: { type: 'boolean' },
|
|
65
|
-
},
|
|
66
|
-
|
|
67
71
|
disabled: {
|
|
68
72
|
control: { type: 'boolean' },
|
|
69
73
|
},
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
>
|
|
6
6
|
<template v-if="label">
|
|
7
7
|
<OrLabel
|
|
8
|
-
:control-id="
|
|
8
|
+
:control-id="controlId"
|
|
9
9
|
:variant="'input'"
|
|
10
10
|
:required="required"
|
|
11
11
|
:disabled="disabled"
|
|
@@ -25,13 +25,12 @@
|
|
|
25
25
|
:disabled="disabled"
|
|
26
26
|
>
|
|
27
27
|
<textarea
|
|
28
|
-
|
|
28
|
+
:id="controlId"
|
|
29
29
|
v-model="proxyModelValue"
|
|
30
|
-
v-bind="
|
|
30
|
+
v-bind="$attrs"
|
|
31
31
|
:class="controlStyles"
|
|
32
32
|
:placeholder="placeholder"
|
|
33
33
|
:required="required"
|
|
34
|
-
:readonly="readonly"
|
|
35
34
|
:disabled="disabled"
|
|
36
35
|
@keydown="$emit('keydown', $event)"
|
|
37
36
|
@keyup="$emit('keyup', $event)"
|
|
@@ -71,8 +70,8 @@
|
|
|
71
70
|
</template>
|
|
72
71
|
|
|
73
72
|
<script lang="ts">
|
|
74
|
-
import { computed, defineComponent,
|
|
75
|
-
import {
|
|
73
|
+
import { computed, defineComponent, getCurrentInstance, PropType, ref } from 'vue-demi';
|
|
74
|
+
import { useClassAttribute } from '../../hooks';
|
|
76
75
|
import { OrErrorV3 as OrError } from '../or-error-v3';
|
|
77
76
|
import { OrHintV3 as OrHint } from '../or-hint-v3';
|
|
78
77
|
import { OrInputBoxV3 as OrInputBox } from '../or-input-box-v3';
|
|
@@ -90,10 +89,7 @@ export default defineComponent({
|
|
|
90
89
|
OrLabel,
|
|
91
90
|
},
|
|
92
91
|
|
|
93
|
-
|
|
94
|
-
prop: 'modelValue',
|
|
95
|
-
event: 'update:modelValue',
|
|
96
|
-
},
|
|
92
|
+
inheritAttrs: false,
|
|
97
93
|
|
|
98
94
|
props: {
|
|
99
95
|
modelValue: {
|
|
@@ -101,6 +97,11 @@ export default defineComponent({
|
|
|
101
97
|
default: undefined,
|
|
102
98
|
},
|
|
103
99
|
|
|
100
|
+
value: { // TODO: Remove Vue 2 fallback
|
|
101
|
+
type: String,
|
|
102
|
+
default: undefined,
|
|
103
|
+
},
|
|
104
|
+
|
|
104
105
|
size: {
|
|
105
106
|
type: String as PropType<TextareaSize>,
|
|
106
107
|
default: TextareaSize.M,
|
|
@@ -131,11 +132,6 @@ export default defineComponent({
|
|
|
131
132
|
default: false,
|
|
132
133
|
},
|
|
133
134
|
|
|
134
|
-
readonly: {
|
|
135
|
-
type: Boolean,
|
|
136
|
-
default: false,
|
|
137
|
-
},
|
|
138
|
-
|
|
139
135
|
disabled: {
|
|
140
136
|
type: Boolean,
|
|
141
137
|
default: false,
|
|
@@ -145,6 +141,7 @@ export default defineComponent({
|
|
|
145
141
|
emits: [
|
|
146
142
|
'update:modelValue',
|
|
147
143
|
|
|
144
|
+
'input',
|
|
148
145
|
'keydown',
|
|
149
146
|
'keyup',
|
|
150
147
|
'focus',
|
|
@@ -153,20 +150,21 @@ export default defineComponent({
|
|
|
153
150
|
|
|
154
151
|
expose: [
|
|
155
152
|
'root',
|
|
156
|
-
|
|
157
|
-
'focus',
|
|
158
|
-
'blur',
|
|
159
153
|
],
|
|
160
154
|
|
|
161
155
|
setup(props, context) {
|
|
156
|
+
const currentInstance = getCurrentInstance()!;
|
|
157
|
+
|
|
162
158
|
// Refs
|
|
163
159
|
const root = ref<HTMLElement>();
|
|
164
|
-
const control = ref<HTMLTextAreaElement>();
|
|
165
160
|
|
|
166
161
|
// Styles
|
|
162
|
+
const classAttribute = useClassAttribute();
|
|
163
|
+
|
|
167
164
|
const rootStyles = computed(() => [
|
|
168
165
|
'or-textarea',
|
|
169
166
|
...TextareaRoot,
|
|
167
|
+
classAttribute.value,
|
|
170
168
|
]);
|
|
171
169
|
|
|
172
170
|
const controlStyles = computed(() => [
|
|
@@ -174,46 +172,35 @@ export default defineComponent({
|
|
|
174
172
|
]);
|
|
175
173
|
|
|
176
174
|
// State
|
|
177
|
-
const
|
|
178
|
-
id: useIdAttribute(),
|
|
179
|
-
...useControlAttributes(),
|
|
180
|
-
...useValidationAttributes(),
|
|
181
|
-
});
|
|
175
|
+
const controlId = ref(context.attrs.id as string ?? currentInstance.uid.toString());
|
|
182
176
|
|
|
183
177
|
const proxyModelValue = computed({
|
|
184
|
-
get: () =>
|
|
178
|
+
get: () => {
|
|
179
|
+
return props.modelValue ?? props.value; // TODO: Remove Vue 2 fallback
|
|
180
|
+
},
|
|
185
181
|
|
|
186
182
|
set: (value) => {
|
|
183
|
+
context.emit('input', value);
|
|
187
184
|
context.emit('update:modelValue', value);
|
|
188
185
|
},
|
|
189
186
|
});
|
|
190
187
|
|
|
191
|
-
const currentLength = computed(() => proxyModelValue.value?.toString().length ?? 0);
|
|
192
|
-
const maxLength = computed(() => controlAttributes.maxlength);
|
|
193
|
-
|
|
194
188
|
const invalid = computed(() => !!props.error);
|
|
189
|
+
const readonly = computed(() => context.attrs.readonly as boolean);
|
|
195
190
|
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
control.value?.focus();
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
function blur(): void {
|
|
202
|
-
control.value?.blur();
|
|
203
|
-
}
|
|
191
|
+
const currentLength = computed(() => proxyModelValue.value?.toString().length ?? 0);
|
|
192
|
+
const maxLength = computed(() => context.attrs.maxlength as number | undefined);
|
|
204
193
|
|
|
205
194
|
return {
|
|
206
195
|
root,
|
|
207
|
-
control,
|
|
208
196
|
rootStyles,
|
|
209
197
|
controlStyles,
|
|
210
|
-
|
|
198
|
+
controlId,
|
|
211
199
|
proxyModelValue,
|
|
200
|
+
invalid,
|
|
201
|
+
readonly,
|
|
212
202
|
currentLength,
|
|
213
203
|
maxLength,
|
|
214
|
-
invalid,
|
|
215
|
-
focus,
|
|
216
|
-
blur,
|
|
217
204
|
};
|
|
218
205
|
},
|
|
219
206
|
});
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div
|
|
3
3
|
ref="root"
|
|
4
|
+
v-bind="$attrs"
|
|
4
5
|
:class="rootStyles"
|
|
5
6
|
>
|
|
6
7
|
<slot />
|
|
@@ -26,6 +27,7 @@
|
|
|
26
27
|
<script lang="ts">
|
|
27
28
|
import { useDebounceFn, useElementHover } from '@vueuse/core';
|
|
28
29
|
import { computed, defineComponent, PropType, ref, watch } from 'vue-demi';
|
|
30
|
+
import { useClassAttribute } from '../../hooks';
|
|
29
31
|
import { OrPopoverV3 as OrPopover } from '../or-popover-v3';
|
|
30
32
|
import { TooltipPlacement } from './props';
|
|
31
33
|
import { TooltipBody, TooltipBodyPlacements, TooltipRoot } from './styles';
|
|
@@ -37,6 +39,8 @@ export default defineComponent({
|
|
|
37
39
|
OrPopover,
|
|
38
40
|
},
|
|
39
41
|
|
|
42
|
+
inheritAttrs: false,
|
|
43
|
+
|
|
40
44
|
props: {
|
|
41
45
|
text: {
|
|
42
46
|
type: String,
|
|
@@ -67,9 +71,12 @@ export default defineComponent({
|
|
|
67
71
|
const popoverRoot = computed(() => popover.value?.root);
|
|
68
72
|
|
|
69
73
|
// Styles
|
|
74
|
+
const classAttribute = useClassAttribute();
|
|
75
|
+
|
|
70
76
|
const rootStyles = computed(() => [
|
|
71
77
|
'or-tooltip',
|
|
72
78
|
...TooltipRoot,
|
|
79
|
+
classAttribute.value,
|
|
73
80
|
]);
|
|
74
81
|
|
|
75
82
|
const bodyStyles = computed(() => [
|