From 1b65bdab8a4fa7028595d12a941b926a60f47a37 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: Wed, 26 Jul 2023 20:42:29 +0300 Subject: [PATCH] Button, SpeedDial, SplitButton unstyled demo updates --- .../{StyleDoc.vue => theming/StyledDoc.vue} | 0 doc/button/theming/UnstyledDoc.vue | 29 +++++ doc/button/theming/index.vue | 33 ++++++ .../{StyleDoc.vue => theming/StyledDoc.vue} | 0 doc/speeddial/theming/UnstyledDoc.vue | 112 ++++++++++++++++++ doc/speeddial/theming/index.vue | 33 ++++++ .../{StyleDoc.vue => theming/StyledDoc.vue} | 0 doc/splitbutton/theming/UnstyledDoc.vue | 93 +++++++++++++++ doc/splitbutton/theming/index.vue | 33 ++++++ pages/button/index.vue | 20 ++-- pages/speeddial/index.vue | 5 +- pages/splitbutton/index.vue | 20 ++-- 12 files changed, 361 insertions(+), 17 deletions(-) rename doc/button/{StyleDoc.vue => theming/StyledDoc.vue} (100%) create mode 100644 doc/button/theming/UnstyledDoc.vue create mode 100644 doc/button/theming/index.vue rename doc/speeddial/{StyleDoc.vue => theming/StyledDoc.vue} (100%) create mode 100644 doc/speeddial/theming/UnstyledDoc.vue create mode 100644 doc/speeddial/theming/index.vue rename doc/splitbutton/{StyleDoc.vue => theming/StyledDoc.vue} (100%) create mode 100644 doc/splitbutton/theming/UnstyledDoc.vue create mode 100644 doc/splitbutton/theming/index.vue diff --git a/doc/button/StyleDoc.vue b/doc/button/theming/StyledDoc.vue similarity index 100% rename from doc/button/StyleDoc.vue rename to doc/button/theming/StyledDoc.vue diff --git a/doc/button/theming/UnstyledDoc.vue b/doc/button/theming/UnstyledDoc.vue new file mode 100644 index 000000000..4c9aae96c --- /dev/null +++ b/doc/button/theming/UnstyledDoc.vue @@ -0,0 +1,29 @@ + + + diff --git a/doc/button/theming/index.vue b/doc/button/theming/index.vue new file mode 100644 index 000000000..17966d1f7 --- /dev/null +++ b/doc/button/theming/index.vue @@ -0,0 +1,33 @@ + + + diff --git a/doc/speeddial/StyleDoc.vue b/doc/speeddial/theming/StyledDoc.vue similarity index 100% rename from doc/speeddial/StyleDoc.vue rename to doc/speeddial/theming/StyledDoc.vue diff --git a/doc/speeddial/theming/UnstyledDoc.vue b/doc/speeddial/theming/UnstyledDoc.vue new file mode 100644 index 000000000..b05001227 --- /dev/null +++ b/doc/speeddial/theming/UnstyledDoc.vue @@ -0,0 +1,112 @@ + + + diff --git a/doc/speeddial/theming/index.vue b/doc/speeddial/theming/index.vue new file mode 100644 index 000000000..5854f28b8 --- /dev/null +++ b/doc/speeddial/theming/index.vue @@ -0,0 +1,33 @@ + + + diff --git a/doc/splitbutton/StyleDoc.vue b/doc/splitbutton/theming/StyledDoc.vue similarity index 100% rename from doc/splitbutton/StyleDoc.vue rename to doc/splitbutton/theming/StyledDoc.vue diff --git a/doc/splitbutton/theming/UnstyledDoc.vue b/doc/splitbutton/theming/UnstyledDoc.vue new file mode 100644 index 000000000..fa8ba7bff --- /dev/null +++ b/doc/splitbutton/theming/UnstyledDoc.vue @@ -0,0 +1,93 @@ + + + diff --git a/doc/splitbutton/theming/index.vue b/doc/splitbutton/theming/index.vue new file mode 100644 index 000000000..63804e153 --- /dev/null +++ b/doc/splitbutton/theming/index.vue @@ -0,0 +1,33 @@ + + + diff --git a/pages/button/index.vue b/pages/button/index.vue index e800ff467..316472189 100755 --- a/pages/button/index.vue +++ b/pages/button/index.vue @@ -1,5 +1,13 @@