@pdfme/ui 6.1.13-dev.7 → 6.1.13-dev.8
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.
- package/dist/class.d.ts +1 -1
- package/dist/index.js +108 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/class.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ export declare abstract class BaseUIClass {
|
|
|
12
12
|
private readonly setSize;
|
|
13
13
|
resizeObserver: ResizeObserver;
|
|
14
14
|
constructor(props: UIProps);
|
|
15
|
-
protected getLang(): "ar" | "de" | "en" | "es" | "fr" | "it" | "ja" | "ko" | "pl" | "th" | "zh" | "zh-TW";
|
|
15
|
+
protected getLang(): "ar" | "de" | "en" | "es" | "fr" | "it" | "ja" | "ko" | "pl" | "th" | "tr" | "zh" | "zh-TW";
|
|
16
16
|
protected getFont(): Record<string, {
|
|
17
17
|
data: string | ArrayBuffer | Uint8Array<ArrayBuffer>;
|
|
18
18
|
fallback?: boolean | undefined;
|
package/dist/index.js
CHANGED
|
@@ -45375,6 +45375,7 @@ var Lang = _enum([
|
|
|
45375
45375
|
"ko",
|
|
45376
45376
|
"ar",
|
|
45377
45377
|
"th",
|
|
45378
|
+
"tr",
|
|
45378
45379
|
"pl",
|
|
45379
45380
|
"it",
|
|
45380
45381
|
"de",
|
|
@@ -57368,6 +57369,113 @@ var dictionaries = {
|
|
|
57368
57369
|
"schemas.list.indentItem": "เพิ่มย่อหน้า",
|
|
57369
57370
|
"schemas.list.outdentItem": "ลดย่อหน้า"
|
|
57370
57371
|
},
|
|
57372
|
+
tr: {
|
|
57373
|
+
cancel: "İptal",
|
|
57374
|
+
close: "Kapat",
|
|
57375
|
+
clear: "Temizle",
|
|
57376
|
+
set: "Ayarla",
|
|
57377
|
+
field: "alan",
|
|
57378
|
+
fieldName: "Ad",
|
|
57379
|
+
align: "Hizala",
|
|
57380
|
+
width: "Genişlik",
|
|
57381
|
+
height: "Yükseklik",
|
|
57382
|
+
opacity: "Opaklık",
|
|
57383
|
+
rotate: "Döndür",
|
|
57384
|
+
required: "Zorunlu",
|
|
57385
|
+
editable: "Düzenlenebilir",
|
|
57386
|
+
edit: "Düzenle",
|
|
57387
|
+
plsInputName: "Lütfen bir ad girin",
|
|
57388
|
+
fieldMustUniq: "Alan adı benzersiz olmalı",
|
|
57389
|
+
notUniq: "(Benzersiz olmayan ad)",
|
|
57390
|
+
noKeyName: "Adsız",
|
|
57391
|
+
fieldsList: "Alan Listesi",
|
|
57392
|
+
editField: "Alanı Düzenle",
|
|
57393
|
+
type: "Tür",
|
|
57394
|
+
errorOccurred: "Bir hata oluştu",
|
|
57395
|
+
errorBulkUpdateFieldName: "Öğe sayısı değiştiği için değişiklik kaydedilemedi.",
|
|
57396
|
+
commitBulkUpdateFieldName: "Değişiklikleri Kaydet",
|
|
57397
|
+
bulkUpdateFieldName: "Alan adlarını toplu güncelle",
|
|
57398
|
+
addPageAfter: "Sonrasına Sayfa Ekle",
|
|
57399
|
+
removePage: "Mevcut Sayfayı Kaldır",
|
|
57400
|
+
removePageConfirm: "Bu sayfayı silmek istediğinizden emin misiniz? Bu işlem geri alınamaz.",
|
|
57401
|
+
zoomIn: "Yakınlaştır",
|
|
57402
|
+
zoomOut: "Uzaklaştır",
|
|
57403
|
+
fitWidth: "Genişliğe sığdır",
|
|
57404
|
+
fitHeight: "Yüksekliğe sığdır",
|
|
57405
|
+
"validation.hexColor": "Lütfen geçerli bir hex renk kodu girin.",
|
|
57406
|
+
"validation.uniqueName": "Lütfen benzersiz bir ad girin.",
|
|
57407
|
+
"validation.dateTimeFormat": "Geçersiz tarih saat biçimi.",
|
|
57408
|
+
"validation.outOfBounds": "Sayfa sınırlarını aşıyor.",
|
|
57409
|
+
"schemas.color": "Renk",
|
|
57410
|
+
"schemas.borderWidth": "Kenarlık Genişliği",
|
|
57411
|
+
"schemas.borderColor": "Kenarlık Rengi",
|
|
57412
|
+
"schemas.backgroundColor": "Arka Plan Rengi",
|
|
57413
|
+
"schemas.textColor": "Metin Rengi",
|
|
57414
|
+
"schemas.bgColor": "Arka Plan Rengi",
|
|
57415
|
+
"schemas.horizontal": "Yatay",
|
|
57416
|
+
"schemas.vertical": "Dikey",
|
|
57417
|
+
"schemas.left": "Sol",
|
|
57418
|
+
"schemas.center": "Orta",
|
|
57419
|
+
"schemas.right": "Sağ",
|
|
57420
|
+
"schemas.top": "Üst",
|
|
57421
|
+
"schemas.middle": "Orta",
|
|
57422
|
+
"schemas.bottom": "Alt",
|
|
57423
|
+
"schemas.padding": "İç Boşluk",
|
|
57424
|
+
"schemas.text.fontName": "Yazı Tipi Adı",
|
|
57425
|
+
"schemas.text.size": "Boyut",
|
|
57426
|
+
"schemas.text.spacing": "Aralık",
|
|
57427
|
+
"schemas.text.textAlign": "Metin Hizası",
|
|
57428
|
+
"schemas.text.verticalAlign": "Dikey Hizalama",
|
|
57429
|
+
"schemas.text.lineHeight": "Satır Yüksekliği",
|
|
57430
|
+
"schemas.text.min": "En Az",
|
|
57431
|
+
"schemas.text.max": "En Çok",
|
|
57432
|
+
"schemas.text.fit": "Sığdır",
|
|
57433
|
+
"schemas.text.dynamicFontSize": "Dinamik Yazı Tipi Boyutu",
|
|
57434
|
+
"schemas.text.overflow": "Taşma",
|
|
57435
|
+
"schemas.text.overflowVisible": "Görünür",
|
|
57436
|
+
"schemas.text.overflowExpand": "Genişlet",
|
|
57437
|
+
"schemas.text.format": "Biçim",
|
|
57438
|
+
"schemas.text.plain": "Düz",
|
|
57439
|
+
"schemas.text.inlineMarkdown": "Satır İçi Markdown Kullan",
|
|
57440
|
+
"schemas.text.markdownFonts": "Markdown Yazı Tipleri",
|
|
57441
|
+
"schemas.text.boldFont": "Kalın Yazı Tipi",
|
|
57442
|
+
"schemas.text.italicFont": "İtalik Yazı Tipi",
|
|
57443
|
+
"schemas.text.boldItalicFont": "Kalın İtalik Yazı Tipi",
|
|
57444
|
+
"schemas.text.codeFont": "Kod Yazı Tipi",
|
|
57445
|
+
"schemas.text.variantFallback": "Varyant Geri Dönüşü",
|
|
57446
|
+
"schemas.text.synthetic": "Yapay Stil",
|
|
57447
|
+
"schemas.text.error": "Hata",
|
|
57448
|
+
"schemas.radius": "Yarıçap",
|
|
57449
|
+
"schemas.mvt.typingInstructions": "Değişken eklemek için süslü parantez içine kelime yazın, örneğin",
|
|
57450
|
+
"schemas.mvt.sampleField": "ad",
|
|
57451
|
+
"schemas.mvt.variablesSampleData": "Değişken Örnek Verisi",
|
|
57452
|
+
"schemas.mvt.placeholderDynamicVariable": "Yer Tutucu Dinamik Değişken",
|
|
57453
|
+
"schemas.barcodes.barColor": "Çubuk Rengi",
|
|
57454
|
+
"schemas.barcodes.includetext": "Metni Dahil Et",
|
|
57455
|
+
"schemas.table.alternateBackgroundColor": "Alternatif Arka Plan Rengi",
|
|
57456
|
+
"schemas.table.tableStyle": "Tablo Stili",
|
|
57457
|
+
"schemas.table.showHead": "Başlığı Göster",
|
|
57458
|
+
"schemas.table.repeatHead": "Başlığı Tekrarla",
|
|
57459
|
+
"schemas.table.headStyle": "Başlık Stili",
|
|
57460
|
+
"schemas.table.bodyStyle": "Gövde Stili",
|
|
57461
|
+
"schemas.table.columnStyle": "Sütun Stili",
|
|
57462
|
+
"schemas.date.format": "Tarih Biçimi",
|
|
57463
|
+
"schemas.date.locale": "Yerel Ayar",
|
|
57464
|
+
"schemas.select.options": "Seçenekler",
|
|
57465
|
+
"schemas.select.optionPlaceholder": "Bir seçenek girin",
|
|
57466
|
+
"schemas.radioGroup.groupName": "Grup Adı",
|
|
57467
|
+
"schemas.list.listStyle": "Liste Stili",
|
|
57468
|
+
"schemas.list.bullet": "Madde İşaretli",
|
|
57469
|
+
"schemas.list.ordered": "Numaralı",
|
|
57470
|
+
"schemas.list.markerWidth": "İşaret Genişliği",
|
|
57471
|
+
"schemas.list.markerGap": "İşaret Aralığı",
|
|
57472
|
+
"schemas.list.indentSize": "Girinti Boyutu",
|
|
57473
|
+
"schemas.list.itemSpacing": "Öğe Aralığı",
|
|
57474
|
+
"schemas.list.addItem": "Öğe Ekle",
|
|
57475
|
+
"schemas.list.removeItem": "Öğe Kaldır",
|
|
57476
|
+
"schemas.list.indentItem": "Girintiyi Artır",
|
|
57477
|
+
"schemas.list.outdentItem": "Girintiyi Azalt"
|
|
57478
|
+
},
|
|
57371
57479
|
it: {
|
|
57372
57480
|
cancel: "Annulla",
|
|
57373
57481
|
close: "Chiudi",
|