@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
|
@@ -3,13 +3,14 @@ import { CardCollectionContent, CardCollectionContentViews, CardCollectionRoot,
|
|
|
3
3
|
import { n as normalizeComponent } from '../../normalize-component-6e8e3d80.js';
|
|
4
4
|
import { gridView, defaultViewModes } from './props.js';
|
|
5
5
|
import __vue_component__$2 from '../OrIconButtonV3/OrIconButton.js';
|
|
6
|
-
import __vue_component__$3 from '../
|
|
7
|
-
import __vue_component__$4 from '../
|
|
6
|
+
import __vue_component__$3 from '../OrButtonV3/OrButton.js';
|
|
7
|
+
import __vue_component__$4 from '../OrMenuV3/OrMenu.js';
|
|
8
|
+
import __vue_component__$5 from '../OrMenuItemV3/OrMenuItem.js';
|
|
9
|
+
import __vue_component__$6 from '../OrIconV3/OrIcon.js';
|
|
10
|
+
import __vue_component__$7 from '../OrSearchV3/OrSearch.js';
|
|
8
11
|
import '../OrIconButtonV3/props.js';
|
|
9
12
|
import '../OrIconV3/props.js';
|
|
10
13
|
import '../OrIconButtonV3/styles.js';
|
|
11
|
-
import '../OrIconV3/OrIcon.js';
|
|
12
|
-
import '../OrIconV3/styles.js';
|
|
13
14
|
import '../OrTooltipV3/OrTooltip.js';
|
|
14
15
|
import '../OrTooltipV3/styles.js';
|
|
15
16
|
import '../OrPopoverV3/OrPopover.js';
|
|
@@ -29,16 +30,14 @@ import '../../hooks/useElevation.js';
|
|
|
29
30
|
import '../../utils/isVisible.js';
|
|
30
31
|
import '../../hooks/usePopoverState.js';
|
|
31
32
|
import '../../hooks/useResponsive/useResponsive.js';
|
|
32
|
-
import '../OrMenuV3/OrMenu.js';
|
|
33
|
-
import '../OrMenuV3/styles.js';
|
|
34
|
-
import '../OrMenuItemV3/OrMenuItem.js';
|
|
35
|
-
import '../OrMenuItemV3/styles.js';
|
|
36
|
-
import '../OrButtonV3/OrButton.js';
|
|
37
33
|
import '../OrButtonV3/props.js';
|
|
38
34
|
import '../OrButtonV3/styles.js';
|
|
39
35
|
import '../OrLoaderV3/OrLoader.js';
|
|
40
36
|
import '../OrLoaderV3/props.js';
|
|
41
37
|
import '../OrLoaderV3/styles.js';
|
|
38
|
+
import '../OrMenuV3/styles.js';
|
|
39
|
+
import '../OrMenuItemV3/styles.js';
|
|
40
|
+
import '../OrIconV3/styles.js';
|
|
42
41
|
import '../OrInputV3/OrInput.js';
|
|
43
42
|
import '../OrInputV3/props.js';
|
|
44
43
|
import '../OrInputBoxV3/props.js';
|
|
@@ -124,8 +123,11 @@ var script = defineComponent({
|
|
|
124
123
|
components: {
|
|
125
124
|
OrCardCollectionView,
|
|
126
125
|
OrIconButton: __vue_component__$2,
|
|
127
|
-
|
|
128
|
-
|
|
126
|
+
OrButton: __vue_component__$3,
|
|
127
|
+
OrMenu: __vue_component__$4,
|
|
128
|
+
OrMenuItem: __vue_component__$5,
|
|
129
|
+
OrIcon: __vue_component__$6,
|
|
130
|
+
OrSearch: __vue_component__$7
|
|
129
131
|
},
|
|
130
132
|
props: {
|
|
131
133
|
items: {
|
|
@@ -166,6 +168,8 @@ var script = defineComponent({
|
|
|
166
168
|
setup(props, context) {
|
|
167
169
|
// Refs
|
|
168
170
|
const root = ref();
|
|
171
|
+
const sortMenu = ref();
|
|
172
|
+
const sortButton = ref();
|
|
169
173
|
// Styles
|
|
170
174
|
const rootStyles = computed(() => ['or-card-collection-v3', ...CardCollectionRoot]);
|
|
171
175
|
const toolbarStyles = computed(() => [...CardCollectionToolbar]);
|
|
@@ -176,11 +180,15 @@ var script = defineComponent({
|
|
|
176
180
|
});
|
|
177
181
|
// State
|
|
178
182
|
const proxyView = ref(props.view);
|
|
183
|
+
const proxySort = ref(props.sort);
|
|
179
184
|
const proxySearch = ref(props.search);
|
|
180
185
|
// Methods
|
|
181
186
|
function switchView(view) {
|
|
182
187
|
proxyView.value = view;
|
|
183
188
|
}
|
|
189
|
+
function handleSort(sort) {
|
|
190
|
+
proxySort.value = sort;
|
|
191
|
+
}
|
|
184
192
|
function handleSearch(search) {
|
|
185
193
|
proxySearch.value = search;
|
|
186
194
|
}
|
|
@@ -191,6 +199,12 @@ var script = defineComponent({
|
|
|
191
199
|
watch(proxyView, value => {
|
|
192
200
|
context.emit('viewChange', value);
|
|
193
201
|
});
|
|
202
|
+
watch(() => props.sort, value => {
|
|
203
|
+
proxySort.value = value;
|
|
204
|
+
});
|
|
205
|
+
watch(proxySort, value => {
|
|
206
|
+
context.emit('sortChange', value);
|
|
207
|
+
});
|
|
194
208
|
watch(() => props.search, value => {
|
|
195
209
|
proxySearch.value = value;
|
|
196
210
|
});
|
|
@@ -199,13 +213,17 @@ var script = defineComponent({
|
|
|
199
213
|
});
|
|
200
214
|
return {
|
|
201
215
|
root,
|
|
216
|
+
sortMenu,
|
|
217
|
+
sortButton,
|
|
202
218
|
rootStyles,
|
|
203
219
|
toolbarStyles,
|
|
204
220
|
toolbarPanelStyles,
|
|
205
221
|
proxyView,
|
|
222
|
+
proxySort,
|
|
206
223
|
proxySearch,
|
|
207
224
|
sortLabel,
|
|
208
225
|
switchView,
|
|
226
|
+
handleSort,
|
|
209
227
|
handleSearch
|
|
210
228
|
};
|
|
211
229
|
}
|
|
@@ -226,24 +244,44 @@ var __vue_render__ = function () {
|
|
|
226
244
|
class: _vm.toolbarStyles
|
|
227
245
|
}, [_c('div', {
|
|
228
246
|
class: _vm.toolbarPanelStyles
|
|
229
|
-
}, [_vm.sortOptions.length ? [_c('
|
|
247
|
+
}, [_vm.sortOptions.length ? [_c('OrButton', {
|
|
248
|
+
ref: "sortButton",
|
|
230
249
|
attrs: {
|
|
231
|
-
"
|
|
232
|
-
"
|
|
250
|
+
"variant": "link",
|
|
251
|
+
"color": "inherit"
|
|
233
252
|
},
|
|
234
253
|
on: {
|
|
235
|
-
"
|
|
236
|
-
return _vm
|
|
254
|
+
"click": function ($event) {
|
|
255
|
+
return _vm.sortMenu.toggle();
|
|
237
256
|
}
|
|
238
257
|
}
|
|
239
|
-
}
|
|
258
|
+
}, [_vm._v("\n " + _vm._s(_vm.sortLabel) + "\n "), _vm.sortMenu ? _c('OrIcon', {
|
|
259
|
+
attrs: {
|
|
260
|
+
"icon": _vm.sortMenu.isOpen ? 'arrow_drop_up' : 'arrow_drop_down'
|
|
261
|
+
}
|
|
262
|
+
}) : _vm._e()], 1), _vm._v(" "), _c('OrMenu', {
|
|
263
|
+
ref: "sortMenu",
|
|
264
|
+
attrs: {
|
|
265
|
+
"trigger": _vm.sortButton && _vm.sortButton.root
|
|
266
|
+
}
|
|
267
|
+
}, _vm._l(_vm.sortOptions, function (sortItem) {
|
|
268
|
+
return _c('OrMenuItem', {
|
|
269
|
+
key: sortItem,
|
|
270
|
+
on: {
|
|
271
|
+
"click": function ($event) {
|
|
272
|
+
return _vm.handleSort(sortItem.value);
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
}, [_vm._v("\n " + _vm._s(sortItem.label) + "\n ")]);
|
|
276
|
+
}), 1)] : _vm._e()], 2), _vm._v(" "), _c('div', {
|
|
240
277
|
class: _vm.toolbarPanelStyles
|
|
241
278
|
}, [_c('OrSearch', {
|
|
242
279
|
staticClass: "md:w-[350px]",
|
|
243
280
|
attrs: {
|
|
244
281
|
"model-value": _vm.proxySearch,
|
|
245
282
|
"placeholder": _vm.searchPlaceholder,
|
|
246
|
-
"debounce": _vm.searchDebounce
|
|
283
|
+
"debounce": _vm.searchDebounce,
|
|
284
|
+
"size": "s"
|
|
247
285
|
},
|
|
248
286
|
on: {
|
|
249
287
|
"search": _vm.handleSearch
|
|
@@ -254,11 +292,10 @@ var __vue_render__ = function () {
|
|
|
254
292
|
return _c('OrIconButton', {
|
|
255
293
|
key: viewOption.view,
|
|
256
294
|
attrs: {
|
|
257
|
-
"size": "l",
|
|
258
295
|
"icon": {
|
|
259
|
-
icon: viewOption.icon
|
|
260
|
-
|
|
261
|
-
|
|
296
|
+
icon: viewOption.icon,
|
|
297
|
+
variant: viewOption.view === _vm.proxyView ? 'filled' : 'outlined'
|
|
298
|
+
}
|
|
262
299
|
},
|
|
263
300
|
on: {
|
|
264
301
|
"click": function ($event) {
|
|
@@ -1,15 +1,26 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
|
-
import { SortOption } from '
|
|
3
|
-
import { CardCollectionItem, ViewMode } from './types';
|
|
2
|
+
import { CardCollectionItem, SortOption, ViewMode } from './types';
|
|
4
3
|
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
5
4
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
|
+
sortMenu: import("@vue/composition-api").Ref<(import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
6
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
7
|
+
} | string[], {} & {}, {
|
|
8
|
+
[x: number]: string;
|
|
9
|
+
} | {}, true>)) | undefined>;
|
|
10
|
+
sortButton: import("@vue/composition-api").Ref<(import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
11
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
12
|
+
} | string[], {} & {}, {
|
|
13
|
+
[x: number]: string;
|
|
14
|
+
} | {}, true>)) | undefined>;
|
|
6
15
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
7
16
|
toolbarStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
8
17
|
toolbarPanelStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
9
18
|
proxyView: import("@vue/composition-api").Ref<string>;
|
|
19
|
+
proxySort: import("@vue/composition-api").Ref<string>;
|
|
10
20
|
proxySearch: import("@vue/composition-api").Ref<string>;
|
|
11
21
|
sortLabel: import("@vue/composition-api").ComputedRef<string | undefined>;
|
|
12
22
|
switchView: (view: string) => void;
|
|
23
|
+
handleSort: (sort: string) => void;
|
|
13
24
|
handleSearch: (search: string) => void;
|
|
14
25
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
15
26
|
items: {
|
|
@@ -90,13 +101,25 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
90
101
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
91
102
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
92
103
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
104
|
+
sortMenu: import("@vue/composition-api").Ref<(import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
105
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
106
|
+
} | string[], {} & {}, {
|
|
107
|
+
[x: number]: string;
|
|
108
|
+
} | {}, true>)) | undefined>;
|
|
109
|
+
sortButton: import("@vue/composition-api").Ref<(import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
110
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
111
|
+
} | string[], {} & {}, {
|
|
112
|
+
[x: number]: string;
|
|
113
|
+
} | {}, true>)) | undefined>;
|
|
93
114
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
94
115
|
toolbarStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
95
116
|
toolbarPanelStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
96
117
|
proxyView: import("@vue/composition-api").Ref<string>;
|
|
118
|
+
proxySort: import("@vue/composition-api").Ref<string>;
|
|
97
119
|
proxySearch: import("@vue/composition-api").Ref<string>;
|
|
98
120
|
sortLabel: import("@vue/composition-api").ComputedRef<string | undefined>;
|
|
99
121
|
switchView: (view: string) => void;
|
|
122
|
+
handleSort: (sort: string) => void;
|
|
100
123
|
handleSearch: (search: string) => void;
|
|
101
124
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
102
125
|
sort: string;
|
|
@@ -28,17 +28,16 @@ import '../../hooks/useElevation.js';
|
|
|
28
28
|
import '../../utils/isVisible.js';
|
|
29
29
|
import '../../hooks/usePopoverState.js';
|
|
30
30
|
import '../../hooks/useResponsive/useResponsive.js';
|
|
31
|
-
import '../OrSortingV3/OrSortingV3.js';
|
|
32
|
-
import '../OrMenuV3/OrMenu.js';
|
|
33
|
-
import '../OrMenuV3/styles.js';
|
|
34
|
-
import '../OrMenuItemV3/OrMenuItem.js';
|
|
35
|
-
import '../OrMenuItemV3/styles.js';
|
|
36
31
|
import '../OrButtonV3/OrButton.js';
|
|
37
32
|
import '../OrButtonV3/props.js';
|
|
38
33
|
import '../OrButtonV3/styles.js';
|
|
39
34
|
import '../OrLoaderV3/OrLoader.js';
|
|
40
35
|
import '../OrLoaderV3/props.js';
|
|
41
36
|
import '../OrLoaderV3/styles.js';
|
|
37
|
+
import '../OrMenuV3/OrMenu.js';
|
|
38
|
+
import '../OrMenuV3/styles.js';
|
|
39
|
+
import '../OrMenuItemV3/OrMenuItem.js';
|
|
40
|
+
import '../OrMenuItemV3/styles.js';
|
|
42
41
|
import '../OrSearchV3/OrSearch.js';
|
|
43
42
|
import '../OrInputV3/OrInput.js';
|
|
44
43
|
import '../OrInputV3/props.js';
|
|
@@ -2,7 +2,9 @@ const CardCollectionRoot = [
|
|
|
2
2
|
// Layout
|
|
3
3
|
'layout-column',
|
|
4
4
|
// Spacing
|
|
5
|
-
'gap-md', 'max-h-full'
|
|
5
|
+
'gap-md', 'max-h-full',
|
|
6
|
+
// Overflow
|
|
7
|
+
'overflow-hidden'];
|
|
6
8
|
const CardCollectionToolbar = [
|
|
7
9
|
// Layout
|
|
8
10
|
'layout-row justify-between',
|
|
@@ -21,14 +23,11 @@ const CardCollectionContent = [
|
|
|
21
23
|
// Spacing
|
|
22
24
|
'gap-sm md:gap-md',
|
|
23
25
|
// Overflow
|
|
24
|
-
'overflow-
|
|
25
|
-
// '-mr-sm*',
|
|
26
|
-
];
|
|
27
|
-
|
|
26
|
+
'overflow-auto'];
|
|
28
27
|
const CardCollectionContentViews = {
|
|
29
28
|
'grid': [
|
|
30
29
|
// Layout
|
|
31
|
-
'grid-cols-1', 'md:grid-cols-
|
|
30
|
+
'sm:grid-cols-1', 'md:grid-cols-2', 'lg:grid-cols-4', 'xl:grid-cols-6'],
|
|
32
31
|
'list': ['grid-cols-1']
|
|
33
32
|
};
|
|
34
33
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
|
|
2
2
|
import { useCurrentDate } from '../OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
3
|
-
import { O as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMonthSelect } from '../../OrDateTimePickerMonthSelect-
|
|
3
|
+
import { O as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMonthSelect } from '../../OrDateTimePickerMonthSelect-232c4dda.js';
|
|
4
4
|
import { O as OrDateTimePickerMobileControl, a as OrDateTimePickerPopoverFooter, b as OrDateTimePickerPopoverHeader } from '../../OrDateTimePickerPopoverHeader-52a99e6a.js';
|
|
5
5
|
import { DatePicker, DatePickerPopover } from './styles.js';
|
|
6
6
|
import __vue_component__$1 from '../OrErrorV3/OrError.js';
|
|
@@ -2,7 +2,7 @@ export { default as OrDatePickerV3 } from './OrDatePicker.js';
|
|
|
2
2
|
export { InputBoxSize as DatePickerSize } from '../OrInputBoxV3/props.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
5
|
-
import '../../OrDateTimePickerMonthSelect-
|
|
5
|
+
import '../../OrDateTimePickerMonthSelect-232c4dda.js';
|
|
6
6
|
import '../OrDateTimePickerV3/hooks/useDatePlaceholder.js';
|
|
7
7
|
import '../../hooks/useProxyModelValue.js';
|
|
8
8
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
|
|
2
2
|
import { useCurrentDate } from './hooks/useCurrentDate.js';
|
|
3
|
-
import { O as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMonthSelect } from '../../OrDateTimePickerMonthSelect-
|
|
3
|
+
import { O as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMonthSelect } from '../../OrDateTimePickerMonthSelect-232c4dda.js';
|
|
4
4
|
import { O as OrDateTimePickerMobileControl, a as OrDateTimePickerPopoverFooter, b as OrDateTimePickerPopoverHeader } from '../../OrDateTimePickerPopoverHeader-52a99e6a.js';
|
|
5
5
|
import { O as OrDateTimePickerTimeControl, a as OrDateTimePickerTimeSelect } from '../../OrDateTimePickerTimeSelect-8851268e.js';
|
|
6
6
|
import { DateTimePickerTimeFormat } from './props.js';
|
|
@@ -3,7 +3,7 @@ export { DateTimePickerTimeFormat } from './props.js';
|
|
|
3
3
|
export { InputBoxSize as DateTimePickerSize } from '../OrInputBoxV3/props.js';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import './hooks/useCurrentDate.js';
|
|
6
|
-
import '../../OrDateTimePickerMonthSelect-
|
|
6
|
+
import '../../OrDateTimePickerMonthSelect-232c4dda.js';
|
|
7
7
|
import './hooks/useDatePlaceholder.js';
|
|
8
8
|
import '../../hooks/useProxyModelValue.js';
|
|
9
9
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -43,16 +43,20 @@ const ExpansionPanelHeaderColors = {
|
|
|
43
43
|
// Theme
|
|
44
44
|
'theme-foreground-default', 'dark:theme-foreground-default-dark',
|
|
45
45
|
// Theme (hover)
|
|
46
|
-
'hover:theme-foreground-primary-hover', 'dark:hover:theme-foreground-primary-hover-dark',
|
|
46
|
+
'hover:md:theme-foreground-primary-hover', 'dark:hover:md:theme-foreground-primary-hover-dark',
|
|
47
47
|
// Theme (focus)
|
|
48
|
-
'focus:theme-foreground-primary-hover', 'dark:focus:theme-foreground-primary-hover-dark'
|
|
48
|
+
'focus:md:theme-foreground-primary-hover', 'dark:focus:md:theme-foreground-primary-hover-dark',
|
|
49
|
+
// Theme (active)
|
|
50
|
+
'active:theme-foreground-primary-hover', 'dark:active:theme-foreground-primary-hover-dark'],
|
|
49
51
|
'danger': [
|
|
50
52
|
// Theme
|
|
51
53
|
'theme-foreground-error', 'dark:theme-foreground-error-dark',
|
|
52
54
|
// Theme (hover)
|
|
53
|
-
'hover:theme-foreground-error-hover', 'dark:hover:theme-foreground-error-hover-dark',
|
|
55
|
+
'hover:md:theme-foreground-error-hover', 'dark:hover:md:theme-foreground-error-hover-dark',
|
|
54
56
|
// Theme (focus)
|
|
55
|
-
'focus:theme-foreground-error-hover', 'dark:focus:theme-foreground-error-hover-dark'
|
|
57
|
+
'focus:md:theme-foreground-error-hover', 'dark:focus:md:theme-foreground-error-hover-dark',
|
|
58
|
+
// Theme (active)
|
|
59
|
+
'active:theme-foreground-error-hover', 'dark:active:theme-foreground-error-hover-dark']
|
|
56
60
|
};
|
|
57
61
|
const ExpansionPanelAddon = [
|
|
58
62
|
// Layout
|
|
@@ -10,9 +10,11 @@ const IconButtonRoot = [
|
|
|
10
10
|
// Iconography
|
|
11
11
|
'iconography-outlined',
|
|
12
12
|
// Iconography (hover)
|
|
13
|
-
'hover:iconography-filled',
|
|
13
|
+
'hover:md:iconography-filled',
|
|
14
14
|
// Iconography (focus)
|
|
15
|
-
'focus:iconography-filled',
|
|
15
|
+
'focus:md:iconography-filled',
|
|
16
|
+
// Iconography (active)
|
|
17
|
+
'active:iconography-filled',
|
|
16
18
|
// Theme
|
|
17
19
|
'!outline outline-2 outline-transparent'];
|
|
18
20
|
const IconButtonRootColors = {
|
|
@@ -20,31 +22,31 @@ const IconButtonRootColors = {
|
|
|
20
22
|
// Theme
|
|
21
23
|
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-foreground-outline', 'dark:theme-foreground-outline-dark',
|
|
22
24
|
// Theme (hover)
|
|
23
|
-
'hover:outline-primary-opacity-0-08', 'dark:hover:outline-primary-opacity-0-08-dark', 'hover:theme-foreground-default', 'dark:hover:theme-foreground-default-dark',
|
|
25
|
+
'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',
|
|
24
26
|
// Theme (focus)
|
|
25
|
-
'focus:outline-primary-opacity-0-08', 'dark:focus:outline-primary-opacity-0-08-dark', 'focus:theme-foreground-default', 'dark:focus:theme-foreground-default-dark',
|
|
27
|
+
'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',
|
|
26
28
|
// Theme (active)
|
|
27
|
-
'active:outline-primary-opacity-0-16', 'dark:active:outline-primary-opacity-0-16-dark', 'active:theme-foreground-default', 'dark:active:theme-foreground-default-dark',
|
|
29
|
+
'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',
|
|
28
30
|
// Theme (selected)
|
|
29
31
|
'selected:theme-foreground-default', 'dark:selected:theme-foreground-default-dark'],
|
|
30
32
|
'danger': [
|
|
31
33
|
// Theme
|
|
32
34
|
'theme-preset-3-error', 'dark:theme-preset-3-error-dark',
|
|
33
35
|
// Theme (hover)
|
|
34
|
-
'hover:outline-error-opacity-0-08', 'dark:hover:outline-error-opacity-0-08-dark',
|
|
36
|
+
'hover:md:outline-error-opacity-0-08', 'dark:hover:md:outline-error-opacity-0-08-dark',
|
|
35
37
|
// Theme (focus)
|
|
36
|
-
'focus:outline-error-opacity-0-08', 'dark:focus:outline-error-opacity-0-08-dark',
|
|
38
|
+
'focus:md:outline-error-opacity-0-08', 'dark:focus:md:outline-error-opacity-0-08-dark',
|
|
37
39
|
// Theme (active)
|
|
38
|
-
'active:outline-error-opacity-0-16', 'dark:active:outline-error-opacity-0-16-dark'],
|
|
40
|
+
'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'],
|
|
39
41
|
'inherit': [
|
|
40
42
|
// Theme
|
|
41
43
|
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-foreground-inherit', 'dark:theme-foreground-inherit-dark',
|
|
42
44
|
// Theme (hover)
|
|
43
|
-
'hover:outline-primary-opacity-0-08', 'dark:hover:outline-primary-opacity-0-08-dark',
|
|
45
|
+
'hover:md:outline-primary-opacity-0-08', 'dark:hover:md:outline-primary-opacity-0-08-dark',
|
|
44
46
|
// Theme (focus)
|
|
45
|
-
'focus:outline-primary-opacity-0-08', 'dark:focus:outline-primary-opacity-0-08-dark',
|
|
47
|
+
'focus:md:outline-primary-opacity-0-08', 'dark:focus:md:outline-primary-opacity-0-08-dark',
|
|
46
48
|
// Theme (active)
|
|
47
|
-
'active:outline-primary-opacity-0-16', 'dark:active:outline-primary-opacity-0-16-dark']
|
|
49
|
+
'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']
|
|
48
50
|
};
|
|
49
51
|
|
|
50
52
|
export { IconButtonRoot, IconButtonRootColors };
|
|
@@ -36,7 +36,7 @@ var script = defineComponent({
|
|
|
36
36
|
// Refs
|
|
37
37
|
const root = ref();
|
|
38
38
|
// Styles
|
|
39
|
-
const rootStyles = computed(() => ['or-link-v3', ...LinkRoot, ...LinkRootColors[`${props.color}`], props.loading && 'interactivity-none', props.underlined && 'underline hover:no-underline']);
|
|
39
|
+
const rootStyles = computed(() => ['or-link-v3', ...LinkRoot, ...LinkRootColors[`${props.color}`], props.loading && 'interactivity-none', props.underlined && 'underline hover:md:no-underline active:no-underline']);
|
|
40
40
|
return {
|
|
41
41
|
root,
|
|
42
42
|
rootStyles
|
|
@@ -24,7 +24,9 @@ const LinkRootColors = {
|
|
|
24
24
|
// Theme
|
|
25
25
|
'theme-foreground-inherit', 'dark:theme-foreground-inherit-dark',
|
|
26
26
|
// Theme (hover)
|
|
27
|
-
'hover:theme-foreground-primary-hover', 'dark:hover:theme-foreground-primary-hover-dark'
|
|
27
|
+
'hover:md:theme-foreground-primary-hover', 'dark:hover:md:theme-foreground-primary-hover-dark',
|
|
28
|
+
// Theme (active)
|
|
29
|
+
'active:theme-foreground-primary-hover', 'dark:active:theme-foreground-primary-hover-dark']
|
|
28
30
|
};
|
|
29
31
|
|
|
30
32
|
export { LinkRoot, LinkRootColors };
|
|
@@ -12,8 +12,8 @@ const MenuItemRoot = [
|
|
|
12
12
|
// Theme
|
|
13
13
|
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-foreground-outline', 'dark:theme-foreground-outline-dark',
|
|
14
14
|
// Theme (hover)
|
|
15
|
-
'hover:theme-foreground-default', 'dark:hover:theme-foreground-default-dark',
|
|
16
|
-
//
|
|
17
|
-
'
|
|
15
|
+
'hover:md:theme-foreground-default', 'dark:hover:md:theme-foreground-default-dark',
|
|
16
|
+
// Theme (active)
|
|
17
|
+
'active:theme-foreground-default', 'dark:active:theme-foreground-default-dark'];
|
|
18
18
|
|
|
19
19
|
export { MenuItemRoot };
|
|
@@ -10,7 +10,7 @@ const TabRoot = [
|
|
|
10
10
|
// Theme
|
|
11
11
|
'theme-foreground-secondary', 'dark:theme-foreground-secondary-dark', 'theme-border-2-transparent', 'dark:theme-border-2-transparent', 'theme-border-underline',
|
|
12
12
|
// Theme (hover)
|
|
13
|
-
'hover:theme-foreground-default', 'dark:hover:theme-foreground-default-dark',
|
|
13
|
+
'hover:md:theme-foreground-default', 'dark:hover:md:theme-foreground-default-dark',
|
|
14
14
|
// Theme (active)
|
|
15
15
|
'active:theme-foreground-default', 'dark:active:theme-foreground-default-dark', 'active:theme-border-2-current', 'dark:active:theme-border-2-current', 'active:theme-border-underline',
|
|
16
16
|
// Theme (selected)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
|
-
declare const _default: import("
|
|
2
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
3
3
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
4
4
|
container: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
5
|
overflowButton: import("@vue/composition-api").Ref<import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
@@ -41,7 +41,7 @@ declare const _default: import("vue2").ComponentOptions<import("vue2").default,
|
|
|
41
41
|
} | {}> & Omit<{} & {}, never>>>;
|
|
42
42
|
default: undefined;
|
|
43
43
|
};
|
|
44
|
-
}>> & Omit<import("
|
|
44
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
45
45
|
items: string[];
|
|
46
46
|
tagProps: Readonly<Partial<{
|
|
47
47
|
[x: number]: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("
|
|
1
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<import("@vue/composition-api").Data> & import("@vue/composition-api").Data, {}, {}, {
|
|
2
2
|
to: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
required: boolean;
|
|
@@ -20,7 +20,7 @@ declare const _default: import("vue2").ComponentOptions<import("vue2").default,
|
|
|
20
20
|
required: boolean;
|
|
21
21
|
default: boolean;
|
|
22
22
|
};
|
|
23
|
-
}>> & Omit<import("
|
|
23
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
24
24
|
to: string;
|
|
25
25
|
isDisabled: boolean;
|
|
26
26
|
} & {}, import("@vue/composition-api").ShallowUnwrapRef<import("@vue/composition-api").Data>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
|
|
@@ -81,7 +81,6 @@ export * from './or-skeleton';
|
|
|
81
81
|
export * from './or-skeleton-v3';
|
|
82
82
|
export * from './or-slider';
|
|
83
83
|
export * from './or-sort-header-v3';
|
|
84
|
-
export * from './or-sorting-v3';
|
|
85
84
|
export * from './or-stepper';
|
|
86
85
|
export * from './or-switch';
|
|
87
86
|
export * from './or-switch-v3';
|
|
@@ -128,7 +128,6 @@ export { default as OrSkeletonRectV3 } from './OrSkeletonRectV3/OrSkeletonRect.j
|
|
|
128
128
|
export { default as OrSkeletonTextV3 } from './OrSkeletonTextV3/OrSkeletonText.js';
|
|
129
129
|
export { default as OrSlider } from './OrSlider/OrSlider.js';
|
|
130
130
|
export { default as OrSortHeaderV3 } from './OrSortHeaderV3/OrSortHeader.js';
|
|
131
|
-
export { default as OrSortingV3 } from './OrSortingV3/OrSortingV3.js';
|
|
132
131
|
export { default as OrStepper } from './OrStepper/OrStepper.js';
|
|
133
132
|
export { default as OrSwitch } from './OrSwitch/OrSwitch.js';
|
|
134
133
|
export { default as OrSwitchV3 } from './OrSwitchV3/OrSwitch.js';
|
|
@@ -234,7 +233,7 @@ import './OrCombinedInputV3/styles.js';
|
|
|
234
233
|
import '../index-15e8c1f3.js';
|
|
235
234
|
import './OrConfirmV3/styles.js';
|
|
236
235
|
import './OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
237
|
-
import '../OrDateTimePickerMonthSelect-
|
|
236
|
+
import '../OrDateTimePickerMonthSelect-232c4dda.js';
|
|
238
237
|
import './OrDateTimePickerV3/hooks/useDatePlaceholder.js';
|
|
239
238
|
import '../OrDateTimePickerPopoverHeader-52a99e6a.js';
|
|
240
239
|
import './OrDatePickerV3/styles.js';
|