Skip to content

Commit

Permalink
PR checker primefaces#5412 - prettier warns
Browse files Browse the repository at this point in the history
  • Loading branch information
i7slegend committed Mar 27, 2024
1 parent 3a134dd commit 85a9455
Show file tree
Hide file tree
Showing 30 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion components/lib/accordion/Accordion.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
}
},
activeIndex(newValue) {
this.d_activeIndex = newValue;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/autocomplete/AutoComplete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
}
},
suggestions() {
if (this.searching) {
Expand Down
2 changes: 1 addition & 1 deletion components/lib/calendar/Calendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ export default {
immediate: true,
handler: function (newValue) {
this.d_id = newValue || UniqueComponentId();
},
}
},
modelValue(newValue) {
this.updateCurrentMetaData();
Expand Down
2 changes: 1 addition & 1 deletion components/lib/cascadeselect/CascadeSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
}
},
options() {
this.autoUpdateModel();
Expand Down
4 changes: 2 additions & 2 deletions components/lib/chips/Chips.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
},
}
}
},
methods: {
onWrapperClick() {
Expand Down
2 changes: 1 addition & 1 deletion components/lib/contextmenu/ContextMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
}
},
activeItemPath(newPath) {
if (ObjectUtils.isNotEmpty(newPath)) {
Expand Down
4 changes: 2 additions & 2 deletions components/lib/datatable/ColumnFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
},
}
}
},
overlay: null,
selfClick: false,
Expand Down
4 changes: 2 additions & 2 deletions components/lib/dialog/Dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
},
}
}
},
documentKeydownListener: null,
container: null,
Expand Down
4 changes: 2 additions & 2 deletions components/lib/dock/DockSub.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ export default {
immediate: true,
handler(newValue) {
this.id = newValue || UniqueComponentId();
},
},
}
}
},
methods: {
getItemId(index) {
Expand Down
2 changes: 1 addition & 1 deletion components/lib/dropdown/Dropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
}
},
modelValue() {
this.isModelValueChanged = true;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/fieldset/Fieldset.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
}
},
collapsed(newValue) {
this.d_collapsed = newValue;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/galleria/GalleriaContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion components/lib/listbox/Listbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
}
},
options() {
this.autoUpdateModel();
Expand Down
2 changes: 1 addition & 1 deletion components/lib/megamenu/MegaMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
}
},
activeItem(newItem) {
if (ObjectUtils.isNotEmpty(newItem)) {
Expand Down
4 changes: 2 additions & 2 deletions components/lib/menu/Menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
},
}
}
},
target: null,
outsideClickListener: null,
Expand Down
2 changes: 1 addition & 1 deletion components/lib/menubar/Menubar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
}
},
activeItemPath(newPath) {
if (ObjectUtils.isNotEmpty(newPath)) {
Expand Down
2 changes: 1 addition & 1 deletion components/lib/multiselect/MultiSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
}
},
options() {
this.autoUpdateModel();
Expand Down
4 changes: 2 additions & 2 deletions components/lib/orderlist/OrderList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
},
}
}
},
beforeUnmount() {
this.destroyStyle();
Expand Down
2 changes: 1 addition & 1 deletion components/lib/panel/Panel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
}
},
collapsed(newValue) {
this.d_collapsed = newValue;
Expand Down
4 changes: 2 additions & 2 deletions components/lib/panelmenu/PanelMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
},
}
}
},
methods: {
getItemProp(item, name) {
Expand Down
4 changes: 2 additions & 2 deletions components/lib/password/Password.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
},
}
}
},
mediumCheckRegExp: null,
strongCheckRegExp: null,
Expand Down
2 changes: 1 addition & 1 deletion components/lib/picklist/PickList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
}
},
selection(newValue) {
this.d_selection = newValue;
Expand Down
4 changes: 2 additions & 2 deletions components/lib/rating/Rating.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ export default {
immediate: true,
handler: function (newValue) {
this.name = newValue || UniqueComponentId();
},
},
}
}
},
methods: {
getPTOptions(key, value) {
Expand Down
4 changes: 2 additions & 2 deletions components/lib/scrollpanel/ScrollPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
},
}
}
},
mounted() {
if (this.$el.offsetParent) {
Expand Down
2 changes: 1 addition & 1 deletion components/lib/speeddial/SpeedDial.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
}
},
visible(newValue) {
this.d_visible = newValue;
Expand Down
4 changes: 2 additions & 2 deletions components/lib/splitbutton/SplitButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
},
}
}
},
mounted() {
this.$watch('$refs.menu.visible', (newValue) => {
Expand Down
2 changes: 1 addition & 1 deletion components/lib/stepper/Stepper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
}
},
activeStep(newValue) {
this.d_activeStep = newValue;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/tabview/TabView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
}
},
activeIndex(newValue) {
this.d_activeIndex = newValue;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/tieredmenu/TieredMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
}
},
activeItemPath(newPath) {
if (!this.popup) {
Expand Down
2 changes: 1 addition & 1 deletion components/lib/treeselect/TreeSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default {
immediate: true,
handler: function (newValue) {
this.id = newValue || UniqueComponentId();
},
}
},
modelValue: {
handler: function () {
Expand Down

0 comments on commit 85a9455

Please sign in to comment.