Refactor #4163 - For Galleria

pull/4172/head
Tuğçe Küçükoğlu 2023-07-19 15:46:57 +03:00
parent 3406f88b1a
commit fd8ec80581
3 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,7 @@ import GalleriaThumbnails from './GalleriaThumbnails.vue';
export default { export default {
name: 'GalleriaContent', name: 'GalleriaContent',
hostName: 'Galleria',
extends: BaseComponent, extends: BaseComponent,
inheritAttrs: false, inheritAttrs: false,
interval: null, interval: null,

View File

@ -44,6 +44,7 @@ import Ripple from 'primevue/ripple';
export default { export default {
name: 'GalleriaItem', name: 'GalleriaItem',
hostName: 'Galleria',
extends: BaseComponent, extends: BaseComponent,
emits: ['start-slideshow', 'stop-slideshow', 'update:activeIndex'], emits: ['start-slideshow', 'stop-slideshow', 'update:activeIndex'],
props: { props: {

View File

@ -70,6 +70,7 @@ import { DomHandler } from 'primevue/utils';
export default { export default {
name: 'GalleriaThumbnails', name: 'GalleriaThumbnails',
hostName: 'Galleria',
extends: BaseComponent, extends: BaseComponent,
emits: ['stop-slideshow', 'update:activeIndex'], emits: ['stop-slideshow', 'update:activeIndex'],
props: { props: {