From 85a9455c8487a8a98d853871471c36cf45c019c5 Mon Sep 17 00:00:00 2001 From: i7slegend Date: Thu, 28 Mar 2024 02:27:46 +0300 Subject: [PATCH] PR checker #5412 - prettier warns --- components/lib/accordion/Accordion.vue | 2 +- components/lib/autocomplete/AutoComplete.vue | 2 +- components/lib/calendar/Calendar.vue | 2 +- components/lib/cascadeselect/CascadeSelect.vue | 2 +- components/lib/chips/Chips.vue | 4 ++-- components/lib/contextmenu/ContextMenu.vue | 2 +- components/lib/datatable/ColumnFilter.vue | 4 ++-- components/lib/dialog/Dialog.vue | 4 ++-- components/lib/dock/DockSub.vue | 4 ++-- components/lib/dropdown/Dropdown.vue | 2 +- components/lib/fieldset/Fieldset.vue | 2 +- components/lib/galleria/GalleriaContent.vue | 2 +- components/lib/listbox/Listbox.vue | 2 +- components/lib/megamenu/MegaMenu.vue | 2 +- components/lib/menu/Menu.vue | 4 ++-- components/lib/menubar/Menubar.vue | 2 +- components/lib/multiselect/MultiSelect.vue | 2 +- components/lib/orderlist/OrderList.vue | 4 ++-- components/lib/panel/Panel.vue | 2 +- components/lib/panelmenu/PanelMenu.vue | 4 ++-- components/lib/password/Password.vue | 4 ++-- components/lib/picklist/PickList.vue | 2 +- components/lib/rating/Rating.vue | 4 ++-- components/lib/scrollpanel/ScrollPanel.vue | 4 ++-- components/lib/speeddial/SpeedDial.vue | 2 +- components/lib/splitbutton/SplitButton.vue | 4 ++-- components/lib/stepper/Stepper.vue | 2 +- components/lib/tabview/TabView.vue | 2 +- components/lib/tieredmenu/TieredMenu.vue | 2 +- components/lib/treeselect/TreeSelect.vue | 2 +- 30 files changed, 41 insertions(+), 41 deletions(-) diff --git a/components/lib/accordion/Accordion.vue b/components/lib/accordion/Accordion.vue index ba1110637..534e9b37f 100755 --- a/components/lib/accordion/Accordion.vue +++ b/components/lib/accordion/Accordion.vue @@ -77,7 +77,7 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, + } }, activeIndex(newValue) { this.d_activeIndex = newValue; diff --git a/components/lib/autocomplete/AutoComplete.vue b/components/lib/autocomplete/AutoComplete.vue index f42065e71..ee5b848a7 100755 --- a/components/lib/autocomplete/AutoComplete.vue +++ b/components/lib/autocomplete/AutoComplete.vue @@ -205,7 +205,7 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, + } }, suggestions() { if (this.searching) { diff --git a/components/lib/calendar/Calendar.vue b/components/lib/calendar/Calendar.vue index 1d992af5c..82dabdba3 100755 --- a/components/lib/calendar/Calendar.vue +++ b/components/lib/calendar/Calendar.vue @@ -564,7 +564,7 @@ export default { immediate: true, handler: function (newValue) { this.d_id = newValue || UniqueComponentId(); - }, + } }, modelValue(newValue) { this.updateCurrentMetaData(); diff --git a/components/lib/cascadeselect/CascadeSelect.vue b/components/lib/cascadeselect/CascadeSelect.vue index 445edccbf..f154895d8 100644 --- a/components/lib/cascadeselect/CascadeSelect.vue +++ b/components/lib/cascadeselect/CascadeSelect.vue @@ -114,7 +114,7 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, + } }, options() { this.autoUpdateModel(); diff --git a/components/lib/chips/Chips.vue b/components/lib/chips/Chips.vue index 0ad9c6c8a..ddce4478e 100755 --- a/components/lib/chips/Chips.vue +++ b/components/lib/chips/Chips.vue @@ -80,8 +80,8 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, - }, + } + } }, methods: { onWrapperClick() { diff --git a/components/lib/contextmenu/ContextMenu.vue b/components/lib/contextmenu/ContextMenu.vue index 14c6a5134..4df1fa50b 100755 --- a/components/lib/contextmenu/ContextMenu.vue +++ b/components/lib/contextmenu/ContextMenu.vue @@ -68,7 +68,7 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, + } }, activeItemPath(newPath) { if (ObjectUtils.isNotEmpty(newPath)) { diff --git a/components/lib/datatable/ColumnFilter.vue b/components/lib/datatable/ColumnFilter.vue index bd80740f3..6f7d23b8e 100644 --- a/components/lib/datatable/ColumnFilter.vue +++ b/components/lib/datatable/ColumnFilter.vue @@ -290,8 +290,8 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, - }, + } + } }, overlay: null, selfClick: false, diff --git a/components/lib/dialog/Dialog.vue b/components/lib/dialog/Dialog.vue index ac3ce1b9c..708044f70 100755 --- a/components/lib/dialog/Dialog.vue +++ b/components/lib/dialog/Dialog.vue @@ -92,8 +92,8 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, - }, + } + } }, documentKeydownListener: null, container: null, diff --git a/components/lib/dock/DockSub.vue b/components/lib/dock/DockSub.vue index 7994913f5..2b4cb368e 100644 --- a/components/lib/dock/DockSub.vue +++ b/components/lib/dock/DockSub.vue @@ -110,8 +110,8 @@ export default { immediate: true, handler(newValue) { this.id = newValue || UniqueComponentId(); - }, - }, + } + } }, methods: { getItemId(index) { diff --git a/components/lib/dropdown/Dropdown.vue b/components/lib/dropdown/Dropdown.vue index 0683bcfeb..5fa60d4a7 100755 --- a/components/lib/dropdown/Dropdown.vue +++ b/components/lib/dropdown/Dropdown.vue @@ -222,7 +222,7 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, + } }, modelValue() { this.isModelValueChanged = true; diff --git a/components/lib/fieldset/Fieldset.vue b/components/lib/fieldset/Fieldset.vue index f7f7a837c..22ecc2303 100755 --- a/components/lib/fieldset/Fieldset.vue +++ b/components/lib/fieldset/Fieldset.vue @@ -58,7 +58,7 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, + } }, collapsed(newValue) { this.d_collapsed = newValue; diff --git a/components/lib/galleria/GalleriaContent.vue b/components/lib/galleria/GalleriaContent.vue index e84f146f9..de8e91df0 100755 --- a/components/lib/galleria/GalleriaContent.vue +++ b/components/lib/galleria/GalleriaContent.vue @@ -87,7 +87,7 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, + } }, '$attrs.value': function (newVal) { if (newVal && newVal.length < this.numVisible) { diff --git a/components/lib/listbox/Listbox.vue b/components/lib/listbox/Listbox.vue index 70fad9bb8..0134c3f49 100755 --- a/components/lib/listbox/Listbox.vue +++ b/components/lib/listbox/Listbox.vue @@ -153,7 +153,7 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, + } }, options() { this.autoUpdateModel(); diff --git a/components/lib/megamenu/MegaMenu.vue b/components/lib/megamenu/MegaMenu.vue index 5160b9100..ec6c54811 100755 --- a/components/lib/megamenu/MegaMenu.vue +++ b/components/lib/megamenu/MegaMenu.vue @@ -90,7 +90,7 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, + } }, activeItem(newItem) { if (ObjectUtils.isNotEmpty(newItem)) { diff --git a/components/lib/menu/Menu.vue b/components/lib/menu/Menu.vue index 523232cd3..ece3fa078 100644 --- a/components/lib/menu/Menu.vue +++ b/components/lib/menu/Menu.vue @@ -76,8 +76,8 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, - }, + } + } }, target: null, outsideClickListener: null, diff --git a/components/lib/menubar/Menubar.vue b/components/lib/menubar/Menubar.vue index 9ce93231e..5c33ead79 100755 --- a/components/lib/menubar/Menubar.vue +++ b/components/lib/menubar/Menubar.vue @@ -83,7 +83,7 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, + } }, activeItemPath(newPath) { if (ObjectUtils.isNotEmpty(newPath)) { diff --git a/components/lib/multiselect/MultiSelect.vue b/components/lib/multiselect/MultiSelect.vue index 2c79ba1ef..4885f9017 100755 --- a/components/lib/multiselect/MultiSelect.vue +++ b/components/lib/multiselect/MultiSelect.vue @@ -242,7 +242,7 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, + } }, options() { this.autoUpdateModel(); diff --git a/components/lib/orderlist/OrderList.vue b/components/lib/orderlist/OrderList.vue index a8b1db652..4e649f94e 100755 --- a/components/lib/orderlist/OrderList.vue +++ b/components/lib/orderlist/OrderList.vue @@ -109,8 +109,8 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, - }, + } + } }, beforeUnmount() { this.destroyStyle(); diff --git a/components/lib/panel/Panel.vue b/components/lib/panel/Panel.vue index 517daa8ad..91aaff1ba 100755 --- a/components/lib/panel/Panel.vue +++ b/components/lib/panel/Panel.vue @@ -62,7 +62,7 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, + } }, collapsed(newValue) { this.d_collapsed = newValue; diff --git a/components/lib/panelmenu/PanelMenu.vue b/components/lib/panelmenu/PanelMenu.vue index ae3fec72c..03f7573df 100644 --- a/components/lib/panelmenu/PanelMenu.vue +++ b/components/lib/panelmenu/PanelMenu.vue @@ -77,8 +77,8 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, - }, + } + } }, methods: { getItemProp(item, name) { diff --git a/components/lib/password/Password.vue b/components/lib/password/Password.vue index ca048c7cb..c0fd068dd 100755 --- a/components/lib/password/Password.vue +++ b/components/lib/password/Password.vue @@ -81,8 +81,8 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, - }, + } + } }, mediumCheckRegExp: null, strongCheckRegExp: null, diff --git a/components/lib/picklist/PickList.vue b/components/lib/picklist/PickList.vue index d37d1c687..85df8dee2 100755 --- a/components/lib/picklist/PickList.vue +++ b/components/lib/picklist/PickList.vue @@ -225,7 +225,7 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, + } }, selection(newValue) { this.d_selection = newValue; diff --git a/components/lib/rating/Rating.vue b/components/lib/rating/Rating.vue index 4c0dd0864..485fb0bc0 100755 --- a/components/lib/rating/Rating.vue +++ b/components/lib/rating/Rating.vue @@ -72,8 +72,8 @@ export default { immediate: true, handler: function (newValue) { this.name = newValue || UniqueComponentId(); - }, - }, + } + } }, methods: { getPTOptions(key, value) { diff --git a/components/lib/scrollpanel/ScrollPanel.vue b/components/lib/scrollpanel/ScrollPanel.vue index 5d4bcd186..1adef1ee6 100644 --- a/components/lib/scrollpanel/ScrollPanel.vue +++ b/components/lib/scrollpanel/ScrollPanel.vue @@ -73,8 +73,8 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, - }, + } + } }, mounted() { if (this.$el.offsetParent) { diff --git a/components/lib/speeddial/SpeedDial.vue b/components/lib/speeddial/SpeedDial.vue index 958b2c5ed..79b8107a1 100644 --- a/components/lib/speeddial/SpeedDial.vue +++ b/components/lib/speeddial/SpeedDial.vue @@ -82,7 +82,7 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, + } }, visible(newValue) { this.d_visible = newValue; diff --git a/components/lib/splitbutton/SplitButton.vue b/components/lib/splitbutton/SplitButton.vue index 4850630dd..fcd0a1c4c 100755 --- a/components/lib/splitbutton/SplitButton.vue +++ b/components/lib/splitbutton/SplitButton.vue @@ -82,8 +82,8 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, - }, + } + } }, mounted() { this.$watch('$refs.menu.visible', (newValue) => { diff --git a/components/lib/stepper/Stepper.vue b/components/lib/stepper/Stepper.vue index 05a52b9a3..4f9c97901 100644 --- a/components/lib/stepper/Stepper.vue +++ b/components/lib/stepper/Stepper.vue @@ -160,7 +160,7 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, + } }, activeStep(newValue) { this.d_activeStep = newValue; diff --git a/components/lib/tabview/TabView.vue b/components/lib/tabview/TabView.vue index 472c0c6f9..39ea5b461 100755 --- a/components/lib/tabview/TabView.vue +++ b/components/lib/tabview/TabView.vue @@ -117,7 +117,7 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, + } }, activeIndex(newValue) { this.d_activeIndex = newValue; diff --git a/components/lib/tieredmenu/TieredMenu.vue b/components/lib/tieredmenu/TieredMenu.vue index 52efa4d67..0f004f366 100755 --- a/components/lib/tieredmenu/TieredMenu.vue +++ b/components/lib/tieredmenu/TieredMenu.vue @@ -75,7 +75,7 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, + } }, activeItemPath(newPath) { if (!this.popup) { diff --git a/components/lib/treeselect/TreeSelect.vue b/components/lib/treeselect/TreeSelect.vue index 86528f1cf..ffe72d09e 100644 --- a/components/lib/treeselect/TreeSelect.vue +++ b/components/lib/treeselect/TreeSelect.vue @@ -132,7 +132,7 @@ export default { immediate: true, handler: function (newValue) { this.id = newValue || UniqueComponentId(); - }, + } }, modelValue: { handler: function () {