@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,11 +3,17 @@ import { CardCollectionContent, CardCollectionContentViews, CardCollectionRoot,
|
|
|
3
3
|
import { openBlock, createElementBlock, normalizeClass, Fragment, renderList, renderSlot, mergeProps, createTextVNode, toDisplayString } from 'vue';
|
|
4
4
|
import { gridView, defaultViewModes } from './components/OrCardCollectionV3/props.js';
|
|
5
5
|
import './components/OrIconButtonV3/OrIconButton.js';
|
|
6
|
-
import './components/
|
|
7
|
-
import { s as script$3 } from './
|
|
6
|
+
import './components/OrButtonV3/OrButton.js';
|
|
7
|
+
import { s as script$3 } from './OrButton.vue_vue_type_script_lang-7370e903.js';
|
|
8
|
+
import './components/OrMenuV3/OrMenu.js';
|
|
9
|
+
import { s as script$4 } from './OrMenu.vue_vue_type_script_lang-f8611f9d.js';
|
|
10
|
+
import './components/OrMenuItemV3/OrMenuItem.js';
|
|
11
|
+
import { s as script$5 } from './OrMenuItem.vue_vue_type_script_lang-f35dcab4.js';
|
|
12
|
+
import './components/OrIconV3/OrIcon.js';
|
|
8
13
|
import './components/OrSearchV3/OrSearch.js';
|
|
9
|
-
import { s as script$
|
|
10
|
-
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-
|
|
14
|
+
import { s as script$7 } from './OrSearch.vue_vue_type_script_lang-9d98ed4d.js';
|
|
15
|
+
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-fafcb023.js';
|
|
16
|
+
import { s as script$6 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
11
17
|
|
|
12
18
|
var script$1 = defineComponent({
|
|
13
19
|
name: 'OrCardCollectionView',
|
|
@@ -50,8 +56,11 @@ var script = defineComponent({
|
|
|
50
56
|
components: {
|
|
51
57
|
OrCardCollectionView: script$1,
|
|
52
58
|
OrIconButton: script$2,
|
|
53
|
-
|
|
54
|
-
|
|
59
|
+
OrButton: script$3,
|
|
60
|
+
OrMenu: script$4,
|
|
61
|
+
OrMenuItem: script$5,
|
|
62
|
+
OrIcon: script$6,
|
|
63
|
+
OrSearch: script$7
|
|
55
64
|
},
|
|
56
65
|
props: {
|
|
57
66
|
items: {
|
|
@@ -92,6 +101,8 @@ var script = defineComponent({
|
|
|
92
101
|
setup(props, context) {
|
|
93
102
|
// Refs
|
|
94
103
|
const root = ref();
|
|
104
|
+
const sortMenu = ref();
|
|
105
|
+
const sortButton = ref();
|
|
95
106
|
// Styles
|
|
96
107
|
const rootStyles = computed(() => ['or-card-collection-v3', ...CardCollectionRoot]);
|
|
97
108
|
const toolbarStyles = computed(() => [...CardCollectionToolbar]);
|
|
@@ -102,11 +113,15 @@ var script = defineComponent({
|
|
|
102
113
|
});
|
|
103
114
|
// State
|
|
104
115
|
const proxyView = ref(props.view);
|
|
116
|
+
const proxySort = ref(props.sort);
|
|
105
117
|
const proxySearch = ref(props.search);
|
|
106
118
|
// Methods
|
|
107
119
|
function switchView(view) {
|
|
108
120
|
proxyView.value = view;
|
|
109
121
|
}
|
|
122
|
+
function handleSort(sort) {
|
|
123
|
+
proxySort.value = sort;
|
|
124
|
+
}
|
|
110
125
|
function handleSearch(search) {
|
|
111
126
|
proxySearch.value = search;
|
|
112
127
|
}
|
|
@@ -117,6 +132,12 @@ var script = defineComponent({
|
|
|
117
132
|
watch(proxyView, value => {
|
|
118
133
|
context.emit('viewChange', value);
|
|
119
134
|
});
|
|
135
|
+
watch(() => props.sort, value => {
|
|
136
|
+
proxySort.value = value;
|
|
137
|
+
});
|
|
138
|
+
watch(proxySort, value => {
|
|
139
|
+
context.emit('sortChange', value);
|
|
140
|
+
});
|
|
120
141
|
watch(() => props.search, value => {
|
|
121
142
|
proxySearch.value = value;
|
|
122
143
|
});
|
|
@@ -125,13 +146,17 @@ var script = defineComponent({
|
|
|
125
146
|
});
|
|
126
147
|
return {
|
|
127
148
|
root,
|
|
149
|
+
sortMenu,
|
|
150
|
+
sortButton,
|
|
128
151
|
rootStyles,
|
|
129
152
|
toolbarStyles,
|
|
130
153
|
toolbarPanelStyles,
|
|
131
154
|
proxyView,
|
|
155
|
+
proxySort,
|
|
132
156
|
proxySearch,
|
|
133
157
|
sortLabel,
|
|
134
158
|
switchView,
|
|
159
|
+
handleSort,
|
|
135
160
|
handleSearch
|
|
136
161
|
};
|
|
137
162
|
}
|
|
@@ -10,11 +10,11 @@ import './components/OrIconButtonV3/OrIconButton.js';
|
|
|
10
10
|
import './components/OrInputBoxV3/OrInputBox.js';
|
|
11
11
|
import './components/OrLabelV3/OrLabel.js';
|
|
12
12
|
import './components/OrModalV3/OrModal.js';
|
|
13
|
-
import { s as script$6 } from './OrModal.vue_vue_type_script_lang-
|
|
13
|
+
import { s as script$6 } from './OrModal.vue_vue_type_script_lang-b853cc1e.js';
|
|
14
14
|
import { useTheme } from './hooks/useTheme.js';
|
|
15
15
|
import { s as script$1 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
16
16
|
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
17
|
-
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-
|
|
17
|
+
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-fafcb023.js';
|
|
18
18
|
import { s as script$4 } from './OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
19
19
|
import { s as script$5 } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
20
20
|
import { useIdAttribute } from './hooks/useIdAttribute.js';
|
|
@@ -9,7 +9,7 @@ import './components/OrInputV3/OrInput.js';
|
|
|
9
9
|
import { ButtonColor } from './components/OrButtonV3/props.js';
|
|
10
10
|
import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-9036d75d.js';
|
|
11
11
|
import { s as script$2 } from './OrButton.vue_vue_type_script_lang-7370e903.js';
|
|
12
|
-
import { s as script$3 } from './OrInput.vue_vue_type_script_lang-
|
|
12
|
+
import { s as script$3 } from './OrInput.vue_vue_type_script_lang-9696e091.js';
|
|
13
13
|
import { usePopoverState } from './hooks/usePopoverState.js';
|
|
14
14
|
import { w as whenever } from './index-f4d8e24c.js';
|
|
15
15
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
|
|
2
2
|
import { useCurrentDate } from './components/OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
3
|
-
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-
|
|
3
|
+
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-57340c1e.js';
|
|
4
4
|
import { s as script$3, a as script$5, b as script$6 } from './OrDateTimePickerPopoverHeader-4959231c.js';
|
|
5
5
|
import { DatePicker, DatePickerPopover } from './components/OrDatePickerV3/styles.js';
|
|
6
6
|
import './components/OrErrorV3/OrError.js';
|
|
@@ -15,7 +15,7 @@ import { DropdownOpen } from './directives/dropdown-open.js';
|
|
|
15
15
|
import { s as script$7 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
16
16
|
import { s as script$8 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
17
17
|
import { s as script$9 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
18
|
-
import { s as script$a } from './OrIconButton.vue_vue_type_script_lang-
|
|
18
|
+
import { s as script$a } from './OrIconButton.vue_vue_type_script_lang-fafcb023.js';
|
|
19
19
|
import { s as script$b } from './OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
20
20
|
import { s as script$c } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
21
21
|
import { s as script$d } from './OrPopover.vue_vue_type_script_lang-d15ec5cb.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
|
|
2
2
|
import { useCurrentDate } from './components/OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
3
|
-
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-
|
|
3
|
+
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-57340c1e.js';
|
|
4
4
|
import { s as script$3, a as script$5, b as script$6 } from './OrDateTimePickerPopoverHeader-4959231c.js';
|
|
5
5
|
import { s as script$7, a as script$8 } from './OrDateTimePickerTimeSelect-b8cc72af.js';
|
|
6
6
|
import { DateTimePickerTimeFormat } from './components/OrDateTimePickerV3/props.js';
|
|
@@ -15,7 +15,7 @@ import './components/OrPopoverV3/OrPopover.js';
|
|
|
15
15
|
import { s as script$9 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
16
16
|
import { s as script$a } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
17
17
|
import { s as script$b } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
18
|
-
import { s as script$c } from './OrIconButton.vue_vue_type_script_lang-
|
|
18
|
+
import { s as script$c } from './OrIconButton.vue_vue_type_script_lang-fafcb023.js';
|
|
19
19
|
import { s as script$d } from './OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
20
20
|
import { s as script$e } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
21
21
|
import { s as script$f } from './OrPopover.vue_vue_type_script_lang-d15ec5cb.js';
|
|
@@ -9,9 +9,9 @@ import './components/OrIconButtonV3/OrIconButton.js';
|
|
|
9
9
|
import './components/OrMenuV3/OrMenu.js';
|
|
10
10
|
import './components/OrMenuItemV3/OrMenuItem.js';
|
|
11
11
|
import { s as script$4 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
12
|
-
import { s as script$5 } from './OrIconButton.vue_vue_type_script_lang-
|
|
12
|
+
import { s as script$5 } from './OrIconButton.vue_vue_type_script_lang-fafcb023.js';
|
|
13
13
|
import { s as script$6 } from './OrMenu.vue_vue_type_script_lang-f8611f9d.js';
|
|
14
|
-
import { s as script$7 } from './OrMenuItem.vue_vue_type_script_lang-
|
|
14
|
+
import { s as script$7 } from './OrMenuItem.vue_vue_type_script_lang-f35dcab4.js';
|
|
15
15
|
|
|
16
16
|
const DateTimePickerDateControl = [
|
|
17
17
|
// Layout
|
|
@@ -9,7 +9,7 @@ import { s as script$4 } from './OrInlineInputBox.vue_vue_type_script_lang-fe99c
|
|
|
9
9
|
import { InlineInputBoxSize } from './components/OrInlineInputBoxV3/props.js';
|
|
10
10
|
import { s as script$1 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
11
11
|
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
12
|
-
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-
|
|
12
|
+
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-fafcb023.js';
|
|
13
13
|
import { useIdAttribute } from './hooks/useIdAttribute.js';
|
|
14
14
|
import { useControlAttributes } from './hooks/useControlAttributes.js';
|
|
15
15
|
import { useValidationAttributes } from './hooks/useValidationAttributes.js';
|
|
@@ -6,7 +6,7 @@ import './components/OrIconButtonV3/OrIconButton.js';
|
|
|
6
6
|
import './components/OrInlineInputBoxV3/OrInlineInputBox.js';
|
|
7
7
|
import { s as script$1 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
8
8
|
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
9
|
-
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-
|
|
9
|
+
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-fafcb023.js';
|
|
10
10
|
import { s as script$4 } from './OrInlineInputBox.vue_vue_type_script_lang-fe99c485.js';
|
|
11
11
|
import { useIdAttribute } from './hooks/useIdAttribute.js';
|
|
12
12
|
import { useControlAttributes } from './hooks/useControlAttributes.js';
|
|
@@ -7,7 +7,7 @@ import './components/OrHintV3/OrHint.js';
|
|
|
7
7
|
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
8
8
|
import './components/OrIconV3/OrIcon.js';
|
|
9
9
|
import './components/OrIconButtonV3/OrIconButton.js';
|
|
10
|
-
import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-
|
|
10
|
+
import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-fafcb023.js';
|
|
11
11
|
import './components/OrInputBoxV3/OrInputBox.js';
|
|
12
12
|
import { s as script$5 } from './OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
13
13
|
import './components/OrLabelV3/OrLabel.js';
|
|
@@ -35,7 +35,7 @@ var script = defineComponent({
|
|
|
35
35
|
// Refs
|
|
36
36
|
const root = ref();
|
|
37
37
|
// Styles
|
|
38
|
-
const rootStyles = computed(() => ['or-link-v3', ...LinkRoot, ...LinkRootColors[`${props.color}`], props.loading && 'interactivity-none', props.underlined && 'underline hover:no-underline']);
|
|
38
|
+
const rootStyles = computed(() => ['or-link-v3', ...LinkRoot, ...LinkRootColors[`${props.color}`], props.loading && 'interactivity-none', props.underlined && 'underline hover:md:no-underline active:no-underline']);
|
|
39
39
|
return {
|
|
40
40
|
root,
|
|
41
41
|
rootStyles
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
2
2
|
import { openBlock, createElementBlock, normalizeClass, renderSlot, resolveComponent, createElementVNode, createVNode, withModifiers } from 'vue';
|
|
3
3
|
import './components/OrIconButtonV3/OrIconButton.js';
|
|
4
|
-
import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-
|
|
4
|
+
import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-fafcb023.js';
|
|
5
5
|
import { ModalSize } from './components/OrModalV3/props.js';
|
|
6
6
|
import { ModalRoot, ModalRootSizes } from './components/OrModalV3/styles.js';
|
|
7
7
|
import './components/OrOverlayV3/OrOverlay.js';
|
|
@@ -4,7 +4,7 @@ import { NotificationRoot, NotificationRootVariants, NotificationIcon, Notificat
|
|
|
4
4
|
import './components/OrIconV3/OrIcon.js';
|
|
5
5
|
import './components/OrIconButtonV3/OrIconButton.js';
|
|
6
6
|
import { s as script$1 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
7
|
-
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-
|
|
7
|
+
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-fafcb023.js';
|
|
8
8
|
|
|
9
9
|
var script = defineComponent({
|
|
10
10
|
name: 'OrNotification',
|
|
@@ -7,7 +7,7 @@ import './components/OrMenuItemV3/OrMenuItem.js';
|
|
|
7
7
|
import { s as script$1 } from './OrButton.vue_vue_type_script_lang-7370e903.js';
|
|
8
8
|
import { s as script$2 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
9
9
|
import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-f8611f9d.js';
|
|
10
|
-
import { s as script$4 } from './OrMenuItem.vue_vue_type_script_lang-
|
|
10
|
+
import { s as script$4 } from './OrMenuItem.vue_vue_type_script_lang-f35dcab4.js';
|
|
11
11
|
import useResponsive from './hooks/useResponsive/useResponsive.js';
|
|
12
12
|
import { useProxyModelValue } from './hooks/useProxyModelValue.js';
|
|
13
13
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import './components/OrInputV3/OrInput.js';
|
|
3
|
-
import { s as script$1 } from './OrInput.vue_vue_type_script_lang-
|
|
3
|
+
import { s as script$1 } from './OrInput.vue_vue_type_script_lang-9696e091.js';
|
|
4
4
|
import { InputBoxSize } from './components/OrInputBoxV3/props.js';
|
|
5
5
|
import { a as watchDebounced } from './index-f4d8e24c.js';
|
|
6
6
|
|
|
@@ -4,7 +4,7 @@ import { SelectRoot, SelectControl, SelectPlaceholder, SelectDropdown, SelectDro
|
|
|
4
4
|
import './components/OrCheckboxV3/OrCheckbox.js';
|
|
5
5
|
import './components/OrErrorV3/OrError.js';
|
|
6
6
|
import './components/OrExpansionPanelV3/OrExpansionPanel.js';
|
|
7
|
-
import { s as script$3 } from './OrExpansionPanel.vue_vue_type_script_lang-
|
|
7
|
+
import { s as script$3 } from './OrExpansionPanel.vue_vue_type_script_lang-fa265d9a.js';
|
|
8
8
|
import './components/OrHintV3/OrHint.js';
|
|
9
9
|
import './components/OrIconV3/OrIcon.js';
|
|
10
10
|
import './components/OrInputV3/OrInput.js';
|
|
@@ -13,16 +13,16 @@ import './components/OrLabelV3/OrLabel.js';
|
|
|
13
13
|
import './components/OrMenuItemV3/OrMenuItem.js';
|
|
14
14
|
import './components/OrPopoverV3/OrPopover.js';
|
|
15
15
|
import './components/OrTagV3/OrTag.js';
|
|
16
|
-
import { s as script$b } from './OrTag.vue_vue_type_script_lang-
|
|
16
|
+
import { s as script$b } from './OrTag.vue_vue_type_script_lang-a04676a1.js';
|
|
17
17
|
import { useOverflow } from './hooks/useOverflow.js';
|
|
18
18
|
import { s as script$1 } from './OrCheckbox.vue_vue_type_script_lang-a27167e0.js';
|
|
19
19
|
import { s as script$2 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
20
20
|
import { s as script$4 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
21
21
|
import { s as script$5 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
22
|
-
import { s as script$6 } from './OrInput.vue_vue_type_script_lang-
|
|
22
|
+
import { s as script$6 } from './OrInput.vue_vue_type_script_lang-9696e091.js';
|
|
23
23
|
import { s as script$7 } from './OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
24
24
|
import { s as script$8 } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
25
|
-
import { s as script$9 } from './OrMenuItem.vue_vue_type_script_lang-
|
|
25
|
+
import { s as script$9 } from './OrMenuItem.vue_vue_type_script_lang-f35dcab4.js';
|
|
26
26
|
import { s as script$a } from './OrPopover.vue_vue_type_script_lang-d15ec5cb.js';
|
|
27
27
|
import { DropdownClose } from './directives/dropdown-close.js';
|
|
28
28
|
import { DropdownOpen } from './directives/dropdown-open.js';
|
|
@@ -2,7 +2,7 @@ import { e as useDraggable, d as useElementBounding } from './index-e11e05e2.js'
|
|
|
2
2
|
import { defineComponent, ref, computed, useSlots, watch } from 'vue-demi';
|
|
3
3
|
import { OrSidebarPlacement } from './components/OrSidebarV3/props.js';
|
|
4
4
|
import './components/OrIconButtonV3/OrIconButton.js';
|
|
5
|
-
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-
|
|
5
|
+
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-fafcb023.js';
|
|
6
6
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withModifiers } from 'vue';
|
|
7
7
|
import { SidebarRoot, SidebarBar, SidebarSides, SidebarToolbar, CollapsibleSidebarToolbar, SidebarToolbarSides, SidebarResize, SidebarResizeSides, SidebarResizingSides, SidebarCollapseButton, SidebarCollapseButtonSides, SidebarMain, SidebarHeader, SidebarContent, SidebarFooter } from './components/OrSidebarV3/styles.js';
|
|
8
8
|
|
|
@@ -6,10 +6,10 @@ import './components/OrIconV3/OrIcon.js';
|
|
|
6
6
|
import './components/OrMenuV3/OrMenu.js';
|
|
7
7
|
import './components/OrMenuItemV3/OrMenuItem.js';
|
|
8
8
|
import './components/OrTabV3/OrTab.js';
|
|
9
|
-
import { s as script$4 } from './OrTab.vue_vue_type_script_lang-
|
|
9
|
+
import { s as script$4 } from './OrTab.vue_vue_type_script_lang-8af58197.js';
|
|
10
10
|
import { s as script$1 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
11
11
|
import { s as script$2 } from './OrMenu.vue_vue_type_script_lang-f8611f9d.js';
|
|
12
|
-
import { s as script$3 } from './OrMenuItem.vue_vue_type_script_lang-
|
|
12
|
+
import { s as script$3 } from './OrMenuItem.vue_vue_type_script_lang-f35dcab4.js';
|
|
13
13
|
import { useProxyModelValue } from './hooks/useProxyModelValue.js';
|
|
14
14
|
|
|
15
15
|
var script = defineComponent({
|
|
@@ -2,7 +2,7 @@ import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue-demi
|
|
|
2
2
|
import { TagVariant, TagColor } from './components/OrTagV3/props.js';
|
|
3
3
|
import { TagRoot, TagRootVariants, TagRootColors } from './components/OrTagV3/styles.js';
|
|
4
4
|
import './components/OrIconButtonV3/OrIconButton.js';
|
|
5
|
-
import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-
|
|
5
|
+
import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-fafcb023.js';
|
|
6
6
|
|
|
7
7
|
var script = defineComponent({
|
|
8
8
|
name: 'OrTag',
|
|
@@ -6,10 +6,10 @@ import './components/OrIconButtonV3/OrIconButton.js';
|
|
|
6
6
|
import './components/OrInputBoxV3/OrInputBox.js';
|
|
7
7
|
import './components/OrLabelV3/OrLabel.js';
|
|
8
8
|
import './components/OrTagsV3/OrTags.js';
|
|
9
|
-
import { s as script$6 } from './OrTags.vue_vue_type_script_lang-
|
|
9
|
+
import { s as script$6 } from './OrTags.vue_vue_type_script_lang-1b9aabbb.js';
|
|
10
10
|
import { s as script$1 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
11
11
|
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
12
|
-
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-
|
|
12
|
+
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-fafcb023.js';
|
|
13
13
|
import { s as script$4 } from './OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
14
14
|
import { s as script$5 } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
15
15
|
import { InputBoxSize } from './components/OrInputBoxV3/props.js';
|
|
@@ -5,7 +5,7 @@ import './components/OrPopoverV3/OrPopover.js';
|
|
|
5
5
|
import './components/OrTagV3/OrTag.js';
|
|
6
6
|
import { s as script$1 } from './OrButton.vue_vue_type_script_lang-7370e903.js';
|
|
7
7
|
import { s as script$2 } from './OrPopover.vue_vue_type_script_lang-d15ec5cb.js';
|
|
8
|
-
import { s as script$3 } from './OrTag.vue_vue_type_script_lang-
|
|
8
|
+
import { s as script$3 } from './OrTag.vue_vue_type_script_lang-a04676a1.js';
|
|
9
9
|
import { useOverflow } from './hooks/useOverflow.js';
|
|
10
10
|
|
|
11
11
|
var script = defineComponent({
|
|
@@ -14,7 +14,7 @@ import { DateTimePickerTimeFormat } from './components/OrDateTimePickerV3/props.
|
|
|
14
14
|
import { s as script$6 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
15
15
|
import { s as script$7 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
16
16
|
import { s as script$8 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
17
|
-
import { s as script$9 } from './OrIconButton.vue_vue_type_script_lang-
|
|
17
|
+
import { s as script$9 } from './OrIconButton.vue_vue_type_script_lang-fafcb023.js';
|
|
18
18
|
import { s as script$a } from './OrInputBox.vue_vue_type_script_lang-49fb179a.js';
|
|
19
19
|
import { s as script$b } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
20
20
|
import { s as script$c } from './OrPopover.vue_vue_type_script_lang-d15ec5cb.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { s as script } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
3
|
-
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode,
|
|
1
|
+
import { s as script } from '../../OrCardCollection.vue_vue_type_script_lang-9d20dd3c.js';
|
|
2
|
+
export { s as default } from '../../OrCardCollection.vue_vue_type_script_lang-9d20dd3c.js';
|
|
3
|
+
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, Fragment, createVNode, withCtx, createTextVNode, toDisplayString, createBlock, createCommentVNode, renderList, renderSlot, normalizeProps, guardReactiveProps, mergeProps } from 'vue';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import './styles.js';
|
|
6
6
|
import './props.js';
|
|
7
7
|
import '../OrIconButtonV3/OrIconButton.js';
|
|
8
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
8
|
+
import '../../OrIconButton.vue_vue_type_script_lang-fafcb023.js';
|
|
9
9
|
import '../OrIconButtonV3/props.js';
|
|
10
10
|
import '../OrIconV3/props.js';
|
|
11
11
|
import '../OrIconButtonV3/styles.js';
|
|
@@ -35,14 +35,6 @@ import '../../hooks/useElevation.js';
|
|
|
35
35
|
import '../../utils/isVisible.js';
|
|
36
36
|
import '../../hooks/usePopoverState.js';
|
|
37
37
|
import '../../hooks/useResponsive/useResponsive.js';
|
|
38
|
-
import '../OrSortingV3/OrSortingV3.js';
|
|
39
|
-
import '../../OrSortingV3.vue_vue_type_script_lang-9e8ccd25.js';
|
|
40
|
-
import '../OrMenuV3/OrMenu.js';
|
|
41
|
-
import '../../OrMenu.vue_vue_type_script_lang-f8611f9d.js';
|
|
42
|
-
import '../OrMenuV3/styles.js';
|
|
43
|
-
import '../OrMenuItemV3/OrMenuItem.js';
|
|
44
|
-
import '../../OrMenuItem.vue_vue_type_script_lang-aed2c8e6.js';
|
|
45
|
-
import '../OrMenuItemV3/styles.js';
|
|
46
38
|
import '../OrButtonV3/OrButton.js';
|
|
47
39
|
import '../../OrButton.vue_vue_type_script_lang-7370e903.js';
|
|
48
40
|
import '../OrButtonV3/props.js';
|
|
@@ -51,10 +43,16 @@ import '../OrLoaderV3/OrLoader.js';
|
|
|
51
43
|
import '../../OrLoader.vue_vue_type_script_lang-a21dc976.js';
|
|
52
44
|
import '../OrLoaderV3/props.js';
|
|
53
45
|
import '../OrLoaderV3/styles.js';
|
|
46
|
+
import '../OrMenuV3/OrMenu.js';
|
|
47
|
+
import '../../OrMenu.vue_vue_type_script_lang-f8611f9d.js';
|
|
48
|
+
import '../OrMenuV3/styles.js';
|
|
49
|
+
import '../OrMenuItemV3/OrMenuItem.js';
|
|
50
|
+
import '../../OrMenuItem.vue_vue_type_script_lang-f35dcab4.js';
|
|
51
|
+
import '../OrMenuItemV3/styles.js';
|
|
54
52
|
import '../OrSearchV3/OrSearch.js';
|
|
55
|
-
import '../../OrSearch.vue_vue_type_script_lang-
|
|
53
|
+
import '../../OrSearch.vue_vue_type_script_lang-9d98ed4d.js';
|
|
56
54
|
import '../OrInputV3/OrInput.js';
|
|
57
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
55
|
+
import '../../OrInput.vue_vue_type_script_lang-9696e091.js';
|
|
58
56
|
import '../OrInputV3/props.js';
|
|
59
57
|
import '../OrInputBoxV3/props.js';
|
|
60
58
|
import '../OrInputV3/styles.js';
|
|
@@ -81,7 +79,10 @@ const _hoisted_1 = {
|
|
|
81
79
|
class: "layout-row gap-sm"
|
|
82
80
|
};
|
|
83
81
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
84
|
-
const
|
|
82
|
+
const _component_OrIcon = resolveComponent("OrIcon");
|
|
83
|
+
const _component_OrButton = resolveComponent("OrButton");
|
|
84
|
+
const _component_OrMenuItem = resolveComponent("OrMenuItem");
|
|
85
|
+
const _component_OrMenu = resolveComponent("OrMenu");
|
|
85
86
|
const _component_OrSearch = resolveComponent("OrSearch");
|
|
86
87
|
const _component_OrIconButton = resolveComponent("OrIconButton");
|
|
87
88
|
const _component_OrCardCollectionView = resolveComponent("OrCardCollectionView");
|
|
@@ -92,31 +93,55 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
92
93
|
class: normalizeClass(_ctx.toolbarStyles)
|
|
93
94
|
}, [createElementVNode("div", {
|
|
94
95
|
class: normalizeClass(_ctx.toolbarPanelStyles)
|
|
95
|
-
}, [_ctx.sortOptions.length ? (openBlock(),
|
|
96
|
-
key: 0
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
96
|
+
}, [_ctx.sortOptions.length ? (openBlock(), createElementBlock(Fragment, {
|
|
97
|
+
key: 0
|
|
98
|
+
}, [createVNode(_component_OrButton, {
|
|
99
|
+
ref: "sortButton",
|
|
100
|
+
variant: "link",
|
|
101
|
+
color: "inherit",
|
|
102
|
+
onClick: _cache[0] || (_cache[0] = $event => _ctx.sortMenu.toggle())
|
|
103
|
+
}, {
|
|
104
|
+
default: withCtx(() => [createTextVNode(toDisplayString(_ctx.sortLabel) + " ", 1 /* TEXT */), _ctx.sortMenu ? (openBlock(), createBlock(_component_OrIcon, {
|
|
105
|
+
key: 0,
|
|
106
|
+
icon: _ctx.sortMenu.isOpen ? 'arrow_drop_up' : 'arrow_drop_down'
|
|
107
|
+
}, null, 8 /* PROPS */, ["icon"])) : createCommentVNode("v-if", true)]),
|
|
108
|
+
_: 1 /* STABLE */
|
|
109
|
+
}, 512 /* NEED_PATCH */), createVNode(_component_OrMenu, {
|
|
110
|
+
ref: "sortMenu",
|
|
111
|
+
trigger: _ctx.sortButton && _ctx.sortButton.root
|
|
112
|
+
}, {
|
|
113
|
+
default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.sortOptions, sortItem => {
|
|
114
|
+
return openBlock(), createBlock(_component_OrMenuItem, {
|
|
115
|
+
key: sortItem,
|
|
116
|
+
onClick: $event => _ctx.handleSort(sortItem.value)
|
|
117
|
+
}, {
|
|
118
|
+
default: withCtx(() => [createTextVNode(toDisplayString(sortItem.label), 1 /* TEXT */)]),
|
|
119
|
+
|
|
120
|
+
_: 2 /* DYNAMIC */
|
|
121
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["onClick"]);
|
|
122
|
+
}), 128 /* KEYED_FRAGMENT */))]),
|
|
123
|
+
|
|
124
|
+
_: 1 /* STABLE */
|
|
125
|
+
}, 8 /* PROPS */, ["trigger"])], 64 /* STABLE_FRAGMENT */)) : createCommentVNode("v-if", true)], 2 /* CLASS */), createElementVNode("div", {
|
|
101
126
|
class: normalizeClass(_ctx.toolbarPanelStyles)
|
|
102
127
|
}, [createVNode(_component_OrSearch, {
|
|
103
128
|
"model-value": _ctx.proxySearch,
|
|
104
129
|
class: "md:w-[350px]",
|
|
105
130
|
placeholder: _ctx.searchPlaceholder,
|
|
106
131
|
debounce: _ctx.searchDebounce,
|
|
132
|
+
size: "s",
|
|
107
133
|
onSearch: _ctx.handleSearch
|
|
108
134
|
}, null, 8 /* PROPS */, ["model-value", "placeholder", "debounce", "onSearch"]), createElementVNode("div", _hoisted_1, [_ctx.viewModes.length > 1 ? (openBlock(true), createElementBlock(Fragment, {
|
|
109
135
|
key: 0
|
|
110
136
|
}, renderList(_ctx.viewModes, viewOption => {
|
|
111
137
|
return openBlock(), createBlock(_component_OrIconButton, {
|
|
112
138
|
key: viewOption.view,
|
|
113
|
-
size: "l",
|
|
114
139
|
icon: {
|
|
115
|
-
icon: viewOption.icon
|
|
140
|
+
icon: viewOption.icon,
|
|
141
|
+
variant: viewOption.view === _ctx.proxyView ? 'filled' : 'outlined'
|
|
116
142
|
},
|
|
117
|
-
selected: viewOption.view === _ctx.proxyView,
|
|
118
143
|
onClick: $event => _ctx.switchView(viewOption.view)
|
|
119
|
-
}, null, 8 /* PROPS */, ["icon", "
|
|
144
|
+
}, null, 8 /* PROPS */, ["icon", "onClick"]);
|
|
120
145
|
}), 128 /* KEYED_FRAGMENT */)) : createCommentVNode("v-if", true), renderSlot(_ctx.$slots, "addon")])], 2 /* CLASS */)], 2 /* CLASS */), renderSlot(_ctx.$slots, "header", normalizeProps(guardReactiveProps({
|
|
121
146
|
items: _ctx.items,
|
|
122
147
|
mode: _ctx.proxyView
|
|
@@ -1,6 +1,5 @@
|
|
|
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-demi").DefineComponent<{
|
|
5
4
|
items: {
|
|
6
5
|
type: PropType<CardCollectionItem[]>;
|
|
@@ -36,13 +35,17 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
36
35
|
};
|
|
37
36
|
}, {
|
|
38
37
|
root: import("vue-demi").Ref<HTMLElement | undefined>;
|
|
38
|
+
sortMenu: import("vue-demi").Ref<any>;
|
|
39
|
+
sortButton: import("vue-demi").Ref<any>;
|
|
39
40
|
rootStyles: import("vue-demi").ComputedRef<string[]>;
|
|
40
41
|
toolbarStyles: import("vue-demi").ComputedRef<string[]>;
|
|
41
42
|
toolbarPanelStyles: import("vue-demi").ComputedRef<string[]>;
|
|
42
43
|
proxyView: import("vue-demi").Ref<string>;
|
|
44
|
+
proxySort: import("vue-demi").Ref<string | undefined>;
|
|
43
45
|
proxySearch: import("vue-demi").Ref<string>;
|
|
44
46
|
sortLabel: import("vue-demi").ComputedRef<string | undefined>;
|
|
45
47
|
switchView: (view: string) => void;
|
|
48
|
+
handleSort: (sort: string) => void;
|
|
46
49
|
handleSearch: (search: string) => void;
|
|
47
50
|
}, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, ("viewChange" | "sortChange" | "searchChange")[], "viewChange" | "sortChange" | "searchChange", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
|
|
48
51
|
items: {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export { DefaultCardCollectionViews, defaultViewModes, gridView, listView } from './props.js';
|
|
2
|
-
export { s as OrCardCollectionV3 } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
2
|
+
export { s as OrCardCollectionV3 } from '../../OrCardCollection.vue_vue_type_script_lang-9d20dd3c.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import './styles.js';
|
|
5
5
|
import 'vue';
|
|
6
6
|
import '../OrIconButtonV3/OrIconButton.js';
|
|
7
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
7
|
+
import '../../OrIconButton.vue_vue_type_script_lang-fafcb023.js';
|
|
8
8
|
import '../OrIconButtonV3/props.js';
|
|
9
9
|
import '../OrIconV3/props.js';
|
|
10
10
|
import '../OrIconButtonV3/styles.js';
|
|
@@ -34,14 +34,6 @@ import '../../hooks/useElevation.js';
|
|
|
34
34
|
import '../../utils/isVisible.js';
|
|
35
35
|
import '../../hooks/usePopoverState.js';
|
|
36
36
|
import '../../hooks/useResponsive/useResponsive.js';
|
|
37
|
-
import '../OrSortingV3/OrSortingV3.js';
|
|
38
|
-
import '../../OrSortingV3.vue_vue_type_script_lang-9e8ccd25.js';
|
|
39
|
-
import '../OrMenuV3/OrMenu.js';
|
|
40
|
-
import '../../OrMenu.vue_vue_type_script_lang-f8611f9d.js';
|
|
41
|
-
import '../OrMenuV3/styles.js';
|
|
42
|
-
import '../OrMenuItemV3/OrMenuItem.js';
|
|
43
|
-
import '../../OrMenuItem.vue_vue_type_script_lang-aed2c8e6.js';
|
|
44
|
-
import '../OrMenuItemV3/styles.js';
|
|
45
37
|
import '../OrButtonV3/OrButton.js';
|
|
46
38
|
import '../../OrButton.vue_vue_type_script_lang-7370e903.js';
|
|
47
39
|
import '../OrButtonV3/props.js';
|
|
@@ -50,10 +42,16 @@ import '../OrLoaderV3/OrLoader.js';
|
|
|
50
42
|
import '../../OrLoader.vue_vue_type_script_lang-a21dc976.js';
|
|
51
43
|
import '../OrLoaderV3/props.js';
|
|
52
44
|
import '../OrLoaderV3/styles.js';
|
|
45
|
+
import '../OrMenuV3/OrMenu.js';
|
|
46
|
+
import '../../OrMenu.vue_vue_type_script_lang-f8611f9d.js';
|
|
47
|
+
import '../OrMenuV3/styles.js';
|
|
48
|
+
import '../OrMenuItemV3/OrMenuItem.js';
|
|
49
|
+
import '../../OrMenuItem.vue_vue_type_script_lang-f35dcab4.js';
|
|
50
|
+
import '../OrMenuItemV3/styles.js';
|
|
53
51
|
import '../OrSearchV3/OrSearch.js';
|
|
54
|
-
import '../../OrSearch.vue_vue_type_script_lang-
|
|
52
|
+
import '../../OrSearch.vue_vue_type_script_lang-9d98ed4d.js';
|
|
55
53
|
import '../OrInputV3/OrInput.js';
|
|
56
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
54
|
+
import '../../OrInput.vue_vue_type_script_lang-9696e091.js';
|
|
57
55
|
import '../OrInputV3/props.js';
|
|
58
56
|
import '../OrInputBoxV3/props.js';
|
|
59
57
|
import '../OrInputV3/styles.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,5 +1,5 @@
|
|
|
1
|
-
import { s as script } from '../../OrCode.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrCode.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrCode.vue_vue_type_script_lang-005a6380.js';
|
|
2
|
+
export { s as default } from '../../OrCode.vue_vue_type_script_lang-005a6380.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, createElementVNode, renderSlot, createVNode, withModifiers, createTextVNode, toDisplayString, createCommentVNode, withDirectives, vShow } from 'vue';
|
|
4
4
|
import '../../index-9c1d2908.js';
|
|
5
5
|
import '../../index-451f3d87.js';
|
|
@@ -14,7 +14,7 @@ import '../OrHintV3/OrHint.js';
|
|
|
14
14
|
import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
15
15
|
import '../OrHintV3/styles.js';
|
|
16
16
|
import '../OrIconButtonV3/OrIconButton.js';
|
|
17
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
17
|
+
import '../../OrIconButton.vue_vue_type_script_lang-fafcb023.js';
|
|
18
18
|
import '../OrIconButtonV3/props.js';
|
|
19
19
|
import '../OrIconV3/props.js';
|
|
20
20
|
import '../OrIconButtonV3/styles.js';
|
|
@@ -53,7 +53,7 @@ import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
|
53
53
|
import '../OrLabelV3/props.js';
|
|
54
54
|
import '../OrLabelV3/styles.js';
|
|
55
55
|
import '../OrModalV3/OrModal.js';
|
|
56
|
-
import '../../OrModal.vue_vue_type_script_lang-
|
|
56
|
+
import '../../OrModal.vue_vue_type_script_lang-b853cc1e.js';
|
|
57
57
|
import '../OrModalV3/props.js';
|
|
58
58
|
import '../OrModalV3/styles.js';
|
|
59
59
|
import '../../hooks/useTheme.js';
|