@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,9 +1,10 @@
|
|
|
1
1
|
import { useResizeObserver } from '@vueuse/core';
|
|
2
2
|
import './index-fa6eb4ca.js';
|
|
3
|
-
import { O as OrIcon } from './OrIcon-
|
|
4
|
-
import { O as OrMenu } from './OrMenu-
|
|
5
|
-
import { O as OrMenuItem } from './OrMenuItem-
|
|
6
|
-
import { O as OrTab } from './OrTab-
|
|
3
|
+
import { O as OrIcon } from './OrIcon-8625385f.js';
|
|
4
|
+
import { O as OrMenu } from './OrMenu-fa47c888.js';
|
|
5
|
+
import { O as OrMenuItem } from './OrMenuItem-26420908.js';
|
|
6
|
+
import { O as OrTab } from './OrTab-dd949240.js';
|
|
7
|
+
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
7
8
|
import { defineComponent, ref, computed, reactive, watch, nextTick, onMounted } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
8
9
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
9
10
|
|
|
@@ -40,10 +41,6 @@ var script = defineComponent({
|
|
|
40
41
|
OrTab
|
|
41
42
|
},
|
|
42
43
|
inheritAttrs: false,
|
|
43
|
-
model: {
|
|
44
|
-
prop: 'modelValue',
|
|
45
|
-
event: 'update:modelValue'
|
|
46
|
-
},
|
|
47
44
|
props: {
|
|
48
45
|
items: {
|
|
49
46
|
type: Array,
|
|
@@ -53,12 +50,16 @@ var script = defineComponent({
|
|
|
53
50
|
type: [String, Number],
|
|
54
51
|
default: undefined
|
|
55
52
|
},
|
|
53
|
+
value: {
|
|
54
|
+
type: [String, Number],
|
|
55
|
+
default: undefined
|
|
56
|
+
},
|
|
56
57
|
variant: {
|
|
57
58
|
type: String,
|
|
58
59
|
default: TabsVariant.Default
|
|
59
60
|
}
|
|
60
61
|
},
|
|
61
|
-
emits: ['update:modelValue'],
|
|
62
|
+
emits: ['update:modelValue', 'input'],
|
|
62
63
|
expose: ['root'],
|
|
63
64
|
setup(props, context) {
|
|
64
65
|
// Refs
|
|
@@ -74,22 +75,28 @@ var script = defineComponent({
|
|
|
74
75
|
return (_a = overflowMenu.value) === null || _a === void 0 ? void 0 : _a.root;
|
|
75
76
|
});
|
|
76
77
|
// Styles
|
|
77
|
-
const
|
|
78
|
+
const classAttribute = useClassAttribute();
|
|
79
|
+
const rootStyles = computed(() => ['or-tabs', ...TabsRoot, ...TabsRootVariants[props.variant], classAttribute.value]);
|
|
78
80
|
// State
|
|
79
81
|
const tabs = reactive({
|
|
80
82
|
normal: [],
|
|
81
83
|
hidden: []
|
|
82
84
|
});
|
|
83
85
|
const proxyModelValue = computed({
|
|
84
|
-
get: () =>
|
|
86
|
+
get: () => {
|
|
87
|
+
var _a;
|
|
88
|
+
return (_a = props.modelValue) !== null && _a !== void 0 ? _a : props.value; // TODO: Remove Vue 2 fallback
|
|
89
|
+
},
|
|
90
|
+
|
|
85
91
|
set: value => {
|
|
92
|
+
context.emit('input', value);
|
|
86
93
|
context.emit('update:modelValue', value);
|
|
87
94
|
}
|
|
88
95
|
});
|
|
89
96
|
const activeTab = computed(() => props.items.find(({
|
|
90
97
|
value
|
|
91
98
|
}) => value === proxyModelValue.value));
|
|
92
|
-
//
|
|
99
|
+
// Functions
|
|
93
100
|
function rearrangeTabs(items, activeTab, rootElement) {
|
|
94
101
|
const {
|
|
95
102
|
children
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrIconButton } from './OrIconButton-
|
|
2
|
+
import { O as OrIconButton } from './OrIconButton-a2ba92df.js';
|
|
3
|
+
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
3
4
|
import { defineComponent, ref, computed, watchPostEffect, unref } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
4
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
5
6
|
|
|
@@ -42,7 +43,7 @@ const TagRootVariants = {
|
|
|
42
43
|
const TagRootColors = {
|
|
43
44
|
'default': [
|
|
44
45
|
// Theme
|
|
45
|
-
'theme-preset-2-primary', 'dark:theme-preset-2-primary-dark'],
|
|
46
|
+
'theme-preset-2-primary', 'dark:theme-preset-2-primary-dark', 'theme-foreground-default', 'dark:theme-foreground-default-dark'],
|
|
46
47
|
'danger': [
|
|
47
48
|
// Theme
|
|
48
49
|
'theme-preset-2-error', 'dark:theme-preset-2-error-dark']
|
|
@@ -53,6 +54,7 @@ var script = defineComponent({
|
|
|
53
54
|
components: {
|
|
54
55
|
OrIconButton
|
|
55
56
|
},
|
|
57
|
+
inheritAttrs: false,
|
|
56
58
|
props: {
|
|
57
59
|
variant: {
|
|
58
60
|
type: String,
|
|
@@ -73,7 +75,8 @@ var script = defineComponent({
|
|
|
73
75
|
// Refs
|
|
74
76
|
const root = ref();
|
|
75
77
|
// Styles
|
|
76
|
-
const
|
|
78
|
+
const classAttribute = useClassAttribute();
|
|
79
|
+
const rootStyles = computed(() => ['or-tag', ...TagRoot, ...TagRootVariants[props.variant], ...(!custom.value ? TagRootColors[props.color] : []), classAttribute.value]);
|
|
77
80
|
// State
|
|
78
81
|
const custom = computed(() => {
|
|
79
82
|
return !['default', 'danger'].includes(props.color);
|
|
@@ -104,7 +107,7 @@ var __vue_render__ = function () {
|
|
|
104
107
|
var _vm = this;
|
|
105
108
|
var _h = _vm.$createElement;
|
|
106
109
|
var _c = _vm._self._c || _h;
|
|
107
|
-
return _c('div', {
|
|
110
|
+
return _c('div', _vm._b({
|
|
108
111
|
ref: "root",
|
|
109
112
|
class: _vm.rootStyles,
|
|
110
113
|
attrs: {
|
|
@@ -122,7 +125,7 @@ var __vue_render__ = function () {
|
|
|
122
125
|
return _vm.$emit('blur', $event);
|
|
123
126
|
}
|
|
124
127
|
}
|
|
125
|
-
}, [_vm._t("default"), _vm._v(" "), _vm.variant === 'reset' ? [_c('div', {
|
|
128
|
+
}, 'div', _vm.$attrs, false), [_vm._t("default"), _vm._v(" "), _vm.variant === 'reset' ? [_c('div', {
|
|
126
129
|
class: ['layout-row', 'm-[-4px] md:m-[-2px]']
|
|
127
130
|
}, [_c('OrIconButton', {
|
|
128
131
|
attrs: {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
+
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
2
3
|
import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
3
4
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
4
5
|
|
|
@@ -20,6 +21,7 @@ const RestText = [
|
|
|
20
21
|
|
|
21
22
|
var script = defineComponent({
|
|
22
23
|
name: 'OrText',
|
|
24
|
+
inheritAttrs: false,
|
|
23
25
|
props: {
|
|
24
26
|
text: {
|
|
25
27
|
type: String,
|
|
@@ -35,7 +37,8 @@ var script = defineComponent({
|
|
|
35
37
|
// Refs
|
|
36
38
|
const root = ref();
|
|
37
39
|
// Styles
|
|
38
|
-
const
|
|
40
|
+
const classAttribute = useClassAttribute();
|
|
41
|
+
const rootStyles = computed(() => ['or-text', ...TextRoot, classAttribute.value]);
|
|
39
42
|
const mainTextStyles = computed(() => [...MainText]);
|
|
40
43
|
const restTextStyles = computed(() => [...RestText]);
|
|
41
44
|
// State
|
|
@@ -67,10 +70,10 @@ var __vue_render__ = function () {
|
|
|
67
70
|
var _vm = this;
|
|
68
71
|
var _h = _vm.$createElement;
|
|
69
72
|
var _c = _vm._self._c || _h;
|
|
70
|
-
return _c('div', {
|
|
73
|
+
return _c('div', _vm._b({
|
|
71
74
|
ref: "root",
|
|
72
75
|
class: _vm.rootStyles
|
|
73
|
-
}, [_c('div', {
|
|
76
|
+
}, 'div', _vm.$attrs, false), [_c('div', {
|
|
74
77
|
class: _vm.mainTextStyles
|
|
75
78
|
}, [_vm._v("\n " + _vm._s(_vm.mainText) + "\n ")]), _vm._v(" "), _c('div', {
|
|
76
79
|
class: _vm.restTextStyles
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import './index-fa6eb4ca.js';
|
|
2
|
-
import { O as OrError } from './OrError-
|
|
3
|
-
import { O as OrHint } from './OrHint-
|
|
4
|
-
import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-
|
|
5
|
-
import { O as OrLabel } from './OrLabel-
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { defineComponent, ref, computed, reactive } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
2
|
+
import { O as OrError } from './OrError-aad17598.js';
|
|
3
|
+
import { O as OrHint } from './OrHint-f38a1940.js';
|
|
4
|
+
import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-79ec54ad.js';
|
|
5
|
+
import { O as OrLabel } from './OrLabel-172c4b89.js';
|
|
6
|
+
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
7
|
+
import { defineComponent, getCurrentInstance, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
9
8
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
10
9
|
import { c as createInjector } from './browser-82dea9ed.js';
|
|
11
10
|
|
|
@@ -30,15 +29,16 @@ var script = defineComponent({
|
|
|
30
29
|
OrInputBox,
|
|
31
30
|
OrLabel
|
|
32
31
|
},
|
|
33
|
-
|
|
34
|
-
prop: 'modelValue',
|
|
35
|
-
event: 'update:modelValue'
|
|
36
|
-
},
|
|
32
|
+
inheritAttrs: false,
|
|
37
33
|
props: {
|
|
38
34
|
modelValue: {
|
|
39
35
|
type: String,
|
|
40
36
|
default: undefined
|
|
41
37
|
},
|
|
38
|
+
value: {
|
|
39
|
+
type: String,
|
|
40
|
+
default: undefined
|
|
41
|
+
},
|
|
42
42
|
size: {
|
|
43
43
|
type: String,
|
|
44
44
|
default: InputBoxSize.M
|
|
@@ -63,63 +63,52 @@ var script = defineComponent({
|
|
|
63
63
|
type: Boolean,
|
|
64
64
|
default: false
|
|
65
65
|
},
|
|
66
|
-
readonly: {
|
|
67
|
-
type: Boolean,
|
|
68
|
-
default: false
|
|
69
|
-
},
|
|
70
66
|
disabled: {
|
|
71
67
|
type: Boolean,
|
|
72
68
|
default: false
|
|
73
69
|
}
|
|
74
70
|
},
|
|
75
|
-
emits: ['update:modelValue', 'keydown', 'keyup', 'focus', 'blur'],
|
|
76
|
-
expose: ['root'
|
|
71
|
+
emits: ['update:modelValue', 'input', 'keydown', 'keyup', 'focus', 'blur'],
|
|
72
|
+
expose: ['root'],
|
|
77
73
|
setup(props, context) {
|
|
74
|
+
var _a;
|
|
75
|
+
const currentInstance = getCurrentInstance();
|
|
78
76
|
// Refs
|
|
79
77
|
const root = ref();
|
|
80
|
-
const control = ref();
|
|
81
78
|
// Styles
|
|
82
|
-
const
|
|
79
|
+
const classAttribute = useClassAttribute();
|
|
80
|
+
const rootStyles = computed(() => ['or-textarea', ...TextareaRoot, classAttribute.value]);
|
|
83
81
|
const controlStyles = computed(() => [...TextareaControl]);
|
|
84
82
|
// State
|
|
85
|
-
const
|
|
86
|
-
id: useIdAttribute(),
|
|
87
|
-
...useControlAttributes(),
|
|
88
|
-
...useValidationAttributes()
|
|
89
|
-
});
|
|
83
|
+
const controlId = ref((_a = context.attrs.id) !== null && _a !== void 0 ? _a : currentInstance.uid.toString());
|
|
90
84
|
const proxyModelValue = computed({
|
|
91
|
-
get: () =>
|
|
85
|
+
get: () => {
|
|
86
|
+
var _a;
|
|
87
|
+
return (_a = props.modelValue) !== null && _a !== void 0 ? _a : props.value; // TODO: Remove Vue 2 fallback
|
|
88
|
+
},
|
|
89
|
+
|
|
92
90
|
set: value => {
|
|
91
|
+
context.emit('input', value);
|
|
93
92
|
context.emit('update:modelValue', value);
|
|
94
93
|
}
|
|
95
94
|
});
|
|
95
|
+
const invalid = computed(() => !!props.error);
|
|
96
|
+
const readonly = computed(() => context.attrs.readonly);
|
|
96
97
|
const currentLength = computed(() => {
|
|
97
98
|
var _a, _b;
|
|
98
99
|
return (_b = (_a = proxyModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
|
|
99
100
|
});
|
|
100
|
-
const maxLength = computed(() =>
|
|
101
|
-
const invalid = computed(() => !!props.error);
|
|
102
|
-
// Methods
|
|
103
|
-
function focus() {
|
|
104
|
-
var _a;
|
|
105
|
-
(_a = control.value) === null || _a === void 0 ? void 0 : _a.focus();
|
|
106
|
-
}
|
|
107
|
-
function blur() {
|
|
108
|
-
var _a;
|
|
109
|
-
(_a = control.value) === null || _a === void 0 ? void 0 : _a.blur();
|
|
110
|
-
}
|
|
101
|
+
const maxLength = computed(() => context.attrs.maxlength);
|
|
111
102
|
return {
|
|
112
103
|
root,
|
|
113
|
-
control,
|
|
114
104
|
rootStyles,
|
|
115
105
|
controlStyles,
|
|
116
|
-
|
|
106
|
+
controlId,
|
|
117
107
|
proxyModelValue,
|
|
118
|
-
currentLength,
|
|
119
|
-
maxLength,
|
|
120
108
|
invalid,
|
|
121
|
-
|
|
122
|
-
|
|
109
|
+
readonly,
|
|
110
|
+
currentLength,
|
|
111
|
+
maxLength
|
|
123
112
|
};
|
|
124
113
|
}
|
|
125
114
|
});
|
|
@@ -137,7 +126,7 @@ var __vue_render__ = function () {
|
|
|
137
126
|
class: _vm.rootStyles
|
|
138
127
|
}, [_vm.label ? [_c('OrLabel', {
|
|
139
128
|
attrs: {
|
|
140
|
-
"control-id": _vm.
|
|
129
|
+
"control-id": _vm.controlId,
|
|
141
130
|
"variant": 'input',
|
|
142
131
|
"required": _vm.required,
|
|
143
132
|
"disabled": _vm.disabled
|
|
@@ -163,12 +152,11 @@ var __vue_render__ = function () {
|
|
|
163
152
|
value: _vm.proxyModelValue,
|
|
164
153
|
expression: "proxyModelValue"
|
|
165
154
|
}],
|
|
166
|
-
ref: "control",
|
|
167
155
|
class: _vm.controlStyles,
|
|
168
156
|
attrs: {
|
|
157
|
+
"id": _vm.controlId,
|
|
169
158
|
"placeholder": _vm.placeholder,
|
|
170
159
|
"required": _vm.required,
|
|
171
|
-
"readonly": _vm.readonly,
|
|
172
160
|
"disabled": _vm.disabled
|
|
173
161
|
},
|
|
174
162
|
domProps: {
|
|
@@ -194,7 +182,7 @@ var __vue_render__ = function () {
|
|
|
194
182
|
_vm.proxyModelValue = $event.target.value;
|
|
195
183
|
}
|
|
196
184
|
}
|
|
197
|
-
}, 'textarea', _vm
|
|
185
|
+
}, 'textarea', _vm.$attrs, false))]), _vm._v(" "), !_vm.invalid ? [_vm.hint || _vm.maxLength ? [_c('OrHint', {
|
|
198
186
|
attrs: {
|
|
199
187
|
"disabled": _vm.disabled
|
|
200
188
|
},
|
|
@@ -223,14 +211,14 @@ var __vue_staticRenderFns__ = [];
|
|
|
223
211
|
/* style */
|
|
224
212
|
const __vue_inject_styles__ = function (inject) {
|
|
225
213
|
if (!inject) return;
|
|
226
|
-
inject("data-v-
|
|
227
|
-
source: "textarea[data-v-
|
|
214
|
+
inject("data-v-61af6ad5_0", {
|
|
215
|
+
source: "textarea[data-v-61af6ad5]{min-width:0;background:0 0;outline:0}",
|
|
228
216
|
map: undefined,
|
|
229
217
|
media: undefined
|
|
230
218
|
});
|
|
231
219
|
};
|
|
232
220
|
/* scoped */
|
|
233
|
-
const __vue_scope_id__ = "data-v-
|
|
221
|
+
const __vue_scope_id__ = "data-v-61af6ad5";
|
|
234
222
|
/* module identifier */
|
|
235
223
|
const __vue_module_identifier__ = undefined;
|
|
236
224
|
/* functional template */
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { useDebounceFn, useElementHover } from '@vueuse/core';
|
|
2
2
|
import './index-fa6eb4ca.js';
|
|
3
|
-
import { O as OrPopover, P as PopoverPlacement } from './OrPopover-
|
|
3
|
+
import { O as OrPopover, P as PopoverPlacement } from './OrPopover-5dc240f1.js';
|
|
4
|
+
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
4
5
|
import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
7
|
|
|
@@ -54,6 +55,7 @@ var script = defineComponent({
|
|
|
54
55
|
components: {
|
|
55
56
|
OrPopover
|
|
56
57
|
},
|
|
58
|
+
inheritAttrs: false,
|
|
57
59
|
props: {
|
|
58
60
|
text: {
|
|
59
61
|
type: String,
|
|
@@ -75,7 +77,8 @@ var script = defineComponent({
|
|
|
75
77
|
return (_a = popover.value) === null || _a === void 0 ? void 0 : _a.root;
|
|
76
78
|
});
|
|
77
79
|
// Styles
|
|
78
|
-
const
|
|
80
|
+
const classAttribute = useClassAttribute();
|
|
81
|
+
const rootStyles = computed(() => ['or-tooltip', ...TooltipRoot, classAttribute.value]);
|
|
79
82
|
const bodyStyles = computed(() => [...TooltipBody, ...TooltipBodyPlacements[props.placement]]);
|
|
80
83
|
// Methods
|
|
81
84
|
const open = useDebounceFn(() => {
|
|
@@ -121,10 +124,10 @@ var __vue_render__ = function () {
|
|
|
121
124
|
var _vm = this;
|
|
122
125
|
var _h = _vm.$createElement;
|
|
123
126
|
var _c = _vm._self._c || _h;
|
|
124
|
-
return _c('div', {
|
|
127
|
+
return _c('div', _vm._b({
|
|
125
128
|
ref: "root",
|
|
126
129
|
class: _vm.rootStyles
|
|
127
|
-
}, [_vm._t("default"), _vm._v(" "), _vm.text ? [_c('OrPopover', {
|
|
130
|
+
}, 'div', _vm.$attrs, false), [_vm._t("default"), _vm._v(" "), _vm.text ? [_c('OrPopover', {
|
|
128
131
|
ref: "popover",
|
|
129
132
|
attrs: {
|
|
130
133
|
"variant": 'popover',
|
|
@@ -1,102 +1,102 @@
|
|
|
1
1
|
export { O as OR_AVATAR_SIZE, _ as OrAvatar } from '../OrAvatar-0a2c265f.js';
|
|
2
|
-
export { a as AvatarColor, A as AvatarSize, _ as OrAvatarV3 } from '../OrAvatar-
|
|
3
|
-
export { O as OrBottomSheetV3 } from '../OrBottomSheet-
|
|
2
|
+
export { a as AvatarColor, A as AvatarSize, _ as OrAvatarV3 } from '../OrAvatar-ae61bfb9.js';
|
|
3
|
+
export { O as OrBottomSheetV3 } from '../OrBottomSheet-1cd1ab4c.js';
|
|
4
4
|
export { _ as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from '../OrButton-2abd29d0.js';
|
|
5
5
|
export { O as OrButtonV2 } from '../OrButton-705cd0bd.js';
|
|
6
6
|
export { O as OrIconButton } from '../OrIconButton-65962c1c.js';
|
|
7
7
|
export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE } from '../constants-c5d1139f.js';
|
|
8
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../OrButton-
|
|
8
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../OrButton-a846fa7e.js';
|
|
9
9
|
export { O as OrCard } from '../OrCard-a6b30f8f.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-89428bbf.js';
|
|
11
|
-
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-
|
|
12
|
-
export { _ as OrCardV3 } from '../OrCard-
|
|
11
|
+
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-0141a358.js';
|
|
12
|
+
export { _ as OrCardV3 } from '../OrCard-29116e1f.js';
|
|
13
13
|
export { a as OrCarousel, _ as OrCarouselItem } from '../OrCarouselItem-6da755c0.js';
|
|
14
14
|
export { O as OrCheckbox } from '../OrCheckbox-4cbddd67.js';
|
|
15
|
-
export { O as OrCheckboxV3 } from '../OrCheckbox-
|
|
15
|
+
export { O as OrCheckboxV3 } from '../OrCheckbox-dbef9f9a.js';
|
|
16
16
|
export { O as OrChip } from '../OrChip-000fe7b5.js';
|
|
17
17
|
export { _ as OrChips } from '../OrChips-890b8476.js';
|
|
18
18
|
export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-fc6876ec.js';
|
|
19
19
|
export { O as OrCollapse } from '../OrCollapse-3aa9a9b7.js';
|
|
20
20
|
export { _ 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-a1a37e83.js';
|
|
21
21
|
export { _ as OrConfirm } from '../OrConfirm-56d01cff.js';
|
|
22
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-
|
|
22
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-23c3ce56.js';
|
|
23
23
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-e212f892.js';
|
|
24
24
|
export { O as OrError } from '../OrError-31503e4c.js';
|
|
25
|
-
export { _ as OrErrorTagV3 } from '../OrErrorTag-
|
|
26
|
-
export { O as OrErrorV3 } from '../OrError-
|
|
25
|
+
export { _ as OrErrorTagV3 } from '../OrErrorTag-d0c5bcf4.js';
|
|
26
|
+
export { O as OrErrorV3 } from '../OrError-aad17598.js';
|
|
27
27
|
export { E as EmptyStateSize, _ as OrEmptyStateV3 } from '../OrEmptyState-9fb413f9.js';
|
|
28
|
-
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, O as OrExpansionPanelV3 } from '../OrExpansionPanel-
|
|
29
|
-
export { F as FabColor, _ as OrFabV3 } from '../OrFab-
|
|
28
|
+
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, O as OrExpansionPanelV3 } from '../OrExpansionPanel-d9a260e2.js';
|
|
29
|
+
export { F as FabColor, _ as OrFabV3 } from '../OrFab-7cc75893.js';
|
|
30
30
|
export { O as OrFloating, b as OrFloatingHideStrategy, a as OrFloatingPlacements } from '../OrFloating-554d6f58.js';
|
|
31
31
|
export { O as OrHint } from '../OrHint-fabea4cf.js';
|
|
32
|
-
export { O as OrHintV3 } from '../OrHint-
|
|
32
|
+
export { O as OrHintV3 } from '../OrHint-f38a1940.js';
|
|
33
33
|
export { O as OrIcon, a as OrIconColors, b as OrIconType } from '../OrIcon-10ec459c.js';
|
|
34
|
-
export { I as IconButtonColor, O as OrIconButtonV3 } from '../OrIconButton-
|
|
35
|
-
export { I as IconButtonSize, I as IconSize, a as IconVariant, O as OrIconV3 } from '../OrIcon-
|
|
36
|
-
export { I as InlineInputBoxSize, I as InlineInputSize, O as OrInlineInputBoxV3 } from '../OrInlineInputBox-
|
|
37
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-
|
|
34
|
+
export { I as IconButtonColor, O as OrIconButtonV3 } from '../OrIconButton-a2ba92df.js';
|
|
35
|
+
export { I as IconButtonSize, I as IconSize, a as IconVariant, O as OrIconV3 } from '../OrIcon-8625385f.js';
|
|
36
|
+
export { I as InlineInputBoxSize, I as InlineInputSize, O as OrInlineInputBoxV3 } from '../OrInlineInputBox-f457210f.js';
|
|
37
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-87589946.js';
|
|
38
38
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-7262efdf.js';
|
|
39
|
-
export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-
|
|
40
|
-
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, O as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-
|
|
41
|
-
export { I as InputType, O as OrInputV3 } from '../OrInput-
|
|
39
|
+
export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-21b0e6fc.js';
|
|
40
|
+
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, O as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-79ec54ad.js';
|
|
41
|
+
export { I as InputType, O as OrInputV3 } from '../OrInput-82ccfe00.js';
|
|
42
42
|
export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from '../OrPassword-7da938aa.js';
|
|
43
43
|
export { O as OrInput } from '../OrInput-08f2f666.js';
|
|
44
44
|
export { O as OrSearch } from '../OrSearch-f7cfa52f.js';
|
|
45
45
|
export { O as OrLabel } from '../OrLabel-74c73ba4.js';
|
|
46
|
-
export { L as LabelVariant, O as OrLabelV3 } from '../OrLabel-
|
|
47
|
-
export { L as LinkColor, _ as OrLinkV3 } from '../OrLink-
|
|
46
|
+
export { L as LabelVariant, O as OrLabelV3 } from '../OrLabel-172c4b89.js';
|
|
47
|
+
export { L as LinkColor, _ as OrLinkV3 } from '../OrLink-e7b57307.js';
|
|
48
48
|
export { O as OrList } from '../OrList-4e84a3b4.js';
|
|
49
49
|
export { _ as OrListOfInputs } from '../OrListOfInputs-8f076650.js';
|
|
50
50
|
export { L as LoaderViews, O as OrLoader } from '../OrLoader-05057239.js';
|
|
51
|
-
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, O as OrLoaderV3 } from '../OrLoader-
|
|
52
|
-
export { O as OrMenuItemV3 } from '../OrMenuItem-
|
|
53
|
-
export { O as OrMenuV3 } from '../OrMenu-
|
|
54
|
-
export { P as MenuPlacement, O as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-
|
|
51
|
+
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, O as OrLoaderV3 } from '../OrLoader-6a1f937b.js';
|
|
52
|
+
export { O as OrMenuItemV3 } from '../OrMenuItem-26420908.js';
|
|
53
|
+
export { O as OrMenuV3 } from '../OrMenu-fa47c888.js';
|
|
54
|
+
export { P as MenuPlacement, O as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-5dc240f1.js';
|
|
55
55
|
export { O as OrModal, a as OrModalSizes } from '../OrModal-a5411b0d.js';
|
|
56
|
-
export { M as ModalSize, _ as OrModalV3 } from '../OrModal-
|
|
56
|
+
export { M as ModalSize, _ as OrModalV3 } from '../OrModal-af6677fd.js';
|
|
57
57
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from '../OrNotification-3909aaf2.js';
|
|
58
|
-
export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-
|
|
58
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-3250f58b.js';
|
|
59
59
|
export { _ as OrOverflowMenu } from '../OrOverflowMenu-711e460e.js';
|
|
60
60
|
export { O as OrOverlay } from '../OrOverlay-47967a8b.js';
|
|
61
|
-
export { O as OrOverlayV3 } from '../OrOverlay-
|
|
62
|
-
export { _ as OrPaginationV3 } from '../OrPagination-
|
|
61
|
+
export { O as OrOverlayV3 } from '../OrOverlay-3c89d622.js';
|
|
62
|
+
export { _ as OrPaginationV3 } from '../OrPagination-379c10b8.js';
|
|
63
63
|
export { O as OrProgress, a as OrProgressColors, b as OrProgressTypes } from '../OrProgress-de947341.js';
|
|
64
|
-
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-
|
|
64
|
+
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-cc397a38.js';
|
|
65
65
|
export { _ as OrRadio } from '../OrRadio-187d6fc7.js';
|
|
66
66
|
export { _ as OrRadioGroup } from '../OrRadioGroup-aa9f0757.js';
|
|
67
|
-
export { _ as OrRadioV3 } from '../OrRadio-
|
|
68
|
-
export { O as OrSearchV3 } from '../OrSearch-
|
|
69
|
-
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-
|
|
67
|
+
export { _ as OrRadioV3 } from '../OrRadio-cd39b20b.js';
|
|
68
|
+
export { O as OrSearchV3 } from '../OrSearch-53470b0e.js';
|
|
69
|
+
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-21cc914e.js';
|
|
70
70
|
export { _ as OrSelect } from '../OrSelect-a23d4210.js';
|
|
71
|
-
export { _ as OrSelectV3 } from '../OrSelect-
|
|
71
|
+
export { _ as OrSelectV3 } from '../OrSelect-02fb39f0.js';
|
|
72
72
|
export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-e2b2c9ec.js';
|
|
73
73
|
export { O as OrSidebarPlacement, _ as OrSidebarV3 } from '../OrSidebar-c95ef614.js';
|
|
74
74
|
export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText-242d22f3.js';
|
|
75
|
-
export { _ as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from '../OrSkeletonText-
|
|
75
|
+
export { _ as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from '../OrSkeletonText-516993b4.js';
|
|
76
76
|
export { _ as OrSlider } from '../OrSlider-59d05856.js';
|
|
77
|
-
export { _ as OrSortHeaderV3 } from '../OrSortHeader-
|
|
77
|
+
export { _ as OrSortHeaderV3 } from '../OrSortHeader-9932d28f.js';
|
|
78
78
|
export { _ as OrStepper } from '../OrStepper-3fc1a2b3.js';
|
|
79
79
|
export { _ as OrSwitch } from '../OrSwitch-47670dbd.js';
|
|
80
|
-
export { _ as OrSwitchV3 } from '../OrSwitch-
|
|
80
|
+
export { _ as OrSwitchV3 } from '../OrSwitch-237a2081.js';
|
|
81
81
|
export { _ as OrTab } from '../OrTab-b2c6d977.js';
|
|
82
82
|
export { O as OrTabHeaderItem } from '../OrTabHeaderItem-d39c3cf7.js';
|
|
83
|
-
export { O as OrTabV3 } from '../OrTab-
|
|
83
|
+
export { O as OrTabV3 } from '../OrTab-dd949240.js';
|
|
84
84
|
export { _ as OrTabs } from '../OrTabs-4c8f6422.js';
|
|
85
|
-
export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-
|
|
85
|
+
export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-42f7c52c.js';
|
|
86
86
|
export { _ as OrTag } from '../OrTag-79e48fec.js';
|
|
87
|
-
export { O as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-
|
|
87
|
+
export { O as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-30fecee5.js';
|
|
88
88
|
export { O as OrTeleport } from '../OrTeleportVue2-3544f185.js';
|
|
89
89
|
export { O as OrTeleportV3 } from '../OrTeleport.vue2-e9ba3054.js';
|
|
90
|
-
export { _ as OrTextV3 } from '../OrText-
|
|
91
|
-
export { _ as OrTextareaV3 } from '../OrTextarea-
|
|
90
|
+
export { _ as OrTextV3 } from '../OrText-eac4b9f5.js';
|
|
91
|
+
export { _ as OrTextareaV3 } from '../OrTextarea-5593fbe9.js';
|
|
92
92
|
export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-eacd9b19.js';
|
|
93
93
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-1faa828c.js';
|
|
94
94
|
export { O as OrToast, _ as OrToastContainer } from '../OrToastContainer-b03adc37.js';
|
|
95
|
-
export { _ as OrToastContainerV3, O as OrToastV3, t as TypesV3 } from '../types-
|
|
95
|
+
export { _ as OrToastContainerV3, O as OrToastV3, t as TypesV3 } from '../types-8fe4e345.js';
|
|
96
96
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-3a3d4280.js';
|
|
97
97
|
export { O as OrTooltip } from '../OrTooltip-dfea7af2.js';
|
|
98
98
|
export { O as OrTooltipContent } from '../OrTooltipContent-f0fd5f75.js';
|
|
99
|
-
export { O as OrTooltipV3 } from '../OrTooltip-
|
|
99
|
+
export { O as OrTooltipV3 } from '../OrTooltip-fbfa05fd.js';
|
|
100
100
|
import '../index-fa6eb4ca.js';
|
|
101
101
|
import 'vue';
|
|
102
102
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -104,13 +104,12 @@ import 'lodash';
|
|
|
104
104
|
import '../normalize-component-6e8e3d80.js';
|
|
105
105
|
import '../browser-82dea9ed.js';
|
|
106
106
|
import '../color-1f348774.js';
|
|
107
|
+
import '../useClassAttribute-9bf33346.js';
|
|
107
108
|
import '@vueuse/core';
|
|
108
|
-
import '../useIdAttribute-cf61643f.js';
|
|
109
109
|
import '../px-to-rem-0b26b83e.js';
|
|
110
110
|
import '../dom-3a15d036.js';
|
|
111
111
|
import '../index-17f264f9.js';
|
|
112
112
|
import '../floating-ui.dom.esm-83eba816.js';
|
|
113
|
-
import '../useValidationAttributes-6df7bcf9.js';
|
|
114
113
|
import '../useToggle-6166bd53.js';
|
|
115
114
|
import '../v4-cf8987a3.js';
|
|
116
115
|
import '../useResponsive-e13dfbb0.js';
|
|
@@ -2,7 +2,7 @@ import { PropType } from 'vue-demi';
|
|
|
2
2
|
import { AvatarColor, AvatarSize } from './props';
|
|
3
3
|
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
4
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
|
-
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
5
|
+
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
6
6
|
imageStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
7
7
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
8
8
|
src: {
|
|
@@ -58,7 +58,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
58
58
|
colorSalt: string;
|
|
59
59
|
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
60
60
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
61
|
-
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
61
|
+
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
62
62
|
imageStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
63
63
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
|
|
64
64
|
src: string;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
export { a as AvatarColor, A as AvatarSize, _ as OrAvatarV3 } from '../../OrAvatar-
|
|
1
|
+
export { a as AvatarColor, A as AvatarSize, _ as OrAvatarV3 } from '../../OrAvatar-ae61bfb9.js';
|
|
2
2
|
import '../../index-fa6eb4ca.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
5
|
import '../../color-1f348774.js';
|
|
6
|
-
import '../../OrIcon-
|
|
6
|
+
import '../../OrIcon-8625385f.js';
|
|
7
|
+
import '../../useClassAttribute-9bf33346.js';
|
|
7
8
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
2
2
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
3
|
-
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
3
|
+
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
4
4
|
handleStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
5
5
|
headerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
6
6
|
state: import("@vue/composition-api").Ref<"open" | "full-open" | "closed">;
|
|
@@ -10,7 +10,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
10
10
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
11
11
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
12
12
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
13
|
-
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
13
|
+
rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
|
|
14
14
|
handleStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
15
15
|
headerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
16
16
|
state: import("@vue/composition-api").Ref<"open" | "full-open" | "closed">;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
export { O as OrBottomSheetV3 } from '../../OrBottomSheet-
|
|
1
|
+
export { O as OrBottomSheetV3 } from '../../OrBottomSheet-1cd1ab4c.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import '../../index-fa6eb4ca.js';
|
|
4
4
|
import 'vue';
|
|
5
5
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
6
|
-
import '../../OrOverlay-
|
|
6
|
+
import '../../OrOverlay-3c89d622.js';
|
|
7
7
|
import '../../OrTeleport.vue2-e9ba3054.js';
|
|
8
8
|
import 'portal-vue';
|
|
9
9
|
import '../../normalize-component-6e8e3d80.js';
|
|
10
|
+
import '../../useClassAttribute-9bf33346.js';
|
|
10
11
|
import '../../useElevation-aac032f4.js';
|
|
@@ -2,7 +2,7 @@ import { PropType } from 'vue-demi';
|
|
|
2
2
|
import { ButtonColor, ButtonType, ButtonVariant } from './props';
|
|
3
3
|
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
4
|
root: import("@vue/composition-api").Ref<HTMLButtonElement | undefined>;
|
|
5
|
-
rootStyles: import("@vue/composition-api").ComputedRef<(string | false)[]>;
|
|
5
|
+
rootStyles: import("@vue/composition-api").ComputedRef<(string | false | undefined)[]>;
|
|
6
6
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
7
7
|
type: {
|
|
8
8
|
type: PropType<ButtonType>;
|
|
@@ -73,7 +73,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
73
73
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
74
74
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
75
75
|
root: import("@vue/composition-api").Ref<HTMLButtonElement | undefined>;
|
|
76
|
-
rootStyles: import("@vue/composition-api").ComputedRef<(string | false)[]>;
|
|
76
|
+
rootStyles: import("@vue/composition-api").ComputedRef<(string | false | undefined)[]>;
|
|
77
77
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
78
78
|
activated: boolean;
|
|
79
79
|
type: ButtonType;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../../OrButton-
|
|
1
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../../OrButton-a846fa7e.js';
|
|
2
2
|
import '../../index-fa6eb4ca.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
5
|
-
import '../../OrLoader-
|
|
5
|
+
import '../../OrLoader-6a1f937b.js';
|
|
6
|
+
import '../../useClassAttribute-9bf33346.js';
|
|
6
7
|
import '../../normalize-component-6e8e3d80.js';
|