From 12af2fe026c909afc35f6bde7305dcd4eaf9c8d9 Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Tue, 30 Apr 2024 10:35:14 +0530 Subject: [PATCH] feat: Remove the usage of clickAway mixin with directive (#9323) --- .../dashboard/components/buttons/ResolveAction.vue | 3 +-- .../dashboard/components/layout/AvailabilityStatus.vue | 3 +-- .../components/layout/sidebarComponents/OptionsMenu.vue | 2 -- .../dashboard/components/widgets/ColorPicker.vue | 2 -- .../dashboard/components/widgets/LabelSelector.vue | 3 +-- .../widgets/conversation/ConversationBasicFilter.vue | 3 +-- .../components/widgets/conversation/MoreActions.vue | 3 +-- .../components/widgets/conversation/ReplyBox.vue | 2 -- .../widgets/conversation/components/GalleryView.vue | 3 +-- .../widgets/conversation/components/SLACardLabel.vue | 2 -- .../conversationBulkActions/AgentSelector.vue | 2 -- .../conversation/conversationBulkActions/LabelActions.vue | 2 -- .../conversation/conversationBulkActions/TeamActions.vue | 2 -- .../conversationBulkActions/UpdateActions.vue | 2 -- .../components/widgets/modal/WootKeyShortcutModal.vue | 2 -- .../conversations/components/MessageContextMenu.vue | 3 +-- .../dashboard/modules/search/components/SearchView.vue | 2 -- .../dashboard/contacts/components/ContactsTable.vue | 3 +-- .../dashboard/conversation/ConversationParticipant.vue | 3 +-- .../routes/dashboard/conversation/Macros/MacroItem.vue | 3 +-- .../routes/dashboard/conversation/contact/ContactInfo.vue | 3 +-- .../routes/dashboard/conversation/labels/LabelBox.vue | 8 +------- .../dashboard/conversation/search/PopOverSearch.vue | 3 +-- .../helpcenter/components/ArticleSearch/SearchPopover.vue | 3 +-- .../helpcenter/components/Header/ArticleHeader.vue | 3 --- .../helpcenter/components/Header/EditArticleHeader.vue | 3 +-- .../dashboard/helpcenter/components/PortalPopover.vue | 2 -- .../helpcenter/pages/categories/NameEmojiInput.vue | 3 --- .../routes/dashboard/inbox/components/InboxListHeader.vue | 3 +-- .../notifications/components/NotificationPanel.vue | 3 +-- .../dashboard/settings/campaigns/CampaignsTable.vue | 3 +-- .../settings/reports/components/SLA/SLAViewDetails.vue | 3 --- app/javascript/portal/components/PublicArticleSearch.vue | 3 --- .../shared/components/ui/MultiselectDropdown.vue | 2 -- app/javascript/widget/components/ChatInputWrap.vue | 3 +-- app/javascript/widget/components/Form/PhoneInput.vue | 8 +------- 36 files changed, 20 insertions(+), 86 deletions(-) diff --git a/app/javascript/dashboard/components/buttons/ResolveAction.vue b/app/javascript/dashboard/components/buttons/ResolveAction.vue index 9a70a7f19..61375dc21 100644 --- a/app/javascript/dashboard/components/buttons/ResolveAction.vue +++ b/app/javascript/dashboard/components/buttons/ResolveAction.vue @@ -88,7 +88,6 @@