diff --git a/doc/autocomplete/StyleDoc.vue b/doc/autocomplete/theming/StyledDoc.vue similarity index 100% rename from doc/autocomplete/StyleDoc.vue rename to doc/autocomplete/theming/StyledDoc.vue diff --git a/doc/autocomplete/theming/UnstyledDoc.vue b/doc/autocomplete/theming/UnstyledDoc.vue new file mode 100644 index 000000000..76153e026 --- /dev/null +++ b/doc/autocomplete/theming/UnstyledDoc.vue @@ -0,0 +1,41 @@ + + + diff --git a/doc/autocomplete/theming/index.vue b/doc/autocomplete/theming/index.vue new file mode 100644 index 000000000..65913fac5 --- /dev/null +++ b/doc/autocomplete/theming/index.vue @@ -0,0 +1,33 @@ + + + diff --git a/doc/calendar/StyleDoc.vue b/doc/calendar/theming/StyledDoc.vue similarity index 100% rename from doc/calendar/StyleDoc.vue rename to doc/calendar/theming/StyledDoc.vue diff --git a/doc/calendar/theming/UnstyledDoc.vue b/doc/calendar/theming/UnstyledDoc.vue new file mode 100644 index 000000000..268385e22 --- /dev/null +++ b/doc/calendar/theming/UnstyledDoc.vue @@ -0,0 +1,30 @@ + + + diff --git a/doc/calendar/theming/index.vue b/doc/calendar/theming/index.vue new file mode 100644 index 000000000..fc293b5e4 --- /dev/null +++ b/doc/calendar/theming/index.vue @@ -0,0 +1,33 @@ + + + diff --git a/doc/cascadeselect/StyleDoc.vue b/doc/cascadeselect/theming/StyledDoc.vue similarity index 100% rename from doc/cascadeselect/StyleDoc.vue rename to doc/cascadeselect/theming/StyledDoc.vue diff --git a/doc/cascadeselect/theming/UnstyledDoc.vue b/doc/cascadeselect/theming/UnstyledDoc.vue new file mode 100644 index 000000000..ffef0ec89 --- /dev/null +++ b/doc/cascadeselect/theming/UnstyledDoc.vue @@ -0,0 +1,179 @@ + + + diff --git a/doc/cascadeselect/theming/index.vue b/doc/cascadeselect/theming/index.vue new file mode 100644 index 000000000..bef24603b --- /dev/null +++ b/doc/cascadeselect/theming/index.vue @@ -0,0 +1,33 @@ + + + diff --git a/doc/panel/StyleDoc.vue b/doc/panel/theming/StyledDoc.vue similarity index 100% rename from doc/panel/StyleDoc.vue rename to doc/panel/theming/StyledDoc.vue diff --git a/doc/panel/theming/UnstyledDoc.vue b/doc/panel/theming/UnstyledDoc.vue new file mode 100644 index 000000000..3062d8448 --- /dev/null +++ b/doc/panel/theming/UnstyledDoc.vue @@ -0,0 +1,31 @@ + + + diff --git a/doc/panel/theming/index.vue b/doc/panel/theming/index.vue new file mode 100644 index 000000000..939c937bc --- /dev/null +++ b/doc/panel/theming/index.vue @@ -0,0 +1,33 @@ + + + diff --git a/pages/autocomplete/index.vue b/pages/autocomplete/index.vue index c15ea311c..fa0b40e58 100755 --- a/pages/autocomplete/index.vue +++ b/pages/autocomplete/index.vue @@ -6,6 +6,7 @@ :componentDocs="docs" :apiDocs="['AutoComplete']" :ptTabComponent="ptComponent" + :themingDocs="themingDoc" /> @@ -21,11 +22,11 @@ import ImportDoc from '@/doc/autocomplete/ImportDoc'; import InvalidDoc from '@/doc/autocomplete/InvalidDoc'; import MultipleDoc from '@/doc/autocomplete/MultipleDoc'; import ObjectsDoc from '@/doc/autocomplete/ObjectsDoc'; -import StyleDoc from '@/doc/autocomplete/StyleDoc'; import TemplateDoc from '@/doc/autocomplete/TemplateDoc'; import VirtualScrollDoc from '@/doc/autocomplete/VirtualScrollDoc'; import VeeValidateDoc from '@/doc/autocomplete/form/VeeValidateDoc.vue'; import PTComponent from '@/doc/autocomplete/pt/index.vue'; +import ThemingDoc from '@/doc/autocomplete/theming/index.vue'; export default { data() { @@ -103,18 +104,14 @@ export default { } ] }, - { - id: 'style', - label: 'Style', - component: StyleDoc - }, { id: 'accessibility', label: 'Accessibility', component: AccessibilityDoc } ], - ptComponent: PTComponent + ptComponent: PTComponent, + themingDoc: ThemingDoc }; } }; diff --git a/pages/calendar/index.vue b/pages/calendar/index.vue index f56c87dbb..653b4103d 100755 --- a/pages/calendar/index.vue +++ b/pages/calendar/index.vue @@ -1,5 +1,13 @@