@onereach/ui-components 2.75.2-beta.2392.0 → 2.75.2-beta.2399.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-304116b7.js → OrButton-0242b4c0.js} +6 -8
- package/dist/bundled/v2/{OrCardCollection-edfc29b5.js → OrCardCollection-e3986f07.js} +5 -5
- package/dist/bundled/v2/{OrCheckbox-aac23c1e.js → OrCheckbox-384760cb.js} +2 -2
- package/dist/bundled/v2/{OrConfirm-e105dd13.js → OrConfirm-498fa802.js} +8 -6
- package/dist/bundled/v2/{OrEmptyState-8a7feb99.js → OrEmptyState-9fb413f9.js} +2 -2
- package/dist/bundled/v2/{OrError-8aa16f11.js → OrError-52f668a4.js} +3 -1
- package/dist/bundled/v2/{OrErrorTag-244bed5b.js → OrErrorTag-4675604d.js} +3 -1
- package/dist/bundled/v2/{OrHint-39fc2173.js → OrHint-fde53334.js} +3 -1
- package/dist/bundled/v2/{OrIconButton-4734d7be.js → OrIconButton-deec1d4d.js} +2 -2
- package/dist/bundled/v2/{OrInlineInput-09e0f70e.js → OrInlineInput-5f0b99f9.js} +29 -15
- package/dist/bundled/v2/{OrInlineTextarea-ebea7861.js → OrInlineTextarea-975b8706.js} +29 -15
- package/dist/bundled/v2/{OrInput-e1e402a5.js → OrInput-822eb9f5.js} +32 -17
- package/dist/bundled/v2/{OrInputBox-e54dcef9.js → OrInputBox-9a31d211.js} +2 -12
- package/dist/bundled/v2/{OrLabel-c44e9f7d.js → OrLabel-aff09c39.js} +1 -1
- package/dist/bundled/v2/{OrLink-a7b23576.js → OrLink-0d952e87.js} +2 -6
- package/dist/bundled/v2/{OrMenu-ef3406b1.js → OrMenu-82c77b2c.js} +15 -10
- package/dist/bundled/v2/{OrModal-03f89deb.js → OrModal-d845da2d.js} +1 -1
- package/dist/bundled/v2/{OrNotification-3b01294e.js → OrNotification-e102f0d7.js} +1 -1
- package/dist/bundled/v2/{OrPagination-7de5298c.js → OrPagination-166592a5.js} +24 -62
- package/dist/bundled/v2/{OrProgress-d1ad4637.js → OrProgress-01123d1f.js} +3 -3
- package/dist/bundled/v2/{OrRadio-cf867aeb.js → OrRadio-2d05cea7.js} +2 -2
- package/dist/bundled/v2/{OrSearch-6385e22f.js → OrSearch-f9d46a70.js} +2 -2
- package/dist/bundled/v2/{OrSelect-369fc98e.js → OrSelect-0c0c01d4.js} +33 -16
- package/dist/bundled/v2/{OrSidebar-49886551.js → OrSidebar-5ddf0e24.js} +3 -3
- package/dist/bundled/v2/{OrSidebarCollapseButton-bccb6427.js → OrSidebarCollapseButton-d6ebc2aa.js} +1 -1
- package/dist/bundled/v2/{OrSwitch-644a0729.js → OrSwitch-aa0da6b9.js} +2 -2
- package/dist/bundled/v2/{OrTab-39162e26.js → OrTab-8c5acf8a.js} +1 -1
- package/dist/bundled/v2/{OrTabs-78160924.js → OrTabs-ff22ddce.js} +3 -3
- package/dist/bundled/v2/{OrTag-f9430b52.js → OrTag-dee4c7e4.js} +7 -3
- package/dist/bundled/v2/{OrTextarea-c2ac90b2.js → OrTextarea-c56f19db.js} +30 -15
- package/dist/bundled/v2/{OrTooltip-6dceb10b.js → OrTooltip-87c2e375.js} +1 -1
- package/dist/bundled/v2/components/index.js +34 -33
- package/dist/bundled/v2/components/or-button-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +12 -11
- package/dist/bundled/v2/components/or-checkbox-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -0
- package/dist/bundled/v2/components/or-combined-input-v3/index.d.ts +2 -0
- package/dist/bundled/v2/components/or-combined-input-v3/index.js +162 -0
- package/dist/bundled/v2/components/or-combined-input-v3/props.d.ts +1 -0
- package/dist/bundled/v2/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/bundled/v2/components/or-confirm-v3/index.js +10 -9
- package/dist/bundled/v2/components/or-empty-state-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-error-tag-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-error-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-fab-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-hint-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-icon-button-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-inline-input-v3/OrInlineInput.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-inline-input-v3/index.js +5 -5
- package/dist/bundled/v2/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +5 -5
- package/dist/bundled/v2/components/or-input-box-v3/index.js +2 -1
- package/dist/bundled/v2/components/or-input-v3/OrInput.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-input-v3/index.js +8 -7
- package/dist/bundled/v2/components/or-label-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-link-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
- package/dist/bundled/v2/components/or-menu-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-menu-v3/styles.d.ts +1 -0
- package/dist/bundled/v2/components/or-modal-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-notification-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
- package/dist/bundled/v2/components/or-pagination-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-progress-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-progress-v3/styles.d.ts +1 -1
- package/dist/bundled/v2/components/or-radio-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-search-v3/index.js +9 -8
- package/dist/bundled/v2/components/or-select-v3/OrSelect.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-select-v3/index.js +11 -10
- package/dist/bundled/v2/components/or-sidebar-v3/index.js +4 -4
- package/dist/bundled/v2/components/or-sidebar-v3/partials/index.js +3 -3
- package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +3 -3
- package/dist/bundled/v2/components/or-switch-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-tab-v3/index.js +1 -1
- package/dist/bundled/v2/components/or-tabs-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-tag-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +5 -7
- package/dist/bundled/v2/components/or-textarea-v3/index.js +6 -5
- package/dist/bundled/v2/components/or-toast-v3/index.js +3 -3
- package/dist/bundled/v2/components/or-tooltip-v3/index.js +1 -1
- package/dist/bundled/v2/index.js +35 -34
- package/dist/bundled/v2/props-78496a2d.js +12 -0
- package/dist/bundled/v2/{types-1baef7d6.js → types-e494517f.js} +1 -1
- package/dist/bundled/v3/{OrButton-3844dcde.js → OrButton-452d3149.js} +1 -1
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-3234f823.js → OrButton.vue_vue_type_script_lang-7d4f420c.js} +6 -8
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-f68e9fa9.js → OrCardCollection.vue_vue_type_script_lang-f2fdaa33.js} +8 -8
- package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-2f40f250.js → OrCheckbox.vue_vue_type_script_lang-08f64a02.js} +3 -3
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-92615ca9.js → OrConfirm.vue_vue_type_script_lang-2bb4e530.js} +10 -8
- package/dist/bundled/v3/{OrEmptyState.vue_vue_type_script_lang-8e58c67c.js → OrEmptyState.vue_vue_type_script_lang-da7d6c42.js} +2 -2
- package/dist/bundled/v3/{OrError.vue_vue_type_script_lang-c97f9dd7.js → OrError.vue_vue_type_script_lang-53648a65.js} +3 -1
- package/dist/bundled/v3/{OrErrorTag.vue_vue_type_script_lang-e052a480.js → OrErrorTag.vue_vue_type_script_lang-bfa4c580.js} +2 -0
- package/dist/bundled/v3/{OrHint-4d1a5982.js → OrHint-5d5e4d99.js} +2 -2
- package/dist/bundled/v3/{OrHint.vue_vue_type_script_lang-3d9a3b91.js → OrHint.vue_vue_type_script_lang-e322f61e.js} +3 -1
- package/dist/bundled/v3/{OrIconButton-7e142abb.js → OrIconButton-8f4c68e9.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-7c2615be.js → OrIconButton.vue_vue_type_script_lang-8670c49e.js} +2 -2
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-b9be61f1.js → OrInlineInput.vue_vue_type_script_lang-18853dd7.js} +9 -11
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-f05fdd34.js → OrInlineTextarea.vue_vue_type_script_lang-3cb238d6.js} +9 -11
- package/dist/bundled/v3/{OrInput-b951e2e1.js → OrInput-13a84d53.js} +13 -10
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-0b7193c1.js → OrInput.vue_vue_type_script_lang-09a6138d.js} +13 -14
- package/dist/bundled/v3/{OrInputBox-358d4856.js → OrInputBox-44f37541.js} +1 -1
- package/dist/{esm/v2/OrInputBox-53d1f66d.js → bundled/v3/OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js} +3 -53
- package/dist/bundled/v3/{OrLabel-66e5b331.js → OrLabel-c556887e.js} +1 -1
- package/dist/bundled/v3/{OrLabel.vue_vue_type_script_lang-563df945.js → OrLabel.vue_vue_type_script_lang-191d2304.js} +1 -1
- package/dist/bundled/v3/{OrLink.vue_vue_type_script_lang-c08a577b.js → OrLink.vue_vue_type_script_lang-05d4897b.js} +2 -6
- package/dist/bundled/v3/{OrMenu-8b83138c.js → OrMenu-c982d515.js} +10 -9
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-165f8e69.js → OrMenu.vue_vue_type_script_lang-cefb0eca.js} +8 -5
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-f578de92.js → OrModal.vue_vue_type_script_lang-3f3ce339.js} +2 -2
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-6462f3c0.js → OrNotification.vue_vue_type_script_lang-7dd0d85f.js} +2 -2
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-b5b74d1c.js → OrPagination.vue_vue_type_script_lang-a79c359c.js} +20 -37
- package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-2977ac52.js → OrProgress.vue_vue_type_script_lang-c387db0b.js} +3 -3
- package/dist/bundled/v3/{OrRadio.vue_vue_type_script_lang-0732e87f.js → OrRadio.vue_vue_type_script_lang-5d88f0b4.js} +3 -3
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-4e35dbea.js → OrSearch.vue_vue_type_script_lang-9028a3c5.js} +3 -3
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-82c579a4.js → OrSelect.vue_vue_type_script_lang-30c61027.js} +17 -16
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-a91d5474.js → OrSidebar.vue_vue_type_script_lang-4639bf0e.js} +3 -3
- package/dist/bundled/v3/{OrSidebarCollapseButton.vue_vue_type_script_lang-fe9a139e.js → OrSidebarCollapseButton.vue_vue_type_script_lang-a46ed51a.js} +2 -2
- package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-8f9398f8.js → OrSwitch.vue_vue_type_script_lang-fd43080e.js} +3 -3
- package/dist/bundled/v3/{OrTab.vue_vue_type_script_lang-b2dc97c2.js → OrTab.vue_vue_type_script_lang-f791efa0.js} +1 -1
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-b9279206.js → OrTabs.vue_vue_type_script_lang-c8df52e6.js} +4 -4
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-a03d1c69.js → OrTag.vue_vue_type_script_lang-b716ad27.js} +7 -3
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-7889c03a.js → OrTextarea.vue_vue_type_script_lang-b2899ba6.js} +11 -12
- package/dist/bundled/v3/{OrToastContainer-5017cbf9.js → OrToastContainer-6a85ebf8.js} +1 -1
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-a51714f9.js → OrTooltip.vue_vue_type_script_lang-a17ed18c.js} +1 -1
- package/dist/bundled/v3/components/index.js +41 -40
- package/dist/bundled/v3/components/or-button-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +19 -18
- package/dist/bundled/v3/components/or-checkbox-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -0
- package/dist/bundled/v3/components/or-combined-input-v3/index.d.ts +2 -0
- package/dist/bundled/v3/components/or-combined-input-v3/index.js +131 -0
- package/dist/bundled/v3/components/or-combined-input-v3/props.d.ts +1 -0
- package/dist/bundled/v3/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/bundled/v3/components/or-confirm-v3/index.js +16 -15
- package/dist/bundled/v3/components/or-empty-state-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-error-tag-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-error-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-fab-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-hint-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-icon-button-v3/index.js +2 -2
- package/dist/bundled/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-inline-input-v3/index.js +7 -7
- package/dist/bundled/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +7 -7
- package/dist/bundled/v3/components/or-input-box-v3/index.js +2 -1
- package/dist/bundled/v3/components/or-input-v3/OrInput.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-input-v3/index.js +12 -11
- package/dist/bundled/v3/components/or-label-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-link-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
- package/dist/bundled/v3/components/or-menu-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-menu-v3/styles.d.ts +1 -0
- package/dist/bundled/v3/components/or-modal-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-notification-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
- package/dist/bundled/v3/components/or-pagination-v3/index.js +5 -5
- package/dist/bundled/v3/components/or-progress-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-progress-v3/styles.d.ts +1 -1
- package/dist/bundled/v3/components/or-radio-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-search-v3/index.js +14 -13
- package/dist/bundled/v3/components/or-select-v3/OrSelect.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-select-v3/index.js +16 -15
- package/dist/bundled/v3/components/or-sidebar-v3/index.js +5 -5
- package/dist/bundled/v3/components/or-sidebar-v3/partials/index.js +4 -4
- package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +4 -4
- package/dist/bundled/v3/components/or-switch-v3/index.js +3 -3
- package/dist/bundled/v3/components/or-tab-v3/index.js +1 -1
- package/dist/bundled/v3/components/or-tabs-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-tag-v3/index.js +4 -4
- package/dist/bundled/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +5 -7
- package/dist/bundled/v3/components/or-textarea-v3/index.js +9 -8
- package/dist/bundled/v3/components/or-toast-v3/index.js +5 -5
- package/dist/bundled/v3/components/or-tooltip-v3/index.js +1 -1
- package/dist/bundled/v3/index.js +191 -202
- package/dist/bundled/v3/props-78496a2d.js +12 -0
- package/dist/bundled/v3/{types-1d9f9c3f.js → types-661a05a5.js} +2 -2
- package/dist/esm/v2/{OrButton-eaa2c409.js → OrButton-c5ec96e7.js} +6 -8
- package/dist/esm/v2/{OrCardCollection-230b25c0.js → OrCardCollection-59455d23.js} +6 -6
- package/dist/esm/v2/{OrCheckbox-ac3cc642.js → OrCheckbox-49d7d6b1.js} +2 -2
- package/dist/esm/v2/{OrConfirm-4e5c2906.js → OrConfirm-b31e3d3d.js} +8 -6
- package/dist/esm/v2/{OrEmptyState-ab1a044d.js → OrEmptyState-2481f13f.js} +2 -2
- package/dist/esm/v2/{OrError-9e7976ef.js → OrError-13845bb0.js} +3 -1
- package/dist/esm/v2/{OrErrorTag-32ba5c0c.js → OrErrorTag-7cd5dc68.js} +3 -1
- package/dist/esm/v2/{OrHint-272790e7.js → OrHint-78b399cb.js} +3 -1
- package/dist/esm/v2/{OrIconButton-75e7b80c.js → OrIconButton-fa9bff07.js} +2 -2
- package/dist/esm/v2/{OrInlineInput-6a3472f3.js → OrInlineInput-36d79e50.js} +29 -15
- package/dist/esm/v2/{OrInlineTextarea-2c6f14da.js → OrInlineTextarea-e2d61e44.js} +29 -15
- package/dist/esm/v2/{OrInput-eb2cf391.js → OrInput-06003aad.js} +32 -17
- package/dist/esm/v2/OrInputBox-5c4b3104.js +43 -0
- package/dist/{bundled/v3/OrInputBox.vue_vue_type_script_lang-b387d4ba.js → esm/v2/OrInputBox.vue_rollup-plugin-vue_script-4ba46db4.js} +1 -1
- package/dist/esm/v2/{OrLabel-49398089.js → OrLabel-0945a4d9.js} +1 -1
- package/dist/esm/v2/{OrLink-e2fd196e.js → OrLink-597e0e18.js} +2 -6
- package/dist/esm/v2/{OrMenu-40013a4a.js → OrMenu-bb6e93bc.js} +15 -10
- package/dist/esm/v2/{OrModal-7e85a919.js → OrModal-370cfc3b.js} +1 -1
- package/dist/esm/v2/{OrNotification-32a7774e.js → OrNotification-76498693.js} +1 -1
- package/dist/esm/v2/{OrPagination-67635368.js → OrPagination-a9233838.js} +24 -63
- package/dist/esm/v2/{OrProgress-59293ca5.js → OrProgress-ff999494.js} +3 -3
- package/dist/esm/v2/{OrRadio-ffd31026.js → OrRadio-06a54f1e.js} +2 -2
- package/dist/esm/v2/{OrSearch-7612e05b.js → OrSearch-44645202.js} +2 -2
- package/dist/esm/v2/{OrSelect-6b2528f2.js → OrSelect-a51044ed.js} +33 -16
- package/dist/esm/v2/{OrSidebar-5f5a5962.js → OrSidebar-89711112.js} +3 -3
- package/dist/esm/v2/{OrSidebarCollapseButton-81b32e0d.js → OrSidebarCollapseButton-81c77db0.js} +1 -1
- package/dist/esm/v2/{OrSwitch-6309430f.js → OrSwitch-6129b63d.js} +2 -2
- package/dist/esm/v2/{OrTab-8e1e3751.js → OrTab-1ff87c76.js} +1 -1
- package/dist/esm/v2/{OrTabs-411fc919.js → OrTabs-b501239f.js} +3 -3
- package/dist/esm/v2/{OrTag-7663d423.js → OrTag-d559f34c.js} +7 -3
- package/dist/esm/v2/{OrTextarea-6604925a.js → OrTextarea-5fa93c9a.js} +30 -15
- package/dist/esm/v2/{OrTooltip-5a02f34c.js → OrTooltip-d9424f71.js} +1 -1
- package/dist/esm/v2/components/index.js +34 -33
- package/dist/esm/v2/components/or-button-v3/index.js +1 -1
- package/dist/esm/v2/components/or-card-collection-v3/index.js +12 -11
- package/dist/esm/v2/components/or-checkbox-v3/index.js +2 -2
- package/dist/esm/v2/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -0
- package/dist/esm/v2/components/or-combined-input-v3/index.d.ts +2 -0
- package/dist/esm/v2/components/or-combined-input-v3/index.js +159 -0
- package/dist/esm/v2/components/or-combined-input-v3/props.d.ts +1 -0
- package/dist/esm/v2/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/esm/v2/components/or-confirm-v3/index.js +10 -9
- package/dist/esm/v2/components/or-empty-state-v3/index.js +1 -1
- package/dist/esm/v2/components/or-error-tag-v3/index.js +1 -1
- package/dist/esm/v2/components/or-error-v3/index.js +1 -1
- package/dist/esm/v2/components/or-fab-v3/index.js +1 -1
- package/dist/esm/v2/components/or-hint-v3/index.js +1 -1
- package/dist/esm/v2/components/or-icon-button-v3/index.js +2 -2
- package/dist/esm/v2/components/or-inline-input-v3/OrInlineInput.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-inline-input-v3/index.js +5 -5
- package/dist/esm/v2/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +5 -5
- package/dist/esm/v2/components/or-input-box-v3/index.js +3 -2
- package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-input-v3/index.js +8 -7
- package/dist/esm/v2/components/or-label-v3/index.js +1 -1
- package/dist/esm/v2/components/or-link-v3/index.js +1 -1
- package/dist/esm/v2/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
- package/dist/esm/v2/components/or-menu-v3/index.js +1 -1
- package/dist/esm/v2/components/or-menu-v3/styles.d.ts +1 -0
- package/dist/esm/v2/components/or-modal-v3/index.js +3 -3
- package/dist/esm/v2/components/or-notification-v3/index.js +3 -3
- package/dist/esm/v2/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
- package/dist/esm/v2/components/or-pagination-v3/index.js +5 -5
- package/dist/esm/v2/components/or-progress-v3/index.js +1 -1
- package/dist/esm/v2/components/or-progress-v3/styles.d.ts +1 -1
- package/dist/esm/v2/components/or-radio-v3/index.js +2 -2
- package/dist/esm/v2/components/or-search-v3/index.js +9 -8
- package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-select-v3/index.js +11 -10
- package/dist/esm/v2/components/or-sidebar-v3/index.js +4 -4
- package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +3 -3
- package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +3 -3
- package/dist/esm/v2/components/or-switch-v3/index.js +2 -2
- package/dist/esm/v2/components/or-tab-v3/index.js +1 -1
- package/dist/esm/v2/components/or-tabs-v3/index.js +3 -3
- package/dist/esm/v2/components/or-tag-v3/index.js +3 -3
- package/dist/esm/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +5 -7
- package/dist/esm/v2/components/or-textarea-v3/index.js +6 -5
- package/dist/esm/v2/components/or-toast-v3/index.js +3 -3
- package/dist/esm/v2/components/or-tooltip-v3/index.js +1 -1
- package/dist/esm/v2/index.js +34 -33
- package/dist/esm/v2/{types-a12f6aef.js → types-e9a54dcf.js} +1 -1
- package/dist/esm/v3/{OrButton-769333b2.js → OrButton-9f059df6.js} +6 -8
- package/dist/esm/v3/{OrCardCollection-18cc099f.js → OrCardCollection-5c0d53e0.js} +5 -5
- package/dist/esm/v3/{OrCheckbox-78b08b59.js → OrCheckbox-a8388252.js} +2 -2
- package/dist/esm/v3/{OrConfirm-1d16ec0e.js → OrConfirm-c7304c10.js} +8 -6
- package/dist/esm/v3/{OrEmptyState-cd3a4026.js → OrEmptyState-bb8e3145.js} +2 -2
- package/dist/esm/v3/{OrError-5e926d62.js → OrError-19198748.js} +3 -1
- package/dist/esm/v3/{OrErrorTag-71fe44c2.js → OrErrorTag-0025b17c.js} +3 -1
- package/dist/esm/v3/{OrHint-031f9265.js → OrHint-6863124f.js} +3 -1
- package/dist/esm/v3/{OrIconButton-bbed669a.js → OrIconButton-385e997c.js} +2 -2
- package/dist/esm/v3/{OrInlineInput-7127bbf7.js → OrInlineInput-651c9155.js} +18 -18
- package/dist/esm/v3/{OrInlineTextarea-6b166438.js → OrInlineTextarea-d16af66a.js} +18 -18
- package/dist/esm/v3/{OrInput-98b85380.js → OrInput-b3939d15.js} +19 -18
- package/dist/esm/v3/{OrLabel-5a2f55fd.js → OrLabel-f700f9fb.js} +1 -1
- package/dist/esm/v3/{OrLink-3e5e13d3.js → OrLink-07f6f27d.js} +2 -6
- package/dist/esm/v3/{OrMenu-8c333ea1.js → OrMenu-b4e8136c.js} +17 -13
- package/dist/esm/v3/{OrModal-80c32c22.js → OrModal-f9f2279b.js} +1 -1
- package/dist/esm/v3/{OrNotification-6e4a7e5c.js → OrNotification-aab2e22a.js} +1 -1
- package/dist/esm/v3/{OrPagination-6ff8d71e.js → OrPagination-183803e7.js} +26 -66
- package/dist/esm/v3/{OrProgress-2fea3fd7.js → OrProgress-f881a58a.js} +3 -3
- package/dist/esm/v3/{OrRadio-2ab7b845.js → OrRadio-97fb105f.js} +2 -2
- package/dist/esm/v3/{OrSearch-bae250ab.js → OrSearch-d16d0331.js} +1 -1
- package/dist/esm/v3/{OrSelect-6cacedb9.js → OrSelect-19c2e7d2.js} +22 -19
- package/dist/esm/v3/{OrSidebar-08e628b7.js → OrSidebar-64703ef6.js} +3 -3
- package/dist/esm/v3/{OrSidebarCollapseButton-95365ca6.js → OrSidebarCollapseButton-506fc73c.js} +1 -1
- package/dist/esm/v3/{OrSwitch-00d21fb8.js → OrSwitch-2a23a9b8.js} +2 -2
- package/dist/esm/v3/{OrTab-2206d2dc.js → OrTab-d3785ea4.js} +1 -1
- package/dist/esm/v3/{OrTabs-d6c6bc39.js → OrTabs-e639e96f.js} +3 -3
- package/dist/esm/v3/{OrTag-cd21a1bc.js → OrTag-330457a7.js} +7 -3
- package/dist/esm/v3/{OrTextarea-f23cfc20.js → OrTextarea-dfc6a453.js} +17 -16
- package/dist/esm/v3/{OrTooltip-adece7b6.js → OrTooltip-e5fe74d6.js} +1 -1
- package/dist/esm/v3/components/index.js +32 -32
- package/dist/esm/v3/components/or-button-v3/index.js +1 -1
- package/dist/esm/v3/components/or-card-collection-v3/index.js +10 -10
- package/dist/esm/v3/components/or-checkbox-v3/index.js +2 -2
- package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +105 -0
- package/dist/esm/v3/components/or-combined-input-v3/index.d.ts +2 -0
- package/dist/esm/v3/components/or-combined-input-v3/index.js +130 -0
- package/dist/esm/v3/components/or-combined-input-v3/props.d.ts +1 -0
- package/dist/esm/v3/components/or-combined-input-v3/styles.d.ts +2 -0
- package/dist/esm/v3/components/or-confirm-v3/index.js +8 -8
- package/dist/esm/v3/components/or-empty-state-v3/index.js +1 -1
- package/dist/esm/v3/components/or-error-tag-v3/index.js +1 -1
- package/dist/esm/v3/components/or-error-v3/index.js +1 -1
- package/dist/esm/v3/components/or-fab-v3/index.js +1 -1
- package/dist/esm/v3/components/or-hint-v3/index.js +1 -1
- package/dist/esm/v3/components/or-icon-button-v3/index.js +2 -2
- package/dist/esm/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-inline-input-v3/index.js +5 -5
- package/dist/esm/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +5 -5
- package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-input-v3/index.js +6 -6
- package/dist/esm/v3/components/or-label-v3/index.js +1 -1
- package/dist/esm/v3/components/or-link-v3/index.js +1 -1
- package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +2 -0
- package/dist/esm/v3/components/or-menu-v3/index.js +1 -1
- package/dist/esm/v3/components/or-menu-v3/styles.d.ts +1 -0
- package/dist/esm/v3/components/or-modal-v3/index.js +3 -3
- package/dist/esm/v3/components/or-notification-v3/index.js +3 -3
- package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +0 -4
- package/dist/esm/v3/components/or-pagination-v3/index.js +5 -5
- package/dist/esm/v3/components/or-progress-v3/index.js +1 -1
- package/dist/esm/v3/components/or-progress-v3/styles.d.ts +1 -1
- package/dist/esm/v3/components/or-radio-v3/index.js +2 -2
- package/dist/esm/v3/components/or-search-v3/index.js +7 -7
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-select-v3/index.js +9 -9
- package/dist/esm/v3/components/or-sidebar-v3/index.js +4 -4
- package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +3 -3
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +3 -3
- package/dist/esm/v3/components/or-switch-v3/index.js +2 -2
- package/dist/esm/v3/components/or-tab-v3/index.js +1 -1
- package/dist/esm/v3/components/or-tabs-v3/index.js +3 -3
- package/dist/esm/v3/components/or-tag-v3/index.js +3 -3
- package/dist/esm/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +5 -7
- package/dist/esm/v3/components/or-textarea-v3/index.js +4 -4
- package/dist/esm/v3/components/or-toast-v3/index.js +3 -3
- package/dist/esm/v3/components/or-tooltip-v3/index.js +1 -1
- package/dist/esm/v3/index.js +32 -32
- package/dist/esm/v3/{types-872260a9.js → types-b9717ff2.js} +1 -1
- package/package.json +2 -2
- package/src/components/or-button-v3/styles.ts +8 -11
- package/src/components/or-card-collection-v3/styles.ts +1 -1
- package/src/components/or-checkbox-v3/styles.ts +2 -1
- package/src/components/or-combined-input-v3/OrCombinedInput.docs.mdx +7 -0
- package/src/components/or-combined-input-v3/OrCombinedInput.stories3.ts +201 -0
- package/src/components/or-combined-input-v3/OrCombinedInput.vue +133 -0
- package/src/components/or-combined-input-v3/index.ts +2 -0
- package/src/components/or-combined-input-v3/props.ts +1 -0
- package/src/components/or-combined-input-v3/styles.ts +25 -0
- package/src/components/or-confirm-v3/styles.ts +11 -5
- package/src/components/or-empty-state-v3/styles.ts +2 -2
- package/src/components/or-error-tag-v3/OrErrorTag.vue +1 -1
- package/src/components/or-error-tag-v3/styles.ts +3 -0
- package/src/components/or-error-v3/styles.ts +4 -1
- package/src/components/or-fab-v3/styles.ts +3 -3
- package/src/components/or-hint-v3/styles.ts +4 -1
- package/src/components/or-icon-button-v3/styles.ts +1 -1
- package/src/components/or-inline-input-v3/OrInlineInput.vue +12 -9
- package/src/components/or-inline-input-v3/styles.ts +3 -3
- package/src/components/or-inline-textarea-v3/OrInlineTextarea.vue +12 -9
- package/src/components/or-inline-textarea-v3/styles.ts +3 -3
- package/src/components/or-input-v3/OrInput.vue +13 -10
- package/src/components/or-input-v3/styles.ts +2 -2
- package/src/components/or-label-v3/styles.ts +1 -1
- package/src/components/or-link-v3/styles.ts +4 -8
- package/src/components/or-menu-v3/OrMenu.vue +26 -22
- package/src/components/or-menu-v3/styles.ts +5 -0
- package/src/components/or-pagination-v3/OrPagination.vue +42 -89
- package/src/components/or-pagination-v3/styles.ts +1 -1
- package/src/components/or-progress-v3/styles.ts +4 -4
- package/src/components/or-radio-v3/styles.ts +1 -1
- package/src/components/or-select-v3/OrSelect.stories3.ts +4 -0
- package/src/components/or-select-v3/OrSelect.vue +13 -9
- package/src/components/or-select-v3/styles.ts +4 -1
- package/src/components/or-sidebar-v3/styles.ts +2 -2
- package/src/components/or-switch-v3/styles.ts +1 -1
- package/src/components/or-tab-v3/styles.ts +1 -1
- package/src/components/or-tabs-v3/styles.ts +2 -2
- package/src/components/or-tag-v3/OrTag.stories3.ts +5 -5
- package/src/components/or-tag-v3/OrTag.vue +1 -1
- package/src/components/or-tag-v3/styles.ts +11 -0
- package/src/components/or-textarea-v3/OrTextarea.vue +12 -9
- package/src/components/or-textarea-v3/styles.ts +2 -2
- package/src/components/or-tooltip-v3/styles.ts +1 -1
- package/dist/bundled/v2/{OrFab-85bd9427.js → OrFab-a2e49eaa.js} +2 -2
- package/dist/bundled/v3/{OrFab.vue_vue_type_script_lang-a4e3eef8.js → OrFab.vue_vue_type_script_lang-8f76f6b1.js} +2 -2
- package/dist/esm/v2/{OrFab-f71daa4f.js → OrFab-d5a37b22.js} +2 -2
- package/dist/esm/v3/{OrFab-6266b4de.js → OrFab-588291bf.js} +2 -2
|
@@ -1,9 +1,12 @@
|
|
|
1
|
-
import { s as script } from './OrMenu.vue_vue_type_script_lang-
|
|
2
|
-
import { resolveComponent, openBlock,
|
|
1
|
+
import { s as script } from './OrMenu.vue_vue_type_script_lang-cefb0eca.js';
|
|
2
|
+
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, createElementVNode, withModifiers, renderSlot } from 'vue';
|
|
3
3
|
|
|
4
4
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5
5
|
const _component_OrPopover = resolveComponent("OrPopover");
|
|
6
|
-
return openBlock(),
|
|
6
|
+
return openBlock(), createElementBlock("div", {
|
|
7
|
+
ref: "root",
|
|
8
|
+
class: normalizeClass(_ctx.rootStyles)
|
|
9
|
+
}, [createVNode(_component_OrPopover, {
|
|
7
10
|
ref: "popover",
|
|
8
11
|
variant: 'auto',
|
|
9
12
|
trigger: _ctx.trigger,
|
|
@@ -12,15 +15,13 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12
15
|
"disable-default-styles": false,
|
|
13
16
|
"onUpdate:state": _cache[1] || (_cache[1] = $event => _ctx.$emit('update:state', $event))
|
|
14
17
|
}, {
|
|
15
|
-
default: withCtx(() => [createElementVNode("div",
|
|
16
|
-
|
|
17
|
-
}, _ctx.$attrs, {
|
|
18
|
-
class: _ctx.rootStyles,
|
|
18
|
+
default: withCtx(() => [createElementVNode("div", {
|
|
19
|
+
class: normalizeClass(_ctx.bodyStyles),
|
|
19
20
|
onClick: _cache[0] || (_cache[0] = withModifiers((...args) => _ctx.onClick && _ctx.onClick(...args), ["stop"]))
|
|
20
|
-
}
|
|
21
|
+
}, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */)]),
|
|
21
22
|
|
|
22
23
|
_: 3 /* FORWARDED */
|
|
23
|
-
}, 8 /* PROPS */, ["trigger", "placement"]);
|
|
24
|
+
}, 8 /* PROPS */, ["trigger", "placement"])], 2 /* CLASS */);
|
|
24
25
|
}
|
|
25
26
|
|
|
26
27
|
script.render = render;
|
|
@@ -4,6 +4,9 @@ import { s as script$1, P as PopoverPlacement } from './OrPopover.vue_vue_type_s
|
|
|
4
4
|
|
|
5
5
|
const MenuRoot = [
|
|
6
6
|
// Layout
|
|
7
|
+
'inline-block'];
|
|
8
|
+
const MenuBody = [
|
|
9
|
+
// Layout
|
|
7
10
|
'overflow-y-auto',
|
|
8
11
|
// Box
|
|
9
12
|
'min-w-[160px]', 'md:max-w-[256px]', 'max-h-[340px]'];
|
|
@@ -13,7 +16,6 @@ var script = defineComponent({
|
|
|
13
16
|
components: {
|
|
14
17
|
OrPopover: script$1
|
|
15
18
|
},
|
|
16
|
-
inheritAttrs: false,
|
|
17
19
|
props: {
|
|
18
20
|
trigger: {
|
|
19
21
|
type: HTMLElement,
|
|
@@ -25,7 +27,7 @@ var script = defineComponent({
|
|
|
25
27
|
}
|
|
26
28
|
},
|
|
27
29
|
emits: ['update:state'],
|
|
28
|
-
expose: ['root', '
|
|
30
|
+
expose: ['root', 'open', 'close', 'isOpen', 'toggle'],
|
|
29
31
|
setup() {
|
|
30
32
|
// Refs
|
|
31
33
|
const root = ref();
|
|
@@ -34,13 +36,13 @@ var script = defineComponent({
|
|
|
34
36
|
var _a;
|
|
35
37
|
return (_a = popover.value) === null || _a === void 0 ? void 0 : _a.root;
|
|
36
38
|
});
|
|
37
|
-
// Styles
|
|
38
|
-
const rootStyles = computed(() => ['or-menu', ...MenuRoot]);
|
|
39
|
-
// State
|
|
40
39
|
const isOpen = computed(() => {
|
|
41
40
|
var _a;
|
|
42
41
|
return (_a = popover.value) === null || _a === void 0 ? void 0 : _a.isOpen;
|
|
43
42
|
});
|
|
43
|
+
// Styles
|
|
44
|
+
const rootStyles = computed(() => ['or-menu', ...MenuRoot]);
|
|
45
|
+
const bodyStyles = computed(() => [...MenuBody]);
|
|
44
46
|
// Methods
|
|
45
47
|
function open() {
|
|
46
48
|
const popoverInstance = popover.value;
|
|
@@ -74,6 +76,7 @@ var script = defineComponent({
|
|
|
74
76
|
popover,
|
|
75
77
|
popoverRoot,
|
|
76
78
|
rootStyles,
|
|
79
|
+
bodyStyles,
|
|
77
80
|
isOpen,
|
|
78
81
|
open,
|
|
79
82
|
close,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue';
|
|
2
2
|
import './OrBottomSheet.vue_vue_type_script_lang-7b8553e9.js';
|
|
3
|
-
import './OrIconButton-
|
|
3
|
+
import './OrIconButton-8f4c68e9.js';
|
|
4
4
|
import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-a1f3f02c.js';
|
|
5
|
-
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-
|
|
5
|
+
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-8670c49e.js';
|
|
6
6
|
|
|
7
7
|
var ModalSize;
|
|
8
8
|
(function (ModalSize) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue';
|
|
2
2
|
import './OrIcon-0239fc17.js';
|
|
3
|
-
import './OrIconButton-
|
|
3
|
+
import './OrIconButton-8f4c68e9.js';
|
|
4
4
|
import { s as script$1 } from './OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
5
|
-
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-
|
|
5
|
+
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-8670c49e.js';
|
|
6
6
|
|
|
7
7
|
var NotificationVariant;
|
|
8
8
|
(function (NotificationVariant) {
|
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue';
|
|
2
|
-
import './OrButton-
|
|
2
|
+
import './OrButton-452d3149.js';
|
|
3
3
|
import './OrIcon-0239fc17.js';
|
|
4
|
-
import './OrMenu-
|
|
4
|
+
import './OrMenu-c982d515.js';
|
|
5
5
|
import './OrMenuItem-1917f51a.js';
|
|
6
|
-
import {
|
|
7
|
-
import { s as script$1 } from './OrButton.vue_vue_type_script_lang-3234f823.js';
|
|
6
|
+
import { s as script$1 } from './OrButton.vue_vue_type_script_lang-7d4f420c.js';
|
|
8
7
|
import { s as script$2 } from './OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
9
|
-
import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-
|
|
8
|
+
import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-cefb0eca.js';
|
|
10
9
|
import { s as script$4 } from './OrMenuItem.vue_vue_type_script_lang-0b643c00.js';
|
|
11
10
|
|
|
12
11
|
const PaginationRoot = [
|
|
13
12
|
// Layout
|
|
14
13
|
'layout-row',
|
|
15
14
|
// Spacing
|
|
16
|
-
'gap-
|
|
15
|
+
'gap-xl',
|
|
17
16
|
// Typography
|
|
18
17
|
'typography-caption-regular',
|
|
19
18
|
// Theme
|
|
@@ -63,10 +62,6 @@ var script = defineComponent({
|
|
|
63
62
|
emits: ['update:modelValue'],
|
|
64
63
|
expose: ['root'],
|
|
65
64
|
setup(props, context) {
|
|
66
|
-
const {
|
|
67
|
-
isDesktop,
|
|
68
|
-
isMobile
|
|
69
|
-
} = useResponsive();
|
|
70
65
|
// Refs
|
|
71
66
|
const root = ref();
|
|
72
67
|
const limitButton = ref();
|
|
@@ -128,32 +123,22 @@ var script = defineComponent({
|
|
|
128
123
|
return Math.ceil(props.length / currentLimit.value);
|
|
129
124
|
});
|
|
130
125
|
const buttonGroup = computed(() => {
|
|
131
|
-
|
|
126
|
+
return Array.from({
|
|
132
127
|
length: lastPage.value
|
|
133
|
-
}, (_, index) => index + 1)
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
default:
|
|
148
|
-
return page;
|
|
149
|
-
}
|
|
150
|
-
}).reduce((accumulator, page) => {
|
|
151
|
-
if (accumulator[accumulator.length - 1] === page) {
|
|
152
|
-
return accumulator;
|
|
153
|
-
}
|
|
154
|
-
return [...accumulator, page];
|
|
155
|
-
}, []);
|
|
156
|
-
}
|
|
128
|
+
}, (_, index) => index + 1).map(page => {
|
|
129
|
+
switch (true) {
|
|
130
|
+
case page > firstPage.value && page < currentPage.value - 1:
|
|
131
|
+
case page > currentPage.value + 1 && page < lastPage.value:
|
|
132
|
+
return '…';
|
|
133
|
+
default:
|
|
134
|
+
return page;
|
|
135
|
+
}
|
|
136
|
+
}).reduce((accumulator, page) => {
|
|
137
|
+
if (accumulator[accumulator.length - 1] === page) {
|
|
138
|
+
return accumulator;
|
|
139
|
+
}
|
|
140
|
+
return [...accumulator, page];
|
|
141
|
+
}, []);
|
|
157
142
|
});
|
|
158
143
|
// Methods
|
|
159
144
|
function toPreviousPage() {
|
|
@@ -166,8 +151,6 @@ var script = defineComponent({
|
|
|
166
151
|
currentPage.value = page;
|
|
167
152
|
}
|
|
168
153
|
return {
|
|
169
|
-
isDesktop,
|
|
170
|
-
isMobile,
|
|
171
154
|
root,
|
|
172
155
|
limitButton,
|
|
173
156
|
limitButtonRoot,
|
|
@@ -33,7 +33,7 @@ const ProgressRootTypes = {
|
|
|
33
33
|
const ProgressHeader = [
|
|
34
34
|
// Layout
|
|
35
35
|
'flex', 'flex-row',
|
|
36
|
-
//
|
|
36
|
+
// Sizing
|
|
37
37
|
'mb-[6px]'];
|
|
38
38
|
const ProgressHeaderLabel = [
|
|
39
39
|
// Typography
|
|
@@ -41,7 +41,7 @@ const ProgressHeaderLabel = [
|
|
|
41
41
|
// Theme
|
|
42
42
|
'text-on-background', 'dark:text-on-background-dark'];
|
|
43
43
|
const ProgressHeaderPercent = [
|
|
44
|
-
//
|
|
44
|
+
// Sizing
|
|
45
45
|
'ml-auto'];
|
|
46
46
|
const ProgressBarBackground = [
|
|
47
47
|
// Theme
|
|
@@ -74,7 +74,7 @@ const ProgressBarColors = {
|
|
|
74
74
|
'stroke-error-hover', 'dark:stroke-error-hover-dark']
|
|
75
75
|
};
|
|
76
76
|
const ProgressFooter = [
|
|
77
|
-
//
|
|
77
|
+
// Sizing
|
|
78
78
|
'mt-[2px]'];
|
|
79
79
|
|
|
80
80
|
var script = defineComponent({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, reactive } from 'vue';
|
|
2
|
-
import './OrLabel-
|
|
2
|
+
import './OrLabel-c556887e.js';
|
|
3
3
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-b2e42f31.js';
|
|
4
|
-
import { s as script$1, L as LabelVariant } from './OrLabel.vue_vue_type_script_lang-
|
|
4
|
+
import { s as script$1, L as LabelVariant } from './OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
5
5
|
|
|
6
6
|
const RadioRoot = [
|
|
7
7
|
// Layout
|
|
@@ -10,7 +10,7 @@ const RadioRoot = [
|
|
|
10
10
|
'gap-sm+ md:gap-sm'];
|
|
11
11
|
const RadioControl = [
|
|
12
12
|
// Layout
|
|
13
|
-
'layout-
|
|
13
|
+
'layout-row justify-center',
|
|
14
14
|
// Box
|
|
15
15
|
'w-md+ md:w-md', 'h-md+ md:h-md',
|
|
16
16
|
// Shape
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { debouncedWatch } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch } from 'vue';
|
|
3
|
-
import './OrInput-
|
|
4
|
-
import { s as script$1 } from './OrInput.vue_vue_type_script_lang-
|
|
5
|
-
import { a as InputBoxSize } from './
|
|
3
|
+
import './OrInput-13a84d53.js';
|
|
4
|
+
import { s as script$1 } from './OrInput.vue_vue_type_script_lang-09a6138d.js';
|
|
5
|
+
import { a as InputBoxSize } from './props-78496a2d.js';
|
|
6
6
|
|
|
7
7
|
var script = defineComponent({
|
|
8
8
|
name: 'OrSearch',
|
|
@@ -1,25 +1,26 @@
|
|
|
1
1
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, withDirectives, createElementVNode, mergeProps, vModelDynamic, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withModifiers, createVNode, vShow, defineComponent, getCurrentInstance, ref, computed, onMounted, watch } from 'vue';
|
|
2
|
-
import { s as script$1 } from './OrCheckbox.vue_vue_type_script_lang-
|
|
2
|
+
import { s as script$1 } from './OrCheckbox.vue_vue_type_script_lang-08f64a02.js';
|
|
3
3
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
4
|
-
import './OrHint-
|
|
4
|
+
import './OrHint-5d5e4d99.js';
|
|
5
5
|
import { s as script$2 } from './OrExpansionPanel.vue_vue_type_script_lang-cd3b6d36.js';
|
|
6
6
|
import './OrIcon-0239fc17.js';
|
|
7
|
-
import './OrInput-
|
|
8
|
-
import './OrInputBox-
|
|
9
|
-
import './OrLabel-
|
|
7
|
+
import './OrInput-13a84d53.js';
|
|
8
|
+
import './OrInputBox-44f37541.js';
|
|
9
|
+
import './OrLabel-c556887e.js';
|
|
10
10
|
import './OrMenuItem-1917f51a.js';
|
|
11
11
|
import './OrPopover-0c296207.js';
|
|
12
|
-
import { s as script$3 } from './OrTag.vue_vue_type_script_lang-
|
|
12
|
+
import { s as script$3 } from './OrTag.vue_vue_type_script_lang-b716ad27.js';
|
|
13
13
|
import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-293d2de2.js';
|
|
14
14
|
import { u as useOverflow } from './useOverflow-6dce216b.js';
|
|
15
|
-
import { s as script$4 } from './OrError.vue_vue_type_script_lang-
|
|
16
|
-
import { s as script$5 } from './OrHint.vue_vue_type_script_lang-
|
|
15
|
+
import { s as script$4 } from './OrError.vue_vue_type_script_lang-53648a65.js';
|
|
16
|
+
import { s as script$5 } from './OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
17
17
|
import { s as script$6 } from './OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
18
|
-
import { s as script$7 } from './OrInput.vue_vue_type_script_lang-
|
|
19
|
-
import { s as script$8
|
|
20
|
-
import { s as script$9 } from './OrLabel.vue_vue_type_script_lang-
|
|
18
|
+
import { s as script$7 } from './OrInput.vue_vue_type_script_lang-09a6138d.js';
|
|
19
|
+
import { s as script$8 } from './OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js';
|
|
20
|
+
import { s as script$9 } from './OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
21
21
|
import { s as script$a } from './OrMenuItem.vue_vue_type_script_lang-0b643c00.js';
|
|
22
22
|
import { s as script$b } from './OrPopover.vue_vue_type_script_lang-aa819a00.js';
|
|
23
|
+
import { a as InputBoxSize } from './props-78496a2d.js';
|
|
23
24
|
|
|
24
25
|
const _hoisted_1$2 = ["value", "indeterminate", "required", "disabled"];
|
|
25
26
|
function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -94,7 +95,7 @@ const _hoisted_2 = {
|
|
|
94
95
|
};
|
|
95
96
|
const _hoisted_3 = {
|
|
96
97
|
key: 0,
|
|
97
|
-
class: /*#__PURE__*/normalizeClass(['layout-
|
|
98
|
+
class: /*#__PURE__*/normalizeClass(['layout-row', 'm-[-4px] md:m-[-2px]'])
|
|
98
99
|
};
|
|
99
100
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
100
101
|
const _component_OrIconButton = resolveComponent("OrIconButton");
|
|
@@ -124,7 +125,9 @@ const SelectRoot = [
|
|
|
124
125
|
'gap-xs'];
|
|
125
126
|
const SelectControl = [
|
|
126
127
|
// Layout
|
|
127
|
-
'layout-row
|
|
128
|
+
'layout-row',
|
|
129
|
+
// Box
|
|
130
|
+
'w-full',
|
|
128
131
|
// Overflow
|
|
129
132
|
'overflow-hidden',
|
|
130
133
|
// Spacing
|
|
@@ -214,7 +217,7 @@ var script = defineComponent({
|
|
|
214
217
|
default: undefined
|
|
215
218
|
},
|
|
216
219
|
error: {
|
|
217
|
-
type: String,
|
|
220
|
+
type: [String, Boolean],
|
|
218
221
|
default: undefined
|
|
219
222
|
},
|
|
220
223
|
required: {
|
|
@@ -291,7 +294,6 @@ var script = defineComponent({
|
|
|
291
294
|
proxyModelValue.value = [];
|
|
292
295
|
}
|
|
293
296
|
});
|
|
294
|
-
const invalid = computed(() => !!props.error);
|
|
295
297
|
const readonly = computed(() => context.attrs.readonly);
|
|
296
298
|
const selection = computed(() => {
|
|
297
299
|
const modelValue = proxyModelValue.value;
|
|
@@ -372,7 +374,6 @@ var script = defineComponent({
|
|
|
372
374
|
noSearchResultsStyles,
|
|
373
375
|
controlId,
|
|
374
376
|
proxyModelValue,
|
|
375
|
-
invalid,
|
|
376
377
|
readonly,
|
|
377
378
|
selection,
|
|
378
379
|
searchText,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useDraggable, useElementBounding } from '@vueuse/core';
|
|
2
2
|
import _ from 'lodash';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, defineComponent, ref, computed, useSlots, watch } from 'vue';
|
|
4
|
-
import { O as OrSidebarPlacement, s as script$1 } from './OrSidebarCollapseButton.vue_vue_type_script_lang-
|
|
4
|
+
import { O as OrSidebarPlacement, s as script$1 } from './OrSidebarCollapseButton.vue_vue_type_script_lang-a46ed51a.js';
|
|
5
5
|
|
|
6
6
|
const SidebarRoot = [
|
|
7
7
|
// Position
|
|
@@ -108,12 +108,12 @@ const SidebarHeader = [
|
|
|
108
108
|
const SidebarContent = [
|
|
109
109
|
// Layout
|
|
110
110
|
'grow', 'overflow-auto',
|
|
111
|
-
//
|
|
111
|
+
// Sizing
|
|
112
112
|
'p-md'];
|
|
113
113
|
const SidebarFooter = [
|
|
114
114
|
// Layout
|
|
115
115
|
'shrink-0', 'overflow-x-hidden',
|
|
116
|
-
//
|
|
116
|
+
// Sizing
|
|
117
117
|
'p-md',
|
|
118
118
|
// Borders
|
|
119
119
|
'border-t-[1px]', 'border-t-solid', 'border-t-outline-variant dark:border-t-outline-variant-dark'];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _ from 'lodash';
|
|
2
2
|
import { defineComponent, ref, computed } from 'vue';
|
|
3
|
-
import './OrIconButton-
|
|
4
|
-
import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-
|
|
3
|
+
import './OrIconButton-8f4c68e9.js';
|
|
4
|
+
import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-8670c49e.js';
|
|
5
5
|
|
|
6
6
|
var OrSidebarPlacement;
|
|
7
7
|
(function (OrSidebarPlacement) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, reactive } from 'vue';
|
|
2
|
-
import './OrLabel-
|
|
2
|
+
import './OrLabel-c556887e.js';
|
|
3
3
|
import './OrLoader-be9d72cd.js';
|
|
4
4
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-b2e42f31.js';
|
|
5
|
-
import { s as script$1, L as LabelVariant } from './OrLabel.vue_vue_type_script_lang-
|
|
5
|
+
import { s as script$1, L as LabelVariant } from './OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
6
6
|
import { s as script$2 } from './OrLoader.vue_vue_type_script_lang-65971a23.js';
|
|
7
7
|
|
|
8
8
|
const SwitchRoot = [
|
|
@@ -12,7 +12,7 @@ const SwitchRoot = [
|
|
|
12
12
|
'gap-sm+ md:gap-sm'];
|
|
13
13
|
const SwitchControl = [
|
|
14
14
|
// Layout
|
|
15
|
-
'layout-
|
|
15
|
+
'layout-row justify-start checked:justify-end',
|
|
16
16
|
// Box
|
|
17
17
|
'w-[43px] md:w-[37px]', 'h-[24px] md:h-[21px]',
|
|
18
18
|
// Shape
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { useResizeObserver } from '@vueuse/core';
|
|
2
2
|
import { openBlock, createElementBlock, normalizeClass, renderSlot, defineComponent, ref, computed, reactive, watch, nextTick, onMounted } from 'vue';
|
|
3
3
|
import './OrIcon-0239fc17.js';
|
|
4
|
-
import './OrMenu-
|
|
4
|
+
import './OrMenu-c982d515.js';
|
|
5
5
|
import './OrMenuItem-1917f51a.js';
|
|
6
|
-
import { s as script$1 } from './OrTab.vue_vue_type_script_lang-
|
|
6
|
+
import { s as script$1 } from './OrTab.vue_vue_type_script_lang-f791efa0.js';
|
|
7
7
|
import { s as script$2 } from './OrIcon.vue_vue_type_script_lang-6a85c6c6.js';
|
|
8
|
-
import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-
|
|
8
|
+
import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-cefb0eca.js';
|
|
9
9
|
import { s as script$4 } from './OrMenuItem.vue_vue_type_script_lang-0b643c00.js';
|
|
10
10
|
|
|
11
11
|
const _hoisted_1 = ["selected"];
|
|
@@ -32,7 +32,7 @@ var TabsVariant;
|
|
|
32
32
|
|
|
33
33
|
const TabsRoot = [
|
|
34
34
|
// Layout
|
|
35
|
-
'grid', '
|
|
35
|
+
'grid', 'items-center', 'grid-flow-col',
|
|
36
36
|
// Box
|
|
37
37
|
'overflow-hidden',
|
|
38
38
|
// Spacing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue';
|
|
2
|
-
import './OrIconButton-
|
|
3
|
-
import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-
|
|
2
|
+
import './OrIconButton-8f4c68e9.js';
|
|
3
|
+
import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-8670c49e.js';
|
|
4
4
|
|
|
5
5
|
var TagVariant;
|
|
6
6
|
(function (TagVariant) {
|
|
@@ -17,12 +17,16 @@ var TagColor;
|
|
|
17
17
|
const TagRoot = [
|
|
18
18
|
// Layout
|
|
19
19
|
'layout-inline-row',
|
|
20
|
+
// Box
|
|
21
|
+
'w-fit', 'max-w-full',
|
|
20
22
|
// Shape
|
|
21
23
|
'rounded-full',
|
|
22
24
|
// Spacing
|
|
23
25
|
'px-sm+ md:px-sm', 'py-sm md:py-xs', 'gap-sm+ md:gap-sm',
|
|
24
26
|
// Typography
|
|
25
|
-
'typography-caption-regular whitespace-nowrap'
|
|
27
|
+
'typography-caption-regular whitespace-nowrap',
|
|
28
|
+
// Theme
|
|
29
|
+
'disabled:!bg-disabled', 'dark:disabled:!bg-disabled-dark', 'disabled:!text-on-disabled', 'dark:disabled:!text-on-disabled-dark'];
|
|
26
30
|
const TagRootVariants = {
|
|
27
31
|
'tag': [
|
|
28
32
|
// Interactivity
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, reactive } from 'vue';
|
|
2
|
-
import './OrHint-
|
|
3
|
-
import './OrInputBox-
|
|
4
|
-
import './OrLabel-
|
|
2
|
+
import './OrHint-5d5e4d99.js';
|
|
3
|
+
import './OrInputBox-44f37541.js';
|
|
4
|
+
import './OrLabel-c556887e.js';
|
|
5
5
|
import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-b2e42f31.js';
|
|
6
6
|
import { u as useValidationAttributes } from './useValidationAttributes-5428d8fa.js';
|
|
7
|
-
import { s as script$1 } from './OrError.vue_vue_type_script_lang-
|
|
8
|
-
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-
|
|
9
|
-
import { s as script$3
|
|
10
|
-
import { s as script$4 } from './OrLabel.vue_vue_type_script_lang-
|
|
7
|
+
import { s as script$1 } from './OrError.vue_vue_type_script_lang-53648a65.js';
|
|
8
|
+
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-e322f61e.js';
|
|
9
|
+
import { s as script$3 } from './OrInputBox.vue_vue_type_script_lang-c4f9c8ef.js';
|
|
10
|
+
import { s as script$4 } from './OrLabel.vue_vue_type_script_lang-191d2304.js';
|
|
11
|
+
import { a as InputBoxSize } from './props-78496a2d.js';
|
|
11
12
|
|
|
12
13
|
const TextareaRoot = [
|
|
13
14
|
// Layout
|
|
@@ -15,8 +16,8 @@ const TextareaRoot = [
|
|
|
15
16
|
// Spacing
|
|
16
17
|
'gap-xs'];
|
|
17
18
|
const TextareaControl = [
|
|
18
|
-
//
|
|
19
|
-
'
|
|
19
|
+
// Box
|
|
20
|
+
'w-full',
|
|
20
21
|
// Typography
|
|
21
22
|
'typography-inherit',
|
|
22
23
|
// Theme
|
|
@@ -56,7 +57,7 @@ var script = defineComponent({
|
|
|
56
57
|
default: undefined
|
|
57
58
|
},
|
|
58
59
|
error: {
|
|
59
|
-
type: String,
|
|
60
|
+
type: [String, Boolean],
|
|
60
61
|
default: undefined
|
|
61
62
|
},
|
|
62
63
|
required: {
|
|
@@ -98,7 +99,6 @@ var script = defineComponent({
|
|
|
98
99
|
return (_b = (_a = proxyModelValue.value) === null || _a === void 0 ? void 0 : _a.toString().length) !== null && _b !== void 0 ? _b : 0;
|
|
99
100
|
});
|
|
100
101
|
const maxLength = computed(() => controlAttributes.maxlength);
|
|
101
|
-
const invalid = computed(() => !!props.error);
|
|
102
102
|
// Methods
|
|
103
103
|
function focus() {
|
|
104
104
|
var _a;
|
|
@@ -117,7 +117,6 @@ var script = defineComponent({
|
|
|
117
117
|
proxyModelValue,
|
|
118
118
|
currentLength,
|
|
119
119
|
maxLength,
|
|
120
|
-
invalid,
|
|
121
120
|
focus,
|
|
122
121
|
blur
|
|
123
122
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as script } from './types-
|
|
1
|
+
import { a as script } from './types-661a05a5.js';
|
|
2
2
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, normalizeClass, createVNode, TransitionGroup, createElementBlock, Fragment, renderList, mergeProps, createCommentVNode } from 'vue';
|
|
3
3
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
4
4
|
|