@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
|
@@ -3,17 +3,18 @@ import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-0d314aa4.
|
|
|
3
3
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
4
4
|
import { u as useOverflow } from './useOverflow-af6161c8.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
|
-
import
|
|
7
|
-
import { s as script$
|
|
8
|
-
import { s as script$
|
|
9
|
-
import { s as script$
|
|
10
|
-
import { s as script$
|
|
11
|
-
import { s as script$
|
|
12
|
-
import { s as script$
|
|
13
|
-
import { s as script$
|
|
14
|
-
import { s as script$
|
|
15
|
-
import { s as script$
|
|
16
|
-
import { s as script$
|
|
6
|
+
import 'lodash/omit';
|
|
7
|
+
import { s as script$1 } from './OrCheckbox-cf989d15.js';
|
|
8
|
+
import { s as script$2 } from './OrError-2ef63390.js';
|
|
9
|
+
import { s as script$3 } from './OrExpansionPanel-0151936a.js';
|
|
10
|
+
import { s as script$4 } from './OrHint-4f497295.js';
|
|
11
|
+
import { s as script$5 } from './OrIcon-085d2eb1.js';
|
|
12
|
+
import { s as script$7, a as InputBoxSize } from './OrInputBox-304481e7.js';
|
|
13
|
+
import { s as script$6 } from './OrInput-502b6d49.js';
|
|
14
|
+
import { s as script$8 } from './OrLabel-7989b72a.js';
|
|
15
|
+
import { s as script$9 } from './OrMenuItem-82b6700b.js';
|
|
16
|
+
import { s as script$a } from './OrPopover-086817af.js';
|
|
17
|
+
import { s as script$b } from './OrTag-35f948c1.js';
|
|
17
18
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, mergeProps, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, normalizeClass, createElementVNode, Fragment, renderList, createVNode, withModifiers } from 'vue';
|
|
18
19
|
|
|
19
20
|
const SelectRoot = [
|
|
@@ -82,11 +83,11 @@ var script = defineComponent({
|
|
|
82
83
|
default: []
|
|
83
84
|
},
|
|
84
85
|
modelValue: {
|
|
85
|
-
type: [String,
|
|
86
|
+
type: [String, Array],
|
|
86
87
|
default: undefined
|
|
87
88
|
},
|
|
88
89
|
value: {
|
|
89
|
-
type: [String,
|
|
90
|
+
type: [String, Array],
|
|
90
91
|
default: undefined
|
|
91
92
|
},
|
|
92
93
|
multiple: {
|
|
@@ -121,10 +122,6 @@ var script = defineComponent({
|
|
|
121
122
|
type: Boolean,
|
|
122
123
|
default: false
|
|
123
124
|
},
|
|
124
|
-
disableDefaultStyles: {
|
|
125
|
-
type: Boolean,
|
|
126
|
-
default: false
|
|
127
|
-
},
|
|
128
125
|
enableSearch: {
|
|
129
126
|
type: Boolean,
|
|
130
127
|
default: false
|
|
@@ -326,7 +323,6 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
326
323
|
}, 8 /* PROPS */, ["control-id", "required", "disabled"])) : createCommentVNode("v-if", true), withDirectives((openBlock(), createBlock(_component_OrInputBox, {
|
|
327
324
|
ref: "inputBox",
|
|
328
325
|
class: normalizeClass([_ctx.popoverState === 'open' && 'rounded-b-0']),
|
|
329
|
-
variant: _ctx.disableDefaultStyles ? 'unstyled' : 'styled',
|
|
330
326
|
size: _ctx.size,
|
|
331
327
|
invalid: _ctx.invalid,
|
|
332
328
|
readonly: _ctx.readonly,
|
|
@@ -340,12 +336,12 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
340
336
|
disabled: _ctx.disabled,
|
|
341
337
|
onFocus: _cache[0] || (_cache[0] = $event => _ctx.$emit('focus', $event)),
|
|
342
338
|
onBlur: _cache[1] || (_cache[1] = $event => _ctx.$emit('blur', $event))
|
|
339
|
+
}, [_ctx.proxyModelValue && _ctx.proxyModelValue.length > 0 ? (openBlock(), createElementBlock(Fragment, {
|
|
340
|
+
key: 0
|
|
343
341
|
}, [_ctx.multiple ? renderSlot(_ctx.$slots, "valueTemplate", {
|
|
344
342
|
key: 0,
|
|
345
343
|
model: _ctx.proxyModelValue
|
|
346
|
-
}, () => [
|
|
347
|
-
key: 0
|
|
348
|
-
}, renderList(_ctx.selection, option => {
|
|
344
|
+
}, () => [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.selection, option => {
|
|
349
345
|
return openBlock(), createBlock(_component_OrTag, {
|
|
350
346
|
key: option.value,
|
|
351
347
|
variant: 'reset',
|
|
@@ -355,18 +351,13 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
355
351
|
|
|
356
352
|
_: 2 /* DYNAMIC */
|
|
357
353
|
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["onReset"]);
|
|
358
|
-
}), 128 /* KEYED_FRAGMENT */)) : (
|
|
354
|
+
}), 128 /* KEYED_FRAGMENT */))]) : renderSlot(_ctx.$slots, "valueTemplate", {
|
|
359
355
|
key: 1,
|
|
360
|
-
class: normalizeClass(_ctx.placeholderStyles)
|
|
361
|
-
}, toDisplayString(_ctx.placeholder), 3 /* TEXT, CLASS */))]) : (openBlock(), createElementBlock(Fragment, {
|
|
362
|
-
key: 1
|
|
363
|
-
}, [_ctx.proxyModelValue ? renderSlot(_ctx.$slots, "valueTemplate", {
|
|
364
|
-
key: 0,
|
|
365
356
|
model: _ctx.proxyModelValue
|
|
366
|
-
}, () => [createTextVNode(toDisplayString(_ctx.selection.label), 1 /* TEXT */)]) : (openBlock(), createElementBlock("span", {
|
|
357
|
+
}, () => [createTextVNode(toDisplayString(_ctx.selection.label), 1 /* TEXT */)])], 64 /* STABLE_FRAGMENT */)) : (openBlock(), createElementBlock("span", {
|
|
367
358
|
key: 1,
|
|
368
359
|
class: normalizeClass(_ctx.placeholderStyles)
|
|
369
|
-
}, toDisplayString(_ctx.placeholder), 3 /* TEXT, CLASS */))],
|
|
360
|
+
}, toDisplayString(_ctx.placeholder), 3 /* TEXT, CLASS */))], 42 /* CLASS, PROPS, HYDRATE_EVENTS */, _hoisted_1), _ctx.multiple && _ctx.outerItems.length > 0 ? (openBlock(), createElementBlock(Fragment, {
|
|
370
361
|
key: 0
|
|
371
362
|
}, [createTextVNode(" +" + toDisplayString(_ctx.outerItems.length), 1 /* TEXT */)], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true), createElementVNode("div", _hoisted_2, [createVNode(_component_OrIcon, {
|
|
372
363
|
icon: _ctx.popoverState === 'open' ? 'arrow_drop_up' : 'arrow_drop_down',
|
|
@@ -481,7 +472,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
481
472
|
_: 3 /* FORWARDED */
|
|
482
473
|
}, 8 /* PROPS */, ["class", "trigger"])]),
|
|
483
474
|
_: 3 /* FORWARDED */
|
|
484
|
-
}, 8 /* PROPS */, ["class", "
|
|
475
|
+
}, 8 /* PROPS */, ["class", "size", "invalid", "readonly", "disabled"])), [[_directive_dropdown_open, _ctx.toggle], [_directive_dropdown_close, _ctx.close]]), !_ctx.invalid ? (openBlock(), createElementBlock(Fragment, {
|
|
485
476
|
key: 1
|
|
486
477
|
}, [_ctx.hint ? (openBlock(), createBlock(_component_OrHint, {
|
|
487
478
|
key: 0,
|
|
@@ -3,6 +3,7 @@ import _ from 'lodash';
|
|
|
3
3
|
import { p as pxToRem } from './px-to-rem-0b26b83e.js';
|
|
4
4
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
|
+
import 'lodash/omit';
|
|
6
7
|
import { openBlock, createElementBlock, mergeProps, Fragment, renderList, normalizeClass, normalizeStyle } from 'vue';
|
|
7
8
|
|
|
8
9
|
const SkeletonRoot = [
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
2
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
|
-
import
|
|
4
|
+
import 'lodash/omit';
|
|
5
|
+
import { s as script$1 } from './OrIcon-085d2eb1.js';
|
|
5
6
|
import { resolveComponent, openBlock, createElementBlock, mergeProps, withModifiers, renderSlot, createBlock, normalizeClass, createCommentVNode } from 'vue';
|
|
6
7
|
|
|
7
8
|
const SortHeaderRoot = [
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent, getCurrentInstance, ref, computed } from 'vue-demi';
|
|
2
|
-
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
3
2
|
import '@vueuse/core';
|
|
4
|
-
import {
|
|
5
|
-
import { s as script$
|
|
6
|
-
import {
|
|
3
|
+
import { u as useSlicedAttrs } from './useSlicedAttrs-91deb3b7.js';
|
|
4
|
+
import { s as script$1, L as LabelVariant } from './OrLabel-7989b72a.js';
|
|
5
|
+
import { s as script$2 } from './OrLoader-ab6bb22c.js';
|
|
6
|
+
import { resolveComponent, openBlock, createElementBlock, normalizeStyle, normalizeClass, withDirectives, mergeProps, vModelCheckbox, createVNode, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
|
|
7
7
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
8
8
|
|
|
9
9
|
const SwitchRoot = [
|
|
@@ -104,9 +104,14 @@ var script = defineComponent({
|
|
|
104
104
|
const currentInstance = getCurrentInstance();
|
|
105
105
|
// Refs
|
|
106
106
|
const root = ref();
|
|
107
|
+
// Attrs
|
|
108
|
+
const {
|
|
109
|
+
attrs,
|
|
110
|
+
classes,
|
|
111
|
+
styles: inlineStyles
|
|
112
|
+
} = useSlicedAttrs();
|
|
107
113
|
// Styles
|
|
108
|
-
const
|
|
109
|
-
const rootStyles = computed(() => ['or-switch', ...SwitchRoot, classAttribute.value]);
|
|
114
|
+
const rootStyles = computed(() => ['or-switch', ...SwitchRoot, classes.value]);
|
|
110
115
|
const controlStyles = computed(() => [...SwitchControl, ...SwitchControlHandle]);
|
|
111
116
|
const loaderStyles = computed(() => [...SwitchLoader, ...SwitchLoaderHandle]);
|
|
112
117
|
// State
|
|
@@ -127,6 +132,8 @@ var script = defineComponent({
|
|
|
127
132
|
rootStyles,
|
|
128
133
|
controlStyles,
|
|
129
134
|
loaderStyles,
|
|
135
|
+
inlineStyles,
|
|
136
|
+
attrs,
|
|
130
137
|
controlId,
|
|
131
138
|
proxyModelValue
|
|
132
139
|
};
|
|
@@ -140,10 +147,11 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
140
147
|
const _component_OrLabel = resolveComponent("OrLabel");
|
|
141
148
|
return openBlock(), createElementBlock("div", {
|
|
142
149
|
ref: "root",
|
|
150
|
+
style: normalizeStyle(_ctx.inlineStyles),
|
|
143
151
|
class: normalizeClass(_ctx.rootStyles)
|
|
144
152
|
}, [!_ctx.loading ? withDirectives((openBlock(), createElementBlock("input", mergeProps({
|
|
145
153
|
key: 0
|
|
146
|
-
}, _ctx
|
|
154
|
+
}, _ctx.attrs, {
|
|
147
155
|
id: _ctx.controlId,
|
|
148
156
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => _ctx.proxyModelValue = $event),
|
|
149
157
|
class: _ctx.controlStyles,
|
|
@@ -172,7 +180,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
172
180
|
default: withCtx(() => [renderSlot(_ctx.$slots, "default", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])]),
|
|
173
181
|
|
|
174
182
|
_: 3 /* FORWARDED */
|
|
175
|
-
}, 8 /* PROPS */, ["control-id", "variant", "required", "disabled"])) : createCommentVNode("v-if", true)],
|
|
183
|
+
}, 8 /* PROPS */, ["control-id", "variant", "required", "disabled"])) : createCommentVNode("v-if", true)], 6 /* CLASS, STYLE */);
|
|
176
184
|
}
|
|
177
185
|
|
|
178
186
|
var css_248z = "\ninput[data-v-4296509a] {\n appearance: none;\n line-height: 0;\n}\n";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
2
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
|
+
import 'lodash/omit';
|
|
4
5
|
import { openBlock, createElementBlock, mergeProps, renderSlot } from 'vue';
|
|
5
6
|
|
|
6
7
|
const TabRoot = [
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { useResizeObserver } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, reactive, watch, nextTick, onMounted } from 'vue-demi';
|
|
3
3
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
4
|
-
import
|
|
5
|
-
import { s as script$
|
|
6
|
-
import { s as script$
|
|
7
|
-
import './
|
|
8
|
-
import
|
|
4
|
+
import 'lodash/omit';
|
|
5
|
+
import { s as script$1 } from './OrIcon-085d2eb1.js';
|
|
6
|
+
import { s as script$3 } from './OrMenuItem-82b6700b.js';
|
|
7
|
+
import { s as script$2 } from './OrMenu-60ff7732.js';
|
|
8
|
+
import './OrPopover-086817af.js';
|
|
9
|
+
import { s as script$4 } from './OrTab-3fe86033.js';
|
|
9
10
|
import { resolveComponent, openBlock, createElementBlock, createElementVNode, mergeProps, Fragment, renderList, createBlock, withModifiers, withCtx, createTextVNode, toDisplayString, createVNode, createCommentVNode, renderSlot } from 'vue';
|
|
10
11
|
|
|
11
12
|
var TabsVariant;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue-demi';
|
|
2
2
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
|
-
import
|
|
4
|
+
import 'lodash/omit';
|
|
5
|
+
import { s as script$1 } from './OrIconButton-830faf78.js';
|
|
5
6
|
import { resolveComponent, openBlock, createElementBlock, mergeProps, renderSlot, createVNode, withModifiers, createCommentVNode, normalizeClass } from 'vue';
|
|
6
7
|
|
|
7
8
|
var TagVariant;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
2
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
|
+
import 'lodash/omit';
|
|
4
5
|
import { openBlock, createElementBlock, mergeProps, createElementVNode, normalizeClass, toDisplayString } from 'vue';
|
|
5
6
|
|
|
6
7
|
const TextRoot = [
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { defineComponent, getCurrentInstance, ref, computed } from 'vue-demi';
|
|
2
2
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
|
-
import
|
|
5
|
-
import { s as script$
|
|
6
|
-
import { s as script$
|
|
7
|
-
import { s as script$
|
|
4
|
+
import 'lodash/omit';
|
|
5
|
+
import { s as script$1 } from './OrError-2ef63390.js';
|
|
6
|
+
import { s as script$2 } from './OrHint-4f497295.js';
|
|
7
|
+
import { s as script$3, a as InputBoxSize } from './OrInputBox-304481e7.js';
|
|
8
|
+
import { s as script$4 } from './OrLabel-7989b72a.js';
|
|
8
9
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, mergeProps, vModelText, Fragment, createSlots } from 'vue';
|
|
9
10
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
10
11
|
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, getCurrentInstance } from 'vue-demi';
|
|
2
2
|
import '@vueuse/core';
|
|
3
|
+
import 'lodash/omit';
|
|
3
4
|
import { u as useToggle } from './useToggle-29e4d7c7.js';
|
|
4
5
|
import { p as pxToRem } from './px-to-rem-0b26b83e.js';
|
|
5
6
|
import { s as setStyle, r as requestAF, d as getCS, a as reflow, c as cancelAF } from './dom-3a15d036.js';
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { useDebounceFn, useElementHover } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
3
3
|
import { u as useClassAttribute } from './useClassAttribute-47fdb016.js';
|
|
4
|
-
import
|
|
4
|
+
import 'lodash/omit';
|
|
5
|
+
import { s as script$1, P as PopoverPlacement } from './OrPopover-086817af.js';
|
|
5
6
|
import { resolveComponent, openBlock, createElementBlock, mergeProps, renderSlot, createBlock, withCtx, createElementVNode, normalizeClass, toDisplayString, createCommentVNode } from 'vue';
|
|
6
7
|
|
|
7
8
|
const TooltipRoot = [
|
|
@@ -53,7 +53,6 @@ export * from './or-notification-v3';
|
|
|
53
53
|
export * from './or-overflow-menu';
|
|
54
54
|
export * from './or-overlay';
|
|
55
55
|
export * from './or-overlay-v3';
|
|
56
|
-
export * from './or-pagination-v3';
|
|
57
56
|
export * from './or-popover-v3';
|
|
58
57
|
export * from './or-progress';
|
|
59
58
|
export * from './or-progress-v3';
|
|
@@ -1,102 +1,102 @@
|
|
|
1
1
|
export { O as OR_AVATAR_SIZE, s as OrAvatar } from '../OrAvatar-2808a314.js';
|
|
2
|
-
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../OrAvatar-
|
|
3
|
-
export { s as OrBottomSheetV3 } from '../OrBottomSheet-
|
|
2
|
+
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../OrAvatar-6c4ff382.js';
|
|
3
|
+
export { s as OrBottomSheetV3 } from '../OrBottomSheet-11ab621e.js';
|
|
4
4
|
export { s as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from '../OrButton-fca9019a.js';
|
|
5
5
|
export { b as BUTTON_COLOR, d as BUTTON_LOADER_TYPE, c as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE, s as OrButtonV2, a as OrIconButton } from '../OrIconButton-8be9c89f.js';
|
|
6
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton-
|
|
6
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton-fd69e79e.js';
|
|
7
7
|
export { s as OrCard } from '../OrCard-e3a5aea4.js';
|
|
8
|
-
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection-
|
|
9
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-
|
|
10
|
-
export { s as OrCardV3 } from '../OrCard-
|
|
8
|
+
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection-989bb549.js';
|
|
9
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-45884ef2.js';
|
|
10
|
+
export { s as OrCardV3 } from '../OrCard-14c50722.js';
|
|
11
11
|
export { a as OrCarousel, s as OrCarouselItem } from '../OrCarouselItem-636d99a1.js';
|
|
12
12
|
export { s as OrCheckbox } from '../OrCheckbox-ed4a19cf.js';
|
|
13
|
-
export { s as OrCheckboxV3 } from '../OrCheckbox-
|
|
13
|
+
export { s as OrCheckboxV3 } from '../OrCheckbox-cf989d15.js';
|
|
14
14
|
export { s as OrChip, a as OrChips } from '../OrChips-9afba42f.js';
|
|
15
15
|
export { s as OrCode, O as OrCodeLanguages } from '../OrCode-5ed69c23.js';
|
|
16
16
|
export { s as OrCollapse } from '../OrCollapse-445141ab.js';
|
|
17
17
|
export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from '../OrColorPicker-189cb097.js';
|
|
18
|
-
export { s as OrConfirm } from '../OrConfirm-
|
|
19
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-
|
|
18
|
+
export { s as OrConfirm } from '../OrConfirm-53788490.js';
|
|
19
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-8c4f080b.js';
|
|
20
20
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-f2e08564.js';
|
|
21
21
|
export { s as OrError } from '../OrError-f90296db.js';
|
|
22
|
-
export { s as OrErrorTagV3 } from '../OrErrorTag-
|
|
23
|
-
export { s as OrErrorV3 } from '../OrError-
|
|
22
|
+
export { s as OrErrorTagV3 } from '../OrErrorTag-630205fc.js';
|
|
23
|
+
export { s as OrErrorV3 } from '../OrError-2ef63390.js';
|
|
24
24
|
export { E as EmptyStateSize, s as OrEmptyStateV3 } from '../OrEmptyState-bb8e3145.js';
|
|
25
|
-
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../OrExpansionPanel-
|
|
26
|
-
export { F as FabColor, s as OrFabV3 } from '../OrFab-
|
|
25
|
+
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../OrExpansionPanel-0151936a.js';
|
|
26
|
+
export { F as FabColor, s as OrFabV3 } from '../OrFab-7c1780e5.js';
|
|
27
27
|
export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating-5240e758.js';
|
|
28
28
|
export { s as OrHint } from '../OrHint-1414c530.js';
|
|
29
|
-
export { s as OrHintV3 } from '../OrHint-
|
|
29
|
+
export { s as OrHintV3 } from '../OrHint-4f497295.js';
|
|
30
30
|
export { s as OrIcon, O as OrIconColors, a as OrIconType } from '../OrIcon-669503c3.js';
|
|
31
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton-
|
|
32
|
-
export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from '../OrIcon-
|
|
33
|
-
export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from '../OrInlineInputBox-
|
|
34
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput-
|
|
31
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton-830faf78.js';
|
|
32
|
+
export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from '../OrIcon-085d2eb1.js';
|
|
33
|
+
export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from '../OrInlineInputBox-226e29da.js';
|
|
34
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput-46fd890d.js';
|
|
35
35
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from '../OrInlineTextEdit-1aa477b5.js';
|
|
36
|
-
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea-
|
|
37
|
-
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-
|
|
38
|
-
export { I as InputType, s as OrInputV3 } from '../OrInput-
|
|
39
|
-
export { a as OrInput, b as OrNumberInput, c as OrPassword, d as OrSearch, s as OrTextarea } from '../OrSearch-
|
|
36
|
+
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea-837cb99a.js';
|
|
37
|
+
export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, s as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-304481e7.js';
|
|
38
|
+
export { I as InputType, s as OrInputV3 } from '../OrInput-502b6d49.js';
|
|
39
|
+
export { a as OrInput, b as OrNumberInput, c as OrPassword, d as OrSearch, s as OrTextarea } from '../OrSearch-b5f08401.js';
|
|
40
40
|
export { s as OrLabel } from '../OrLabel-876f8729.js';
|
|
41
|
-
export { L as LabelVariant, s as OrLabelV3 } from '../OrLabel-
|
|
42
|
-
export { L as LinkColor, s as OrLinkV3 } from '../OrLink-
|
|
41
|
+
export { L as LabelVariant, s as OrLabelV3 } from '../OrLabel-7989b72a.js';
|
|
42
|
+
export { L as LinkColor, s as OrLinkV3 } from '../OrLink-b0d7d430.js';
|
|
43
43
|
export { s as OrList } from '../OrList-b740d13e.js';
|
|
44
|
-
export { s as OrListOfInputs } from '../OrListOfInputs-
|
|
44
|
+
export { s as OrListOfInputs } from '../OrListOfInputs-7e8b4f20.js';
|
|
45
45
|
export { L as LoaderViews, s as OrLoader } from '../OrLoader-15174477.js';
|
|
46
|
-
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from '../OrLoader-
|
|
47
|
-
export { s as OrMenuItemV3 } from '../OrMenuItem-
|
|
48
|
-
export { s as OrMenuV3 } from '../OrMenu-
|
|
49
|
-
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-
|
|
46
|
+
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from '../OrLoader-ab6bb22c.js';
|
|
47
|
+
export { s as OrMenuItemV3 } from '../OrMenuItem-82b6700b.js';
|
|
48
|
+
export { s as OrMenuV3 } from '../OrMenu-60ff7732.js';
|
|
49
|
+
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-086817af.js';
|
|
50
50
|
export { s as OrModal, O as OrModalSizes } from '../OrModal-8b074b0c.js';
|
|
51
|
-
export { M as ModalSize, s as OrModalV3 } from '../OrModal-
|
|
51
|
+
export { M as ModalSize, s as OrModalV3 } from '../OrModal-9724926c.js';
|
|
52
52
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from '../OrNotification-e85a4956.js';
|
|
53
|
-
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification-
|
|
53
|
+
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification-bef23976.js';
|
|
54
54
|
export { s as OrOverflowMenu } from '../OrOverflowMenu-e82cbcbe.js';
|
|
55
55
|
export { s as OrOverlay } from '../OrOverlay-451dce49.js';
|
|
56
|
-
export { s as OrOverlayV3 } from '../OrOverlay-
|
|
57
|
-
export { s as OrPaginationV3 } from '../OrPagination-a703307d.js';
|
|
56
|
+
export { s as OrOverlayV3 } from '../OrOverlay-4a300d88.js';
|
|
58
57
|
export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress-d0d52c86.js';
|
|
59
|
-
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-
|
|
58
|
+
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-3710020b.js';
|
|
60
59
|
export { s as OrRadio } from '../OrRadio-c3ab11f2.js';
|
|
61
60
|
export { s as OrRadioGroup } from '../OrRadioGroup-00785e41.js';
|
|
62
|
-
export { s as OrRadioV3 } from '../OrRadio-
|
|
63
|
-
export { s as OrSearchV3 } from '../OrSearch-
|
|
64
|
-
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-
|
|
61
|
+
export { s as OrRadioV3 } from '../OrRadio-aa2cbfa1.js';
|
|
62
|
+
export { s as OrSearchV3 } from '../OrSearch-cb030d85.js';
|
|
63
|
+
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-214e904c.js';
|
|
65
64
|
export { s as OrSelect } from '../OrSelect-0821b907.js';
|
|
66
|
-
export { s as OrSelectV3 } from '../OrSelect-
|
|
65
|
+
export { s as OrSelectV3 } from '../OrSelect-24e213b6.js';
|
|
67
66
|
export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar-375c85a3.js';
|
|
68
67
|
export { O as OrSidebarPlacement, s as OrSidebarV3 } from '../OrSidebar-a62972f5.js';
|
|
69
68
|
export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText-2b1610ce.js';
|
|
70
|
-
export { s as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from '../OrSkeletonText-
|
|
69
|
+
export { s as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from '../OrSkeletonText-dd74b979.js';
|
|
71
70
|
export { s as OrSlider } from '../OrSlider-87e2da8c.js';
|
|
72
|
-
export { s as OrSortHeaderV3 } from '../OrSortHeader-
|
|
71
|
+
export { s as OrSortHeaderV3 } from '../OrSortHeader-4aff1426.js';
|
|
73
72
|
export { s as OrStepper } from '../OrStepper-f19b4eac.js';
|
|
74
73
|
export { s as OrSwitch } from '../OrSwitch-c333ee32.js';
|
|
75
|
-
export { s as OrSwitchV3 } from '../OrSwitch-
|
|
74
|
+
export { s as OrSwitchV3 } from '../OrSwitch-eb5bc7cc.js';
|
|
76
75
|
export { s as OrTab } from '../OrTab-bc98be02.js';
|
|
77
76
|
export { s as OrTabHeaderItem } from '../OrTabHeaderItem-d668cc59.js';
|
|
78
|
-
export { s as OrTabV3 } from '../OrTab-
|
|
77
|
+
export { s as OrTabV3 } from '../OrTab-3fe86033.js';
|
|
79
78
|
export { s as OrTabs } from '../OrTabs-d3812c11.js';
|
|
80
|
-
export { s as OrTabsV3, T as TabsVariant } from '../OrTabs-
|
|
79
|
+
export { s as OrTabsV3, T as TabsVariant } from '../OrTabs-5dcbf9ce.js';
|
|
81
80
|
export { s as OrTag } from '../OrTag-1b5e43fa.js';
|
|
82
|
-
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-
|
|
81
|
+
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-35f948c1.js';
|
|
83
82
|
export { s as OrTeleport } from '../OrTeleportVue3-ad639f12.js';
|
|
84
83
|
export { s as OrTeleportV3 } from '../OrTeleport.vue3-8099178c.js';
|
|
85
|
-
export { s as OrTextV3 } from '../OrText-
|
|
86
|
-
export { s as OrTextareaV3 } from '../OrTextarea-
|
|
87
|
-
export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox-
|
|
84
|
+
export { s as OrTextV3 } from '../OrText-786b2aa4.js';
|
|
85
|
+
export { s as OrTextareaV3 } from '../OrTextarea-c083501a.js';
|
|
86
|
+
export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox-929fc3a2.js';
|
|
88
87
|
export { s as OrToast, a as OrToastContainer } from '../OrToastContainer-40c4c1c8.js';
|
|
89
88
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-4fbe0e5a.js';
|
|
90
|
-
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-
|
|
89
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-a2cbb17e.js';
|
|
91
90
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-0665462d.js';
|
|
92
91
|
export { s as OrTooltip, a as OrTooltipContent } from '../OrTooltip-78cd7f6b.js';
|
|
93
|
-
export { s as OrTooltipV3 } from '../OrTooltip-
|
|
92
|
+
export { s as OrTooltipV3 } from '../OrTooltip-6f9147b6.js';
|
|
94
93
|
import 'vue-demi';
|
|
95
94
|
import 'lodash';
|
|
96
95
|
import 'vue';
|
|
97
96
|
import '../style-inject.es-4c6f2515.js';
|
|
98
97
|
import '../useClassAttribute-47fdb016.js';
|
|
99
98
|
import '@vueuse/core';
|
|
99
|
+
import 'lodash/omit';
|
|
100
100
|
import '../color-1f348774.js';
|
|
101
101
|
import '@splidejs/splide';
|
|
102
102
|
import '@codemirror/state';
|
|
@@ -112,6 +112,7 @@ import '../px-to-rem-0b26b83e.js';
|
|
|
112
112
|
import '../dom-3a15d036.js';
|
|
113
113
|
import '@vueuse/math';
|
|
114
114
|
import '@floating-ui/dom';
|
|
115
|
+
import '../useSlicedAttrs-91deb3b7.js';
|
|
115
116
|
import '../useToggle-29e4d7c7.js';
|
|
116
117
|
import 'uuid';
|
|
117
118
|
import 'sortablejs';
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../../OrAvatar-
|
|
1
|
+
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../../OrAvatar-6c4ff382.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useClassAttribute-47fdb016.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
+
import 'lodash/omit';
|
|
5
6
|
import '../../color-1f348774.js';
|
|
6
|
-
import '../../OrIcon-
|
|
7
|
+
import '../../OrIcon-085d2eb1.js';
|
|
7
8
|
import 'vue';
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
export { s as OrBottomSheetV3 } from '../../OrBottomSheet-
|
|
1
|
+
export { s as OrBottomSheetV3 } from '../../OrBottomSheet-11ab621e.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useClassAttribute-47fdb016.js';
|
|
5
|
-
import '
|
|
5
|
+
import 'lodash/omit';
|
|
6
|
+
import '../../OrOverlay-4a300d88.js';
|
|
6
7
|
import '../../useElevation-31bfe1f6.js';
|
|
7
8
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
8
9
|
import 'vue';
|
|
@@ -16,10 +16,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
16
16
|
type: PropType<ButtonColor>;
|
|
17
17
|
default: ButtonColor;
|
|
18
18
|
};
|
|
19
|
-
activated: {
|
|
20
|
-
type: BooleanConstructor;
|
|
21
|
-
default: boolean;
|
|
22
|
-
};
|
|
23
19
|
disabled: {
|
|
24
20
|
type: BooleanConstructor;
|
|
25
21
|
default: boolean;
|
|
@@ -45,10 +41,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
45
41
|
type: PropType<ButtonColor>;
|
|
46
42
|
default: ButtonColor;
|
|
47
43
|
};
|
|
48
|
-
activated: {
|
|
49
|
-
type: BooleanConstructor;
|
|
50
|
-
default: boolean;
|
|
51
|
-
};
|
|
52
44
|
disabled: {
|
|
53
45
|
type: BooleanConstructor;
|
|
54
46
|
default: boolean;
|
|
@@ -62,7 +54,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
62
54
|
default: string;
|
|
63
55
|
};
|
|
64
56
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
65
|
-
activated: boolean;
|
|
66
57
|
type: ButtonType;
|
|
67
58
|
variant: ButtonVariant;
|
|
68
59
|
color: ButtonColor;
|
|
@@ -75,7 +66,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
75
66
|
root: import("@vue/composition-api").Ref<HTMLButtonElement | undefined>;
|
|
76
67
|
rootStyles: import("@vue/composition-api").ComputedRef<(string | false | undefined)[]>;
|
|
77
68
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
78
|
-
activated: boolean;
|
|
79
69
|
type: ButtonType;
|
|
80
70
|
variant: ButtonVariant;
|
|
81
71
|
color: ButtonColor;
|
|
@@ -85,7 +75,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
85
75
|
} & {} & {
|
|
86
76
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
87
77
|
}, {
|
|
88
|
-
activated: boolean;
|
|
89
78
|
type: ButtonType;
|
|
90
79
|
variant: ButtonVariant;
|
|
91
80
|
color: ButtonColor;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../../OrButton-
|
|
1
|
+
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../../OrButton-fd69e79e.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 '../../OrLoader-ab6bb22c.js';
|
|
6
7
|
import 'vue';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../../OrCardCollection-
|
|
1
|
+
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../../OrCardCollection-989bb549.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrCard-e3a5aea4.js';
|
|
4
4
|
import 'vue';
|
|
@@ -11,12 +11,13 @@ import '@floating-ui/dom';
|
|
|
11
11
|
import '../../OrTeleportVue3-ad639f12.js';
|
|
12
12
|
import '../../dom-3a15d036.js';
|
|
13
13
|
import '../../px-to-rem-0b26b83e.js';
|
|
14
|
-
import '../../OrSearch-
|
|
14
|
+
import '../../OrSearch-b5f08401.js';
|
|
15
15
|
import '../../OrLabel-876f8729.js';
|
|
16
16
|
import '../../OrHint-1414c530.js';
|
|
17
17
|
import '../../OrError-f90296db.js';
|
|
18
18
|
import '../../OrCollapse-445141ab.js';
|
|
19
19
|
import '@vueuse/core';
|
|
20
|
+
import 'lodash/omit';
|
|
20
21
|
import '../../useToggle-29e4d7c7.js';
|
|
21
22
|
import '../../OrIconButton-8be9c89f.js';
|
|
22
23
|
import '../../OrLoader-15174477.js';
|
|
@@ -1,26 +1,28 @@
|
|
|
1
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-
|
|
1
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-45884ef2.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-830faf78.js';
|
|
7
|
+
import '../../OrIcon-085d2eb1.js';
|
|
7
8
|
import 'vue';
|
|
8
|
-
import '../../OrTooltip-
|
|
9
|
-
import '../../OrPopover-
|
|
9
|
+
import '../../OrTooltip-6f9147b6.js';
|
|
10
|
+
import '../../OrPopover-086817af.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-11ab621e.js';
|
|
15
|
+
import '../../OrOverlay-4a300d88.js';
|
|
15
16
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
16
|
-
import '../../OrMenu-
|
|
17
|
-
import '../../OrMenuItem-
|
|
18
|
-
import '../../OrButton-
|
|
19
|
-
import '../../OrLoader-
|
|
20
|
-
import '../../OrSearch-
|
|
21
|
-
import '../../OrInput-
|
|
22
|
-
import '../../
|
|
23
|
-
import '../../
|
|
24
|
-
import '../../
|
|
25
|
-
import '../../
|
|
17
|
+
import '../../OrMenu-60ff7732.js';
|
|
18
|
+
import '../../OrMenuItem-82b6700b.js';
|
|
19
|
+
import '../../OrButton-fd69e79e.js';
|
|
20
|
+
import '../../OrLoader-ab6bb22c.js';
|
|
21
|
+
import '../../OrSearch-cb030d85.js';
|
|
22
|
+
import '../../OrInput-502b6d49.js';
|
|
23
|
+
import '../../useSlicedAttrs-91deb3b7.js';
|
|
24
|
+
import '../../OrError-2ef63390.js';
|
|
25
|
+
import '../../OrHint-4f497295.js';
|
|
26
|
+
import '../../OrInputBox-304481e7.js';
|
|
27
|
+
import '../../OrLabel-7989b72a.js';
|
|
26
28
|
import '../../style-inject.es-4c6f2515.js';
|