From 581d6172531ecae36ffc35f3add1b8d3e3241a59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20FINDIKLI?= Date: Mon, 22 Feb 2021 15:08:39 +0300 Subject: [PATCH 1/2] doc update --- src/views/dialog/DialogDoc.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/views/dialog/DialogDoc.vue b/src/views/dialog/DialogDoc.vue index 141584938..d2f79ecf3 100755 --- a/src/views/dialog/DialogDoc.vue +++ b/src/views/dialog/DialogDoc.vue @@ -65,12 +65,6 @@ export default {
Responsive

Dialog width can be adjusted per screen size with the breakpoints option. In example below, default width is set to 50vw and below 961px, width would be 75vw and finally below 641px width becomes 100%. The value of breakpoints should be an object literal whose keys are the maximum screen sizes and values are the widths per screen.

-

-<Dialog position="top" v-model:visible="display">
-	Content
-</Dialog>
-
-

 <Dialog v-model:visible="display" :breakpoints="{'960px': '75vw', '640px': '100vw'}" :style="{width: '50vw'}">

From 5c74151cbc1627c3847cebf9d73f45f83d0fbc65 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?=
 
Date: Mon, 22 Feb 2021 20:32:33 +0300
Subject: [PATCH 2/2] fix some csb

---
 src/views/autocomplete/AutoCompleteDoc.vue | 6 +++---
 src/views/dropdown/DropdownDoc.vue         | 7 +++----
 src/views/listbox/ListboxDoc.vue           | 4 ++--
 src/views/multiselect/MultiSelectDoc.vue   | 6 +++---
 src/views/password/PasswordDoc.vue         | 2 +-
 5 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/src/views/autocomplete/AutoCompleteDoc.vue b/src/views/autocomplete/AutoCompleteDoc.vue
index e54b2afcc..c3e44c72d 100755
--- a/src/views/autocomplete/AutoCompleteDoc.vue
+++ b/src/views/autocomplete/AutoCompleteDoc.vue
@@ -507,7 +507,7 @@ export default {
                 
                     
@@ -517,7 +517,7 @@ export default {
                 
                     
@@ -533,7 +533,7 @@ export default {