diff --git a/components/doc/DocComponent.vue b/components/doc/DocComponent.vue index 4067dcd42..cd6883f31 100644 --- a/components/doc/DocComponent.vue +++ b/components/doc/DocComponent.vue @@ -56,7 +56,7 @@ export default { }; }, mounted() { - this.tab = this.$route.hash.includes('api') ? 1 : this.$route.hash.includes('pt') ? 3 : 0; + this.tab = this.$route.hash.includes('api') ? 1 : this.$route.hash.includes('theming') ? 2 : this.$route.hash.includes('pt') ? 3 : 0; } }; diff --git a/doc/accordion/theming/index.vue b/doc/accordion/theming/index.vue index f97ebbf7a..3b937764c 100644 --- a/doc/accordion/theming/index.vue +++ b/doc/accordion/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/autocomplete/theming/index.vue b/doc/autocomplete/theming/index.vue index 5438ceccd..ffddf271b 100644 --- a/doc/autocomplete/theming/index.vue +++ b/doc/autocomplete/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/avatar/theming/index.vue b/doc/avatar/theming/index.vue index d5066eb30..da7cb69b4 100644 --- a/doc/avatar/theming/index.vue +++ b/doc/avatar/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/badge/theming/index.vue b/doc/badge/theming/index.vue index 5c9033283..efd77cdb0 100644 --- a/doc/badge/theming/index.vue +++ b/doc/badge/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/blockui/theming/index.vue b/doc/blockui/theming/index.vue index bea3987f1..5c6605620 100644 --- a/doc/blockui/theming/index.vue +++ b/doc/blockui/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/breadcrumb/theming/index.vue b/doc/breadcrumb/theming/index.vue index f3fbca8d4..2205821aa 100644 --- a/doc/breadcrumb/theming/index.vue +++ b/doc/breadcrumb/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/button/theming/index.vue b/doc/button/theming/index.vue index cf19bcd1d..9e9973c6f 100644 --- a/doc/button/theming/index.vue +++ b/doc/button/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/calendar/theming/index.vue b/doc/calendar/theming/index.vue index 020438cf4..7207166ef 100644 --- a/doc/calendar/theming/index.vue +++ b/doc/calendar/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/card/theming/index.vue b/doc/card/theming/index.vue index 4f2dffd8a..9cf6d6da1 100644 --- a/doc/card/theming/index.vue +++ b/doc/card/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/carousel/theming/index.vue b/doc/carousel/theming/index.vue index 5dae62c3b..98b0e02a1 100644 --- a/doc/carousel/theming/index.vue +++ b/doc/carousel/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/cascadeselect/theming/index.vue b/doc/cascadeselect/theming/index.vue index 397e8fea0..3e1525ce5 100644 --- a/doc/cascadeselect/theming/index.vue +++ b/doc/cascadeselect/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/chart/theming/index.vue b/doc/chart/theming/index.vue index 521968412..e9866e947 100644 --- a/doc/chart/theming/index.vue +++ b/doc/chart/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/checkbox/theming/index.vue b/doc/checkbox/theming/index.vue index 0a4cbf01d..1dc2d034a 100644 --- a/doc/checkbox/theming/index.vue +++ b/doc/checkbox/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/chip/theming/index.vue b/doc/chip/theming/index.vue index 5d5b08721..d486366ce 100644 --- a/doc/chip/theming/index.vue +++ b/doc/chip/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/chips/theming/index.vue b/doc/chips/theming/index.vue index fa92737ad..289b364ec 100644 --- a/doc/chips/theming/index.vue +++ b/doc/chips/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/colorpicker/theming/index.vue b/doc/colorpicker/theming/index.vue index bdb5676b5..31e355382 100644 --- a/doc/colorpicker/theming/index.vue +++ b/doc/colorpicker/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/confirmdialog/theming/index.vue b/doc/confirmdialog/theming/index.vue index 9299548ef..acc0aa5fb 100644 --- a/doc/confirmdialog/theming/index.vue +++ b/doc/confirmdialog/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/confirmpopup/theming/index.vue b/doc/confirmpopup/theming/index.vue index 9deef1462..6aa043371 100644 --- a/doc/confirmpopup/theming/index.vue +++ b/doc/confirmpopup/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/contextmenu/theming/index.vue b/doc/contextmenu/theming/index.vue index d3de798e5..fb51ab918 100644 --- a/doc/contextmenu/theming/index.vue +++ b/doc/contextmenu/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/datatable/theming/index.vue b/doc/datatable/theming/index.vue index 20570ca75..0bfd0f63b 100644 --- a/doc/datatable/theming/index.vue +++ b/doc/datatable/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/dataview/theming/index.vue b/doc/dataview/theming/index.vue index 2de54104d..e827b2dcc 100644 --- a/doc/dataview/theming/index.vue +++ b/doc/dataview/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/deferredcontent/theming/index.vue b/doc/deferredcontent/theming/index.vue index 1111eef3f..216db9dcd 100644 --- a/doc/deferredcontent/theming/index.vue +++ b/doc/deferredcontent/theming/index.vue @@ -16,7 +16,7 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc } diff --git a/doc/dialog/theming/index.vue b/doc/dialog/theming/index.vue index 4c3867834..d47acae5a 100644 --- a/doc/dialog/theming/index.vue +++ b/doc/dialog/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/divider/theming/index.vue b/doc/divider/theming/index.vue index e69ac75d2..b6b3e0a8a 100644 --- a/doc/divider/theming/index.vue +++ b/doc/divider/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/dock/theming/index.vue b/doc/dock/theming/index.vue index bc323ce94..39909995a 100644 --- a/doc/dock/theming/index.vue +++ b/doc/dock/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/dropdown/theming/index.vue b/doc/dropdown/theming/index.vue index 1c66f5c15..f5031bcdb 100644 --- a/doc/dropdown/theming/index.vue +++ b/doc/dropdown/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/dynamicdialog/theming/index.vue b/doc/dynamicdialog/theming/index.vue index d3f44a753..acac8faf4 100644 --- a/doc/dynamicdialog/theming/index.vue +++ b/doc/dynamicdialog/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/editor/theming/index.vue b/doc/editor/theming/index.vue index 237b17564..c969a7d63 100644 --- a/doc/editor/theming/index.vue +++ b/doc/editor/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/fieldset/theming/index.vue b/doc/fieldset/theming/index.vue index 75453a614..2249a1b78 100644 --- a/doc/fieldset/theming/index.vue +++ b/doc/fieldset/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/fileupload/theming/index.vue b/doc/fileupload/theming/index.vue index 59e594220..3464fcfa6 100644 --- a/doc/fileupload/theming/index.vue +++ b/doc/fileupload/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/galleria/theming/index.vue b/doc/galleria/theming/index.vue index 62ac1dd20..4502e8566 100644 --- a/doc/galleria/theming/index.vue +++ b/doc/galleria/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/image/theming/index.vue b/doc/image/theming/index.vue index 850cb261c..797ab704f 100644 --- a/doc/image/theming/index.vue +++ b/doc/image/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/inlinemessage/theming/index.vue b/doc/inlinemessage/theming/index.vue index 3d87bd7ee..cb1959cf3 100644 --- a/doc/inlinemessage/theming/index.vue +++ b/doc/inlinemessage/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/inplace/theming/index.vue b/doc/inplace/theming/index.vue index 314cc04b3..848760346 100644 --- a/doc/inplace/theming/index.vue +++ b/doc/inplace/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/inputmask/theming/index.vue b/doc/inputmask/theming/index.vue index bdfa29b74..4753344ec 100644 --- a/doc/inputmask/theming/index.vue +++ b/doc/inputmask/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/inputnumber/theming/index.vue b/doc/inputnumber/theming/index.vue index bacd59d97..74384ff2a 100644 --- a/doc/inputnumber/theming/index.vue +++ b/doc/inputnumber/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/inputswitch/theming/index.vue b/doc/inputswitch/theming/index.vue index 96a7c1ae7..b9c44bb04 100644 --- a/doc/inputswitch/theming/index.vue +++ b/doc/inputswitch/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/inputtext/theming/index.vue b/doc/inputtext/theming/index.vue index 85073d17d..e2b28c79c 100644 --- a/doc/inputtext/theming/index.vue +++ b/doc/inputtext/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/knob/theming/index.vue b/doc/knob/theming/index.vue index 8f5a4b9c5..2e73a2472 100644 --- a/doc/knob/theming/index.vue +++ b/doc/knob/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/listbox/theming/index.vue b/doc/listbox/theming/index.vue index d288f9043..a39016aab 100644 --- a/doc/listbox/theming/index.vue +++ b/doc/listbox/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/megamenu/theming/index.vue b/doc/megamenu/theming/index.vue index 43ad83d9a..a0880a104 100644 --- a/doc/megamenu/theming/index.vue +++ b/doc/megamenu/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/menu/theming/index.vue b/doc/menu/theming/index.vue index cbe38bb6d..dd4cc98cd 100644 --- a/doc/menu/theming/index.vue +++ b/doc/menu/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/menubar/theming/index.vue b/doc/menubar/theming/index.vue index ec5ea415d..cdede8e91 100644 --- a/doc/menubar/theming/index.vue +++ b/doc/menubar/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/message/theming/index.vue b/doc/message/theming/index.vue index 8fa561030..090b5f31d 100644 --- a/doc/message/theming/index.vue +++ b/doc/message/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/multiselect/theming/index.vue b/doc/multiselect/theming/index.vue index 30a4f992a..1550822f9 100644 --- a/doc/multiselect/theming/index.vue +++ b/doc/multiselect/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/orderlist/theming/index.vue b/doc/orderlist/theming/index.vue index 5bd67f4fd..44dcf5c4d 100644 --- a/doc/orderlist/theming/index.vue +++ b/doc/orderlist/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/organizationchart/theming/index.vue b/doc/organizationchart/theming/index.vue index 863b7b3f9..4611e4599 100644 --- a/doc/organizationchart/theming/index.vue +++ b/doc/organizationchart/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/overlaypanel/theming/index.vue b/doc/overlaypanel/theming/index.vue index 0551efbe4..18878f39b 100644 --- a/doc/overlaypanel/theming/index.vue +++ b/doc/overlaypanel/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/paginator/theming/index.vue b/doc/paginator/theming/index.vue index 8109f7c4c..6e054e7e0 100644 --- a/doc/paginator/theming/index.vue +++ b/doc/paginator/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/panel/theming/index.vue b/doc/panel/theming/index.vue index c142c1df0..c21893379 100644 --- a/doc/panel/theming/index.vue +++ b/doc/panel/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/panelmenu/theming/index.vue b/doc/panelmenu/theming/index.vue index 854bde583..7f07bcc0e 100644 --- a/doc/panelmenu/theming/index.vue +++ b/doc/panelmenu/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/password/theming/index.vue b/doc/password/theming/index.vue index d21730ce5..50eb32735 100644 --- a/doc/password/theming/index.vue +++ b/doc/password/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/picklist/theming/index.vue b/doc/picklist/theming/index.vue index 0bc3a4d56..47cc27250 100644 --- a/doc/picklist/theming/index.vue +++ b/doc/picklist/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/progressbar/theming/index.vue b/doc/progressbar/theming/index.vue index 409291c59..bf9ffc90f 100644 --- a/doc/progressbar/theming/index.vue +++ b/doc/progressbar/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/progressspinner/theming/index.vue b/doc/progressspinner/theming/index.vue index 0b286213d..489093346 100644 --- a/doc/progressspinner/theming/index.vue +++ b/doc/progressspinner/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/radiobutton/theming/index.vue b/doc/radiobutton/theming/index.vue index f906fb22c..7acc2f36d 100644 --- a/doc/radiobutton/theming/index.vue +++ b/doc/radiobutton/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/rating/theming/index.vue b/doc/rating/theming/index.vue index ca19b3a89..7fa69e851 100644 --- a/doc/rating/theming/index.vue +++ b/doc/rating/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/ripple/theming/index.vue b/doc/ripple/theming/index.vue index 7a192f81b..c48a9c731 100644 --- a/doc/ripple/theming/index.vue +++ b/doc/ripple/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/scrollpanel/theming/index.vue b/doc/scrollpanel/theming/index.vue index ddbf4db0f..66820e5d2 100644 --- a/doc/scrollpanel/theming/index.vue +++ b/doc/scrollpanel/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/scrolltop/theming/index.vue b/doc/scrolltop/theming/index.vue index 9c65bcfb0..ea4df0935 100644 --- a/doc/scrolltop/theming/index.vue +++ b/doc/scrolltop/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/selectbutton/theming/index.vue b/doc/selectbutton/theming/index.vue index 6cf3f5f18..b6dd1dc94 100644 --- a/doc/selectbutton/theming/index.vue +++ b/doc/selectbutton/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/sidebar/theming/index.vue b/doc/sidebar/theming/index.vue index de89f9b03..6cc09c2d4 100644 --- a/doc/sidebar/theming/index.vue +++ b/doc/sidebar/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/skeleton/theming/index.vue b/doc/skeleton/theming/index.vue index 29e097f87..3d8862d15 100644 --- a/doc/skeleton/theming/index.vue +++ b/doc/skeleton/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/slider/theming/index.vue b/doc/slider/theming/index.vue index a22cb9bbc..20f267857 100644 --- a/doc/slider/theming/index.vue +++ b/doc/slider/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/speeddial/theming/index.vue b/doc/speeddial/theming/index.vue index 2966e5c8b..27ed22cc0 100644 --- a/doc/speeddial/theming/index.vue +++ b/doc/speeddial/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/splitbutton/theming/index.vue b/doc/splitbutton/theming/index.vue index 38c749abc..ba35dee8d 100644 --- a/doc/splitbutton/theming/index.vue +++ b/doc/splitbutton/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/splitter/theming/index.vue b/doc/splitter/theming/index.vue index 992913a7f..3fe85d6ed 100644 --- a/doc/splitter/theming/index.vue +++ b/doc/splitter/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/steps/theming/index.vue b/doc/steps/theming/index.vue index ff9d7c4f2..130092b8e 100644 --- a/doc/steps/theming/index.vue +++ b/doc/steps/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/tabmenu/theming/index.vue b/doc/tabmenu/theming/index.vue index 745991391..bb85573ec 100644 --- a/doc/tabmenu/theming/index.vue +++ b/doc/tabmenu/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/tabview/theming/index.vue b/doc/tabview/theming/index.vue index dfa4c2e22..139fbda52 100644 --- a/doc/tabview/theming/index.vue +++ b/doc/tabview/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/tag/theming/index.vue b/doc/tag/theming/index.vue index 578d15d37..025723475 100644 --- a/doc/tag/theming/index.vue +++ b/doc/tag/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/terminal/theming/index.vue b/doc/terminal/theming/index.vue index 7520cea8b..bb6130eaa 100644 --- a/doc/terminal/theming/index.vue +++ b/doc/terminal/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/textarea/theming/index.vue b/doc/textarea/theming/index.vue index adf613b0a..1b3974523 100644 --- a/doc/textarea/theming/index.vue +++ b/doc/textarea/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/tieredmenu/theming/index.vue b/doc/tieredmenu/theming/index.vue index e5148a296..2fd4763f4 100644 --- a/doc/tieredmenu/theming/index.vue +++ b/doc/tieredmenu/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/timeline/theming/index.vue b/doc/timeline/theming/index.vue index 08bbb524c..f7262bb14 100644 --- a/doc/timeline/theming/index.vue +++ b/doc/timeline/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/toast/theming/index.vue b/doc/toast/theming/index.vue index 50573a4ad..d5c5825fd 100644 --- a/doc/toast/theming/index.vue +++ b/doc/toast/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/togglebutton/theming/index.vue b/doc/togglebutton/theming/index.vue index acf8bdc2c..f8f502e3c 100644 --- a/doc/togglebutton/theming/index.vue +++ b/doc/togglebutton/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/toolbar/theming/index.vue b/doc/toolbar/theming/index.vue index 528d50934..7fb32fb27 100644 --- a/doc/toolbar/theming/index.vue +++ b/doc/toolbar/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/tooltip/theming/index.vue b/doc/tooltip/theming/index.vue index 54fef4aa9..862307930 100644 --- a/doc/tooltip/theming/index.vue +++ b/doc/tooltip/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/tree/theming/index.vue b/doc/tree/theming/index.vue index 5386ea69d..e4cd33108 100644 --- a/doc/tree/theming/index.vue +++ b/doc/tree/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/treeselect/theming/index.vue b/doc/treeselect/theming/index.vue index 1b47f4699..24b80cc22 100644 --- a/doc/treeselect/theming/index.vue +++ b/doc/treeselect/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/treetable/theming/index.vue b/doc/treetable/theming/index.vue index 15f13fdc6..dc82ee766 100644 --- a/doc/treetable/theming/index.vue +++ b/doc/treetable/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/tristatecheckbox/theming/index.vue b/doc/tristatecheckbox/theming/index.vue index 8334a0866..7e563f0bb 100644 --- a/doc/tristatecheckbox/theming/index.vue +++ b/doc/tristatecheckbox/theming/index.vue @@ -17,17 +17,17 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }, { - id: 'unstyled', + id: 'theming.unstyled', label: 'Unstyled', description: 'Theming is implemented with the pass through properties in unstyled mode.', children: [ { - id: 'tailwind', + id: 'theming.tailwind', label: 'Tailwind', component: TailwindDoc } diff --git a/doc/virtualscroller/theming/index.vue b/doc/virtualscroller/theming/index.vue index d52219eed..5ec8b1b68 100644 --- a/doc/virtualscroller/theming/index.vue +++ b/doc/virtualscroller/theming/index.vue @@ -16,7 +16,7 @@ export default { return { docs: [ { - id: 'styled', + id: 'theming.styled', label: 'Styled', component: StyledDoc }