From eb8687db09d8f9b2ad47cef02214994518a88e38 Mon Sep 17 00:00:00 2001 From: ATAKAN TEPE Date: Mon, 7 Aug 2023 11:24:23 +0300 Subject: [PATCH] add TailwindDoc to Panels, Media, Misc, Buttons, Upload and Chart --- doc/accordion/theming/TailwindDoc.vue | 104 ++++++++++++++ doc/accordion/theming/index.vue | 11 +- doc/avatar/theming/TailwindDoc.vue | 91 ++++++++++++ doc/avatar/theming/index.vue | 11 +- doc/badge/theming/TailwindDoc.vue | 92 ++++++++++++ doc/badge/theming/index.vue | 11 +- doc/blockui/theming/TailwindDoc.vue | 55 ++++++++ doc/blockui/theming/index.vue | 11 +- doc/button/theming/TailwindDoc.vue | 113 +++++++++++++++ doc/button/theming/index.vue | 11 +- doc/card/theming/TailwindDoc.vue | 71 ++++++++++ doc/card/theming/index.vue | 12 +- doc/carousel/theming/TailwindDoc.vue | 145 +++++++++++++++++++ doc/carousel/theming/index.vue | 11 +- doc/chart/theming/TailwindDoc.vue | 61 ++++++++ doc/chart/theming/index.vue | 11 +- doc/chip/theming/TailwindDoc.vue | 53 +++++++ doc/chip/theming/index.vue | 11 +- doc/divider/theming/TailwindDoc.vue | 85 +++++++++++ doc/divider/theming/index.vue | 11 +- doc/fieldset/theming/TailwindDoc.vue | 90 ++++++++++++ doc/fieldset/theming/index.vue | 11 +- doc/fileupload/theming/TailwindDoc.vue | 75 ++++++++++ doc/fileupload/theming/index.vue | 11 +- doc/galleria/theming/TailwindDoc.vue | 147 ++++++++++++++++++++ doc/galleria/theming/index.vue | 11 +- doc/image/theming/TailwindDoc.vue | 95 +++++++++++++ doc/image/theming/index.vue | 11 +- doc/inplace/theming/TailwindDoc.vue | 53 +++++++ doc/inplace/theming/index.vue | 11 +- doc/progressbar/theming/TailwindDoc.vue | 86 ++++++++++++ doc/progressbar/theming/index.vue | 11 +- doc/progressspinner/theming/TailwindDoc.vue | 44 ++++++ doc/progressspinner/theming/index.vue | 11 +- doc/ripple/theming/TailwindDoc.vue | 45 ++++++ doc/ripple/theming/index.vue | 11 +- doc/scrollpanel/theming/TailwindDoc.vue | 60 ++++++++ doc/scrollpanel/theming/index.vue | 11 +- doc/scrolltop/theming/TailwindDoc.vue | 56 ++++++++ doc/scrolltop/theming/index.vue | 11 +- doc/skeleton/theming/TailwindDoc.vue | 84 +++++++++++ doc/skeleton/theming/index.vue | 11 +- doc/speeddial/theming/TailwindDoc.vue | 128 +++++++++++++++++ doc/speeddial/theming/index.vue | 11 +- doc/splitbutton/theming/TailwindDoc.vue | 92 ++++++++++++ doc/splitbutton/theming/index.vue | 11 +- doc/splitter/theming/TailwindDoc.vue | 70 ++++++++++ doc/splitter/theming/index.vue | 11 +- doc/tabview/theming/TailwindDoc.vue | 100 +++++++++++++ doc/tabview/theming/index.vue | 11 +- doc/tag/theming/TailwindDoc.vue | 65 +++++++++ doc/tag/theming/index.vue | 11 +- doc/terminal/theming/TailwindDoc.vue | 81 +++++++++++ doc/terminal/theming/index.vue | 11 +- doc/toolbar/theming/TailwindDoc.vue | 84 +++++++++++ doc/toolbar/theming/index.vue | 11 +- 56 files changed, 2605 insertions(+), 29 deletions(-) create mode 100644 doc/accordion/theming/TailwindDoc.vue create mode 100644 doc/avatar/theming/TailwindDoc.vue create mode 100644 doc/badge/theming/TailwindDoc.vue create mode 100644 doc/blockui/theming/TailwindDoc.vue create mode 100644 doc/button/theming/TailwindDoc.vue create mode 100644 doc/card/theming/TailwindDoc.vue create mode 100644 doc/carousel/theming/TailwindDoc.vue create mode 100644 doc/chart/theming/TailwindDoc.vue create mode 100644 doc/chip/theming/TailwindDoc.vue create mode 100644 doc/divider/theming/TailwindDoc.vue create mode 100644 doc/fieldset/theming/TailwindDoc.vue create mode 100644 doc/fileupload/theming/TailwindDoc.vue create mode 100644 doc/galleria/theming/TailwindDoc.vue create mode 100644 doc/image/theming/TailwindDoc.vue create mode 100644 doc/inplace/theming/TailwindDoc.vue create mode 100644 doc/progressbar/theming/TailwindDoc.vue create mode 100644 doc/progressspinner/theming/TailwindDoc.vue create mode 100644 doc/ripple/theming/TailwindDoc.vue create mode 100644 doc/scrollpanel/theming/TailwindDoc.vue create mode 100644 doc/scrolltop/theming/TailwindDoc.vue create mode 100644 doc/skeleton/theming/TailwindDoc.vue create mode 100644 doc/speeddial/theming/TailwindDoc.vue create mode 100644 doc/splitbutton/theming/TailwindDoc.vue create mode 100644 doc/splitter/theming/TailwindDoc.vue create mode 100644 doc/tabview/theming/TailwindDoc.vue create mode 100644 doc/tag/theming/TailwindDoc.vue create mode 100644 doc/terminal/theming/TailwindDoc.vue create mode 100644 doc/toolbar/theming/TailwindDoc.vue diff --git a/doc/accordion/theming/TailwindDoc.vue b/doc/accordion/theming/TailwindDoc.vue new file mode 100644 index 000000000..6d63730ce --- /dev/null +++ b/doc/accordion/theming/TailwindDoc.vue @@ -0,0 +1,104 @@ + + + diff --git a/doc/accordion/theming/index.vue b/doc/accordion/theming/index.vue index f17ff8833..b05169466 100644 --- a/doc/accordion/theming/index.vue +++ b/doc/accordion/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/avatar/theming/index.vue b/doc/avatar/theming/index.vue index 48605b3be..14898914f 100644 --- a/doc/avatar/theming/index.vue +++ b/doc/avatar/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/badge/theming/index.vue b/doc/badge/theming/index.vue index 9d9d18a7b..302a0f74d 100644 --- a/doc/badge/theming/index.vue +++ b/doc/badge/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/blockui/theming/index.vue b/doc/blockui/theming/index.vue index 096831471..e4c7bc956 100644 --- a/doc/blockui/theming/index.vue +++ b/doc/blockui/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/button/theming/index.vue b/doc/button/theming/index.vue index 17966d1f7..ccb08d28c 100644 --- a/doc/button/theming/index.vue +++ b/doc/button/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/card/theming/index.vue b/doc/card/theming/index.vue index 90927b98f..711782bdc 100644 --- a/doc/card/theming/index.vue +++ b/doc/card/theming/index.vue @@ -10,8 +10,8 @@ diff --git a/doc/carousel/theming/index.vue b/doc/carousel/theming/index.vue index 1765d2e66..4b19042cb 100644 --- a/doc/carousel/theming/index.vue +++ b/doc/carousel/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/chart/theming/index.vue b/doc/chart/theming/index.vue index 03a42d8c6..9d7e538fa 100644 --- a/doc/chart/theming/index.vue +++ b/doc/chart/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/chip/theming/index.vue b/doc/chip/theming/index.vue index b75ca6a48..bb4e5e763 100644 --- a/doc/chip/theming/index.vue +++ b/doc/chip/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/divider/theming/index.vue b/doc/divider/theming/index.vue index d48264f02..ef05b6a12 100644 --- a/doc/divider/theming/index.vue +++ b/doc/divider/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/fieldset/theming/index.vue b/doc/fieldset/theming/index.vue index 8ec6137a9..95712258d 100644 --- a/doc/fieldset/theming/index.vue +++ b/doc/fieldset/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/fileupload/theming/index.vue b/doc/fileupload/theming/index.vue index 7b68b2bf5..ee9bdee6d 100644 --- a/doc/fileupload/theming/index.vue +++ b/doc/fileupload/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/galleria/theming/index.vue b/doc/galleria/theming/index.vue index 96d4147fd..7d0d22418 100644 --- a/doc/galleria/theming/index.vue +++ b/doc/galleria/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/image/theming/index.vue b/doc/image/theming/index.vue index a97e8d97a..c16aebcbb 100644 --- a/doc/image/theming/index.vue +++ b/doc/image/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/inplace/theming/index.vue b/doc/inplace/theming/index.vue index ad5db59e5..f831f6ed9 100644 --- a/doc/inplace/theming/index.vue +++ b/doc/inplace/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/progressbar/theming/index.vue b/doc/progressbar/theming/index.vue index 0404a5c2e..e71e3b2f5 100644 --- a/doc/progressbar/theming/index.vue +++ b/doc/progressbar/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/progressspinner/theming/index.vue b/doc/progressspinner/theming/index.vue index f219d62c0..b75c87638 100644 --- a/doc/progressspinner/theming/index.vue +++ b/doc/progressspinner/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/ripple/theming/index.vue b/doc/ripple/theming/index.vue index 4a46b35a7..2e839eed7 100644 --- a/doc/ripple/theming/index.vue +++ b/doc/ripple/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/scrollpanel/theming/index.vue b/doc/scrollpanel/theming/index.vue index e8d576787..db66e7034 100644 --- a/doc/scrollpanel/theming/index.vue +++ b/doc/scrollpanel/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/scrolltop/theming/index.vue b/doc/scrolltop/theming/index.vue index 93881b0c7..2e1a17ab1 100644 --- a/doc/scrolltop/theming/index.vue +++ b/doc/scrolltop/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/skeleton/theming/index.vue b/doc/skeleton/theming/index.vue index 58029b5e7..174471fad 100644 --- a/doc/skeleton/theming/index.vue +++ b/doc/skeleton/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/speeddial/theming/index.vue b/doc/speeddial/theming/index.vue index 2fdb85c81..c9eceeda3 100644 --- a/doc/speeddial/theming/index.vue +++ b/doc/speeddial/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/splitbutton/theming/index.vue b/doc/splitbutton/theming/index.vue index 63804e153..a4e86ff4b 100644 --- a/doc/splitbutton/theming/index.vue +++ b/doc/splitbutton/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/splitter/theming/index.vue b/doc/splitter/theming/index.vue index 58533266e..a1a28c07c 100644 --- a/doc/splitter/theming/index.vue +++ b/doc/splitter/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/tabview/theming/index.vue b/doc/tabview/theming/index.vue index 892cbf37b..86c73ae6c 100644 --- a/doc/tabview/theming/index.vue +++ b/doc/tabview/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/tag/theming/index.vue b/doc/tag/theming/index.vue index 5498d1dc9..6c4824555 100644 --- a/doc/tag/theming/index.vue +++ b/doc/tag/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/terminal/theming/index.vue b/doc/terminal/theming/index.vue index 0cbc0eeb5..03d510518 100644 --- a/doc/terminal/theming/index.vue +++ b/doc/terminal/theming/index.vue @@ -10,6 +10,7 @@ diff --git a/doc/toolbar/theming/index.vue b/doc/toolbar/theming/index.vue index 524b50f26..73ee8b9e5 100644 --- a/doc/toolbar/theming/index.vue +++ b/doc/toolbar/theming/index.vue @@ -10,6 +10,7 @@