From 82174531891913fd134f9a128b1a3781008c6399 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: Thu, 27 Jul 2023 10:48:45 +0300 Subject: [PATCH] Breadcrumb, ContextMenu, Dock unstyled demo updates --- .../{StyleDoc.vue => theming/StyledDoc.vue} | 0 doc/breadcrumb/theming/UnstyledDoc.vue | 45 ++++++ doc/breadcrumb/theming/index.vue | 33 +++++ .../{StyleDoc.vue => theming/StyledDoc.vue} | 0 doc/contextmenu/theming/UnstyledDoc.vue | 48 +++++++ doc/contextmenu/theming/index.vue | 33 +++++ .../{StyleDoc.vue => theming/StyledDoc.vue} | 0 doc/dock/theming/UnstyledDoc.vue | 131 ++++++++++++++++++ doc/dock/theming/index.vue | 33 +++++ pages/breadcrumb/index.vue | 20 +-- pages/contextmenu/index.vue | 20 +-- pages/dock/index.vue | 12 +- 12 files changed, 351 insertions(+), 24 deletions(-) rename doc/breadcrumb/{StyleDoc.vue => theming/StyledDoc.vue} (100%) create mode 100644 doc/breadcrumb/theming/UnstyledDoc.vue create mode 100644 doc/breadcrumb/theming/index.vue rename doc/contextmenu/{StyleDoc.vue => theming/StyledDoc.vue} (100%) create mode 100644 doc/contextmenu/theming/UnstyledDoc.vue create mode 100644 doc/contextmenu/theming/index.vue rename doc/dock/{StyleDoc.vue => theming/StyledDoc.vue} (100%) create mode 100644 doc/dock/theming/UnstyledDoc.vue create mode 100644 doc/dock/theming/index.vue diff --git a/doc/breadcrumb/StyleDoc.vue b/doc/breadcrumb/theming/StyledDoc.vue similarity index 100% rename from doc/breadcrumb/StyleDoc.vue rename to doc/breadcrumb/theming/StyledDoc.vue diff --git a/doc/breadcrumb/theming/UnstyledDoc.vue b/doc/breadcrumb/theming/UnstyledDoc.vue new file mode 100644 index 000000000..7788f6923 --- /dev/null +++ b/doc/breadcrumb/theming/UnstyledDoc.vue @@ -0,0 +1,45 @@ + + + diff --git a/doc/breadcrumb/theming/index.vue b/doc/breadcrumb/theming/index.vue new file mode 100644 index 000000000..8bbb93133 --- /dev/null +++ b/doc/breadcrumb/theming/index.vue @@ -0,0 +1,33 @@ + + + diff --git a/doc/contextmenu/StyleDoc.vue b/doc/contextmenu/theming/StyledDoc.vue similarity index 100% rename from doc/contextmenu/StyleDoc.vue rename to doc/contextmenu/theming/StyledDoc.vue diff --git a/doc/contextmenu/theming/UnstyledDoc.vue b/doc/contextmenu/theming/UnstyledDoc.vue new file mode 100644 index 000000000..a828ea05a --- /dev/null +++ b/doc/contextmenu/theming/UnstyledDoc.vue @@ -0,0 +1,48 @@ + + + diff --git a/doc/contextmenu/theming/index.vue b/doc/contextmenu/theming/index.vue new file mode 100644 index 000000000..108e1077b --- /dev/null +++ b/doc/contextmenu/theming/index.vue @@ -0,0 +1,33 @@ + + + diff --git a/doc/dock/StyleDoc.vue b/doc/dock/theming/StyledDoc.vue similarity index 100% rename from doc/dock/StyleDoc.vue rename to doc/dock/theming/StyledDoc.vue diff --git a/doc/dock/theming/UnstyledDoc.vue b/doc/dock/theming/UnstyledDoc.vue new file mode 100644 index 000000000..fd983ca2b --- /dev/null +++ b/doc/dock/theming/UnstyledDoc.vue @@ -0,0 +1,131 @@ + + + diff --git a/doc/dock/theming/index.vue b/doc/dock/theming/index.vue new file mode 100644 index 000000000..196fc49f8 --- /dev/null +++ b/doc/dock/theming/index.vue @@ -0,0 +1,33 @@ + + + diff --git a/pages/breadcrumb/index.vue b/pages/breadcrumb/index.vue index 6bbef4993..b1c095441 100755 --- a/pages/breadcrumb/index.vue +++ b/pages/breadcrumb/index.vue @@ -1,14 +1,22 @@