From 1f48ed5062a0a1fed998cc1f218f2b577cdf3029 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: Fri, 7 May 2021 16:45:20 +0300 Subject: [PATCH 1/2] typo fix --- src/views/fileupload/FileUploadDoc.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/fileupload/FileUploadDoc.vue b/src/views/fileupload/FileUploadDoc.vue index 099388742..418670b45 100755 --- a/src/views/fileupload/FileUploadDoc.vue +++ b/src/views/fileupload/FileUploadDoc.vue @@ -44,7 +44,7 @@ import FileUpload from 'primevue/fileupload'; -
File Size and File Linit
+
File Size and File Limit

Maximium file size can be restricted using maxFileSize property defined in bytes. Similarly fileLimit is available to restrict the number of files to be uploaded.


 <FileUpload name="demo[]" url="./upload" :maxFileSize="1000000" :fileLimit="3" />

From e4c97c2bf4cd730182b365d628a762e15f40820c 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: Fri, 7 May 2021 16:45:33 +0300
Subject: [PATCH 2/2] galleria slots added

---
 src/views/galleria/GalleriaDoc.vue | 38 ++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/src/views/galleria/GalleriaDoc.vue b/src/views/galleria/GalleriaDoc.vue
index 1262df40b..5e5754eb2 100755
--- a/src/views/galleria/GalleriaDoc.vue
+++ b/src/views/galleria/GalleriaDoc.vue
@@ -389,6 +389,44 @@ responsiveOptions: [
                     
 				
 
+                
Slots
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameParameters
header-
footer-
itemitem: Item instance
captionitem: Item instance
thumbnailitem: Item instance
indicatorindex: Index of the indicator item
+
+
Styling

Following is the list of structural style classes, for theming classes visit theming page.