@onereach/ui-components 2.69.7-beta.2170.0 → 2.69.7-beta.2172.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundled/v2/{OrButton-a846fa7e.js → OrButton-4b99c680.js} +1 -10
- package/dist/bundled/v2/{OrCardCollection-15d11d05.js → OrCardCollection-9ab12583.js} +2 -2
- package/dist/bundled/v2/{OrConfirm-ec3feaf5.js → OrConfirm-58a0d0ae.js} +2 -2
- package/dist/bundled/v2/{OrInput-8b90e08f.js → OrInput-70a17476.js} +18 -10
- package/dist/bundled/v2/{OrSearch-76b002cf.js → OrSearch-e9fe9aba.js} +1 -1
- package/dist/bundled/v2/{OrSelect-8a4d227e.js → OrSelect-396692be.js} +9 -16
- package/dist/bundled/v2/{OrSwitch-237a2081.js → OrSwitch-337c4e40.js} +16 -8
- package/dist/bundled/v2/components/index.d.ts +0 -1
- package/dist/bundled/v2/components/index.js +9 -8
- package/dist/bundled/v2/components/or-button-v3/OrButton.vue.d.ts +0 -11
- package/dist/bundled/v2/components/or-button-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +6 -4
- package/dist/bundled/v2/components/or-confirm-v3/index.js +5 -3
- package/dist/bundled/v2/components/or-input-v3/OrInput.stories3.d.ts +2 -0
- package/dist/bundled/v2/components/or-input-v3/OrInput.vue.d.ts +6 -2
- package/dist/bundled/v2/components/or-input-v3/index.js +3 -1
- package/dist/bundled/v2/components/or-search-v3/index.js +4 -2
- package/dist/bundled/v2/components/or-select-v3/OrSelect.vue.d.ts +14 -25
- package/dist/bundled/v2/components/or-select-v3/index.d.ts +0 -1
- package/dist/bundled/v2/components/or-select-v3/index.js +4 -2
- package/dist/bundled/v2/components/or-select-v3/types.d.ts +1 -1
- package/dist/bundled/v2/components/or-switch-v3/OrSwitch.vue.d.ts +6 -2
- package/dist/bundled/v2/components/or-switch-v3/index.js +3 -1
- package/dist/bundled/v2/hooks/index.d.ts +1 -0
- package/dist/bundled/v2/hooks/index.js +2 -0
- package/dist/bundled/v2/hooks/useSlicedAttrs.d.ts +5 -0
- package/dist/bundled/v2/index.js +10 -9
- package/dist/bundled/v2/useSlicedAttrs-8d836c02.js +30 -0
- package/dist/bundled/v3/{OrButton-2b27c1fd.js → OrButton-a671b8a1.js} +2 -3
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-8c44986c.js → OrButton.vue_vue_type_script_lang-b0dc31ca.js} +1 -9
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-bd852915.js → OrCardCollection.vue_vue_type_script_lang-d63ff1bf.js} +3 -3
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-9e4e2884.js → OrConfirm.vue_vue_type_script_lang-e6d1a51f.js} +4 -4
- package/dist/bundled/v3/{OrInput-fa782fc1.js → OrInput-aee859e9.js} +5 -4
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-f6d793d3.js → OrInput.vue_vue_type_script_lang-b687f7f9.js} +10 -3
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-014ad470.js → OrSearch.vue_vue_type_script_lang-c3c18f88.js} +2 -2
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-94063fc4.js → OrSelect.vue_vue_type_script_lang-639cf302.js} +4 -8
- package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-04829f64.js → OrSwitch.vue_vue_type_script_lang-e7c7f18b.js} +10 -3
- package/dist/bundled/v3/components/index.d.ts +0 -1
- package/dist/bundled/v3/components/index.js +11 -10
- package/dist/bundled/v3/components/or-button-v3/OrButton.vue.d.ts +0 -11
- package/dist/bundled/v3/components/or-button-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +8 -6
- package/dist/bundled/v3/components/or-confirm-v3/index.js +7 -5
- package/dist/bundled/v3/components/or-input-v3/OrInput.stories3.d.ts +2 -0
- package/dist/bundled/v3/components/or-input-v3/OrInput.vue.d.ts +6 -2
- package/dist/bundled/v3/components/or-input-v3/index.js +3 -1
- package/dist/bundled/v3/components/or-search-v3/index.js +5 -3
- package/dist/bundled/v3/components/or-select-v3/OrSelect.vue.d.ts +14 -25
- package/dist/bundled/v3/components/or-select-v3/index.d.ts +0 -1
- package/dist/bundled/v3/components/or-select-v3/index.js +5 -3
- package/dist/bundled/v3/components/or-select-v3/types.d.ts +1 -1
- package/dist/bundled/v3/components/or-switch-v3/OrSwitch.vue.d.ts +6 -2
- package/dist/bundled/v3/components/or-switch-v3/index.js +3 -1
- package/dist/bundled/v3/hooks/index.d.ts +1 -0
- package/dist/bundled/v3/hooks/index.js +2 -0
- package/dist/bundled/v3/hooks/useSlicedAttrs.d.ts +5 -0
- package/dist/bundled/v3/index.js +171 -259
- package/dist/bundled/v3/useSlicedAttrs-81ac6537.js +24 -0
- package/dist/esm/v2/{OrAvatar-3d155af3.js → OrAvatar-4d05d21f.js} +2 -1
- package/dist/esm/v2/{OrBottomSheet-16c2e610.js → OrBottomSheet-0386a623.js} +2 -1
- package/dist/esm/v2/{OrButton-835d4f11.js → OrButton-48c68216.js} +3 -11
- package/dist/esm/v2/{OrCard-de799db0.js → OrCard-3e794244.js} +1 -0
- package/dist/esm/v2/{OrCardCollection-f6b07557.js → OrCardCollection-1702319b.js} +2 -2
- package/dist/esm/v2/{OrCardCollection-024cfba9.js → OrCardCollection-d145adbe.js} +9 -8
- package/dist/esm/v2/{OrCheckbox-567e387c.js → OrCheckbox-197c4331.js} +2 -1
- package/dist/esm/v2/{OrConfirm-d7112dd3.js → OrConfirm-9e0fcf83.js} +1 -1
- package/dist/esm/v2/{OrConfirm-5e8dd4b6.js → OrConfirm-b62d2205.js} +3 -3
- package/dist/esm/v2/{OrError-d267ee9a.js → OrError-55b6feda.js} +1 -0
- package/dist/esm/v2/{OrErrorTag-782dd714.js → OrErrorTag-d0407d4e.js} +2 -1
- package/dist/esm/v2/{OrExpansionPanel-968ddc61.js → OrExpansionPanel-db7e325b.js} +2 -1
- package/dist/esm/v2/{OrFab-26106618.js → OrFab-77f5bb6e.js} +1 -1
- package/dist/esm/v2/{OrHint-42dc9ebb.js → OrHint-8ac527b2.js} +1 -0
- package/dist/esm/v2/{OrIcon-5e394c62.js → OrIcon-ed9e0063.js} +1 -0
- package/dist/esm/v2/{OrIconButton-e17e4944.js → OrIconButton-8d8bb874.js} +4 -3
- package/dist/esm/v2/{OrInlineInput-cfeeea33.js → OrInlineInput-a2e57f5c.js} +5 -4
- package/dist/esm/v2/{OrInlineInputBox-fefd4fbd.js → OrInlineInputBox-6a1d02c1.js} +1 -0
- package/dist/esm/v2/{OrInlineTextarea-897b5377.js → OrInlineTextarea-8ca157c7.js} +5 -4
- package/dist/esm/v2/{OrInput-2f16a7ac.js → OrInput-28f1c749.js} +24 -16
- package/dist/esm/v2/{OrInputBox-4d5a318d.js → OrInputBox-83980d24.js} +1 -0
- package/dist/esm/v2/{OrLabel-2a9f1477.js → OrLabel-0e300559.js} +1 -0
- package/dist/esm/v2/{OrLink-80742a17.js → OrLink-71e57969.js} +1 -0
- package/dist/esm/v2/{OrListOfInputs-50aa1ef1.js → OrListOfInputs-222bafd0.js} +1 -1
- package/dist/esm/v2/{OrLoader-f857d55b.js → OrLoader-5076d36b.js} +1 -0
- package/dist/esm/v2/{OrMenu-df27d0ef.js → OrMenu-f9b65b19.js} +2 -1
- package/dist/esm/v2/{OrMenuItem-c7f28480.js → OrMenuItem-26f5c30b.js} +2 -1
- package/dist/esm/v2/{OrModal-5b37a50a.js → OrModal-026a1889.js} +3 -2
- package/dist/esm/v2/{OrNotification-c765f111.js → OrNotification-f3c411f2.js} +3 -2
- package/dist/esm/v2/{OrOverlay-18ba2dc6.js → OrOverlay-c60af55e.js} +1 -0
- package/dist/esm/v2/{OrPassword-1fa97156.js → OrPassword-90a03124.js} +1 -1
- package/dist/esm/v2/{OrPopover-9bafbdb4.js → OrPopover-92cfde7e.js} +2 -1
- package/dist/esm/v2/{OrProgress-c27c8946.js → OrProgress-478b4e28.js} +1 -0
- package/dist/esm/v2/{OrRadio-848ce55d.js → OrRadio-f8c32b3a.js} +2 -1
- package/dist/esm/v2/{OrSearch-0589d17d.js → OrSearch-e0ffe9eb.js} +1 -1
- package/dist/esm/v2/{OrSearch-2f260b09.js → OrSearch-e935e64c.js} +3 -2
- package/dist/esm/v2/{OrSearch.vue_rollup-plugin-vue_script-197d77fc.js → OrSearch.vue_rollup-plugin-vue_script-2d694d30.js} +1 -0
- package/dist/esm/v2/{OrSegmentedControl-e8dce8f9.js → OrSegmentedControl-77a3e7d2.js} +1 -0
- package/dist/esm/v2/{OrSelect-641184f0.js → OrSelect-7c0417ed.js} +20 -26
- package/dist/esm/v2/{OrSkeletonText-950be6a2.js → OrSkeletonText-c1a4d7f2.js} +1 -0
- package/dist/esm/v2/{OrSortHeader-19bf94ca.js → OrSortHeader-0e6232da.js} +2 -1
- package/dist/esm/v2/{OrSwitch-13b6a7ee.js → OrSwitch-cbd0d767.js} +18 -10
- package/dist/esm/v2/{OrTab-702e7335.js → OrTab-6980c1dc.js} +1 -0
- package/dist/esm/v2/{OrTabs-71bd3fd2.js → OrTabs-bf200bc9.js} +6 -5
- package/dist/esm/v2/{OrTag-cf9c6195.js → OrTag-decd89a1.js} +2 -1
- package/dist/esm/v2/{OrText-ba5a2b6c.js → OrText-c78df05d.js} +1 -0
- package/dist/esm/v2/{OrTextarea-6712a150.js → OrTextarea-498efe98.js} +5 -4
- package/dist/esm/v2/{OrTextbox-2594c980.js → OrTextbox-f4f041ed.js} +1 -0
- package/dist/esm/v2/{OrTooltip-513bee30.js → OrTooltip-216920f0.js} +2 -1
- package/dist/esm/v2/components/index.d.ts +0 -1
- package/dist/esm/v2/components/index.js +52 -51
- package/dist/esm/v2/components/or-avatar-v3/index.js +3 -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 +0 -11
- package/dist/esm/v2/components/or-button-v3/index.js +3 -2
- package/dist/esm/v2/components/or-card-collection/index.js +4 -3
- package/dist/esm/v2/components/or-card-collection-v3/index.js +19 -17
- package/dist/esm/v2/components/or-card-v3/index.js +2 -1
- package/dist/esm/v2/components/or-checkbox-v3/index.js +3 -2
- package/dist/esm/v2/components/or-confirm/index.js +3 -2
- package/dist/esm/v2/components/or-confirm-v3/index.js +16 -14
- package/dist/esm/v2/components/or-error-tag-v3/index.js +3 -2
- package/dist/esm/v2/components/or-error-v3/index.js +2 -1
- package/dist/esm/v2/components/or-expansion-panel-v3/index.js +3 -2
- package/dist/esm/v2/components/or-fab-v3/index.js +3 -2
- package/dist/esm/v2/components/or-hint-v3/index.js +2 -1
- package/dist/esm/v2/components/or-icon-button-v3/index.js +7 -6
- package/dist/esm/v2/components/or-icon-v3/index.js +2 -1
- package/dist/esm/v2/components/or-inline-input-box-v3/index.js +2 -1
- package/dist/esm/v2/components/or-inline-input-v3/index.js +11 -10
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +11 -10
- package/dist/esm/v2/components/or-input-box-v3/index.js +2 -1
- package/dist/esm/v2/components/or-input-v3/OrInput.stories3.d.ts +2 -0
- package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +6 -2
- package/dist/esm/v2/components/or-input-v3/index.js +14 -12
- package/dist/esm/v2/components/or-inputs/index.js +4 -3
- package/dist/esm/v2/components/or-label-v3/index.js +2 -1
- package/dist/esm/v2/components/or-link-v3/index.js +2 -1
- package/dist/esm/v2/components/or-list-of-inputs/index.js +3 -2
- package/dist/esm/v2/components/or-loader-v3/index.js +2 -1
- package/dist/esm/v2/components/or-menu-item-v3/index.js +3 -2
- package/dist/esm/v2/components/or-menu-v3/index.js +5 -4
- package/dist/esm/v2/components/or-modal-v3/index.js +8 -7
- package/dist/esm/v2/components/or-notification-v3/index.js +8 -7
- package/dist/esm/v2/components/or-overlay-v3/index.js +2 -1
- package/dist/esm/v2/components/or-popover-v3/index.js +4 -3
- package/dist/esm/v2/components/or-progress-v3/index.js +2 -1
- package/dist/esm/v2/components/or-radio-v3/index.js +3 -2
- package/dist/esm/v2/components/or-search-v3/index.js +14 -12
- package/dist/esm/v2/components/or-segmented-control-v3/index.js +2 -1
- package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +14 -25
- package/dist/esm/v2/components/or-select-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-select-v3/index.js +18 -16
- package/dist/esm/v2/components/or-select-v3/types.d.ts +1 -1
- package/dist/esm/v2/components/or-skeleton-v3/index.js +2 -1
- package/dist/esm/v2/components/or-sort-header-v3/index.js +3 -2
- package/dist/esm/v2/components/or-switch-v3/OrSwitch.vue.d.ts +6 -2
- package/dist/esm/v2/components/or-switch-v3/index.js +6 -4
- package/dist/esm/v2/components/or-tab-v3/index.js +2 -1
- package/dist/esm/v2/components/or-tabs-v3/index.js +9 -8
- package/dist/esm/v2/components/or-tag-v3/index.js +8 -7
- package/dist/esm/v2/components/or-text-v3/index.js +2 -1
- package/dist/esm/v2/components/or-textarea-v3/index.js +6 -5
- package/dist/esm/v2/components/or-textbox/index.js +2 -1
- package/dist/esm/v2/components/or-toast-v3/index.js +9 -8
- package/dist/esm/v2/components/or-tooltip-v3/index.js +5 -4
- package/dist/esm/v2/hooks/index.d.ts +1 -0
- package/dist/esm/v2/hooks/index.js +2 -0
- package/dist/esm/v2/hooks/useSlicedAttrs.d.ts +5 -0
- package/dist/esm/v2/index.js +52 -51
- package/dist/esm/v2/{types-8d58d7b5.js → types-1d68431e.js} +2 -2
- package/dist/esm/v2/useSlicedAttrs-91deb3b7.js +31 -0
- package/dist/esm/v3/{OrAvatar-53a4429d.js → OrAvatar-6c4ff382.js} +2 -1
- package/dist/esm/v3/{OrBottomSheet-62817aec.js → OrBottomSheet-11ab621e.js} +2 -1
- package/dist/esm/v3/{OrButton-0fa67a0d.js → OrButton-fd69e79e.js} +4 -12
- package/dist/esm/v3/{OrCard-fd92f7c8.js → OrCard-14c50722.js} +1 -0
- package/dist/esm/v3/{OrCardCollection-286d0f3f.js → OrCardCollection-45884ef2.js} +9 -8
- package/dist/esm/v3/{OrCardCollection-a5e326ef.js → OrCardCollection-989bb549.js} +1 -1
- package/dist/esm/v3/{OrCheckbox-3e139eac.js → OrCheckbox-cf989d15.js} +2 -1
- package/dist/esm/v3/{OrConfirm-f39bd784.js → OrConfirm-53788490.js} +1 -1
- package/dist/esm/v3/{OrConfirm-56ae1494.js → OrConfirm-8c4f080b.js} +3 -3
- package/dist/esm/v3/{OrError-ec8c709d.js → OrError-2ef63390.js} +1 -0
- package/dist/esm/v3/{OrErrorTag-98252eef.js → OrErrorTag-630205fc.js} +2 -1
- package/dist/esm/v3/{OrExpansionPanel-311e64cf.js → OrExpansionPanel-0151936a.js} +2 -1
- package/dist/esm/v3/{OrFab-c8ae6e01.js → OrFab-7c1780e5.js} +1 -1
- package/dist/esm/v3/{OrHint-74bb732d.js → OrHint-4f497295.js} +1 -0
- package/dist/esm/v3/{OrIcon-b195169c.js → OrIcon-085d2eb1.js} +1 -0
- package/dist/esm/v3/{OrIconButton-1eebcafc.js → OrIconButton-830faf78.js} +4 -3
- package/dist/esm/v3/{OrInlineInput-31026cd0.js → OrInlineInput-46fd890d.js} +5 -4
- package/dist/esm/v3/{OrInlineInputBox-8049f95a.js → OrInlineInputBox-226e29da.js} +1 -0
- package/dist/esm/v3/{OrInlineTextarea-b28c3d8c.js → OrInlineTextarea-837cb99a.js} +5 -4
- package/dist/esm/v3/{OrInput-41691fb3.js → OrInput-502b6d49.js} +20 -12
- package/dist/esm/v3/{OrInputBox-6d1b6059.js → OrInputBox-304481e7.js} +1 -0
- package/dist/esm/v3/{OrLabel-bdaec602.js → OrLabel-7989b72a.js} +1 -0
- package/dist/esm/v3/{OrLink-338db3ca.js → OrLink-b0d7d430.js} +1 -0
- package/dist/esm/v3/{OrListOfInputs-7a67440f.js → OrListOfInputs-7e8b4f20.js} +1 -1
- package/dist/esm/v3/{OrLoader-b3cf4231.js → OrLoader-ab6bb22c.js} +1 -0
- package/dist/esm/v3/{OrMenu-840038cd.js → OrMenu-60ff7732.js} +2 -1
- package/dist/esm/v3/{OrMenuItem-9da279f6.js → OrMenuItem-82b6700b.js} +2 -1
- package/dist/esm/v3/{OrModal-381554a6.js → OrModal-9724926c.js} +3 -2
- package/dist/esm/v3/{OrNotification-34d9c99b.js → OrNotification-bef23976.js} +3 -2
- package/dist/esm/v3/{OrOverlay-738a44d5.js → OrOverlay-4a300d88.js} +1 -0
- package/dist/esm/v3/{OrPopover-1075dd38.js → OrPopover-086817af.js} +2 -1
- package/dist/esm/v3/{OrProgress-407002e0.js → OrProgress-3710020b.js} +1 -0
- package/dist/esm/v3/{OrRadio-54b6d0de.js → OrRadio-aa2cbfa1.js} +2 -1
- package/dist/esm/v3/{OrSearch-7cb2c91c.js → OrSearch-b5f08401.js} +1 -0
- package/dist/esm/v3/{OrSearch-e5a2e93e.js → OrSearch-cb030d85.js} +3 -2
- package/dist/esm/v3/{OrSegmentedControl-171cad78.js → OrSegmentedControl-214e904c.js} +1 -0
- package/dist/esm/v3/{OrSelect-08bd0f60.js → OrSelect-24e213b6.js} +21 -30
- package/dist/esm/v3/{OrSkeletonText-3965ff71.js → OrSkeletonText-dd74b979.js} +1 -0
- package/dist/esm/v3/{OrSortHeader-fe1a9cf8.js → OrSortHeader-4aff1426.js} +2 -1
- package/dist/esm/v3/{OrSwitch-cca30aa0.js → OrSwitch-eb5bc7cc.js} +16 -8
- package/dist/esm/v3/{OrTab-c131cf60.js → OrTab-3fe86033.js} +1 -0
- package/dist/esm/v3/{OrTabs-d0ee6cef.js → OrTabs-5dcbf9ce.js} +6 -5
- package/dist/esm/v3/{OrTag-c0bbaa58.js → OrTag-35f948c1.js} +2 -1
- package/dist/esm/v3/{OrText-ecb46923.js → OrText-786b2aa4.js} +1 -0
- package/dist/esm/v3/{OrTextarea-bb9ef3f2.js → OrTextarea-c083501a.js} +5 -4
- package/dist/esm/v3/{OrTextbox-2f33e9c3.js → OrTextbox-929fc3a2.js} +1 -0
- package/dist/esm/v3/{OrTooltip-50d27b4f.js → OrTooltip-6f9147b6.js} +2 -1
- package/dist/esm/v3/components/index.d.ts +0 -1
- package/dist/esm/v3/components/index.js +50 -49
- package/dist/esm/v3/components/or-avatar-v3/index.js +3 -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 +0 -11
- package/dist/esm/v3/components/or-button-v3/index.js +3 -2
- package/dist/esm/v3/components/or-card-collection/index.js +3 -2
- package/dist/esm/v3/components/or-card-collection-v3/index.js +19 -17
- package/dist/esm/v3/components/or-card-v3/index.js +2 -1
- package/dist/esm/v3/components/or-checkbox-v3/index.js +3 -2
- package/dist/esm/v3/components/or-confirm/index.js +3 -2
- package/dist/esm/v3/components/or-confirm-v3/index.js +16 -14
- package/dist/esm/v3/components/or-error-tag-v3/index.js +3 -2
- package/dist/esm/v3/components/or-error-v3/index.js +2 -1
- package/dist/esm/v3/components/or-expansion-panel-v3/index.js +3 -2
- package/dist/esm/v3/components/or-fab-v3/index.js +3 -2
- package/dist/esm/v3/components/or-hint-v3/index.js +2 -1
- package/dist/esm/v3/components/or-icon-button-v3/index.js +7 -6
- package/dist/esm/v3/components/or-icon-v3/index.js +2 -1
- package/dist/esm/v3/components/or-inline-input-box-v3/index.js +2 -1
- package/dist/esm/v3/components/or-inline-input-v3/index.js +11 -10
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +11 -10
- package/dist/esm/v3/components/or-input-box-v3/index.js +2 -1
- package/dist/esm/v3/components/or-input-v3/OrInput.stories3.d.ts +2 -0
- package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +6 -2
- package/dist/esm/v3/components/or-input-v3/index.js +14 -12
- package/dist/esm/v3/components/or-inputs/index.js +2 -1
- package/dist/esm/v3/components/or-label-v3/index.js +2 -1
- package/dist/esm/v3/components/or-link-v3/index.js +2 -1
- package/dist/esm/v3/components/or-list-of-inputs/index.js +3 -2
- package/dist/esm/v3/components/or-loader-v3/index.js +2 -1
- package/dist/esm/v3/components/or-menu-item-v3/index.js +3 -2
- package/dist/esm/v3/components/or-menu-v3/index.js +5 -4
- package/dist/esm/v3/components/or-modal-v3/index.js +8 -7
- package/dist/esm/v3/components/or-notification-v3/index.js +8 -7
- package/dist/esm/v3/components/or-overlay-v3/index.js +2 -1
- package/dist/esm/v3/components/or-popover-v3/index.js +4 -3
- package/dist/esm/v3/components/or-progress-v3/index.js +2 -1
- package/dist/esm/v3/components/or-radio-v3/index.js +3 -2
- package/dist/esm/v3/components/or-search-v3/index.js +14 -12
- package/dist/esm/v3/components/or-segmented-control-v3/index.js +2 -1
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +14 -25
- package/dist/esm/v3/components/or-select-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-select-v3/index.js +18 -16
- package/dist/esm/v3/components/or-select-v3/types.d.ts +1 -1
- package/dist/esm/v3/components/or-skeleton-v3/index.js +2 -1
- package/dist/esm/v3/components/or-sort-header-v3/index.js +3 -2
- package/dist/esm/v3/components/or-switch-v3/OrSwitch.vue.d.ts +6 -2
- package/dist/esm/v3/components/or-switch-v3/index.js +6 -4
- package/dist/esm/v3/components/or-tab-v3/index.js +2 -1
- package/dist/esm/v3/components/or-tabs-v3/index.js +9 -8
- package/dist/esm/v3/components/or-tag-v3/index.js +8 -7
- package/dist/esm/v3/components/or-text-v3/index.js +2 -1
- package/dist/esm/v3/components/or-textarea-v3/index.js +6 -5
- package/dist/esm/v3/components/or-textbox/index.js +2 -1
- package/dist/esm/v3/components/or-toast-v3/index.js +9 -8
- package/dist/esm/v3/components/or-tooltip-v3/index.js +5 -4
- package/dist/esm/v3/hooks/index.d.ts +1 -0
- package/dist/esm/v3/hooks/index.js +2 -0
- package/dist/esm/v3/hooks/useSlicedAttrs.d.ts +5 -0
- package/dist/esm/v3/index.js +50 -49
- package/dist/esm/v3/{types-8a338300.js → types-a2cbb17e.js} +2 -2
- package/dist/esm/v3/useSlicedAttrs-91deb3b7.js +31 -0
- package/package.json +1 -1
- package/src/components/index.ts +0 -1
- package/src/components/or-button-v3/OrButton.stories3.ts +0 -4
- package/src/components/or-button-v3/OrButton.vue +0 -6
- package/src/components/or-button-v3/styles.ts +1 -9
- package/src/components/or-input-v3/OrInput.stories3.ts +53 -0
- package/src/components/or-input-v3/OrInput.vue +13 -5
- package/src/components/or-select-v3/OrSelect.vue +14 -26
- package/src/components/or-select-v3/index.ts +0 -1
- package/src/components/or-select-v3/types.ts +1 -1
- package/src/components/or-switch-v3/OrSwitch.vue +13 -4
- package/src/hooks/index.ts +1 -0
- package/src/hooks/useSlicedAttrs.ts +31 -0
- package/dist/bundled/v2/OrPagination-379c10b8.js +0 -308
- package/dist/bundled/v2/components/or-pagination-v3/OrPagination.stories3.d.ts +0 -12
- package/dist/bundled/v2/components/or-pagination-v3/OrPagination.vue.d.ts +0 -112
- package/dist/bundled/v2/components/or-pagination-v3/index.d.ts +0 -2
- package/dist/bundled/v2/components/or-pagination-v3/index.js +0 -20
- package/dist/bundled/v2/components/or-pagination-v3/styles.d.ts +0 -4
- package/dist/bundled/v2/components/or-pagination-v3/types.d.ts +0 -4
- package/dist/bundled/v3/OrPagination.vue_vue_type_script_lang-c96d7cd7.js +0 -187
- package/dist/bundled/v3/components/or-pagination-v3/OrPagination.stories3.d.ts +0 -12
- package/dist/bundled/v3/components/or-pagination-v3/OrPagination.vue.d.ts +0 -112
- package/dist/bundled/v3/components/or-pagination-v3/index.d.ts +0 -2
- package/dist/bundled/v3/components/or-pagination-v3/index.js +0 -22
- package/dist/bundled/v3/components/or-pagination-v3/styles.d.ts +0 -4
- package/dist/bundled/v3/components/or-pagination-v3/types.d.ts +0 -4
- package/dist/esm/v2/OrPagination-c0dbec6a.js +0 -308
- package/dist/esm/v2/components/or-pagination-v3/OrPagination.stories3.d.ts +0 -12
- package/dist/esm/v2/components/or-pagination-v3/OrPagination.vue.d.ts +0 -112
- package/dist/esm/v2/components/or-pagination-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-pagination-v3/index.js +0 -18
- package/dist/esm/v2/components/or-pagination-v3/styles.d.ts +0 -4
- package/dist/esm/v2/components/or-pagination-v3/types.d.ts +0 -4
- package/dist/esm/v3/OrPagination-a703307d.js +0 -269
- package/dist/esm/v3/components/or-pagination-v3/OrPagination.stories3.d.ts +0 -12
- package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +0 -112
- package/dist/esm/v3/components/or-pagination-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-pagination-v3/index.js +0 -17
- package/dist/esm/v3/components/or-pagination-v3/styles.d.ts +0 -4
- package/dist/esm/v3/components/or-pagination-v3/types.d.ts +0 -4
- package/src/components/or-pagination-v3/OrPagination.docs.mdx +0 -7
- package/src/components/or-pagination-v3/OrPagination.stories3.ts +0 -87
- package/src/components/or-pagination-v3/OrPagination.vue +0 -270
- package/src/components/or-pagination-v3/index.ts +0 -2
- package/src/components/or-pagination-v3/styles.ts +0 -38
- package/src/components/or-pagination-v3/types.ts +0 -4
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
export { _ as OrCheckboxV3 } from '../../OrCheckbox-
|
|
1
|
+
export { _ as OrCheckboxV3 } from '../../OrCheckbox-197c4331.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
-
import '
|
|
5
|
+
import 'lodash/omit';
|
|
6
|
+
import '../../OrLabel-0e300559.js';
|
|
6
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
7
8
|
import '../../browser-82dea9ed.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrConfirm } from '../../OrConfirm-
|
|
1
|
+
export { _ as OrConfirm } from '../../OrConfirm-9e0fcf83.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrButton-c4f9955b.js';
|
|
4
4
|
import '../../OrIconButton.vue_rollup-plugin-vue_script-9fb7b7ab.js';
|
|
@@ -20,10 +20,11 @@ import '../../OrIconButton-014e86a7.js';
|
|
|
20
20
|
import '../../OrOverlay-3b52865d.js';
|
|
21
21
|
import '@vueuse/core';
|
|
22
22
|
import '@vueuse/integrations/useFocusTrap';
|
|
23
|
-
import '../../OrSearch.vue_rollup-plugin-vue_script-
|
|
23
|
+
import '../../OrSearch.vue_rollup-plugin-vue_script-2d694d30.js';
|
|
24
24
|
import '../../OrLabel-33b41516.js';
|
|
25
25
|
import '../../OrHint-c45f1e09.js';
|
|
26
26
|
import '../../OrError-081130bb.js';
|
|
27
27
|
import '../../OrCollapse-4d892ca3.js';
|
|
28
|
+
import 'lodash/omit';
|
|
28
29
|
import '../../useToggle-29e4d7c7.js';
|
|
29
30
|
import '@vueuse/math';
|
|
@@ -1,25 +1,27 @@
|
|
|
1
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-
|
|
1
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-b62d2205.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrButton-
|
|
3
|
+
import '../../OrButton-48c68216.js';
|
|
4
4
|
import '../../useClassAttribute-47fdb016.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
|
-
import '
|
|
6
|
+
import 'lodash/omit';
|
|
7
|
+
import '../../OrLoader-5076d36b.js';
|
|
7
8
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
|
-
import '../../OrOverlay-
|
|
9
|
+
import '../../OrOverlay-c60af55e.js';
|
|
9
10
|
import '../../useElevation-31bfe1f6.js';
|
|
10
11
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
11
12
|
import 'portal-vue';
|
|
12
|
-
import '../../OrInput-
|
|
13
|
-
import '../../
|
|
14
|
-
import '../../
|
|
15
|
-
import '../../
|
|
16
|
-
import '../../
|
|
17
|
-
import '../../
|
|
18
|
-
import '../../
|
|
13
|
+
import '../../OrInput-28f1c749.js';
|
|
14
|
+
import '../../useSlicedAttrs-91deb3b7.js';
|
|
15
|
+
import '../../OrError-55b6feda.js';
|
|
16
|
+
import '../../OrHint-8ac527b2.js';
|
|
17
|
+
import '../../OrIconButton-8d8bb874.js';
|
|
18
|
+
import '../../OrIcon-ed9e0063.js';
|
|
19
|
+
import '../../OrTooltip-216920f0.js';
|
|
20
|
+
import '../../OrPopover-92cfde7e.js';
|
|
19
21
|
import '@floating-ui/dom';
|
|
20
22
|
import '../../useResponsive-a02e95b7.js';
|
|
21
|
-
import '../../OrBottomSheet-
|
|
22
|
-
import '../../OrInputBox-
|
|
23
|
-
import '../../OrLabel-
|
|
23
|
+
import '../../OrBottomSheet-0386a623.js';
|
|
24
|
+
import '../../OrInputBox-83980d24.js';
|
|
25
|
+
import '../../OrLabel-0e300559.js';
|
|
24
26
|
import '../../browser-82dea9ed.js';
|
|
25
27
|
import '@vueuse/math';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export { _ as OrErrorTagV3 } from '../../OrErrorTag-
|
|
1
|
+
export { _ as OrErrorTagV3 } from '../../OrErrorTag-d0407d4e.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
-
import '
|
|
5
|
+
import 'lodash/omit';
|
|
6
|
+
import '../../OrIcon-ed9e0063.js';
|
|
6
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export { _ as OrErrorV3 } from '../../OrError-
|
|
1
|
+
export { _ as OrErrorV3 } from '../../OrError-55b6feda.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
+
import 'lodash/omit';
|
|
5
6
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from '../../OrExpansionPanel-
|
|
1
|
+
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from '../../OrExpansionPanel-db7e325b.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
-
import '
|
|
5
|
+
import 'lodash/omit';
|
|
6
|
+
import '../../OrIcon-ed9e0063.js';
|
|
6
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export { F as FabColor, _ as OrFabV3 } from '../../OrFab-
|
|
1
|
+
export { F as FabColor, _ as OrFabV3 } from '../../OrFab-77f5bb6e.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIcon-
|
|
3
|
+
import '../../OrIcon-ed9e0063.js';
|
|
4
4
|
import '../../useClassAttribute-47fdb016.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
|
+
import 'lodash/omit';
|
|
6
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export { _ as OrHintV3 } from '../../OrHint-
|
|
1
|
+
export { _ as OrHintV3 } from '../../OrHint-8ac527b2.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
+
import 'lodash/omit';
|
|
5
6
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
export { I as IconButtonColor, _ as OrIconButtonV3 } from '../../OrIconButton-
|
|
2
|
-
export { I as IconButtonSize } from '../../OrIcon-
|
|
1
|
+
export { I as IconButtonColor, _ as OrIconButtonV3 } from '../../OrIconButton-8d8bb874.js';
|
|
2
|
+
export { I as IconButtonSize } from '../../OrIcon-ed9e0063.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useClassAttribute-47fdb016.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
|
-
import '
|
|
7
|
-
import '../../
|
|
6
|
+
import 'lodash/omit';
|
|
7
|
+
import '../../OrTooltip-216920f0.js';
|
|
8
|
+
import '../../OrPopover-92cfde7e.js';
|
|
8
9
|
import '@floating-ui/dom';
|
|
9
10
|
import '../../useElevation-31bfe1f6.js';
|
|
10
11
|
import '../../useResponsive-a02e95b7.js';
|
|
11
|
-
import '../../OrBottomSheet-
|
|
12
|
-
import '../../OrOverlay-
|
|
12
|
+
import '../../OrBottomSheet-0386a623.js';
|
|
13
|
+
import '../../OrOverlay-c60af55e.js';
|
|
13
14
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
14
15
|
import 'portal-vue';
|
|
15
16
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export { I as IconSize, a as IconVariant, _ as OrIconV3 } from '../../OrIcon-
|
|
1
|
+
export { I as IconSize, a as IconVariant, _ as OrIconV3 } from '../../OrIcon-ed9e0063.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
+
import 'lodash/omit';
|
|
5
6
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export { I as InlineInputBoxSize, _ as OrInlineInputBoxV3 } from '../../OrInlineInputBox-
|
|
1
|
+
export { I as InlineInputBoxSize, _ as OrInlineInputBoxV3 } from '../../OrInlineInputBox-6a1d02c1.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
+
import 'lodash/omit';
|
|
5
6
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,20 +1,21 @@
|
|
|
1
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-
|
|
2
|
-
export { I as InlineInputSize } from '../../OrInlineInputBox-
|
|
1
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-a2e57f5c.js';
|
|
2
|
+
export { I as InlineInputSize } from '../../OrInlineInputBox-6a1d02c1.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useClassAttribute-47fdb016.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
|
-
import '
|
|
6
|
+
import 'lodash/omit';
|
|
7
|
+
import '../../OrError-55b6feda.js';
|
|
7
8
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
|
-
import '../../OrHint-
|
|
9
|
-
import '../../OrIconButton-
|
|
10
|
-
import '../../OrIcon-
|
|
11
|
-
import '../../OrTooltip-
|
|
12
|
-
import '../../OrPopover-
|
|
9
|
+
import '../../OrHint-8ac527b2.js';
|
|
10
|
+
import '../../OrIconButton-8d8bb874.js';
|
|
11
|
+
import '../../OrIcon-ed9e0063.js';
|
|
12
|
+
import '../../OrTooltip-216920f0.js';
|
|
13
|
+
import '../../OrPopover-92cfde7e.js';
|
|
13
14
|
import '@floating-ui/dom';
|
|
14
15
|
import '../../useElevation-31bfe1f6.js';
|
|
15
16
|
import '../../useResponsive-a02e95b7.js';
|
|
16
|
-
import '../../OrBottomSheet-
|
|
17
|
-
import '../../OrOverlay-
|
|
17
|
+
import '../../OrBottomSheet-0386a623.js';
|
|
18
|
+
import '../../OrOverlay-c60af55e.js';
|
|
18
19
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
19
20
|
import 'portal-vue';
|
|
20
21
|
import '../../browser-82dea9ed.js';
|
|
@@ -1,20 +1,21 @@
|
|
|
1
|
-
export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-
|
|
1
|
+
export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-8ca157c7.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
-
import '
|
|
5
|
+
import 'lodash/omit';
|
|
6
|
+
import '../../OrError-55b6feda.js';
|
|
6
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
7
|
-
import '../../OrHint-
|
|
8
|
-
import '../../OrIconButton-
|
|
9
|
-
import '../../OrIcon-
|
|
10
|
-
import '../../OrTooltip-
|
|
11
|
-
import '../../OrPopover-
|
|
8
|
+
import '../../OrHint-8ac527b2.js';
|
|
9
|
+
import '../../OrIconButton-8d8bb874.js';
|
|
10
|
+
import '../../OrIcon-ed9e0063.js';
|
|
11
|
+
import '../../OrTooltip-216920f0.js';
|
|
12
|
+
import '../../OrPopover-92cfde7e.js';
|
|
12
13
|
import '@floating-ui/dom';
|
|
13
14
|
import '../../useElevation-31bfe1f6.js';
|
|
14
15
|
import '../../useResponsive-a02e95b7.js';
|
|
15
|
-
import '../../OrBottomSheet-
|
|
16
|
-
import '../../OrOverlay-
|
|
16
|
+
import '../../OrBottomSheet-0386a623.js';
|
|
17
|
+
import '../../OrOverlay-c60af55e.js';
|
|
17
18
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
18
19
|
import 'portal-vue';
|
|
19
|
-
import '../../OrInlineInputBox-
|
|
20
|
+
import '../../OrInlineInputBox-6a1d02c1.js';
|
|
20
21
|
import '../../browser-82dea9ed.js';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export { a as InputBoxSize, I as InputBoxVariant, _ as OrInputBoxV3 } from '../../OrInputBox-
|
|
1
|
+
export { a as InputBoxSize, I as InputBoxVariant, _ as OrInputBoxV3 } from '../../OrInputBox-83980d24.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
+
import 'lodash/omit';
|
|
5
6
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Meta, StoryFn } from '@storybook/vue3';
|
|
2
|
+
import OrInput from './OrInput.vue';
|
|
2
3
|
declare const _default: Meta<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
3
4
|
[x: string]: ((...args: any[]) => any) | null;
|
|
4
5
|
} | string[], {} & {}, {
|
|
@@ -25,3 +26,4 @@ export declare const Search: StoryFn<import("vue").ComponentOptions<import("vue"
|
|
|
25
26
|
} | string[], {} & {}, {
|
|
26
27
|
[x: number]: string;
|
|
27
28
|
} | {}, true>)>;
|
|
29
|
+
export declare const CustomClassesAndStyles: StoryFn<typeof OrInput>;
|
|
@@ -3,7 +3,9 @@ import { InputSize, InputType } 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
5
|
input: import("@vue/composition-api").Ref<HTMLInputElement | undefined>;
|
|
6
|
-
|
|
6
|
+
attrs: import("@vue/composition-api").ComputedRef<Pick<import("@vue/composition-api").Data, string | number>>;
|
|
7
|
+
inlineStyles: import("@vue/composition-api").ComputedRef<unknown>;
|
|
8
|
+
rootStyles: import("@vue/composition-api").ComputedRef<unknown[]>;
|
|
7
9
|
controlStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
8
10
|
controlId: import("@vue/composition-api").Ref<string>;
|
|
9
11
|
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string | number>;
|
|
@@ -120,7 +122,9 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
120
122
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
121
123
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
122
124
|
input: import("@vue/composition-api").Ref<HTMLInputElement | undefined>;
|
|
123
|
-
|
|
125
|
+
attrs: import("@vue/composition-api").ComputedRef<Pick<import("@vue/composition-api").Data, string | number>>;
|
|
126
|
+
inlineStyles: import("@vue/composition-api").ComputedRef<unknown>;
|
|
127
|
+
rootStyles: import("@vue/composition-api").ComputedRef<unknown[]>;
|
|
124
128
|
controlStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
125
129
|
controlId: import("@vue/composition-api").Ref<string>;
|
|
126
130
|
proxyModelValue: import("@vue/composition-api").WritableComputedRef<string | number>;
|
|
@@ -1,21 +1,23 @@
|
|
|
1
|
-
export { I as InputType, _ as OrInputV3 } from '../../OrInput-
|
|
2
|
-
export { a as InputSize } from '../../OrInputBox-
|
|
1
|
+
export { I as InputType, _ as OrInputV3 } from '../../OrInput-28f1c749.js';
|
|
2
|
+
export { a as InputSize } from '../../OrInputBox-83980d24.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
-
import '../../useClassAttribute-47fdb016.js';
|
|
5
4
|
import '@vueuse/core';
|
|
6
|
-
import '../../
|
|
5
|
+
import '../../useSlicedAttrs-91deb3b7.js';
|
|
6
|
+
import 'lodash/omit';
|
|
7
|
+
import '../../useClassAttribute-47fdb016.js';
|
|
8
|
+
import '../../OrError-55b6feda.js';
|
|
7
9
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
|
-
import '../../OrHint-
|
|
9
|
-
import '../../OrIconButton-
|
|
10
|
-
import '../../OrIcon-
|
|
11
|
-
import '../../OrTooltip-
|
|
12
|
-
import '../../OrPopover-
|
|
10
|
+
import '../../OrHint-8ac527b2.js';
|
|
11
|
+
import '../../OrIconButton-8d8bb874.js';
|
|
12
|
+
import '../../OrIcon-ed9e0063.js';
|
|
13
|
+
import '../../OrTooltip-216920f0.js';
|
|
14
|
+
import '../../OrPopover-92cfde7e.js';
|
|
13
15
|
import '@floating-ui/dom';
|
|
14
16
|
import '../../useElevation-31bfe1f6.js';
|
|
15
17
|
import '../../useResponsive-a02e95b7.js';
|
|
16
|
-
import '../../OrBottomSheet-
|
|
17
|
-
import '../../OrOverlay-
|
|
18
|
+
import '../../OrBottomSheet-0386a623.js';
|
|
19
|
+
import '../../OrOverlay-c60af55e.js';
|
|
18
20
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
19
21
|
import 'portal-vue';
|
|
20
|
-
import '../../OrLabel-
|
|
22
|
+
import '../../OrLabel-0e300559.js';
|
|
21
23
|
import '../../browser-82dea9ed.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from '../../OrPassword-
|
|
2
|
-
export { _ as OrInput } from '../../OrSearch.vue_rollup-plugin-vue_script-
|
|
3
|
-
export { _ as OrSearch } from '../../OrSearch-
|
|
1
|
+
export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from '../../OrPassword-90a03124.js';
|
|
2
|
+
export { _ as OrInput } from '../../OrSearch.vue_rollup-plugin-vue_script-2d694d30.js';
|
|
3
|
+
export { _ as OrSearch } from '../../OrSearch-e0ffe9eb.js';
|
|
4
4
|
import '../../normalize-component-6e8e3d80.js';
|
|
5
5
|
import '../../browser-82dea9ed.js';
|
|
6
6
|
import 'vue-demi';
|
|
@@ -12,6 +12,7 @@ import '../../OrHint-c45f1e09.js';
|
|
|
12
12
|
import '../../OrError-081130bb.js';
|
|
13
13
|
import '../../OrCollapse-4d892ca3.js';
|
|
14
14
|
import '@vueuse/core';
|
|
15
|
+
import 'lodash/omit';
|
|
15
16
|
import '../../useToggle-29e4d7c7.js';
|
|
16
17
|
import '../../OrIconButton.vue_rollup-plugin-vue_script-9fb7b7ab.js';
|
|
17
18
|
import '../../OrIcon-819166f6.js';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export { L as LabelVariant, _ as OrLabelV3 } from '../../OrLabel-
|
|
1
|
+
export { L as LabelVariant, _ as OrLabelV3 } from '../../OrLabel-0e300559.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
+
import 'lodash/omit';
|
|
5
6
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export { L as LinkColor, _ as OrLinkV3 } from '../../OrLink-
|
|
1
|
+
export { L as LinkColor, _ as OrLinkV3 } from '../../OrLink-71e57969.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
+
import 'lodash/omit';
|
|
5
6
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrListOfInputs } from '../../OrListOfInputs-
|
|
1
|
+
export { _ as OrListOfInputs } from '../../OrListOfInputs-222bafd0.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import 'lodash';
|
|
4
4
|
import '../../OrList-d4781f7b.js';
|
|
@@ -21,8 +21,9 @@ import '../../OrTooltip-614b016d.js';
|
|
|
21
21
|
import '../../OrIconButton-014e86a7.js';
|
|
22
22
|
import '../../OrError-081130bb.js';
|
|
23
23
|
import 'sortablejs';
|
|
24
|
-
import '../../OrSearch.vue_rollup-plugin-vue_script-
|
|
24
|
+
import '../../OrSearch.vue_rollup-plugin-vue_script-2d694d30.js';
|
|
25
25
|
import '../../OrHint-c45f1e09.js';
|
|
26
26
|
import '../../OrCollapse-4d892ca3.js';
|
|
27
27
|
import '@vueuse/core';
|
|
28
|
+
import 'lodash/omit';
|
|
28
29
|
import '../../useToggle-29e4d7c7.js';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from '../../OrLoader-
|
|
1
|
+
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from '../../OrLoader-5076d36b.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
+
import 'lodash/omit';
|
|
5
6
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export { _ as OrMenuItemV3 } from '../../OrMenuItem-
|
|
1
|
+
export { _ as OrMenuItemV3 } from '../../OrMenuItem-26f5c30b.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
-
import '
|
|
5
|
+
import 'lodash/omit';
|
|
6
|
+
import '../../OrIcon-ed9e0063.js';
|
|
6
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
export { _ as OrMenuV3 } from '../../OrMenu-
|
|
2
|
-
export { P as MenuPlacement } from '../../OrPopover-
|
|
1
|
+
export { _ as OrMenuV3 } from '../../OrMenu-f9b65b19.js';
|
|
2
|
+
export { P as MenuPlacement } from '../../OrPopover-92cfde7e.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useClassAttribute-47fdb016.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
|
+
import 'lodash/omit';
|
|
6
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
7
8
|
import '@floating-ui/dom';
|
|
8
9
|
import '../../useElevation-31bfe1f6.js';
|
|
9
10
|
import '../../useResponsive-a02e95b7.js';
|
|
10
|
-
import '../../OrBottomSheet-
|
|
11
|
-
import '../../OrOverlay-
|
|
11
|
+
import '../../OrBottomSheet-0386a623.js';
|
|
12
|
+
import '../../OrOverlay-c60af55e.js';
|
|
12
13
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
13
14
|
import 'portal-vue';
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
export { M as ModalSize, _ as OrModalV3 } from '../../OrModal-
|
|
1
|
+
export { M as ModalSize, _ as OrModalV3 } from '../../OrModal-026a1889.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
-
import '
|
|
6
|
-
import '../../
|
|
5
|
+
import 'lodash/omit';
|
|
6
|
+
import '../../OrIconButton-8d8bb874.js';
|
|
7
|
+
import '../../OrIcon-ed9e0063.js';
|
|
7
8
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
|
-
import '../../OrTooltip-
|
|
9
|
-
import '../../OrPopover-
|
|
9
|
+
import '../../OrTooltip-216920f0.js';
|
|
10
|
+
import '../../OrPopover-92cfde7e.js';
|
|
10
11
|
import '@floating-ui/dom';
|
|
11
12
|
import '../../useElevation-31bfe1f6.js';
|
|
12
13
|
import '../../useResponsive-a02e95b7.js';
|
|
13
|
-
import '../../OrBottomSheet-
|
|
14
|
-
import '../../OrOverlay-
|
|
14
|
+
import '../../OrBottomSheet-0386a623.js';
|
|
15
|
+
import '../../OrOverlay-c60af55e.js';
|
|
15
16
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
16
17
|
import 'portal-vue';
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
export { N as NotificationVariant, _ as OrNotificationV3 } from '../../OrNotification-
|
|
1
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from '../../OrNotification-f3c411f2.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
-
import '
|
|
6
|
-
import '../../
|
|
5
|
+
import 'lodash/omit';
|
|
6
|
+
import '../../OrIconButton-8d8bb874.js';
|
|
7
|
+
import '../../OrIcon-ed9e0063.js';
|
|
7
8
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
|
-
import '../../OrTooltip-
|
|
9
|
-
import '../../OrPopover-
|
|
9
|
+
import '../../OrTooltip-216920f0.js';
|
|
10
|
+
import '../../OrPopover-92cfde7e.js';
|
|
10
11
|
import '@floating-ui/dom';
|
|
11
12
|
import '../../useElevation-31bfe1f6.js';
|
|
12
13
|
import '../../useResponsive-a02e95b7.js';
|
|
13
|
-
import '../../OrBottomSheet-
|
|
14
|
-
import '../../OrOverlay-
|
|
14
|
+
import '../../OrBottomSheet-0386a623.js';
|
|
15
|
+
import '../../OrOverlay-c60af55e.js';
|
|
15
16
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
16
17
|
import 'portal-vue';
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
export { _ as OrOverlayV3 } from '../../OrOverlay-
|
|
1
|
+
export { _ as OrOverlayV3 } from '../../OrOverlay-c60af55e.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useClassAttribute-47fdb016.js';
|
|
5
5
|
import '../../useElevation-31bfe1f6.js';
|
|
6
|
+
import 'lodash/omit';
|
|
6
7
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
7
8
|
import 'portal-vue';
|
|
8
9
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
export { _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant } from '../../OrPopover-
|
|
1
|
+
export { _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant } from '../../OrPopover-92cfde7e.js';
|
|
2
2
|
import '@floating-ui/dom';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../../useClassAttribute-47fdb016.js';
|
|
6
6
|
import '../../useElevation-31bfe1f6.js';
|
|
7
7
|
import '../../useResponsive-a02e95b7.js';
|
|
8
|
-
import '
|
|
9
|
-
import '../../
|
|
8
|
+
import 'lodash/omit';
|
|
9
|
+
import '../../OrBottomSheet-0386a623.js';
|
|
10
|
+
import '../../OrOverlay-c60af55e.js';
|
|
10
11
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
11
12
|
import 'portal-vue';
|
|
12
13
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../../OrProgress-
|
|
1
|
+
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../../OrProgress-478b4e28.js';
|
|
2
2
|
import 'lodash';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../../useClassAttribute-47fdb016.js';
|
|
6
6
|
import '../../useResponsive-a02e95b7.js';
|
|
7
|
+
import 'lodash/omit';
|
|
7
8
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
export { _ as OrRadioV3 } from '../../OrRadio-
|
|
1
|
+
export { _ as OrRadioV3 } from '../../OrRadio-f8c32b3a.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
-
import '
|
|
5
|
+
import 'lodash/omit';
|
|
6
|
+
import '../../OrLabel-0e300559.js';
|
|
6
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
7
8
|
import '../../browser-82dea9ed.js';
|
|
@@ -1,22 +1,24 @@
|
|
|
1
|
-
export { _ as OrSearchV3 } from '../../OrSearch-
|
|
2
|
-
export { a as SearchSize } from '../../OrInputBox-
|
|
1
|
+
export { _ as OrSearchV3 } from '../../OrSearch-e935e64c.js';
|
|
2
|
+
export { a as SearchSize } from '../../OrInputBox-83980d24.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '@vueuse/core';
|
|
5
5
|
import '../../useClassAttribute-47fdb016.js';
|
|
6
|
-
import '
|
|
7
|
-
import '../../
|
|
6
|
+
import 'lodash/omit';
|
|
7
|
+
import '../../OrInput-28f1c749.js';
|
|
8
|
+
import '../../useSlicedAttrs-91deb3b7.js';
|
|
9
|
+
import '../../OrError-55b6feda.js';
|
|
8
10
|
import '../../normalize-component-6e8e3d80.js';
|
|
9
|
-
import '../../OrHint-
|
|
10
|
-
import '../../OrIconButton-
|
|
11
|
-
import '../../OrIcon-
|
|
12
|
-
import '../../OrTooltip-
|
|
13
|
-
import '../../OrPopover-
|
|
11
|
+
import '../../OrHint-8ac527b2.js';
|
|
12
|
+
import '../../OrIconButton-8d8bb874.js';
|
|
13
|
+
import '../../OrIcon-ed9e0063.js';
|
|
14
|
+
import '../../OrTooltip-216920f0.js';
|
|
15
|
+
import '../../OrPopover-92cfde7e.js';
|
|
14
16
|
import '@floating-ui/dom';
|
|
15
17
|
import '../../useElevation-31bfe1f6.js';
|
|
16
18
|
import '../../useResponsive-a02e95b7.js';
|
|
17
|
-
import '../../OrBottomSheet-
|
|
18
|
-
import '../../OrOverlay-
|
|
19
|
+
import '../../OrBottomSheet-0386a623.js';
|
|
20
|
+
import '../../OrOverlay-c60af55e.js';
|
|
19
21
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
20
22
|
import 'portal-vue';
|
|
21
|
-
import '../../OrLabel-
|
|
23
|
+
import '../../OrLabel-0e300559.js';
|
|
22
24
|
import '../../browser-82dea9ed.js';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../../OrSegmentedControl-
|
|
1
|
+
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../../OrSegmentedControl-77a3e7d2.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
+
import 'lodash/omit';
|
|
5
6
|
import '../../normalize-component-6e8e3d80.js';
|