From f38724d56ee7c0c63ee00d5997a31f44a4e10cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Thu, 20 Jul 2023 11:57:56 +0300 Subject: [PATCH] Refactor #4163 - For Galleria --- components/lib/galleria/Galleria.d.ts | 4 ++++ components/lib/galleria/GalleriaContent.vue | 21 +++++++++++++++------ components/lib/galleria/GalleriaItem.vue | 2 +- 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/components/lib/galleria/Galleria.d.ts b/components/lib/galleria/Galleria.d.ts index eda476060..d2ea2855e 100755 --- a/components/lib/galleria/Galleria.d.ts +++ b/components/lib/galleria/Galleria.d.ts @@ -101,6 +101,10 @@ export interface GalleriaPassThroughOptions { * Uses to pass attributes to the indicator's DOM element. */ indicator?: GalleriaPassThroughOptionType; + /** + * Uses to pass attributes to the indicator button's DOM element. + */ + indicatorButton?: GalleriaPassThroughOptionType; /** * Uses to pass attributes to the thumbnail wrapper's DOM element. */ diff --git a/components/lib/galleria/GalleriaContent.vue b/components/lib/galleria/GalleriaContent.vue index 1b2d2b988..ac460a3a0 100755 --- a/components/lib/galleria/GalleriaContent.vue +++ b/components/lib/galleria/GalleriaContent.vue @@ -1,12 +1,12 @@