From 84b4de05b7fb7527b5546f5ae41acf318c6bd93c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Merve=20=C3=96z=C3=A7if=C3=A7i?= Date: Mon, 5 Aug 2019 10:23:33 +0300 Subject: [PATCH 1/3] Inputswitch disabled class added --- src/components/inputswitch/InputSwitch.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/inputswitch/InputSwitch.vue b/src/components/inputswitch/InputSwitch.vue index 40f824ff3c..ad86010927 100644 --- a/src/components/inputswitch/InputSwitch.vue +++ b/src/components/inputswitch/InputSwitch.vue @@ -45,6 +45,7 @@ export default { 'p-inputswitch p-component', { 'p-inputswitch-checked': this.value, + 'p-disabled': this.disabled, 'p-inputswitch-focus': this.focused } ]; From 2d2b12170f3aca5e55c22420e4a6fb07db313d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Merve=20=C3=96z=C3=A7if=C3=A7i?= Date: Mon, 5 Aug 2019 10:36:37 +0300 Subject: [PATCH 2/3] accordion icon rotation added --- src/components/accordion/Accordion.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/accordion/Accordion.vue b/src/components/accordion/Accordion.vue index 62773f8739..5064d91082 100644 --- a/src/components/accordion/Accordion.vue +++ b/src/components/accordion/Accordion.vue @@ -47,7 +47,7 @@ export default {
this.onTabClick(event, tab)} on-keydown={event => this.onTabKeydown(event, tab)} tabindex={tab.disabled ? null : '0'}> - + {tab.header && {tab.header}} {tab.$slots.header} From 5e5831359d670cd9d0767500b24edd8d681df00d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Merve=20=C3=96z=C3=A7if=C3=A7i?= Date: Mon, 5 Aug 2019 10:40:01 +0300 Subject: [PATCH 3/3] Dialog title class fixed --- src/components/dialog/Dialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dialog/Dialog.vue b/src/components/dialog/Dialog.vue index 31ba90e3f9..786e8c4fa6 100644 --- a/src/components/dialog/Dialog.vue +++ b/src/components/dialog/Dialog.vue @@ -3,7 +3,7 @@
- {{header}} + {{header}}