@onereach/ui-components 4.11.3-beta.2973.0 → 4.12.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/components/OrCardCollectionV3/OrCardCollection.js +59 -22
- package/dist/bundled/v2/components/OrCardCollectionV3/OrCardCollection.vue.d.ts +25 -2
- package/dist/bundled/v2/components/OrCardCollectionV3/index.js +4 -5
- package/dist/bundled/v2/components/OrCardCollectionV3/styles.js +5 -6
- package/dist/bundled/v2/components/OrCardCollectionV3/types.d.ts +4 -0
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +1 -1
- package/dist/bundled/v2/components/OrDatePickerV3/index.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +1 -1
- package/dist/bundled/v2/components/OrExpansionPanelV3/styles.js +8 -4
- package/dist/bundled/v2/components/OrIconButtonV3/styles.js +13 -11
- package/dist/bundled/v2/components/OrLinkV3/OrLink.js +1 -1
- package/dist/bundled/v2/components/OrLinkV3/styles.js +3 -1
- package/dist/bundled/v2/components/OrMenuItemV3/styles.js +3 -3
- package/dist/bundled/v2/components/OrTabV3/styles.js +1 -1
- package/dist/bundled/v2/components/OrTagsV3/OrTags.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTeleport/OrTeleport.vue2.vue.d.ts +2 -2
- package/dist/bundled/v2/components/index.d.ts +0 -1
- package/dist/bundled/v2/components/index.js +1 -2
- package/dist/bundled/v2/hooks/useTheme.js +57 -12
- package/dist/bundled/v2/index.js +2 -3
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-a833fe48.js → OrCardCollection.vue_vue_type_script_lang-9d20dd3c.js} +31 -6
- package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-ec51e1e8.js → OrCode.vue_vue_type_script_lang-005a6380.js} +2 -2
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-2f107000.js → OrConfirm.vue_vue_type_script_lang-1ce271f7.js} +1 -1
- package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-17a4f0de.js → OrDatePicker.vue_vue_type_script_lang-d94c33ca.js} +2 -2
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-eae6683b.js → OrDateTimePicker.vue_vue_type_script_lang-46b1735a.js} +2 -2
- package/dist/bundled/v3/{OrDateTimePickerMonthSelect-14136fbd.js → OrDateTimePickerMonthSelect-57340c1e.js} +2 -2
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-13269054.js → OrInlineInput.vue_vue_type_script_lang-c94cbe72.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-3a251a7b.js → OrInlineTextarea.vue_vue_type_script_lang-77460342.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-73c33e2e.js → OrInput.vue_vue_type_script_lang-9696e091.js} +1 -1
- package/dist/bundled/v3/{OrLink.vue_vue_type_script_lang-2d66ea4d.js → OrLink.vue_vue_type_script_lang-f813dee2.js} +1 -1
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-5397e0dd.js → OrModal.vue_vue_type_script_lang-b853cc1e.js} +1 -1
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-a0b4041e.js → OrNotification.vue_vue_type_script_lang-093cb959.js} +1 -1
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-29423a33.js → OrPagination.vue_vue_type_script_lang-32a27808.js} +1 -1
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-143806cd.js → OrSearch.vue_vue_type_script_lang-9d98ed4d.js} +1 -1
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-cd8928f7.js → OrSelect.vue_vue_type_script_lang-69c5cd67.js} +4 -4
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-9298b6e0.js → OrSidebar.vue_vue_type_script_lang-a79c5901.js} +1 -1
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-ca608c74.js → OrTabs.vue_vue_type_script_lang-e9ea6c28.js} +2 -2
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-47c6bbdc.js → OrTag.vue_vue_type_script_lang-a04676a1.js} +1 -1
- package/dist/bundled/v3/{OrTagInput.vue_vue_type_script_lang-c2fc7f9a.js → OrTagInput.vue_vue_type_script_lang-7f991f8e.js} +2 -2
- package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-425bb731.js → OrTags.vue_vue_type_script_lang-1b9aabbb.js} +1 -1
- package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-c00997fc.js → OrTimePicker.vue_vue_type_script_lang-d558f82f.js} +1 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +50 -25
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.vue.d.ts +5 -2
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +10 -12
- package/dist/bundled/v3/components/OrCardCollectionV3/styles.js +5 -6
- package/dist/bundled/v3/components/OrCardCollectionV3/types.d.ts +4 -0
- package/dist/bundled/v3/components/OrCodeV3/OrCode.js +4 -4
- package/dist/bundled/v3/components/OrCodeV3/index.js +3 -3
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +4 -4
- package/dist/bundled/v3/components/OrConfirmV3/index.js +3 -3
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +5 -5
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +4 -4
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +5 -5
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +4 -4
- package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.js +2 -2
- package/dist/bundled/v3/components/OrExpansionPanelV3/index.js +1 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/styles.js +8 -4
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +2 -2
- package/dist/bundled/v3/components/OrIconButtonV3/index.js +1 -1
- package/dist/bundled/v3/components/OrIconButtonV3/styles.js +13 -11
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +3 -3
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +2 -2
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +3 -3
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +2 -2
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +3 -3
- package/dist/bundled/v3/components/OrInputV3/index.js +2 -2
- package/dist/bundled/v3/components/OrLinkV3/OrLink.js +2 -2
- package/dist/bundled/v3/components/OrLinkV3/index.js +1 -1
- package/dist/bundled/v3/components/OrLinkV3/styles.js +3 -1
- package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.js +2 -2
- package/dist/bundled/v3/components/OrMenuItemV3/index.js +1 -1
- package/dist/bundled/v3/components/OrMenuItemV3/styles.js +3 -3
- package/dist/bundled/v3/components/OrModalV3/OrModal.js +3 -3
- package/dist/bundled/v3/components/OrModalV3/index.js +2 -2
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +3 -3
- package/dist/bundled/v3/components/OrNotificationV3/index.js +2 -2
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +3 -3
- package/dist/bundled/v3/components/OrPaginationV3/index.js +2 -2
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +4 -4
- package/dist/bundled/v3/components/OrSearchV3/index.js +3 -3
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +7 -7
- package/dist/bundled/v3/components/OrSelectV3/index.js +6 -6
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +3 -3
- package/dist/bundled/v3/components/OrSidebarV3/index.js +2 -2
- package/dist/bundled/v3/components/OrTabV3/OrTab.js +2 -2
- package/dist/bundled/v3/components/OrTabV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTabV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +4 -4
- package/dist/bundled/v3/components/OrTabsV3/index.js +3 -3
- package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +5 -5
- package/dist/bundled/v3/components/OrTagInputV3/index.js +4 -4
- package/dist/bundled/v3/components/OrTagV3/OrTag.js +3 -3
- package/dist/bundled/v3/components/OrTagV3/index.js +2 -2
- package/dist/bundled/v3/components/OrTagsV3/OrTags.js +4 -4
- package/dist/bundled/v3/components/OrTagsV3/index.js +3 -3
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +3 -3
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +2 -2
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +3 -3
- package/dist/bundled/v3/components/OrToastContainerV3/index.js +2 -2
- package/dist/bundled/v3/components/OrToastV3/OrToast.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/index.js +2 -2
- package/dist/bundled/v3/components/index.d.ts +0 -1
- package/dist/bundled/v3/components/index.js +27 -29
- package/dist/bundled/v3/hooks/useTheme.js +57 -12
- package/dist/bundled/v3/index.js +30 -32
- package/dist/esm/v2/{OrCardCollection-ad88e198.js → OrCardCollection-d29b850c.js} +63 -22
- package/dist/esm/v2/{OrCode-8d30c597.js → OrCode-f1dcf312.js} +2 -2
- package/dist/esm/v2/{OrConfirm-1cf67ea8.js → OrConfirm-d8d3b5e1.js} +1 -1
- package/dist/esm/v2/{OrDatePicker-a4f4a69b.js → OrDatePicker-365c393c.js} +2 -2
- package/dist/esm/v2/{OrDateTimePicker-42a90a27.js → OrDateTimePicker-665b1585.js} +1 -1
- package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-ee1a0777.js → OrDateTimePicker.vue_rollup-plugin-vue_script-a59d2087.js} +2 -2
- package/dist/esm/v2/{OrDateTimePickerPopoverHeader-482d6094.js → OrDateTimePickerPopoverHeader-3a99a29d.js} +2 -2
- package/dist/esm/v2/{OrExpansionPanel-acfffe82.js → OrExpansionPanel-f1d8fcc9.js} +8 -4
- package/dist/esm/v2/{OrIconButton-e7517e6d.js → OrIconButton-6fcd20b0.js} +13 -11
- package/dist/esm/v2/{OrInlineInput-82238b67.js → OrInlineInput-3fc16a74.js} +1 -1
- package/dist/esm/v2/{OrInlineTextarea-e79cfec1.js → OrInlineTextarea-311f5088.js} +1 -1
- package/dist/esm/v2/{OrInput-1517ccef.js → OrInput-386e9352.js} +1 -1
- package/dist/esm/v2/{OrLink-3679a61f.js → OrLink-cf3a0091.js} +4 -2
- package/dist/esm/v2/{OrMenuItem-c70cff8b.js → OrMenuItem-b5bb6e11.js} +3 -3
- package/dist/esm/v2/{OrModal-af72eb54.js → OrModal-1df91f15.js} +1 -1
- package/dist/esm/v2/{OrNotification-eaf8a4b4.js → OrNotification-121ce073.js} +1 -1
- package/dist/esm/v2/{OrPagination-fe81f687.js → OrPagination-b9a941dd.js} +1 -1
- package/dist/esm/v2/{OrSearch-f5258a9f.js → OrSearch-7f444d5c.js} +1 -1
- package/dist/esm/v2/{OrSelect-2a1e2171.js → OrSelect-9893819d.js} +4 -4
- package/dist/esm/v2/{OrSidebar-15fc8f69.js → OrSidebar-41c869c1.js} +1 -1
- package/dist/esm/v2/{OrSidebarCollapseButton-6a8079ea.js → OrSidebarCollapseButton-0d2e41c8.js} +1 -1
- package/dist/esm/v2/{OrTab-5b198746.js → OrTab-88036fe9.js} +1 -1
- package/dist/esm/v2/{OrTabs-1f6ce605.js → OrTabs-80db5b36.js} +2 -2
- package/dist/esm/v2/{OrTag-d619ed2b.js → OrTag-21683774.js} +1 -1
- package/dist/esm/v2/{OrTagInput-32ad4c5e.js → OrTagInput-d5400871.js} +2 -2
- package/dist/esm/v2/{OrTags-cf65a7fa.js → OrTags-61e4e52d.js} +1 -1
- package/dist/esm/v2/{OrTimePicker-6a9e6c50.js → OrTimePicker-13232692.js} +3 -3
- package/dist/esm/v2/components/index.d.ts +0 -1
- package/dist/esm/v2/components/index.js +28 -29
- package/dist/esm/v2/components/or-card-collection-v3/OrCardCollection.vue.d.ts +25 -2
- package/dist/esm/v2/components/or-card-collection-v3/index.js +10 -11
- package/dist/esm/v2/components/or-card-collection-v3/types.d.ts +4 -0
- package/dist/esm/v2/components/or-code-v3/index.js +3 -3
- package/dist/esm/v2/components/or-confirm-v3/index.js +3 -3
- package/dist/esm/v2/components/or-date-picker-v3/index.js +4 -4
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +5 -5
- package/dist/esm/v2/components/or-expansion-panel-v3/index.js +1 -1
- package/dist/esm/v2/components/or-icon-button-v3/index.js +1 -1
- package/dist/esm/v2/components/or-inline-input-v3/index.js +2 -2
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +2 -2
- package/dist/esm/v2/components/or-input-v3/index.js +2 -2
- package/dist/esm/v2/components/or-link-v3/index.js +1 -1
- package/dist/esm/v2/components/or-menu-item-v3/index.js +1 -1
- package/dist/esm/v2/components/or-modal-v3/index.js +2 -2
- package/dist/esm/v2/components/or-notification-v3/index.js +2 -2
- package/dist/esm/v2/components/or-pagination-v3/index.js +2 -2
- package/dist/esm/v2/components/or-search-v3/index.js +3 -3
- package/dist/esm/v2/components/or-select-v3/index.js +6 -6
- package/dist/esm/v2/components/or-sidebar-v3/index.js +3 -3
- package/dist/esm/v2/components/or-sidebar-v3/partials/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-input-v3/index.js +4 -4
- package/dist/esm/v2/components/or-tag-v3/index.js +2 -2
- package/dist/esm/v2/components/or-tags-v3/index.js +3 -3
- package/dist/esm/v2/components/or-time-picker-v3/index.js +5 -5
- package/dist/esm/v2/components/or-toast-v3/index.js +2 -2
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +2 -2
- package/dist/esm/v2/index.js +28 -29
- package/dist/esm/v2/{types-f010f8b9.js → types-ed6cc191.js} +1 -1
- package/dist/esm/v3/{OrCardCollection-655431a8.js → OrCardCollection-305a9a2d.js} +72 -23
- package/dist/esm/v3/{OrCode-d36e4b44.js → OrCode-fd6a9b54.js} +2 -2
- package/dist/esm/v3/{OrConfirm-6c4a7b89.js → OrConfirm-438e906e.js} +1 -1
- package/dist/esm/v3/{OrDatePicker-0d01feb7.js → OrDatePicker-aac79bce.js} +2 -2
- package/dist/esm/v3/{OrDateTimePicker-2c5de2e5.js → OrDateTimePicker-5a1af2fe.js} +2 -2
- package/dist/esm/v3/{OrDateTimePickerPopoverHeader-774c3a4f.js → OrDateTimePickerPopoverHeader-a478e254.js} +2 -2
- package/dist/esm/v3/{OrExpansionPanel-af3a0d63.js → OrExpansionPanel-891154e6.js} +8 -4
- package/dist/esm/v3/{OrIconButton-0edf0894.js → OrIconButton-80f76b73.js} +13 -11
- package/dist/esm/v3/{OrInlineInput-b88c01a6.js → OrInlineInput-857b5d2e.js} +1 -1
- package/dist/esm/v3/{OrInlineTextarea-71e96e67.js → OrInlineTextarea-21a92d18.js} +1 -1
- package/dist/esm/v3/{OrInput-1fc808c0.js → OrInput-05ac6369.js} +1 -1
- package/dist/esm/v3/{OrLink-7c4eedf0.js → OrLink-dcae31fb.js} +4 -2
- package/dist/esm/v3/{OrMenuItem-5d14ee25.js → OrMenuItem-331cb96b.js} +3 -3
- package/dist/esm/v3/{OrModal-53d4af81.js → OrModal-f1f38284.js} +1 -1
- package/dist/esm/v3/{OrNotification-42c3a0ec.js → OrNotification-8377ad89.js} +1 -1
- package/dist/esm/v3/{OrPagination-98319a31.js → OrPagination-1018acbc.js} +1 -1
- package/dist/esm/v3/{OrSearch-e690aff6.js → OrSearch-daab0e0b.js} +1 -1
- package/dist/esm/v3/{OrSelect-66a6aae2.js → OrSelect-a310d8be.js} +4 -4
- package/dist/esm/v3/{OrSidebar-dd7c025b.js → OrSidebar-fadc2431.js} +1 -1
- package/dist/esm/v3/{OrSidebarCollapseButton-2792a2b4.js → OrSidebarCollapseButton-e0cbeaa5.js} +1 -1
- package/dist/esm/v3/{OrTab-f7e51ffb.js → OrTab-2d567d8e.js} +1 -1
- package/dist/esm/v3/{OrTabs-7024930f.js → OrTabs-328f5a69.js} +2 -2
- package/dist/esm/v3/{OrTag-51add0ef.js → OrTag-d882091d.js} +1 -1
- package/dist/esm/v3/{OrTagInput-ca1811f7.js → OrTagInput-e4f50a88.js} +2 -2
- package/dist/esm/v3/{OrTags-f6ecdb32.js → OrTags-92b6ae86.js} +1 -1
- package/dist/esm/v3/{OrTimePicker-8b9c0ad6.js → OrTimePicker-aaf59858.js} +3 -3
- package/dist/esm/v3/components/index.d.ts +0 -1
- package/dist/esm/v3/components/index.js +27 -28
- package/dist/esm/v3/components/or-card-collection-v3/OrCardCollection.vue.d.ts +5 -2
- package/dist/esm/v3/components/or-card-collection-v3/index.js +10 -11
- package/dist/esm/v3/components/or-card-collection-v3/types.d.ts +4 -0
- package/dist/esm/v3/components/or-code-v3/index.js +3 -3
- package/dist/esm/v3/components/or-confirm-v3/index.js +3 -3
- package/dist/esm/v3/components/or-date-picker-v3/index.js +4 -4
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +4 -4
- package/dist/esm/v3/components/or-expansion-panel-v3/index.js +1 -1
- package/dist/esm/v3/components/or-icon-button-v3/index.js +1 -1
- package/dist/esm/v3/components/or-inline-input-v3/index.js +2 -2
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +2 -2
- package/dist/esm/v3/components/or-input-v3/index.js +2 -2
- package/dist/esm/v3/components/or-link-v3/index.js +1 -1
- package/dist/esm/v3/components/or-menu-item-v3/index.js +1 -1
- package/dist/esm/v3/components/or-modal-v3/index.js +2 -2
- package/dist/esm/v3/components/or-notification-v3/index.js +2 -2
- package/dist/esm/v3/components/or-pagination-v3/index.js +2 -2
- package/dist/esm/v3/components/or-search-v3/index.js +3 -3
- package/dist/esm/v3/components/or-select-v3/index.js +6 -6
- package/dist/esm/v3/components/or-sidebar-v3/index.js +3 -3
- package/dist/esm/v3/components/or-sidebar-v3/partials/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-input-v3/index.js +4 -4
- package/dist/esm/v3/components/or-tag-v3/index.js +2 -2
- package/dist/esm/v3/components/or-tags-v3/index.js +3 -3
- package/dist/esm/v3/components/or-time-picker-v3/index.js +5 -5
- package/dist/esm/v3/components/or-toast-v3/index.js +2 -2
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +2 -2
- package/dist/esm/v3/index.js +27 -28
- package/dist/esm/v3/{types-8d61f1d7.js → types-af0b6bbd.js} +1 -1
- package/package.json +4 -3
- package/src/components/index.ts +0 -1
- package/src/components/or-card-collection-v3/OrCardCollection.vue +53 -11
- package/src/components/or-card-collection-v3/styles.ts +8 -6
- package/src/components/or-card-collection-v3/types.ts +5 -0
- package/src/components/or-expansion-panel-v3/styles.ts +16 -8
- package/src/components/or-icon-button-v3/styles.ts +36 -24
- package/src/components/or-link-v3/OrLink.vue +1 -1
- package/src/components/or-link-v3/styles.ts +6 -2
- package/src/components/or-menu-item-v3/styles.ts +5 -5
- package/src/components/or-tab-v3/styles.ts +2 -2
- package/dist/bundled/v2/components/OrSortingV3/OrSortingV3.js +0 -148
- package/dist/bundled/v2/components/OrSortingV3/OrSortingV3.vue.d.ts +0 -63
- package/dist/bundled/v2/components/OrSortingV3/index.d.ts +0 -2
- package/dist/bundled/v2/components/OrSortingV3/index.js +0 -33
- package/dist/bundled/v2/components/OrSortingV3/types.d.ts +0 -4
- package/dist/bundled/v2/components/OrSortingV3/types.js +0 -1
- package/dist/bundled/v3/OrSortingV3.vue_vue_type_script_lang-9e8ccd25.js +0 -61
- package/dist/bundled/v3/components/OrSortingV3/OrSortingV3.js +0 -82
- package/dist/bundled/v3/components/OrSortingV3/OrSortingV3.vue.d.ts +0 -33
- package/dist/bundled/v3/components/OrSortingV3/index.d.ts +0 -2
- package/dist/bundled/v3/components/OrSortingV3/index.js +0 -41
- package/dist/bundled/v3/components/OrSortingV3/types.d.ts +0 -4
- package/dist/bundled/v3/components/OrSortingV3/types.js +0 -1
- package/dist/esm/v2/OrSortingV3-0c8d3268.js +0 -123
- package/dist/esm/v2/components/or-sorting-v3/OrSortingV3.vue.d.ts +0 -63
- package/dist/esm/v2/components/or-sorting-v3/index.d.ts +0 -2
- package/dist/esm/v2/components/or-sorting-v3/index.js +0 -20
- package/dist/esm/v2/components/or-sorting-v3/types.d.ts +0 -4
- package/dist/esm/v3/OrSortingV3-bbf11809.js +0 -99
- package/dist/esm/v3/components/or-sorting-v3/OrSortingV3.vue.d.ts +0 -33
- package/dist/esm/v3/components/or-sorting-v3/index.d.ts +0 -2
- package/dist/esm/v3/components/or-sorting-v3/index.js +0 -19
- package/dist/esm/v3/components/or-sorting-v3/types.d.ts +0 -4
- package/src/components/or-sorting-v3/OrSortingV3.vue +0 -95
- package/src/components/or-sorting-v3/index.ts +0 -2
- package/src/components/or-sorting-v3/types.ts +0 -4
- /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-c2fc09bb.js → OrDateTimePickerMonthSelect-232c4dda.js} +0 -0
- /package/dist/bundled/v3/{OrExpansionPanel.vue_vue_type_script_lang-6ea94b95.js → OrExpansionPanel.vue_vue_type_script_lang-fa265d9a.js} +0 -0
- /package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-42887e92.js → OrIconButton.vue_vue_type_script_lang-fafcb023.js} +0 -0
- /package/dist/bundled/v3/{OrMenuItem.vue_vue_type_script_lang-aed2c8e6.js → OrMenuItem.vue_vue_type_script_lang-f35dcab4.js} +0 -0
- /package/dist/bundled/v3/{OrTab.vue_vue_type_script_lang-79f2f523.js → OrTab.vue_vue_type_script_lang-8af58197.js} +0 -0
- /package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-b2b61918.js → OrToastContainer.vue_vue_type_script_lang-7910c852.js} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-
|
|
1
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-21683774.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIconButton-
|
|
3
|
+
import '../../OrIconButton-6fcd20b0.js';
|
|
4
4
|
import '../../OrIcon-d35a84d8.js';
|
|
5
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
6
|
import '../../OrTooltip-a32c182a.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrTagsV3 } from '../../OrTags-
|
|
1
|
+
export { _ as OrTagsV3 } from '../../OrTags-61e4e52d.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useOverflow-c856b7b7.js';
|
|
4
4
|
import '@vueuse/core';
|
|
@@ -16,7 +16,7 @@ import '../../OrBottomSheet-6bc632c4.js';
|
|
|
16
16
|
import '../../OrOverlay-948346df.js';
|
|
17
17
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
18
18
|
import 'portal-vue';
|
|
19
|
-
import '../../OrTag-
|
|
20
|
-
import '../../OrIconButton-
|
|
19
|
+
import '../../OrTag-21683774.js';
|
|
20
|
+
import '../../OrIconButton-6fcd20b0.js';
|
|
21
21
|
import '../../OrIcon-d35a84d8.js';
|
|
22
22
|
import '../../OrTooltip-a32c182a.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { _ as OrTimePickerV3 } from '../../OrTimePicker-
|
|
2
|
-
export { D as TimePickerFormat } from '../../OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
1
|
+
export { _ as OrTimePickerV3 } from '../../OrTimePicker-13232692.js';
|
|
2
|
+
export { D as TimePickerFormat } from '../../OrDateTimePicker.vue_rollup-plugin-vue_script-a59d2087.js';
|
|
3
3
|
export { I as TimePickerSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../../dropdown-open-e1f90e0a.js';
|
|
@@ -7,12 +7,12 @@ import '@vueuse/core';
|
|
|
7
7
|
import '../../useProxyModelValue-940010d2.js';
|
|
8
8
|
import '@onereach/styles/tailwind.config';
|
|
9
9
|
import 'tailwindcss/resolveConfig';
|
|
10
|
-
import '../../OrDateTimePickerPopoverHeader-
|
|
10
|
+
import '../../OrDateTimePickerPopoverHeader-3a99a29d.js';
|
|
11
11
|
import '../../normalize-component-6e8e3d80.js';
|
|
12
12
|
import '../../OrButton-9622e713.js';
|
|
13
13
|
import '../../OrLoader-b0c381f9.js';
|
|
14
14
|
import '../../OrLabel-63380256.js';
|
|
15
|
-
import '../../OrIconButton-
|
|
15
|
+
import '../../OrIconButton-6fcd20b0.js';
|
|
16
16
|
import '../../OrIcon-d35a84d8.js';
|
|
17
17
|
import '../../OrTooltip-a32c182a.js';
|
|
18
18
|
import '../../usePopoverState-b92c698b.js';
|
|
@@ -24,7 +24,7 @@ import '../../OrBottomSheet-6bc632c4.js';
|
|
|
24
24
|
import '../../OrOverlay-948346df.js';
|
|
25
25
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
26
26
|
import 'portal-vue';
|
|
27
|
-
import '../../OrMenuItem-
|
|
27
|
+
import '../../OrMenuItem-b5bb6e11.js';
|
|
28
28
|
import '../../OrMenu-6b3de1c1.js';
|
|
29
29
|
import '../../OrError-4ffc1c39.js';
|
|
30
30
|
import '../../OrHint-aa221198.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-
|
|
1
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-ed6cc191.js';
|
|
2
2
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../useToast-a1332cc2.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
@@ -8,7 +8,7 @@ import 'tailwindcss/resolveConfig';
|
|
|
8
8
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
9
9
|
import 'portal-vue';
|
|
10
10
|
import '../../normalize-component-6e8e3d80.js';
|
|
11
|
-
import '../../OrIconButton-
|
|
11
|
+
import '../../OrIconButton-6fcd20b0.js';
|
|
12
12
|
import '../../OrIcon-d35a84d8.js';
|
|
13
13
|
import '../../OrTooltip-a32c182a.js';
|
|
14
14
|
import '../../usePopoverState-b92c698b.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as OrToastContainerV3, t as TypesV3 } from '../../../types-
|
|
1
|
+
export { a as OrToastContainerV3, t as TypesV3 } from '../../../types-ed6cc191.js';
|
|
2
2
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../../useToast-a1332cc2.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
@@ -8,7 +8,7 @@ import 'tailwindcss/resolveConfig';
|
|
|
8
8
|
import '../../../OrTeleport.vue2-424c7f33.js';
|
|
9
9
|
import 'portal-vue';
|
|
10
10
|
import '../../../normalize-component-6e8e3d80.js';
|
|
11
|
-
import '../../../OrIconButton-
|
|
11
|
+
import '../../../OrIconButton-6fcd20b0.js';
|
|
12
12
|
import '../../../OrIcon-d35a84d8.js';
|
|
13
13
|
import '../../../OrTooltip-a32c182a.js';
|
|
14
14
|
import '../../../usePopoverState-b92c698b.js';
|
package/dist/esm/v2/index.js
CHANGED
|
@@ -8,7 +8,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
|
|
|
8
8
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from './OrButton-9622e713.js';
|
|
9
9
|
export { _ as OrCard } from './OrCard-c44d9783.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from './OrCardCollection-4eb5c533.js';
|
|
11
|
-
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-
|
|
11
|
+
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-d29b850c.js';
|
|
12
12
|
export { _ as OrCardV3 } from './OrCard-0da13cbe.js';
|
|
13
13
|
export { _ as OrCheckbox } from './OrCheckbox-91788c22.js';
|
|
14
14
|
export { _ as OrCheckboxGroupV3 } from './OrCheckboxGroup-4e6dbdd3.js';
|
|
@@ -17,56 +17,56 @@ export { _ as OrCheckboxV3 } from './OrCheckbox-43615f70.js';
|
|
|
17
17
|
export { _ as OrChip } from './OrChip-a614bbb9.js';
|
|
18
18
|
export { _ as OrChips } from './OrChips-bdf51639.js';
|
|
19
19
|
export { _ as OrCode, O as OrCodeLanguages } from './OrCode-cbd05828.js';
|
|
20
|
-
export { C as CodeLanguage, _ as OrCodeV3 } from './OrCode-
|
|
20
|
+
export { C as CodeLanguage, _ as OrCodeV3 } from './OrCode-f1dcf312.js';
|
|
21
21
|
export { _ as OrCollapse } from './OrCollapse-9b5d590f.js';
|
|
22
22
|
export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-5370585d.js';
|
|
23
23
|
export { _ as OrCombinedInputV3 } from './OrCombinedInput-ed20e33b.js';
|
|
24
24
|
export { _ as OrInputBoxV3 } from './OrInputBox-11227ecd.js';
|
|
25
25
|
export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, I as SearchSize, I as SelectSize, I as TagInputSize, I as TextareaSize, I as TimePickerSize } from './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
26
26
|
export { _ as OrConfirm } from './OrConfirm-f4eec5b2.js';
|
|
27
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
28
|
-
export { _ as OrDatePickerV3 } from './OrDatePicker-
|
|
27
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-d8d3b5e1.js';
|
|
28
|
+
export { _ as OrDatePickerV3 } from './OrDatePicker-365c393c.js';
|
|
29
29
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-fb410167.js';
|
|
30
|
-
export { _ as OrDateTimePickerV3 } from './OrDateTimePicker-
|
|
31
|
-
export { D as DateTimePickerTimeFormat, D as TimePickerFormat } from './OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
30
|
+
export { _ as OrDateTimePickerV3 } from './OrDateTimePicker-665b1585.js';
|
|
31
|
+
export { D as DateTimePickerTimeFormat, D as TimePickerFormat } from './OrDateTimePicker.vue_rollup-plugin-vue_script-a59d2087.js';
|
|
32
32
|
export { E as EmptyStateSize, _ as OrEmptyStateV3 } from './OrEmptyState-2d3fd68d.js';
|
|
33
33
|
export { _ as OrError } from './OrError-efc74907.js';
|
|
34
34
|
export { _ as OrErrorTagV3 } from './OrErrorTag-a55ae01a.js';
|
|
35
35
|
export { _ as OrErrorV3 } from './OrError-4ffc1c39.js';
|
|
36
|
-
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from './OrExpansionPanel-
|
|
36
|
+
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from './OrExpansionPanel-f1d8fcc9.js';
|
|
37
37
|
export { F as FabColor, _ as OrFabV3 } from './OrFab-f3a590c0.js';
|
|
38
38
|
export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from './OrFloating-e7ac7618.js';
|
|
39
39
|
export { F as FormGroupDirection, _ as OrFormGroupV3 } from './OrFormGroup-29a514db.js';
|
|
40
40
|
export { _ as OrHint } from './OrHint-7eadc91e.js';
|
|
41
41
|
export { _ as OrHintV3 } from './OrHint-aa221198.js';
|
|
42
42
|
export { _ as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-fa826b6b.js';
|
|
43
|
-
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-
|
|
43
|
+
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-6fcd20b0.js';
|
|
44
44
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, _ as OrIconV3 } from './OrIcon-d35a84d8.js';
|
|
45
45
|
export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from './OrInlineInputBox-19b49ee6.js';
|
|
46
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-
|
|
46
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-3fc16a74.js';
|
|
47
47
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-f52267aa.js';
|
|
48
|
-
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-
|
|
48
|
+
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-311f5088.js';
|
|
49
49
|
export { _ as OrInput } from './OrInput-014d2e47.js';
|
|
50
|
-
export { I as InputType, _ as OrInputV3 } from './OrInput-
|
|
50
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-386e9352.js';
|
|
51
51
|
export { _ as OrLabel } from './OrLabel-fcceec1b.js';
|
|
52
52
|
export { L as LabelVariant, _ as OrLabelV3 } from './OrLabel-63380256.js';
|
|
53
|
-
export { L as LinkColor, _ as OrLinkV3 } from './OrLink-
|
|
53
|
+
export { L as LinkColor, _ as OrLinkV3 } from './OrLink-cf3a0091.js';
|
|
54
54
|
export { _ as OrList } from './OrList-2e65227a.js';
|
|
55
55
|
export { _ as OrListOfInputs } from './OrListOfInputs-9b7522fa.js';
|
|
56
56
|
export { L as LoaderViews, _ as OrLoader } from './OrLoader-0cc7c73e.js';
|
|
57
57
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from './OrLoader-b0c381f9.js';
|
|
58
|
-
export { _ as OrMenuItemV3 } from './OrMenuItem-
|
|
58
|
+
export { _ as OrMenuItemV3 } from './OrMenuItem-b5bb6e11.js';
|
|
59
59
|
export { _ as OrMenuV3 } from './OrMenu-6b3de1c1.js';
|
|
60
60
|
export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-71380b24.js';
|
|
61
61
|
export { _ as OrModal, O as OrModalSizes } from './OrModal-206611f2.js';
|
|
62
|
-
export { M as ModalSize, _ as OrModalV3 } from './OrModal-
|
|
62
|
+
export { M as ModalSize, _ as OrModalV3 } from './OrModal-1df91f15.js';
|
|
63
63
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from './OrNotification-44bc1f50.js';
|
|
64
|
-
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-
|
|
64
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-121ce073.js';
|
|
65
65
|
export { _ as OrNumberInput } from './OrNumberInput-fcbcf229.js';
|
|
66
66
|
export { _ as OrOverflowMenu } from './OrOverflowMenu-e3ae75a3.js';
|
|
67
67
|
export { _ as OrOverlay } from './OrOverlay-ccec2218.js';
|
|
68
68
|
export { _ as OrOverlayV3 } from './OrOverlay-948346df.js';
|
|
69
|
-
export { _ as OrPaginationV3 } from './OrPagination-
|
|
69
|
+
export { _ as OrPaginationV3 } from './OrPagination-b9a941dd.js';
|
|
70
70
|
export { _ as OrPassword } from './OrPassword-681f8c53.js';
|
|
71
71
|
export { _ as OrProgress, O as OrProgressColors, a as OrProgressTypes } from './OrProgress-65968c24.js';
|
|
72
72
|
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-e079e857.js';
|
|
@@ -75,13 +75,13 @@ export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
|
|
|
75
75
|
export { _ as OrRadioGroupV3 } from './OrRadioGroup-d1c2e460.js';
|
|
76
76
|
export { _ as OrRadioV3 } from './OrRadio-b32dfbfe.js';
|
|
77
77
|
export { _ as OrSearch } from './OrSearch-e2941d35.js';
|
|
78
|
-
export { _ as OrSearchV3 } from './OrSearch-
|
|
78
|
+
export { _ as OrSearchV3 } from './OrSearch-7f444d5c.js';
|
|
79
79
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-d4e32f80.js';
|
|
80
80
|
export { _ as OrSelect } from './OrSelect-49239b74.js';
|
|
81
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
81
|
+
export { _ as OrSelectV3 } from './OrSelect-9893819d.js';
|
|
82
82
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-c56a9221.js';
|
|
83
|
-
export { _ as OrSidebarV3 } from './OrSidebar-
|
|
84
|
-
export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-
|
|
83
|
+
export { _ as OrSidebarV3 } from './OrSidebar-41c869c1.js';
|
|
84
|
+
export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-0d2e41c8.js';
|
|
85
85
|
export { _ as OrSkeletonCircle } from './OrSkeletonCircle-c4bf0e34.js';
|
|
86
86
|
export { _ as OrSkeletonRect } from './OrSkeletonRect-79162a84.js';
|
|
87
87
|
export { _ as OrSkeletonText } from './OrSkeletonText-bd5d97bb.js';
|
|
@@ -91,29 +91,28 @@ export { _ as OrSkeletonRectV3 } from './OrSkeletonRect-7057bc1c.js';
|
|
|
91
91
|
export { _ as OrSkeletonTextV3 } from './OrSkeletonText-6c00f797.js';
|
|
92
92
|
export { _ as OrSlider } from './OrSlider-529730ed.js';
|
|
93
93
|
export { _ as OrSortHeaderV3 } from './OrSortHeader-46a92f09.js';
|
|
94
|
-
export { _ as OrSortingV3 } from './OrSortingV3-0c8d3268.js';
|
|
95
94
|
export { _ as OrStepper } from './OrStepper-3707ec50.js';
|
|
96
95
|
export { _ as OrSwitch } from './OrSwitch-75458852.js';
|
|
97
96
|
export { _ as OrSwitchV3 } from './OrSwitch-e49ce2d8.js';
|
|
98
97
|
export { _ as OrTab } from './OrTab-58821c9b.js';
|
|
99
98
|
export { _ as OrTabHeaderItem } from './OrTabHeaderItem-424f2986.js';
|
|
100
|
-
export { _ as OrTabV3 } from './OrTab-
|
|
99
|
+
export { _ as OrTabV3 } from './OrTab-88036fe9.js';
|
|
101
100
|
export { _ as OrTabs } from './OrTabs-62e7e478.js';
|
|
102
|
-
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-
|
|
101
|
+
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-80db5b36.js';
|
|
103
102
|
export { _ as OrTag } from './OrTag-54778d09.js';
|
|
104
|
-
export { _ as OrTagInputV3 } from './OrTagInput-
|
|
105
|
-
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-
|
|
106
|
-
export { _ as OrTagsV3 } from './OrTags-
|
|
103
|
+
export { _ as OrTagInputV3 } from './OrTagInput-d5400871.js';
|
|
104
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-21683774.js';
|
|
105
|
+
export { _ as OrTagsV3 } from './OrTags-61e4e52d.js';
|
|
107
106
|
export { _ as OrTeleport } from './OrTeleport.vue2-f0c16c71.js';
|
|
108
107
|
export { _ as OrTeleportV3 } from './OrTeleport.vue2-424c7f33.js';
|
|
109
108
|
export { _ as OrTextV3 } from './OrText-44449e7b.js';
|
|
110
109
|
export { _ as OrTextarea } from './OrTextarea-d36f4ec6.js';
|
|
111
110
|
export { _ as OrTextareaV3 } from './OrTextarea-9221a04a.js';
|
|
112
111
|
export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-a937432f.js';
|
|
113
|
-
export { _ as OrTimePickerV3 } from './OrTimePicker-
|
|
112
|
+
export { _ as OrTimePickerV3 } from './OrTimePicker-13232692.js';
|
|
114
113
|
export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-7017d12b.js';
|
|
115
114
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-b5ea5cb2.js';
|
|
116
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-
|
|
115
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-ed6cc191.js';
|
|
117
116
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-a1332cc2.js';
|
|
118
117
|
export { _ as OrTooltip } from './OrTooltip-0bbf1ed5.js';
|
|
119
118
|
export { _ as OrTooltipContent } from './OrTooltipContent-57a25502.js';
|
|
@@ -154,7 +153,7 @@ import './dom-f1d55b67.js';
|
|
|
154
153
|
import 'lodash/isElement';
|
|
155
154
|
import 'lodash/get';
|
|
156
155
|
import '@vueuse/math';
|
|
157
|
-
import './OrDateTimePickerPopoverHeader-
|
|
156
|
+
import './OrDateTimePickerPopoverHeader-3a99a29d.js';
|
|
158
157
|
import 'lodash/padStart';
|
|
159
158
|
import '@floating-ui/dom';
|
|
160
159
|
import './OrTooltip.vue_rollup-plugin-vue_styles.0-47985d95.js';
|
|
@@ -5,7 +5,7 @@ import '@onereach/styles/tailwind.config';
|
|
|
5
5
|
import 'tailwindcss/resolveConfig';
|
|
6
6
|
import { _ as __vue_component__$4 } from './OrTeleport.vue2-424c7f33.js';
|
|
7
7
|
import { T as ToastType, P as PositionsX, b as PositionsY, c as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-a1332cc2.js';
|
|
8
|
-
import { _ as __vue_component__$2 } from './OrIconButton-
|
|
8
|
+
import { _ as __vue_component__$2 } from './OrIconButton-6fcd20b0.js';
|
|
9
9
|
import { _ as __vue_component__$3 } from './OrLoader-b0c381f9.js';
|
|
10
10
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
11
11
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -1,15 +1,21 @@
|
|
|
1
1
|
import { defineComponent, computed, ref, watch } from 'vue-demi';
|
|
2
|
-
import { s as script$
|
|
3
|
-
import { s as script$
|
|
2
|
+
import { s as script$3 } from './OrButton-c2b6aa9e.js';
|
|
3
|
+
import { s as script$2 } from './OrIconButton-80f76b73.js';
|
|
4
|
+
import { s as script$6 } from './OrIcon-62793572.js';
|
|
5
|
+
import { s as script$5 } from './OrMenuItem-331cb96b.js';
|
|
6
|
+
import { s as script$4 } from './OrMenu-dbe1db1e.js';
|
|
7
|
+
import './OrPopover-94dc1203.js';
|
|
8
|
+
import { s as script$7 } from './OrSearch-daab0e0b.js';
|
|
4
9
|
import './OrInputBox-32b37b17.js';
|
|
5
|
-
import { openBlock, createElementBlock, normalizeClass, Fragment, renderList, renderSlot, mergeProps, createTextVNode, toDisplayString, resolveComponent, createElementVNode, createBlock, createCommentVNode,
|
|
6
|
-
import { s as script$3 } from './OrSortingV3-bbf11809.js';
|
|
10
|
+
import { openBlock, createElementBlock, normalizeClass, Fragment, renderList, renderSlot, mergeProps, createTextVNode, toDisplayString, resolveComponent, createElementVNode, createVNode, withCtx, createBlock, createCommentVNode, normalizeProps, guardReactiveProps } from 'vue';
|
|
7
11
|
|
|
8
12
|
const CardCollectionRoot = [
|
|
9
13
|
// Layout
|
|
10
14
|
'layout-column',
|
|
11
15
|
// Spacing
|
|
12
|
-
'gap-md', 'max-h-full'
|
|
16
|
+
'gap-md', 'max-h-full',
|
|
17
|
+
// Overflow
|
|
18
|
+
'overflow-hidden'];
|
|
13
19
|
const CardCollectionToolbar = [
|
|
14
20
|
// Layout
|
|
15
21
|
'layout-row justify-between',
|
|
@@ -28,14 +34,11 @@ const CardCollectionContent = [
|
|
|
28
34
|
// Spacing
|
|
29
35
|
'gap-sm md:gap-md',
|
|
30
36
|
// Overflow
|
|
31
|
-
'overflow-
|
|
32
|
-
// '-mr-sm*',
|
|
33
|
-
];
|
|
34
|
-
|
|
37
|
+
'overflow-auto'];
|
|
35
38
|
const CardCollectionContentViews = {
|
|
36
39
|
'grid': [
|
|
37
40
|
// Layout
|
|
38
|
-
'grid-cols-1', 'md:grid-cols-
|
|
41
|
+
'sm:grid-cols-1', 'md:grid-cols-2', 'lg:grid-cols-4', 'xl:grid-cols-6'],
|
|
39
42
|
'list': ['grid-cols-1']
|
|
40
43
|
};
|
|
41
44
|
|
|
@@ -95,8 +98,11 @@ var script = defineComponent({
|
|
|
95
98
|
components: {
|
|
96
99
|
OrCardCollectionView: script$1,
|
|
97
100
|
OrIconButton: script$2,
|
|
98
|
-
|
|
99
|
-
|
|
101
|
+
OrButton: script$3,
|
|
102
|
+
OrMenu: script$4,
|
|
103
|
+
OrMenuItem: script$5,
|
|
104
|
+
OrIcon: script$6,
|
|
105
|
+
OrSearch: script$7
|
|
100
106
|
},
|
|
101
107
|
props: {
|
|
102
108
|
items: {
|
|
@@ -137,6 +143,8 @@ var script = defineComponent({
|
|
|
137
143
|
setup(props, context) {
|
|
138
144
|
// Refs
|
|
139
145
|
const root = ref();
|
|
146
|
+
const sortMenu = ref();
|
|
147
|
+
const sortButton = ref();
|
|
140
148
|
// Styles
|
|
141
149
|
const rootStyles = computed(() => ['or-card-collection-v3', ...CardCollectionRoot]);
|
|
142
150
|
const toolbarStyles = computed(() => [...CardCollectionToolbar]);
|
|
@@ -147,11 +155,15 @@ var script = defineComponent({
|
|
|
147
155
|
});
|
|
148
156
|
// State
|
|
149
157
|
const proxyView = ref(props.view);
|
|
158
|
+
const proxySort = ref(props.sort);
|
|
150
159
|
const proxySearch = ref(props.search);
|
|
151
160
|
// Methods
|
|
152
161
|
function switchView(view) {
|
|
153
162
|
proxyView.value = view;
|
|
154
163
|
}
|
|
164
|
+
function handleSort(sort) {
|
|
165
|
+
proxySort.value = sort;
|
|
166
|
+
}
|
|
155
167
|
function handleSearch(search) {
|
|
156
168
|
proxySearch.value = search;
|
|
157
169
|
}
|
|
@@ -162,6 +174,12 @@ var script = defineComponent({
|
|
|
162
174
|
watch(proxyView, value => {
|
|
163
175
|
context.emit('viewChange', value);
|
|
164
176
|
});
|
|
177
|
+
watch(() => props.sort, value => {
|
|
178
|
+
proxySort.value = value;
|
|
179
|
+
});
|
|
180
|
+
watch(proxySort, value => {
|
|
181
|
+
context.emit('sortChange', value);
|
|
182
|
+
});
|
|
165
183
|
watch(() => props.search, value => {
|
|
166
184
|
proxySearch.value = value;
|
|
167
185
|
});
|
|
@@ -170,13 +188,17 @@ var script = defineComponent({
|
|
|
170
188
|
});
|
|
171
189
|
return {
|
|
172
190
|
root,
|
|
191
|
+
sortMenu,
|
|
192
|
+
sortButton,
|
|
173
193
|
rootStyles,
|
|
174
194
|
toolbarStyles,
|
|
175
195
|
toolbarPanelStyles,
|
|
176
196
|
proxyView,
|
|
197
|
+
proxySort,
|
|
177
198
|
proxySearch,
|
|
178
199
|
sortLabel,
|
|
179
200
|
switchView,
|
|
201
|
+
handleSort,
|
|
180
202
|
handleSearch
|
|
181
203
|
};
|
|
182
204
|
}
|
|
@@ -186,7 +208,10 @@ const _hoisted_1 = {
|
|
|
186
208
|
class: "layout-row gap-sm"
|
|
187
209
|
};
|
|
188
210
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
189
|
-
const
|
|
211
|
+
const _component_OrIcon = resolveComponent("OrIcon");
|
|
212
|
+
const _component_OrButton = resolveComponent("OrButton");
|
|
213
|
+
const _component_OrMenuItem = resolveComponent("OrMenuItem");
|
|
214
|
+
const _component_OrMenu = resolveComponent("OrMenu");
|
|
190
215
|
const _component_OrSearch = resolveComponent("OrSearch");
|
|
191
216
|
const _component_OrIconButton = resolveComponent("OrIconButton");
|
|
192
217
|
const _component_OrCardCollectionView = resolveComponent("OrCardCollectionView");
|
|
@@ -197,31 +222,55 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
197
222
|
class: normalizeClass(_ctx.toolbarStyles)
|
|
198
223
|
}, [createElementVNode("div", {
|
|
199
224
|
class: normalizeClass(_ctx.toolbarPanelStyles)
|
|
200
|
-
}, [_ctx.sortOptions.length ? (openBlock(),
|
|
201
|
-
key: 0
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
225
|
+
}, [_ctx.sortOptions.length ? (openBlock(), createElementBlock(Fragment, {
|
|
226
|
+
key: 0
|
|
227
|
+
}, [createVNode(_component_OrButton, {
|
|
228
|
+
ref: "sortButton",
|
|
229
|
+
variant: "link",
|
|
230
|
+
color: "inherit",
|
|
231
|
+
onClick: _cache[0] || (_cache[0] = $event => _ctx.sortMenu.toggle())
|
|
232
|
+
}, {
|
|
233
|
+
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.sortLabel) + " ", 1 /* TEXT */), _ctx.sortMenu ? (openBlock(), createBlock(_component_OrIcon, {
|
|
234
|
+
key: 0,
|
|
235
|
+
icon: _ctx.sortMenu.isOpen ? 'arrow_drop_up' : 'arrow_drop_down'
|
|
236
|
+
}, null, 8 /* PROPS */, ["icon"])) : createCommentVNode("v-if", true)]),
|
|
237
|
+
_: 1 /* STABLE */
|
|
238
|
+
}, 512 /* NEED_PATCH */), createVNode(_component_OrMenu, {
|
|
239
|
+
ref: "sortMenu",
|
|
240
|
+
trigger: _ctx.sortButton && _ctx.sortButton.root
|
|
241
|
+
}, {
|
|
242
|
+
default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.sortOptions, sortItem => {
|
|
243
|
+
return openBlock(), createBlock(_component_OrMenuItem, {
|
|
244
|
+
key: sortItem,
|
|
245
|
+
onClick: $event => _ctx.handleSort(sortItem.value)
|
|
246
|
+
}, {
|
|
247
|
+
default: withCtx(() => [createTextVNode(toDisplayString(sortItem.label), 1 /* TEXT */)]),
|
|
248
|
+
|
|
249
|
+
_: 2 /* DYNAMIC */
|
|
250
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["onClick"]);
|
|
251
|
+
}), 128 /* KEYED_FRAGMENT */))]),
|
|
252
|
+
|
|
253
|
+
_: 1 /* STABLE */
|
|
254
|
+
}, 8 /* PROPS */, ["trigger"])], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)], 2 /* CLASS */), createElementVNode("div", {
|
|
206
255
|
class: normalizeClass(_ctx.toolbarPanelStyles)
|
|
207
256
|
}, [createVNode(_component_OrSearch, {
|
|
208
257
|
"model-value": _ctx.proxySearch,
|
|
209
258
|
class: "md:w-[350px]",
|
|
210
259
|
placeholder: _ctx.searchPlaceholder,
|
|
211
260
|
debounce: _ctx.searchDebounce,
|
|
261
|
+
size: "s",
|
|
212
262
|
onSearch: _ctx.handleSearch
|
|
213
263
|
}, null, 8 /* PROPS */, ["model-value", "placeholder", "debounce", "onSearch"]), createElementVNode("div", _hoisted_1, [_ctx.viewModes.length > 1 ? (openBlock(true), createElementBlock(Fragment, {
|
|
214
264
|
key: 0
|
|
215
265
|
}, renderList(_ctx.viewModes, viewOption => {
|
|
216
266
|
return openBlock(), createBlock(_component_OrIconButton, {
|
|
217
267
|
key: viewOption.view,
|
|
218
|
-
size: "l",
|
|
219
268
|
icon: {
|
|
220
|
-
icon: viewOption.icon
|
|
269
|
+
icon: viewOption.icon,
|
|
270
|
+
variant: viewOption.view === _ctx.proxyView ? 'filled' : 'outlined'
|
|
221
271
|
},
|
|
222
|
-
selected: viewOption.view === _ctx.proxyView,
|
|
223
272
|
onClick: $event => _ctx.switchView(viewOption.view)
|
|
224
|
-
}, null, 8 /* PROPS */, ["icon", "
|
|
273
|
+
}, null, 8 /* PROPS */, ["icon", "onClick"]);
|
|
225
274
|
}), 128 /* KEYED_FRAGMENT */)) : createCommentVNode("v-if", true), renderSlot(_ctx.$slots, "addon")])], 2 /* CLASS */)], 2 /* CLASS */), renderSlot(_ctx.$slots, "header", normalizeProps(guardReactiveProps({
|
|
226
275
|
items: _ctx.items,
|
|
227
276
|
mode: _ctx.proxyView
|
|
@@ -15,10 +15,10 @@ import { u as useTheme } from './useTheme-e23d13c8.js';
|
|
|
15
15
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
16
16
|
import { s as script$1 } from './OrError-c01d0c29.js';
|
|
17
17
|
import { s as script$2 } from './OrHint-06ab89d7.js';
|
|
18
|
-
import { s as script$3 } from './OrIconButton-
|
|
18
|
+
import { s as script$3 } from './OrIconButton-80f76b73.js';
|
|
19
19
|
import { s as script$4 } from './OrInputBox-32b37b17.js';
|
|
20
20
|
import { s as script$5 } from './OrLabel-4da56db0.js';
|
|
21
|
-
import { s as script$6 } from './OrModal-
|
|
21
|
+
import { s as script$6 } from './OrModal-f1f38284.js';
|
|
22
22
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, createElementVNode, renderSlot, createVNode, withModifiers, createTextVNode, toDisplayString, createCommentVNode, withDirectives, vShow } from 'vue';
|
|
23
23
|
|
|
24
24
|
var CodeLanguage;
|
|
@@ -5,7 +5,7 @@ import { u as usePopoverState } from './usePopoverState-b92c698b.js';
|
|
|
5
5
|
import '@onereach/styles/tailwind.config';
|
|
6
6
|
import 'tailwindcss/resolveConfig';
|
|
7
7
|
import { s as script$2, a as ButtonColor } from './OrButton-c2b6aa9e.js';
|
|
8
|
-
import { s as script$3 } from './OrInput-
|
|
8
|
+
import { s as script$3 } from './OrInput-05ac6369.js';
|
|
9
9
|
import { s as script$1 } from './OrOverlay-489fdf76.js';
|
|
10
10
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createTextVNode, toDisplayString, createElementBlock, createVNode, createCommentVNode } from 'vue';
|
|
11
11
|
|
|
@@ -4,10 +4,10 @@ import '@vueuse/core';
|
|
|
4
4
|
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
5
5
|
import '@onereach/styles/tailwind.config';
|
|
6
6
|
import 'tailwindcss/resolveConfig';
|
|
7
|
-
import { s as script$1, a as script$2, b as script$3, c as script$4, d as script$5, e as script$6, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-
|
|
7
|
+
import { s as script$1, a as script$2, b as script$3, c as script$4, d as script$5, e as script$6, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-a478e254.js';
|
|
8
8
|
import { s as script$7 } from './OrError-c01d0c29.js';
|
|
9
9
|
import { s as script$8 } from './OrHint-06ab89d7.js';
|
|
10
|
-
import { s as script$a } from './OrIconButton-
|
|
10
|
+
import { s as script$a } from './OrIconButton-80f76b73.js';
|
|
11
11
|
import { s as script$9 } from './OrIcon-62793572.js';
|
|
12
12
|
import { s as script$b, I as InputBoxSize } from './OrInputBox-32b37b17.js';
|
|
13
13
|
import { s as script$c } from './OrLabel-4da56db0.js';
|
|
@@ -6,12 +6,12 @@ import '@onereach/styles/tailwind.config';
|
|
|
6
6
|
import 'tailwindcss/resolveConfig';
|
|
7
7
|
import { s as script$a } from './OrError-c01d0c29.js';
|
|
8
8
|
import { s as script$b } from './OrHint-06ab89d7.js';
|
|
9
|
-
import { s as script$d } from './OrIconButton-
|
|
9
|
+
import { s as script$d } from './OrIconButton-80f76b73.js';
|
|
10
10
|
import { s as script$c } from './OrIcon-62793572.js';
|
|
11
11
|
import { s as script$e, I as InputBoxSize } from './OrInputBox-32b37b17.js';
|
|
12
12
|
import { s as script$f } from './OrLabel-4da56db0.js';
|
|
13
13
|
import { s as script$g } from './OrPopover-94dc1203.js';
|
|
14
|
-
import { s as script$4, a as script$5, b as script$6, c as script$7, d as script$8, e as script$9, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-
|
|
14
|
+
import { s as script$4, a as script$5, b as script$6, c as script$7, d as script$8, e as script$9, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-a478e254.js';
|
|
15
15
|
import { openBlock, createElementBlock, normalizeClass, Fragment, createTextVNode, toDisplayString, resolveComponent, createElementVNode, renderList, createBlock, withModifiers, withCtx, createVNode, createCommentVNode, resolveDirective, renderSlot, withDirectives } from 'vue';
|
|
16
16
|
import { s as script$3 } from './OrButton-c2b6aa9e.js';
|
|
17
17
|
|
|
@@ -6,9 +6,9 @@ import 'tailwindcss/resolveConfig';
|
|
|
6
6
|
import { openBlock, createElementBlock, normalizeClass, Fragment, createTextVNode, toDisplayString, resolveComponent, createElementVNode, renderList, createBlock, withModifiers, withCtx, createVNode, renderSlot } from 'vue';
|
|
7
7
|
import { s as script$6 } from './OrButton-c2b6aa9e.js';
|
|
8
8
|
import { s as script$7 } from './OrLabel-4da56db0.js';
|
|
9
|
-
import { s as script$9 } from './OrIconButton-
|
|
9
|
+
import { s as script$9 } from './OrIconButton-80f76b73.js';
|
|
10
10
|
import { s as script$8 } from './OrIcon-62793572.js';
|
|
11
|
-
import { s as script$b } from './OrMenuItem-
|
|
11
|
+
import { s as script$b } from './OrMenuItem-331cb96b.js';
|
|
12
12
|
import { s as script$a } from './OrMenu-dbe1db1e.js';
|
|
13
13
|
import './OrPopover-94dc1203.js';
|
|
14
14
|
|
|
@@ -68,16 +68,20 @@ const ExpansionPanelHeaderColors = {
|
|
|
68
68
|
// Theme
|
|
69
69
|
'theme-foreground-default', 'dark:theme-foreground-default-dark',
|
|
70
70
|
// Theme (hover)
|
|
71
|
-
'hover:theme-foreground-primary-hover', 'dark:hover:theme-foreground-primary-hover-dark',
|
|
71
|
+
'hover:md:theme-foreground-primary-hover', 'dark:hover:md:theme-foreground-primary-hover-dark',
|
|
72
72
|
// Theme (focus)
|
|
73
|
-
'focus:theme-foreground-primary-hover', 'dark:focus:theme-foreground-primary-hover-dark'
|
|
73
|
+
'focus:md:theme-foreground-primary-hover', 'dark:focus:md:theme-foreground-primary-hover-dark',
|
|
74
|
+
// Theme (active)
|
|
75
|
+
'active:theme-foreground-primary-hover', 'dark:active:theme-foreground-primary-hover-dark'],
|
|
74
76
|
'danger': [
|
|
75
77
|
// Theme
|
|
76
78
|
'theme-foreground-error', 'dark:theme-foreground-error-dark',
|
|
77
79
|
// Theme (hover)
|
|
78
|
-
'hover:theme-foreground-error-hover', 'dark:hover:theme-foreground-error-hover-dark',
|
|
80
|
+
'hover:md:theme-foreground-error-hover', 'dark:hover:md:theme-foreground-error-hover-dark',
|
|
79
81
|
// Theme (focus)
|
|
80
|
-
'focus:theme-foreground-error-hover', 'dark:focus:theme-foreground-error-hover-dark'
|
|
82
|
+
'focus:md:theme-foreground-error-hover', 'dark:focus:md:theme-foreground-error-hover-dark',
|
|
83
|
+
// Theme (active)
|
|
84
|
+
'active:theme-foreground-error-hover', 'dark:active:theme-foreground-error-hover-dark']
|
|
81
85
|
};
|
|
82
86
|
const ExpansionPanelAddon = [
|
|
83
87
|
// Layout
|
|
@@ -23,9 +23,11 @@ const IconButtonRoot = [
|
|
|
23
23
|
// Iconography
|
|
24
24
|
'iconography-outlined',
|
|
25
25
|
// Iconography (hover)
|
|
26
|
-
'hover:iconography-filled',
|
|
26
|
+
'hover:md:iconography-filled',
|
|
27
27
|
// Iconography (focus)
|
|
28
|
-
'focus:iconography-filled',
|
|
28
|
+
'focus:md:iconography-filled',
|
|
29
|
+
// Iconography (active)
|
|
30
|
+
'active:iconography-filled',
|
|
29
31
|
// Theme
|
|
30
32
|
'!outline outline-2 outline-transparent'];
|
|
31
33
|
const IconButtonRootColors = {
|
|
@@ -33,31 +35,31 @@ const IconButtonRootColors = {
|
|
|
33
35
|
// Theme
|
|
34
36
|
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-foreground-outline', 'dark:theme-foreground-outline-dark',
|
|
35
37
|
// Theme (hover)
|
|
36
|
-
'hover:outline-primary-opacity-0-08', 'dark:hover:outline-primary-opacity-0-08-dark', 'hover:theme-foreground-default', 'dark:hover:theme-foreground-default-dark',
|
|
38
|
+
'hover:md:outline-primary-opacity-0-08', 'dark:hover:md:outline-primary-opacity-0-08-dark', 'hover:md:theme-foreground-default', 'dark:hover:md:theme-foreground-default-dark',
|
|
37
39
|
// Theme (focus)
|
|
38
|
-
'focus:outline-primary-opacity-0-08', 'dark:focus:outline-primary-opacity-0-08-dark', 'focus:theme-foreground-default', 'dark:focus:theme-foreground-default-dark',
|
|
40
|
+
'focus:md:outline-primary-opacity-0-08', 'dark:focus:md:outline-primary-opacity-0-08-dark', 'focus:md:theme-foreground-default', 'dark:focus:md:theme-foreground-default-dark',
|
|
39
41
|
// Theme (active)
|
|
40
|
-
'active:outline-primary-opacity-0-16', 'dark:active:outline-primary-opacity-0-16-dark', 'active:theme-foreground-default', 'dark:active:theme-foreground-default-dark',
|
|
42
|
+
'active:outline-primary-opacity-0-08', 'dark:active:outline-primary-opacity-0-08-dark', 'active:md:outline-primary-opacity-0-16', 'dark:active:md:outline-primary-opacity-0-16-dark', 'active:theme-foreground-default', 'dark:active:theme-foreground-default-dark',
|
|
41
43
|
// Theme (selected)
|
|
42
44
|
'selected:theme-foreground-default', 'dark:selected:theme-foreground-default-dark'],
|
|
43
45
|
'danger': [
|
|
44
46
|
// Theme
|
|
45
47
|
'theme-preset-3-error', 'dark:theme-preset-3-error-dark',
|
|
46
48
|
// Theme (hover)
|
|
47
|
-
'hover:outline-error-opacity-0-08', 'dark:hover:outline-error-opacity-0-08-dark',
|
|
49
|
+
'hover:md:outline-error-opacity-0-08', 'dark:hover:md:outline-error-opacity-0-08-dark',
|
|
48
50
|
// Theme (focus)
|
|
49
|
-
'focus:outline-error-opacity-0-08', 'dark:focus:outline-error-opacity-0-08-dark',
|
|
51
|
+
'focus:md:outline-error-opacity-0-08', 'dark:focus:md:outline-error-opacity-0-08-dark',
|
|
50
52
|
// Theme (active)
|
|
51
|
-
'active:outline-error-opacity-0-16', 'dark:active:outline-error-opacity-0-16-dark'],
|
|
53
|
+
'active:outline-error-opacity-0-08', 'dark:active:outline-error-opacity-0-08-dark', 'active:md:outline-error-opacity-0-16', 'dark:active:md:outline-error-opacity-0-16-dark'],
|
|
52
54
|
'inherit': [
|
|
53
55
|
// Theme
|
|
54
56
|
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-foreground-inherit', 'dark:theme-foreground-inherit-dark',
|
|
55
57
|
// Theme (hover)
|
|
56
|
-
'hover:outline-primary-opacity-0-08', 'dark:hover:outline-primary-opacity-0-08-dark',
|
|
58
|
+
'hover:md:outline-primary-opacity-0-08', 'dark:hover:md:outline-primary-opacity-0-08-dark',
|
|
57
59
|
// Theme (focus)
|
|
58
|
-
'focus:outline-primary-opacity-0-08', 'dark:focus:outline-primary-opacity-0-08-dark',
|
|
60
|
+
'focus:md:outline-primary-opacity-0-08', 'dark:focus:md:outline-primary-opacity-0-08-dark',
|
|
59
61
|
// Theme (active)
|
|
60
|
-
'active:outline-primary-opacity-0-16', 'dark:active:outline-primary-opacity-0-16-dark']
|
|
62
|
+
'active:outline-primary-opacity-0-08', 'dark:active:outline-primary-opacity-0-08-dark', 'active:md:outline-primary-opacity-0-16', 'dark:active:md:outline-primary-opacity-0-16-dark']
|
|
61
63
|
};
|
|
62
64
|
|
|
63
65
|
var script = defineComponent({
|
|
@@ -7,7 +7,7 @@ import 'tailwindcss/resolveConfig';
|
|
|
7
7
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
8
8
|
import { s as script$1 } from './OrError-c01d0c29.js';
|
|
9
9
|
import { s as script$2 } from './OrHint-06ab89d7.js';
|
|
10
|
-
import { s as script$3 } from './OrIconButton-
|
|
10
|
+
import { s as script$3 } from './OrIconButton-80f76b73.js';
|
|
11
11
|
import { s as script$4, I as InlineInputBoxSize } from './OrInlineInputBox-01fb2cb2.js';
|
|
12
12
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelDynamic, withModifiers, createCommentVNode, createBlock, createSlots, createTextVNode, toDisplayString, vShow } from 'vue';
|
|
13
13
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
@@ -7,7 +7,7 @@ import 'tailwindcss/resolveConfig';
|
|
|
7
7
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
8
8
|
import { s as script$1 } from './OrError-c01d0c29.js';
|
|
9
9
|
import { s as script$2 } from './OrHint-06ab89d7.js';
|
|
10
|
-
import { s as script$3 } from './OrIconButton-
|
|
10
|
+
import { s as script$3 } from './OrIconButton-80f76b73.js';
|
|
11
11
|
import { s as script$4 } from './OrInlineInputBox-01fb2cb2.js';
|
|
12
12
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelText, withModifiers, createCommentVNode, createBlock, createSlots, createTextVNode, toDisplayString, vShow } from 'vue';
|
|
13
13
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
@@ -8,7 +8,7 @@ import 'tailwindcss/resolveConfig';
|
|
|
8
8
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
9
9
|
import { s as script$1 } from './OrError-c01d0c29.js';
|
|
10
10
|
import { s as script$2 } from './OrHint-06ab89d7.js';
|
|
11
|
-
import { s as script$4 } from './OrIconButton-
|
|
11
|
+
import { s as script$4 } from './OrIconButton-80f76b73.js';
|
|
12
12
|
import { s as script$3 } from './OrIcon-62793572.js';
|
|
13
13
|
import { s as script$5, I as InputBoxSize } from './OrInputBox-32b37b17.js';
|
|
14
14
|
import { s as script$6 } from './OrLabel-4da56db0.js';
|