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 {
name: 'GalleriaContent',
hostName: 'Galleria',
extends: BaseComponent,
inheritAttrs: false,
interval: null,

View File

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

View File

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