albinasoft-ui-package 1.0.97 → 1.0.98
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -98,7 +98,7 @@ var AllowedTypes;
|
|
98
98
|
})(AllowedTypes = exports.AllowedTypes || (exports.AllowedTypes = {}));
|
99
99
|
exports.defaultTranslations = {
|
100
100
|
dropAreaText: "Dosyaları buraya sürükleyip bırakın veya tıklayarak dosya seçin.",
|
101
|
-
fileLimitMultiText: "Maksimum dosya limiti
|
101
|
+
fileLimitMultiText: "Maksimum dosya limiti",
|
102
102
|
fileLimitSingleText: "Tek dosya seçilebilir",
|
103
103
|
uploadButtonText: "Yükle",
|
104
104
|
removeButtonTitle: "Kaldır",
|
@@ -362,7 +362,7 @@ var CustomFileUploader = function (props) {
|
|
362
362
|
}); };
|
363
363
|
// Dosya seçme alanı için drop area metni: dropAreaText + dosya limiti bilgisi
|
364
364
|
var dropAreaText = multi
|
365
|
-
? finalTranslations.dropAreaText + " " +
|
365
|
+
? finalTranslations.dropAreaText + " (" + finalTranslations.fileLimitMultiText + ": " + maxFile + ") "
|
366
366
|
: finalTranslations.dropAreaText + " " + (finalTranslations.fileLimitSingleText);
|
367
367
|
return (react_1.default.createElement("div", { style: { width: "100%", height: "100%" } },
|
368
368
|
label && (react_1.default.createElement("div", { style: { marginBottom: "10px" } },
|