@pdfme/ui 5.3.3-dev.4 → 5.3.3

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/index.es.js CHANGED
@@ -9075,8 +9075,7 @@ const UIOptions = CommonOptions.extend({
9075
9075
  labels: z.record(z.string(), z.string()).optional(),
9076
9076
  theme: z.record(z.string(), z.unknown()).optional(),
9077
9077
  icons: z.record(z.string(), z.string()).optional(),
9078
- requiredByDefault: z.boolean().optional(),
9079
- maxZoom: z.number().optional()
9078
+ requiredByDefault: z.boolean().optional()
9080
9079
  }), HTMLElementSchema = z.any().refine((a) => a instanceof HTMLElement), UIProps = CommonProps.extend({
9081
9080
  domContainer: HTMLElementSchema,
9082
9081
  options: UIOptions.optional()
@@ -12646,7 +12645,7 @@ const expressionCache = /* @__PURE__ */ new Map(), parseDataCache = /* @__PURE__
12646
12645
  return Object.entries(nt).forEach(([st, lt]) => {
12647
12646
  typeof lt == "string" && lt.includes("{") && lt.includes("}") && (nt[st] = evaluatePlaceholders({ content: lt, context: nt }));
12648
12647
  }), evaluatePlaceholders({ content: s, context: nt });
12649
- }, DEFAULT_LANG = "en", DESTROYED_ERR_MSG = "[@pdfme/ui] this instance is already destroyed", SELECTABLE_CLASSNAME = "selectable", RULER_HEIGHT = 30, PAGE_GAP = 10, LEFT_SIDEBAR_WIDTH = 45, RIGHT_SIDEBAR_WIDTH = 400, BACKGROUND_COLOR = "rgb(74, 74, 74)", DEFAULT_MAX_ZOOM = 2, isff = typeof navigator < "u" ? navigator.userAgent.toLowerCase().indexOf("firefox") > 0 : !1;
12648
+ }, DEFAULT_LANG = "en", DESTROYED_ERR_MSG = "[@pdfme/ui] this instance is already destroyed", SELECTABLE_CLASSNAME = "selectable", RULER_HEIGHT = 30, PAGE_GAP = 10, LEFT_SIDEBAR_WIDTH = 45, RIGHT_SIDEBAR_WIDTH = 400, BACKGROUND_COLOR = "rgb(74, 74, 74)", MAX_ZOOM = 2, isff = typeof navigator < "u" ? navigator.userAgent.toLowerCase().indexOf("firefox") > 0 : !1;
12650
12649
  function addEvent$1(a, s, $, _) {
12651
12650
  a.addEventListener ? a.addEventListener(s, $, _) : a.attachEvent && a.attachEvent("on".concat(s), $);
12652
12651
  }
@@ -59940,833 +59939,219 @@ const pdf2img = async (a, s = {}) => pdf2img$1(a, s, {
59940
59939
  )
59941
59940
  }), pdf2size = async (a, s = {}) => pdf2size$1(a, s, {
59942
59941
  getDocument: ($) => pdfExports.getDocument($).promise
59943
- }), dictEn = {
59944
- cancel: "Cancel",
59945
- close: "Close",
59946
- clear: "Clear",
59947
- set: "Set",
59948
- field: "field",
59949
- fieldName: "Name",
59950
- align: "Align",
59951
- width: "Width",
59952
- height: "Height",
59953
- opacity: "Opacity",
59954
- rotate: "Rotate",
59955
- required: "Required",
59956
- editable: "Editable",
59957
- edit: "Edit",
59958
- plsInputName: "Please input name",
59959
- fieldMustUniq: "Name of field is not unique",
59960
- notUniq: "(Not unique name)",
59961
- noKeyName: "No name",
59962
- fieldsList: "Field List",
59963
- editField: "Edit Field",
59964
- type: "Type",
59965
- errorOccurred: "An error occurred",
59966
- errorBulkUpdateFieldName: "Cannot commit the change because the number of items has been changed.",
59967
- commitBulkUpdateFieldName: "Commit Changes",
59968
- bulkUpdateFieldName: "Bulk update field names",
59969
- addPageAfter: "Add Page After",
59970
- removePage: "Remove Current Page",
59971
- removePageConfirm: "Are you sure you want to delete this page? This action cannot be undone.",
59972
- "validation.hexColor": "Please enter a valid hex color code.",
59973
- "validation.uniqueName": "Please enter a unique name.",
59974
- "validation.dateTimeFormat": "Invalid date time format.",
59975
- "schemas.color": "Color",
59976
- "schemas.borderWidth": "Border Width",
59977
- "schemas.borderColor": "Border Color",
59978
- "schemas.backgroundColor": "Background Color",
59979
- "schemas.textColor": "Text Color",
59980
- "schemas.bgColor": "Background Color",
59981
- "schemas.horizontal": "Horizontal",
59982
- "schemas.vertical": "Vertical",
59983
- "schemas.left": "Left",
59984
- "schemas.center": "Center",
59985
- "schemas.right": "Right",
59986
- "schemas.top": "Top",
59987
- "schemas.middle": "Middle",
59988
- "schemas.bottom": "Bottom",
59989
- "schemas.padding": "Padding",
59990
- "schemas.text.fontName": "Font Name",
59991
- "schemas.text.size": "Size",
59992
- "schemas.text.spacing": "Spacing",
59993
- "schemas.text.textAlign": "Text Align",
59994
- "schemas.text.verticalAlign": "Vertical Align",
59995
- "schemas.text.lineHeight": "Line Height",
59996
- "schemas.text.min": "Min",
59997
- "schemas.text.max": "Max",
59998
- "schemas.text.fit": "Fit",
59999
- "schemas.text.dynamicFontSize": "Dynamic Font Size",
60000
- "schemas.text.format": "Format",
60001
- "schemas.mvt.typingInstructions": "Add variables by typing words surrounded by curly brackets, e.g.",
60002
- "schemas.mvt.sampleField": "name",
60003
- "schemas.mvt.variablesSampleData": "Variables Sample Data",
60004
- "schemas.barcodes.barColor": "Bar Color",
60005
- "schemas.barcodes.includetext": "Include Text",
60006
- "schemas.table.alternateBackgroundColor": "Alternate Background Color",
60007
- "schemas.table.tableStyle": "Table Style",
60008
- "schemas.table.showHead": "Show Head",
60009
- "schemas.table.headStyle": "Header Style",
60010
- "schemas.table.bodyStyle": "Body Style",
60011
- "schemas.table.columnStyle": "Column Style",
60012
- "schemas.date.format": "Date Format",
60013
- "schemas.date.locale": "Locale",
60014
- "schemas.select.options": "Options",
60015
- "schemas.select.optionPlaceholder": "Enter an option",
60016
- "schemas.radioGroup.groupName": "Group Name"
60017
- }, dictZh = {
60018
- cancel: "取消",
60019
- close: "关闭",
60020
- clear: "清除",
60021
- set: "设置",
60022
- field: "字段",
60023
- fieldName: "名称",
60024
- align: "对齐",
60025
- width: "宽度",
60026
- height: "高度",
60027
- opacity: "透明度",
60028
- rotate: "旋转",
60029
- required: "必需的",
60030
- editable: "可编辑的",
60031
- edit: "编辑",
60032
- plsInputName: "请输入名称",
60033
- fieldMustUniq: "字段名称必须唯一",
60034
- notUniq: "(名称不唯一)",
60035
- noKeyName: "无名称",
60036
- fieldsList: "字段列表",
60037
- editField: "编辑字段",
60038
- type: "类型",
60039
- errorOccurred: "发生错误",
60040
- errorBulkUpdateFieldName: "由于项目数量已更改,无法提交更改。",
60041
- commitBulkUpdateFieldName: "提交更改",
60042
- bulkUpdateFieldName: "批量更新字段名称",
60043
- addPageAfter: "在之后添加页面",
60044
- removePage: "删除当前页面",
60045
- removePageConfirm: "您确定要删除此页面吗?此操作无法撤销。",
60046
- "validation.hexColor": "请输入有效的十六进制颜色代码。",
60047
- "validation.uniqueName": "请输入一个唯一的名称。",
60048
- "validation.dateTimeFormat": "日期时间格式无效。",
60049
- "schemas.color": "颜色",
60050
- "schemas.borderWidth": "边框宽度",
60051
- "schemas.borderColor": "边框颜色",
60052
- "schemas.backgroundColor": "背景颜色",
60053
- "schemas.textColor": "文字颜色",
60054
- "schemas.bgColor": "背景颜色",
60055
- "schemas.horizontal": "水平",
60056
- "schemas.vertical": "垂直",
60057
- "schemas.left": "左",
60058
- "schemas.center": "中",
60059
- "schemas.right": "右",
60060
- "schemas.top": "顶",
60061
- "schemas.middle": "中间",
60062
- "schemas.bottom": "底",
60063
- "schemas.padding": "填充",
60064
- "schemas.text.fontName": "字体名称",
60065
- "schemas.text.size": "大小",
60066
- "schemas.text.spacing": "间距",
60067
- "schemas.text.textAlign": "文本对齐",
60068
- "schemas.text.verticalAlign": "垂直对齐",
60069
- "schemas.text.lineHeight": "行高",
60070
- "schemas.text.min": "最小",
60071
- "schemas.text.max": "最大",
60072
- "schemas.text.fit": "适应",
60073
- "schemas.text.dynamicFontSize": "动态字体大小",
60074
- "schemas.text.format": "格式",
60075
- "schemas.mvt.typingInstructions": "通过输入用花括号括起来的单词来添加变量,例如",
60076
- "schemas.mvt.sampleField": "姓名",
60077
- "schemas.mvt.variablesSampleData": "变量样本数据",
60078
- "schemas.barcodes.barColor": "条码颜色",
60079
- "schemas.barcodes.includetext": "包括文本",
60080
- "schemas.table.alternateBackgroundColor": "交替背景颜色",
60081
- "schemas.table.tableStyle": "表格样式",
60082
- "schemas.table.showHead": "显示标题",
60083
- "schemas.table.headStyle": "表头样式",
60084
- "schemas.table.bodyStyle": "表体样式",
60085
- "schemas.table.columnStyle": "列样式",
60086
- "schemas.date.format": "日期格式",
60087
- "schemas.date.locale": " 语言环境",
60088
- "schemas.select.options": "选项",
60089
- "schemas.select.optionPlaceholder": "请输入选项",
60090
- "schemas.radioGroup.groupName": "组名"
60091
- }, dictJa = {
60092
- cancel: "キャンセル",
60093
- close: "閉じる",
60094
- clear: "クリア",
60095
- set: "設定",
60096
- field: "入力項目",
60097
- fieldName: "項目名",
60098
- align: "整列",
60099
- width: "幅",
60100
- height: "高さ",
60101
- opacity: "不透明度",
60102
- rotate: "回転",
60103
- required: "必須",
60104
- editable: "編集可能",
60105
- edit: "編集する",
60106
- plsInputName: "項目名を入力してください",
60107
- fieldMustUniq: "他の入力項目名と被っています",
60108
- notUniq: "(他の項目名と重複しています)",
60109
- noKeyName: "項目名なし",
60110
- fieldsList: "入力項目一覧",
60111
- editField: "入力項目を編集",
60112
- type: "タイプ",
60113
- errorOccurred: "エラーが発生しました",
60114
- errorBulkUpdateFieldName: "項目数が変更されているため変更をコミットできません。",
60115
- commitBulkUpdateFieldName: "変更を反映",
60116
- bulkUpdateFieldName: "項目名を一括変更",
60117
- addPageAfter: "次にページを追加",
60118
- removePage: "現在のページを削除",
60119
- removePageConfirm: "ページを削除してもよろしいですか?この操作は元に戻せません。",
60120
- "validation.hexColor": "有効な16進数のカラーコードを入力してください。",
60121
- "validation.uniqueName": "一意の名前を入力してください。",
60122
- "validation.dateTimeFormat": "日付と時刻のフォーマットが無効です。",
60123
- "schemas.color": "色",
60124
- "schemas.borderWidth": "枠線の太さ",
60125
- "schemas.borderColor": "枠線の色",
60126
- "schemas.backgroundColor": "背景色",
60127
- "schemas.textColor": "テキストの色",
60128
- "schemas.bgColor": "背景色",
60129
- "schemas.horizontal": "水平",
60130
- "schemas.vertical": "垂直",
60131
- "schemas.left": "左",
60132
- "schemas.center": "中央",
60133
- "schemas.right": "右",
60134
- "schemas.top": "上",
60135
- "schemas.middle": "中間",
60136
- "schemas.bottom": "下",
60137
- "schemas.padding": "パディング",
60138
- "schemas.text.fontName": "フォント名",
60139
- "schemas.text.size": "サイズ",
60140
- "schemas.text.spacing": "間隔",
60141
- "schemas.text.textAlign": "テキストの揃え",
60142
- "schemas.text.verticalAlign": "垂直方向の揃え",
60143
- "schemas.text.lineHeight": "行の高さ",
60144
- "schemas.text.min": "最小",
60145
- "schemas.text.max": "最大",
60146
- "schemas.text.fit": "フィット",
60147
- "schemas.text.dynamicFontSize": "動的フォントサイズ",
60148
- "schemas.text.format": "書式",
60149
- "schemas.mvt.typingInstructions": "中括弧で囲まれた単語を入力して変数を追加します。例:",
60150
- "schemas.mvt.sampleField": "名前",
60151
- "schemas.mvt.variablesSampleData": "変数サンプルデータ",
60152
- "schemas.barcodes.barColor": "バーの色",
60153
- "schemas.barcodes.includetext": "テキストを含める",
60154
- "schemas.table.alternateBackgroundColor": "交互の背景色",
60155
- "schemas.table.tableStyle": "テーブルスタイル",
60156
- "schemas.table.showHead": "ヘッダーを表示",
60157
- "schemas.table.headStyle": "ヘッダースタイル",
60158
- "schemas.table.bodyStyle": "ボディスタイル",
60159
- "schemas.table.columnStyle": "カラムスタイル",
60160
- "schemas.date.format": "日付形式",
60161
- "schemas.date.locale": "ロケール",
60162
- "schemas.select.options": "オプション",
60163
- "schemas.select.optionPlaceholder": "オプションを入力してください",
60164
- "schemas.radioGroup.groupName": "グループ名"
60165
- }, dictKo = {
60166
- cancel: "취소",
60167
- close: "닫기",
60168
- clear: "지우기",
60169
- set: "설정",
60170
- field: "필드",
60171
- fieldName: "이름",
60172
- align: "정렬",
60173
- width: "너비",
60174
- height: "높이",
60175
- opacity: "투명도",
60176
- rotate: "회전",
60177
- required: "필수의",
60178
- editable: "편집 가능한",
60179
- edit: "편집",
60180
- plsInputName: "이름을 입력하세요",
60181
- fieldMustUniq: "필드 이름은 유일해야 합니다",
60182
- notUniq: "(유일하지 않은 이름)",
60183
- noKeyName: "이름 없음",
60184
- fieldsList: "필드 목록",
60185
- editField: "필드 편집",
60186
- type: "유형",
60187
- errorOccurred: "오류 발생",
60188
- errorBulkUpdateFieldName: "항목 수가 변경되어 변경을 커밋할 수 없습니다.",
60189
- commitBulkUpdateFieldName: "변경 사항 커밋",
60190
- bulkUpdateFieldName: "필드 이름 일괄 업데이트",
60191
- addPageAfter: "다음에 페이지 추가",
60192
- removePage: "현재 페이지 제거",
60193
- removePageConfirm: "이 페이지를 삭제하시겠습니까? 이 작업은 취소할 수 없습니다.",
60194
- "validation.hexColor": "유효한 16진수 색상 코드를 입력하세요.",
60195
- "validation.uniqueName": "고유한 이름을 입력하세요.",
60196
- "validation.dateTimeFormat": "날짜/시간 형식이 잘못되었습니다.",
60197
- "schemas.color": "색상",
60198
- "schemas.borderWidth": "테두리 너비",
60199
- "schemas.borderColor": "테두리 색상",
60200
- "schemas.backgroundColor": "배경색",
60201
- "schemas.textColor": "텍스트 색상",
60202
- "schemas.bgColor": "배경색",
60203
- "schemas.horizontal": "수평",
60204
- "schemas.vertical": "수직",
60205
- "schemas.left": "왼쪽",
60206
- "schemas.center": "중앙",
60207
- "schemas.right": "오른쪽",
60208
- "schemas.top": "상단",
60209
- "schemas.middle": "중간",
60210
- "schemas.bottom": "하단",
60211
- "schemas.padding": "패딩",
60212
- "schemas.text.fontName": "글꼴 이름",
60213
- "schemas.text.size": "크기",
60214
- "schemas.text.spacing": "간격",
60215
- "schemas.text.textAlign": "텍스트 정렬",
60216
- "schemas.text.verticalAlign": "수직 정렬",
60217
- "schemas.text.lineHeight": "줄 높이",
60218
- "schemas.text.min": "최소",
60219
- "schemas.text.max": "최대",
60220
- "schemas.text.fit": "맞춤",
60221
- "schemas.text.dynamicFontSize": "동적 폰트 크기",
60222
- "schemas.text.format": "형식",
60223
- "schemas.mvt.typingInstructions": "중괄호로 묶인 단어를 입력하여 변수를 추가하세요.",
60224
- "schemas.mvt.sampleField": "이름",
60225
- "schemas.mvt.variablesSampleData": "변수 샘플 데이터",
60226
- "schemas.barcodes.barColor": "바코드 색상",
60227
- "schemas.barcodes.includetext": "텍스트 포함",
60228
- "schemas.table.alternateBackgroundColor": "대체 배경색",
60229
- "schemas.table.tableStyle": "테이블 스타일",
60230
- "schemas.table.showHead": "헤드 표시",
60231
- "schemas.table.headStyle": "헤더 스타일",
60232
- "schemas.table.bodyStyle": "본문 스타일",
60233
- "schemas.table.columnStyle": "열 스타일",
60234
- "schemas.date.format": "날짜 형식",
60235
- "schemas.date.locale": " 장소",
60236
- "schemas.select.options": "옵션",
60237
- "schemas.select.optionPlaceholder": "옵션을 입력하세요",
60238
- "schemas.radioGroup.groupName": "그룹 이름"
60239
- }, dictAr = {
60240
- cancel: "إلغاء",
60241
- close: "إغلاق",
60242
- clear: "مسح",
60243
- set: "تعيين",
60244
- field: "الحقل",
60245
- fieldName: "اسم الحقل",
60246
- align: "محاذاة",
60247
- width: "العرض",
60248
- height: "الارتفاع",
60249
- opacity: "الشفافية",
60250
- rotate: "تدوير",
60251
- required: "مطلوب",
60252
- editable: "قابل للتحرير",
60253
- edit: "تعديل",
60254
- plsInputName: "الرجاء إدخال الاسم",
60255
- fieldMustUniq: "يجب أن يكون الحقل فريداً",
60256
- notUniq: "(غير فريد)",
60257
- noKeyName: "لا يوجد اسم للحقل",
60258
- fieldsList: "قائمة الحقول",
60259
- editField: "تعديل الحقل",
60260
- type: "النوع",
60261
- errorOccurred: "حدث خطأ",
60262
- errorBulkUpdateFieldName: "لا يمكن تنفيذ التغيير لأنه تم تغيير عدد العناصر.",
60263
- commitBulkUpdateFieldName: "تنفيذ التغييرات",
60264
- bulkUpdateFieldName: "تغيير الأسماء",
60265
- addPageAfter: "إضافة صفحة بعد",
60266
- removePage: "احذف الصفحة الحالية",
60267
- removePageConfirm: "هل أنت متأكد من رغبتك في حذف هذه الصفحة؟ لا يمكن التراجع عن هذا الإجراء.",
60268
- "validation.hexColor": "الرجاء إدخال رمز لون سداسي عشري صالح.",
60269
- "validation.uniqueName": "الرجاء إدخال اسم فريد.",
60270
- "validation.dateTimeFormat": "تنسيق التاريخ والوقت غير صالح.",
60271
- "schemas.color": "اللون",
60272
- "schemas.borderWidth": "عرض الحدود",
60273
- "schemas.borderColor": "لون الحدود",
60274
- "schemas.backgroundColor": "لون الخلفية",
60275
- "schemas.textColor": "لون الخط",
60276
- "schemas.bgColor": "لون الخلفية",
60277
- "schemas.horizontal": "أفقي",
60278
- "schemas.vertical": "عمودي",
60279
- "schemas.left": "يسار",
60280
- "schemas.center": "مركز",
60281
- "schemas.right": "يمين",
60282
- "schemas.top": "أعلى",
60283
- "schemas.middle": "وسط",
60284
- "schemas.bottom": "أسفل",
60285
- "schemas.padding": "التبطين",
60286
- "schemas.text.fontName": "اسم الخط",
60287
- "schemas.text.size": "الحجم",
60288
- "schemas.text.spacing": "التباعد",
60289
- "schemas.text.textAlign": "محاذاة النص",
60290
- "schemas.text.verticalAlign": "محاذاة عمودية",
60291
- "schemas.text.lineHeight": "ارتفاع السطر",
60292
- "schemas.text.min": "الحد الأدنى",
60293
- "schemas.text.max": "الحد الأقصى",
60294
- "schemas.text.fit": "ملاءمة",
60295
- "schemas.text.dynamicFontSize": "حجم الخط الديناميكي",
60296
- "schemas.text.format": "تنسيق",
60297
- "schemas.mvt.typingInstructions": "قم بإضافة المتغيرات عن طريق كتابة الكلمات المحاطة بأقواس متعرجة، على سبيل المثال:",
60298
- "schemas.mvt.sampleField": "اسم",
60299
- "schemas.mvt.variablesSampleData": "بيانات عينة المتغيرات",
60300
- "schemas.barcodes.barColor": "لون الشريط",
60301
- "schemas.barcodes.includetext": "تضمين النص",
60302
- "schemas.table.alternateBackgroundColor": "لون الخلفية البديل",
60303
- "schemas.table.tableStyle": "أسلوب الجدول",
60304
- "schemas.table.showHead": "إظهار الرأس",
60305
- "schemas.table.headStyle": "أسلوب الرأس",
60306
- "schemas.table.bodyStyle": "أسلوب الجسم",
60307
- "schemas.table.columnStyle": "أسلوب العمود",
60308
- "schemas.date.format": "تنسيق التاريخ",
60309
- "schemas.date.locale": "لغة",
60310
- "schemas.select.options": "خيارات",
60311
- "schemas.select.optionPlaceholder": "أدخل خيارًا",
60312
- "schemas.radioGroup.groupName": "اسم المجموعة"
60313
- }, dictTh = {
60314
- cancel: "ยกเลิก",
60315
- close: "ปิด",
60316
- clear: "ล้าง",
60317
- set: "ตั้งค่า",
60318
- field: "ฟิลด์",
60319
- fieldName: "ชื่อฟิลด์",
60320
- align: "จัดเรียง",
60321
- width: "ความกว้าง",
60322
- height: "ความสูง",
60323
- opacity: "ความทึบ",
60324
- rotate: "หมุน",
60325
- required: "ที่จำเป็น",
60326
- editable: "แก้ไขได้",
60327
- edit: "แก้ไข",
60328
- plsInputName: "กรุณาใส่ชื่อ",
60329
- fieldMustUniq: "ชื่อฟิลด์ต้องไม่ซ้ำกัน",
60330
- notUniq: "(ชื่อฟิลด์ซ้ำกัน)",
60331
- noKeyName: "ไม่มีชื่อ",
60332
- fieldsList: "รายการฟิลด์ทั้งหมด",
60333
- editField: "แก้ไขฟิลด์",
60334
- type: "ประเภท",
60335
- errorOccurred: "เกิดข้อผิดพลาด",
60336
- errorBulkUpdateFieldName: "ไม่สามารถยืนยันการแก้ไขได้เนื่องจากจำนวนรายการมีการเปลี่ยนแปลง",
60337
- commitBulkUpdateFieldName: "ยืนยันการแก้ไข",
60338
- bulkUpdateFieldName: "แก้ไขชื่อฟิลด์เป็นชุด",
60339
- addPageAfter: "เพิ่มหน้าถัดไป",
60340
- removePage: "ลบหน้าปัจจุบัน",
60341
- removePageConfirm: "คุณแน่ใจหรือไม่ว่าต้องการลบหน้านี้? การกระทำนี้ไม่สามารถย้อนกลับได้",
60342
- "validation.hexColor": "กรุณาใส่รหัสสีแบบฐานสิบหกที่ถูกต้อง",
60343
- "validation.uniqueName": "กรุณาระบุชื่อที่ไม่ซ้ำ",
60344
- "validation.dateTimeFormat": "รูปแบบวันที่และเวลาไม่ถูกต้อง",
60345
- "schemas.color": "สี",
60346
- "schemas.borderWidth": "ความกว้างของเส้นขอบ",
60347
- "schemas.borderColor": "สีขอบ",
60348
- "schemas.backgroundColor": "สีพื้นหลัง",
60349
- "schemas.textColor": "สีข้อความ",
60350
- "schemas.bgColor": "สีพื้นหลัง",
60351
- "schemas.horizontal": "แนวนอน",
60352
- "schemas.vertical": "แนวตั้ง",
60353
- "schemas.left": "ซ้าย",
60354
- "schemas.center": "ตรงกลาง",
60355
- "schemas.right": "ขวา",
60356
- "schemas.top": "ด้านบน",
60357
- "schemas.middle": "ตรงกลาง",
60358
- "schemas.bottom": "ด้านล่าง",
60359
- "schemas.padding": "การเพิ่มพื้นที่",
60360
- "schemas.text.fontName": "ชื่อแบบอักษร",
60361
- "schemas.text.size": "ขนาด",
60362
- "schemas.text.spacing": "ระยะห่าง",
60363
- "schemas.text.textAlign": "จัดแนวข้อความ",
60364
- "schemas.text.verticalAlign": "จัดแนวแนวตั้ง",
60365
- "schemas.text.lineHeight": "ความสูงของบรรทัด",
60366
- "schemas.text.min": "ต่ำสุด",
60367
- "schemas.text.max": "สูงสุด",
60368
- "schemas.text.fit": "พอดี",
60369
- "schemas.text.dynamicFontSize": "ขนาดตัวอักษรแบบไดนามิก",
60370
- "schemas.text.format": "รูปแบบ",
60371
- "schemas.mvt.typingInstructions": "เพิ่มตัวแปรโดยพิมพ์คำที่ล้อมรอบด้วยวงเล็บปีกกา เช่น",
60372
- "schemas.mvt.sampleField": "ชื่อ",
60373
- "schemas.mvt.variablesSampleData": "ข้อมูลตัวอย่างตัวแปร",
60374
- "schemas.barcodes.barColor": "สีบาร์",
60375
- "schemas.barcodes.includetext": "รวมข้อความ",
60376
- "schemas.table.alternateBackgroundColor": "สีพื้นหลังสลับกัน",
60377
- "schemas.table.tableStyle": "สไตล์ตาราง",
60378
- "schemas.table.headStyle": "สไตล์หัวข้อ",
60379
- "schemas.table.showHead": "แสดงหัวข้อ",
60380
- "schemas.table.bodyStyle": "สไตล์เนื้อหา",
60381
- "schemas.table.columnStyle": "สไตล์คอลัมน์",
60382
- "schemas.date.format": "รูปแบบวันที่",
60383
- "schemas.date.locale": "สถาน",
60384
- "schemas.select.options": "ตัวเลือก",
60385
- "schemas.select.optionPlaceholder": "กรอกตัวเลือก",
60386
- "schemas.radioGroup.groupName": "ชื่อกลุ่ม"
60387
- }, dictIt = {
60388
- cancel: "Annulla",
60389
- close: "Chiudi",
60390
- clear: "Wyczyść",
60391
- set: "Ustaw",
60392
- field: "Campo",
60393
- fieldName: "Nome",
60394
- align: "Allinea",
60395
- width: "Larghezza",
60396
- height: "Altezza",
60397
- opacity: "Opacità",
60398
- rotate: "Ruota",
60399
- required: "Necessaria",
60400
- editable: "Modificabile",
60401
- edit: "Modifica",
60402
- plsInputName: "Inserisci il nome per favore",
60403
- fieldMustUniq: "Il nome del campo non è univoco",
60404
- notUniq: "(Nome non univoco)",
60405
- noKeyName: "Nessun nome",
60406
- fieldsList: "Lista campi",
60407
- editField: "Modifica campo",
60408
- type: "Tipo",
60409
- errorOccurred: "Riscontrato errore",
60410
- errorBulkUpdateFieldName: "Non è possibile salvare le modifiche perché il numero di elementi è cambiato.",
60411
- commitBulkUpdateFieldName: "Salva cambiamenti",
60412
- bulkUpdateFieldName: "Modifica nomi campi in blocco",
60413
- addPageAfter: "Aggiungi pagina dopo",
60414
- removePage: "Rimuovi la Pagina Corrente",
60415
- removePageConfirm: "Sei sicuro di voler eliminare questa pagina? Questa azione non può essere annullata.",
60416
- "validation.hexColor": "Inserisci un codice colore esadecimale valido.",
60417
- "validation.uniqueName": "Inserisci un nome univoco.",
60418
- "validation.dateTimeFormat": "Formato data-ora non valido.",
60419
- "schemas.color": "Colore",
60420
- "schemas.borderWidth": "Spessore bordo",
60421
- "schemas.borderColor": "Colore bordo",
60422
- "schemas.backgroundColor": "Colore di Sfondo",
60423
- "schemas.textColor": "Colore testo",
60424
- "schemas.bgColor": "Colore sfondo",
60425
- "schemas.horizontal": "Orizzontale",
60426
- "schemas.vertical": "Verticale",
60427
- "schemas.left": "Sinistra",
60428
- "schemas.center": "Centro",
60429
- "schemas.right": "Destra",
60430
- "schemas.top": "Sopra",
60431
- "schemas.middle": "Medio",
60432
- "schemas.bottom": "Sotto",
60433
- "schemas.padding": "Padding",
60434
- "schemas.text.fontName": "Nome del font",
60435
- "schemas.text.size": "Dimensione",
60436
- "schemas.text.spacing": "Spaziatura",
60437
- "schemas.text.textAlign": "Allineamento testo",
60438
- "schemas.text.verticalAlign": "Allineamento verticale",
60439
- "schemas.text.lineHeight": "Altezza della linea",
60440
- "schemas.text.min": "Minimo",
60441
- "schemas.text.max": "Massimo",
60442
- "schemas.text.fit": "Adatta",
60443
- "schemas.text.dynamicFontSize": "Dimensione font dinamica",
60444
- "schemas.text.format": "Formato",
60445
- "schemas.mvt.typingInstructions": "Aggiungi variabili digitando parole circondate da parentesi graffe, ad es.",
60446
- "schemas.mvt.sampleField": "nome",
60447
- "schemas.mvt.variablesSampleData": "Dati di esempio variabili",
60448
- "schemas.barcodes.barColor": "Colore barra",
60449
- "schemas.barcodes.includetext": "Includi testo",
60450
- "schemas.table.alternateBackgroundColor": "Colore di Sfondo Alternato",
60451
- "schemas.table.tableStyle": "Stile della Tabella",
60452
- "schemas.table.showHead": "Mostra Intestazione",
60453
- "schemas.table.headStyle": "Stile dell'Intestazione",
60454
- "schemas.table.bodyStyle": "Stile del Corpo",
60455
- "schemas.table.columnStyle": "Stile della Colonna",
60456
- "schemas.date.format": "Formato data",
60457
- "schemas.date.locale": "Locale",
60458
- "schemas.select.options": "Opzioni",
60459
- "schemas.select.optionPlaceholder": "Inserisci un'opzione",
60460
- "schemas.radioGroup.groupName": "Nome del Gruppo"
60461
- }, dictPl = {
60462
- cancel: "Anuluj",
60463
- close: "Zamknij",
60464
- clear: "Cancella",
60465
- set: "Imposta",
60466
- field: "pole",
60467
- fieldName: "Klucz pola",
60468
- align: "Wyrównanie",
60469
- width: "Szerokość",
60470
- height: "Wysokość",
60471
- opacity: "przezroczystość",
60472
- rotate: "Obrót",
60473
- required: "Wymagany",
60474
- editable: "Edytowalny",
60475
- edit: "Edytuj",
60476
- plsInputName: "Wymagane wprowadzenie klucza pola",
60477
- fieldMustUniq: "Klucz pola nie jest unikalny",
60478
- notUniq: "(Klucz pola nie jest unikalny)",
60479
- noKeyName: "Brak nazwy klucza pola",
60480
- fieldsList: "Lista pól",
60481
- editField: "Edytuj pole",
60482
- type: "Typ pola",
60483
- errorOccurred: "Wystąpił błąd",
60484
- errorBulkUpdateFieldName: "Nie można wprowadzić zmian ponieważ liczba elementów uległa zmianie.",
60485
- commitBulkUpdateFieldName: "Zaakceptuj zmiany",
60486
- bulkUpdateFieldName: "Masowo aktualizuj klucze pól",
60487
- addPageAfter: "Dodaj stronę po",
60488
- removePage: "Usuń Bieżącą Stronę",
60489
- removePageConfirm: "Czy na pewno chcesz usunąć tę stronę? Tej operacji nie można cofnąć.",
60490
- "validation.hexColor": "Wprowadź poprawny kod koloru szesnastkowego.",
60491
- "validation.uniqueName": "Proszę wpisać unikalną nazwę.",
60492
- "validation.dateTimeFormat": "Nieprawidłowy format daty i godziny.",
60493
- "schemas.color": "Kolor",
60494
- "schemas.borderWidth": "Szerokość obramowania",
60495
- "schemas.borderColor": "Kolor obramowania",
60496
- "schemas.backgroundColor": "Kolor tła",
60497
- "schemas.textColor": "Kolor tekstu",
60498
- "schemas.bgColor": "Kolor tła",
60499
- "schemas.horizontal": "Poziomo",
60500
- "schemas.vertical": "Pionowo",
60501
- "schemas.left": "Lewo",
60502
- "schemas.center": "Centrum",
60503
- "schemas.right": "Prawo",
60504
- "schemas.top": "Góra",
60505
- "schemas.middle": "Środek",
60506
- "schemas.bottom": "Dół",
60507
- "schemas.padding": "Odsadzenie",
60508
- "schemas.text.fontName": "Nazwa czcionki",
60509
- "schemas.text.size": "Rozmiar",
60510
- "schemas.text.spacing": "Odstępy",
60511
- "schemas.text.textAlign": "Wyrównanie tekstu",
60512
- "schemas.text.verticalAlign": "Wyrównanie pionowe",
60513
- "schemas.text.lineHeight": "Wysokość linii",
60514
- "schemas.text.min": "Minimum",
60515
- "schemas.text.max": "Maksimum",
60516
- "schemas.text.fit": "Dopasowanie",
60517
- "schemas.text.dynamicFontSize": "Dynamiczny rozmiar czcionki",
60518
- "schemas.text.format": "Format",
60519
- "schemas.mvt.typingInstructions": "Dodaj zmienne, wpisując słowa ujęte w nawiasy klamrowe, np.",
60520
- "schemas.mvt.sampleField": "nazwa",
60521
- "schemas.mvt.variablesSampleData": "Zmienne Przykładowe dane",
60522
- "schemas.barcodes.barColor": "Kolor paska",
60523
- "schemas.barcodes.includetext": "Dołącz tekst",
60524
- "schemas.table.alternateBackgroundColor": "Alternatywny kolor tła",
60525
- "schemas.table.tableStyle": "Styl tabeli",
60526
- "schemas.table.showHead": "Pokaż nagłówek",
60527
- "schemas.table.headStyle": "Styl nagłówka",
60528
- "schemas.table.bodyStyle": "Styl ciała",
60529
- "schemas.table.columnStyle": "Styl kolumny",
60530
- "schemas.date.format": "Format daty",
60531
- "schemas.date.locale": "Widownia",
60532
- "schemas.select.options": "Opcje",
60533
- "schemas.select.optionPlaceholder": "Wpisz opcję",
60534
- "schemas.radioGroup.groupName": "Nazwa grupy"
60535
- }, dictDe = {
60536
- cancel: "Abbrechen",
60537
- close: "Schließen",
60538
- clear: "Löschen",
60539
- set: "Festlegen",
60540
- field: "Feld",
60541
- fieldName: "Name",
60542
- align: "Ausrichten",
60543
- width: "Breite",
60544
- height: "Höhe",
60545
- opacity: "Opazität",
60546
- rotate: "Drehen",
60547
- required: "Erforderlich",
60548
- editable: "Bearbeitbar",
60549
- edit: "Bearbeiten",
60550
- plsInputName: "Bitte geben Sie einen Namen ein",
60551
- fieldMustUniq: "Feldname ist nicht eindeutig",
60552
- notUniq: "(Nicht eindeutiger Name)",
60553
- noKeyName: "Kein Name",
60554
- fieldsList: "Feldliste",
60555
- editField: "Feld bearbeiten",
60556
- type: "Typ",
60557
- errorOccurred: "Ein Fehler ist aufgetreten",
60558
- errorBulkUpdateFieldName: "Die Änderung kann nicht übernommen werden, weil die Anzahl der Elemente geändert wurde.",
60559
- commitBulkUpdateFieldName: "Änderungen übernehmen",
60560
- bulkUpdateFieldName: "Mehrfachaktualisierung der Feldnamen",
60561
- addPageAfter: "Seite danach hinzufügen",
60562
- removePage: "Aktuelle Seite entfernen",
60563
- removePageConfirm: "Sind Sie sicher, dass Sie diese Seite löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.",
60564
- "validation.hexColor": "Bitte geben Sie einen gültigen Hex-Farbcode ein.",
60565
- "validation.uniqueName": "Bitte geben Sie einen eindeutigen Namen ein.",
60566
- "validation.dateTimeFormat": "Ungültiges Datums- und Zeitformat.",
60567
- "schemas.color": "Farbe",
60568
- "schemas.borderWidth": "Rahmenbreite",
60569
- "schemas.borderColor": "Rahmenfarbe",
60570
- "schemas.backgroundColor": "Hintergrundfarbe",
60571
- "schemas.textColor": "Textfarbe",
60572
- "schemas.bgColor": "Hintergrundfarbe",
60573
- "schemas.horizontal": "Horizontal",
60574
- "schemas.vertical": "Vertikal",
60575
- "schemas.left": "Links",
60576
- "schemas.center": "Zentriert",
60577
- "schemas.right": "Rechts",
60578
- "schemas.top": "Oben",
60579
- "schemas.middle": "Mitte",
60580
- "schemas.bottom": "Unten",
60581
- "schemas.padding": "Polsterung",
60582
- "schemas.text.fontName": "Schriftart",
60583
- "schemas.text.size": "Größe",
60584
- "schemas.text.spacing": "Abstand",
60585
- "schemas.text.textAlign": "Ausrichtung",
60586
- "schemas.text.verticalAlign": "vert. Ausr.",
60587
- "schemas.text.lineHeight": "Zeilenhöhe",
60588
- "schemas.text.min": "Min",
60589
- "schemas.text.max": "Max",
60590
- "schemas.text.fit": "Anpassen",
60591
- "schemas.text.dynamicFontSize": "Dynamische Schriftgröße",
60592
- "schemas.text.format": "Format",
60593
- "schemas.mvt.typingInstructions": "Fügen Sie Variablen hinzu, indem Sie Wörter in geschweiften Klammern eingeben, z. B.",
60594
- "schemas.mvt.sampleField": "Name",
60595
- "schemas.mvt.variablesSampleData": "Variablen Beispieldaten",
60596
- "schemas.barcodes.barColor": "Strichcodefarbe",
60597
- "schemas.barcodes.includetext": "Text anzeigen",
60598
- "schemas.table.alternateBackgroundColor": "Wechselnde Hintergrundfarbe",
60599
- "schemas.table.tableStyle": "Tabellenstil",
60600
- "schemas.table.headStyle": "Kopfzeilenstil",
60601
- "schemas.table.showHead": "Kopfzeile anzeigen",
60602
- "schemas.table.bodyStyle": "Körperstil",
60603
- "schemas.table.columnStyle": "Spaltenstil",
60604
- "schemas.date.format": "Datumsformat",
60605
- "schemas.date.locale": "Gebietsschema",
60606
- "schemas.select.options": "Optionen",
60607
- "schemas.select.optionPlaceholder": "Geben Sie eine Option ein",
60608
- "schemas.radioGroup.groupName": "Gruppenname"
60609
- }, dictEs = {
60610
- cancel: "Cancelar",
60611
- close: "Cerrar",
60612
- clear: "Limpiar",
60613
- set: "Establecer",
60614
- field: "campo",
60615
- fieldName: "Nombre",
60616
- align: "Alinear",
60617
- width: "Anchura",
60618
- height: "Altura",
60619
- opacity: "Opacidad",
60620
- rotate: "Rotar",
60621
- required: "Requerido",
60622
- editable: "Editable",
60623
- edit: "Editar",
60624
- plsInputName: "Introduce el nombre",
60625
- fieldMustUniq: "El nombre del campo no es único",
60626
- notUniq: "(Nombre no único)",
60627
- noKeyName: "Sin nombre",
60628
- fieldsList: "Lista de campos",
60629
- editField: "Editar campo",
60630
- type: "Tipo",
60631
- errorOccurred: "Ocurrió un error",
60632
- errorBulkUpdateFieldName: "No se puede confirmar el cambio porque el número de elementos ha cambiado.",
60633
- commitBulkUpdateFieldName: "Confirmar cambios",
60634
- bulkUpdateFieldName: "Actualizar en bloque el nombre de los campos",
60635
- addPageAfter: "Insertar página",
60636
- removePage: "Eliminar página actual",
60637
- removePageConfirm: "¿Estás seguro de que quieres eliminar esta página? Esta acción no se puede deshacer.",
60638
- "validation.hexColor": "Introduce un código de color hexadecimal válido.",
60639
- "validation.uniqueName": "Por favor, introduzca un nombre único.",
60640
- "validation.dateTimeFormat": "Formato de fecha y hora no válido.",
60641
- "schemas.color": "Color",
60642
- "schemas.borderWidth": "Ancho del borde",
60643
- "schemas.borderColor": "Color del borde",
60644
- "schemas.backgroundColor": "Color de fondo",
60645
- "schemas.textColor": "Color del texto",
60646
- "schemas.bgColor": "Color del fondo",
60647
- "schemas.horizontal": "Horizontal",
60648
- "schemas.vertical": "Vertical",
60649
- "schemas.left": "Izquierda",
60650
- "schemas.center": "Centro",
60651
- "schemas.right": "Derecha",
60652
- "schemas.top": "Arriba",
60653
- "schemas.middle": "Medio",
60654
- "schemas.bottom": "Abajo",
60655
- "schemas.padding": "Relleno",
60656
- "schemas.text.fontName": "Nombre de la fuente",
60657
- "schemas.text.size": "Tamaño",
60658
- "schemas.text.spacing": "Espaciado",
60659
- "schemas.text.textAlign": "Alineación del texto",
60660
- "schemas.text.verticalAlign": "Alineación vertical",
60661
- "schemas.text.lineHeight": "Altura de línea",
60662
- "schemas.text.min": "Mín",
60663
- "schemas.text.max": "Máx",
60664
- "schemas.text.fit": "Ajustar",
60665
- "schemas.text.dynamicFontSize": "Tamaño de fuente dinámico",
60666
- "schemas.text.format": "Formato",
60667
- "schemas.mvt.typingInstructions": "Agregue variables escribiendo palabras entre llaves, p.",
60668
- "schemas.mvt.sampleField": "nombre",
60669
- "schemas.mvt.variablesSampleData": "Variables Datos de muestra",
60670
- "schemas.barcodes.barColor": "Color de la barra",
60671
- "schemas.barcodes.includetext": "Incluir texto",
60672
- "schemas.table.alternateBackgroundColor": "Color de fondo alternativo",
60673
- "schemas.table.tableStyle": "Estilo de tabla",
60674
- "schemas.table.showHead": "Mostrar encabezado",
60675
- "schemas.table.headStyle": "Estilo de cabecera",
60676
- "schemas.table.bodyStyle": "Estilo de cuerpo",
60677
- "schemas.table.columnStyle": "Estilo de columna",
60678
- "schemas.date.format": "Formato de fecha",
60679
- "schemas.date.locale": "Lugar",
60680
- "schemas.select.options": "Opciones",
60681
- "schemas.select.optionPlaceholder": "Ingrese una opción",
60682
- "schemas.radioGroup.groupName": "Nombre del grupo"
60683
- }, dictFr = {
60684
- cancel: "Annuler",
60685
- close: "Fermer",
60686
- clear: "Effacer",
60687
- set: "Définir",
60688
- field: "Champ",
60689
- fieldName: "Nom",
60690
- align: "Aligner",
60691
- width: "Largeur",
60692
- height: "Hauteur",
60693
- opacity: "Opacité",
60694
- rotate: "Rotation",
60695
- required: "Requis",
60696
- editable: "Modifiable",
60697
- edit: "Éditer",
60698
- plsInputName: "Veuillez saisir le nom",
60699
- fieldMustUniq: "Le nom du champ n'est pas unique",
60700
- notUniq: "(Nombre non unique)",
60701
- noKeyName: "Pas de nom",
60702
- fieldsList: "Liste des champs",
60703
- editField: "Éditer le champ",
60704
- type: "Type",
60705
- errorOccurred: "Une erreur est survenue",
60706
- errorBulkUpdateFieldName: "Impossible de confirmer le changement car le nombre d'éléments a changé.",
60707
- commitBulkUpdateFieldName: "Confirmer les changements",
60708
- bulkUpdateFieldName: "Modifier les noms de champs en masse",
60709
- addPageAfter: "Ajouter une page après",
60710
- removePage: "Supprimer la page actuelle",
60711
- removePageConfirm: "Êtes-vous sûr de vouloir supprimer cette page ? Cette action est irréversible.",
60712
- "validation.hexColor": "Veuillez entrer un code couleur hexadécimal valide.",
60713
- "validation.uniqueName": "Veuillez saisir un nom unique.",
60714
- "validation.dateTimeFormat": "Format de date et d'heure non valide.",
60715
- "schemas.color": "Couleur",
60716
- "schemas.borderWidth": "Largeur de la bordure",
60717
- "schemas.borderColor": "Couleur de la bordure",
60718
- "schemas.backgroundColor": "Couleur de fond",
60719
- "schemas.textColor": "Couleur du texte",
60720
- "schemas.bgColor": "Couleur de fond",
60721
- "schemas.horizontal": "Horizontal",
60722
- "schemas.vertical": "Vertical",
60723
- "schemas.left": "Gauche",
60724
- "schemas.center": "Centre",
60725
- "schemas.right": "Droite",
60726
- "schemas.top": "Haut",
60727
- "schemas.middle": "Milieu",
60728
- "schemas.bottom": "Bas",
60729
- "schemas.padding": "Zone de remplissage",
60730
- "schemas.text.fontName": "Nom de la police",
60731
- "schemas.text.size": "Taille",
60732
- "schemas.text.spacing": "Espacement",
60733
- "schemas.text.textAlign": "Alignement du texte",
60734
- "schemas.text.verticalAlign": "Alignement vertical",
60735
- "schemas.text.lineHeight": "Hauteur de ligne",
60736
- "schemas.text.min": "Min",
60737
- "schemas.text.max": "Max",
60738
- "schemas.text.fit": "Ajustement",
60739
- "schemas.text.dynamicFontSize": "Taille de police dynamique",
60740
- "schemas.text.format": "Format",
60741
- "schemas.mvt.typingInstructions": "Ajoutez des variables en tapant des mots entourés d'accolades, par ex.",
60742
- "schemas.mvt.sampleField": "nom",
60743
- "schemas.mvt.variablesSampleData": "Variables Exemples de données",
60744
- "schemas.barcodes.barColor": "Couleur de la barre",
60745
- "schemas.barcodes.includetext": "Inclure le texte",
60746
- "schemas.table.alternateBackgroundColor": "Couleur de fond alternative",
60747
- "schemas.table.tableStyle": "Style de tableau",
60748
- "schemas.table.showHead": "Afficher l’en-tête",
60749
- "schemas.table.headStyle": "Style d'en-tête",
60750
- "schemas.table.bodyStyle": "Style de corps",
60751
- "schemas.table.columnStyle": "Style de colonne",
60752
- "schemas.date.format": "Format de date",
60753
- "schemas.date.locale": "Lieu",
60754
- "schemas.select.options": "Options",
60755
- "schemas.select.optionPlaceholder": "Entrez une option",
60756
- "schemas.radioGroup.groupName": "Nom du groupe"
60757
- }, dictionaries = {
60758
- en: dictEn,
60759
- zh: dictZh,
60760
- ja: dictJa,
60761
- ko: dictKo,
60762
- ar: dictAr,
60763
- th: dictTh,
60764
- it: dictIt,
60765
- pl: dictPl,
60766
- de: dictDe,
60767
- es: dictEs,
60768
- fr: dictFr
60769
- }, getDict = (a) => dictionaries[a] || dictionaries[DEFAULT_LANG], i18n = (a, s) => (s || getDict(DEFAULT_LANG))[a], DEFAULT_FONT_SIZE = 13, ALIGN_LEFT = "left", ALIGN_CENTER = "center", ALIGN_RIGHT = "right", DEFAULT_ALIGNMENT = ALIGN_LEFT, VERTICAL_ALIGN_TOP = "top", VERTICAL_ALIGN_MIDDLE = "middle", VERTICAL_ALIGN_BOTTOM = "bottom", DEFAULT_VERTICAL_ALIGNMENT = VERTICAL_ALIGN_TOP, DEFAULT_LINE_HEIGHT = 1, DEFAULT_CHARACTER_SPACING = 0, DEFAULT_FONT_COLOR = "#000000", PLACEHOLDER_FONT_COLOR = "#A0A0A0", DYNAMIC_FIT_VERTICAL = "vertical", DYNAMIC_FIT_HORIZONTAL = "horizontal", DEFAULT_DYNAMIC_FIT = DYNAMIC_FIT_VERTICAL, DEFAULT_DYNAMIC_MIN_FONT_SIZE = 4, DEFAULT_DYNAMIC_MAX_FONT_SIZE = 72, FONT_SIZE_ADJUSTMENT = 0.25, ENCODING_MAPPING = {
59942
+ }), uuid$6 = () => "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, (a) => {
59943
+ const s = Math.random() * 16 | 0;
59944
+ return (a == "x" ? s : s & 3 | 8).toString(16);
59945
+ }), set$2 = (a, s, $) => {
59946
+ s = Array.isArray(s) ? s : s.replace("[", ".").replace("]", "").split(".");
59947
+ let _ = a;
59948
+ s.forEach((_e, tt, rt) => {
59949
+ if (tt == s.length - 1)
59950
+ _[_e] = $;
59951
+ else {
59952
+ if (!_.hasOwnProperty(_e)) {
59953
+ const at = rt[tt + 1];
59954
+ _[_e] = String(Number(at)) === at ? [] : {};
59955
+ }
59956
+ _ = _[_e];
59957
+ }
59958
+ });
59959
+ }, debounce$1 = (a, s = 20) => {
59960
+ let $ = null;
59961
+ return (..._e) => {
59962
+ $ && clearTimeout($), $ = setTimeout(() => a(..._e), s);
59963
+ };
59964
+ }, shift = (a, s, $) => {
59965
+ $ && (s = -s);
59966
+ const _ = `${a}`.split("e");
59967
+ return +`${_[0]}e${_[1] ? Number(_[1]) + s : s}`;
59968
+ }, round$1 = (a, s) => shift(Math.round(shift(a, s, !1)), s, !0), flatten = (a) => [].concat(...a), up = "up", shiftUp = "shift+up", down = "down", shiftDown = "shift+down", left = "left", shiftLeft = "shift+left", right = "right", shiftRight = "shift+right", rmWin = "backspace", rmMac = "delete", esc = "esc", copyWin = "ctrl+c", copyMac = "command+c", pasteWin = "ctrl+v", pasteMac = "command+v", redoWin = "ctrl+y", redoMac = "shift+command+z", undoWin = "ctrl+z", undoMac = "command+z", saveWin = "ctrl+s", saveMac = "command+s", selectAllWin = "ctrl+a", selectAllMac = "command+a", keys$2 = [
59969
+ up,
59970
+ shiftUp,
59971
+ down,
59972
+ shiftDown,
59973
+ left,
59974
+ shiftLeft,
59975
+ right,
59976
+ shiftRight,
59977
+ rmMac,
59978
+ rmWin,
59979
+ esc,
59980
+ copyWin,
59981
+ copyMac,
59982
+ pasteWin,
59983
+ pasteMac,
59984
+ redoWin,
59985
+ redoMac,
59986
+ undoWin,
59987
+ undoMac,
59988
+ saveWin,
59989
+ saveMac,
59990
+ selectAllWin,
59991
+ selectAllMac
59992
+ ], initShortCuts = (a) => {
59993
+ hotkeys(keys$2.join(), (s, $) => {
59994
+ switch ($.shortcut) {
59995
+ case up:
59996
+ case shiftUp:
59997
+ s.preventDefault(), a.move("up", hotkeys.shift);
59998
+ break;
59999
+ case down:
60000
+ case shiftDown:
60001
+ s.preventDefault(), a.move("down", hotkeys.shift);
60002
+ break;
60003
+ case left:
60004
+ case shiftLeft:
60005
+ s.preventDefault(), a.move("left", hotkeys.shift);
60006
+ break;
60007
+ case right:
60008
+ case shiftRight:
60009
+ s.preventDefault(), a.move("right", hotkeys.shift);
60010
+ break;
60011
+ case rmWin:
60012
+ case rmMac:
60013
+ a.remove();
60014
+ break;
60015
+ case esc:
60016
+ a.esc();
60017
+ break;
60018
+ case copyWin:
60019
+ case copyMac:
60020
+ a.copy();
60021
+ break;
60022
+ case pasteWin:
60023
+ case pasteMac:
60024
+ a.paste();
60025
+ break;
60026
+ case redoWin:
60027
+ case redoMac:
60028
+ a.redo();
60029
+ break;
60030
+ case undoWin:
60031
+ case undoMac:
60032
+ a.undo();
60033
+ break;
60034
+ case saveWin:
60035
+ case saveMac:
60036
+ s.preventDefault(), a.save();
60037
+ break;
60038
+ case selectAllWin:
60039
+ case selectAllMac:
60040
+ s.preventDefault(), a.selectAll();
60041
+ break;
60042
+ }
60043
+ });
60044
+ }, destroyShortCuts = () => {
60045
+ hotkeys.unbind(keys$2.join());
60046
+ };
60047
+ function detectMimeType(a) {
60048
+ const s = new DataView(a);
60049
+ return s.getUint8(0) === 137 && s.getUint8(1) === 80 && s.getUint8(2) === 78 && s.getUint8(3) === 71 ? "image/png" : s.getUint8(0) === 255 && s.getUint8(1) === 216 && s.getUint8(2) === 255 ? "image/jpeg" : "";
60050
+ }
60051
+ const arrayBufferToBase64 = (a) => {
60052
+ const s = detectMimeType(a), $ = new Uint8Array(a);
60053
+ let _ = "";
60054
+ for (let tt = 0; tt < $.length; tt++)
60055
+ _ += String.fromCharCode($[tt]);
60056
+ const _e = btoa(_);
60057
+ return s ? `data:${s};base64,${_e}` : `data:application/octet-stream;base64,${_e}`;
60058
+ }, convertSchemasForUI = (a) => (a.schemas.forEach((s) => {
60059
+ s.forEach(($) => {
60060
+ $.id = uuid$6(), $.content = $.content || "";
60061
+ });
60062
+ }), a.schemas), template2SchemasList = async (a) => {
60063
+ const s = cloneDeep$1(a), { basePdf: $, schemas: _ } = s, _e = convertSchemasForUI(s);
60064
+ let tt = [];
60065
+ if (isBlankPdf($))
60066
+ tt = _.map(() => ({
60067
+ width: $.width,
60068
+ height: $.height
60069
+ }));
60070
+ else {
60071
+ const ot = await getB64BasePdf($);
60072
+ tt = await pdf2size(b64toUint8Array(ot));
60073
+ }
60074
+ const rt = _e.length, at = tt.length;
60075
+ return (rt < at ? _e.concat(new Array(at - rt).fill(cloneDeep$1([]))) : _e.slice(0, tt.length)).map((ot, nt) => (Object.values(ot).forEach((st) => {
60076
+ const { width: lt, height: et } = tt[nt], it = st.position.x + st.width, ut = st.position.y + st.height;
60077
+ if (lt < it) {
60078
+ const gt = it - lt;
60079
+ st.position.x += gt;
60080
+ }
60081
+ if (et < ut) {
60082
+ const gt = ut - et;
60083
+ st.position.y += gt;
60084
+ }
60085
+ }), ot));
60086
+ }, schemasList2template = (a, s) => ({
60087
+ schemas: cloneDeep$1(a).map(
60088
+ ($) => $.map((_) => (delete _.id, _))
60089
+ ),
60090
+ basePdf: s
60091
+ }), getUniqueSchemaName = (a) => {
60092
+ const { copiedSchemaName: s, schema: $, stackUniqueSchemaNames: _ } = a, _e = $.map((nt) => nt.name).concat(_), tt = _e.reduce(
60093
+ (nt, st) => Object.assign(nt, { originalName: st, copiedNum: 0 }),
60094
+ {}
60095
+ ), rt = (nt) => nt.replace(/ copy$| copy [0-9]*$/, "");
60096
+ _e.filter((nt) => / copy$| copy [0-9]*$/.test(nt)).forEach((nt) => {
60097
+ const st = rt(nt), lt = nt.match(/[0-9]*$/), et = lt && lt[0] ? Number(lt[0]) : 1;
60098
+ (tt[st] ?? 0) < et && (tt[st] = et);
60099
+ });
60100
+ const at = rt(s);
60101
+ if (tt[at]) {
60102
+ const nt = tt[at], st = `${at} copy ${nt + 1}`;
60103
+ return _.push(st), st;
60104
+ }
60105
+ const ot = `${s} copy`;
60106
+ return _.push(ot), ot;
60107
+ }, moveCommandToChangeSchemasArg = (a) => {
60108
+ const { command: s, activeSchemas: $, isShift: _, pageSize: _e } = a, tt = s === "up" || s === "down" ? "y" : "x", rt = _ ? 0.1 : 1, at = (ot) => {
60109
+ let nt = 0;
60110
+ const { position: st } = ot;
60111
+ switch (s) {
60112
+ case "up":
60113
+ nt = round$1(st.y - rt, 2);
60114
+ break;
60115
+ case "down":
60116
+ nt = round$1(st.y + rt, 2);
60117
+ break;
60118
+ case "left":
60119
+ nt = round$1(st.x - rt, 2);
60120
+ break;
60121
+ case "right":
60122
+ nt = round$1(st.x + rt, 2);
60123
+ break;
60124
+ }
60125
+ return nt > 0 ? nt : 0;
60126
+ };
60127
+ return $.map((ot) => {
60128
+ let nt = at(ot);
60129
+ const { width: st, height: lt } = ot;
60130
+ return tt === "x" ? nt = nt > _e.width - st ? round$1(_e.width - st, 2) : nt : nt = nt > _e.height - lt ? round$1(_e.height - lt, 2) : nt, { key: `position.${tt}`, value: nt, schemaId: ot.id };
60131
+ });
60132
+ }, getPagesScrollTopByIndex = (a, s, $) => a.slice(0, s).reduce((_, _e) => _ + (_e.height * ZOOM + RULER_HEIGHT * $) * $, 0), getSidebarContentHeight = (a) => a - RULER_HEIGHT - RULER_HEIGHT / 2 - 30, handlePositionSizeChange = (a, s, $, _, _e) => {
60133
+ const tt = isBlankPdf(_) ? _.padding : [0, 0, 0, 0], [rt, at, ot, nt] = tt, { width: st, height: lt } = _e, et = (it, ut, gt) => Math.min(Math.max(Number(it), ut), gt);
60134
+ s === "position.x" ? a.position.x = et($, nt, st - a.width - at) : s === "position.y" ? a.position.y = et($, rt, lt - a.height - ot) : s === "width" ? a.width = et($, 0, st - a.position.x - at) : s === "height" && (a.height = et($, 0, lt - a.position.y - ot));
60135
+ }, handleTypeChange = (a, s, $, _) => {
60136
+ var rt;
60137
+ if (s !== "type") return;
60138
+ const _e = ["id", "name", "type", "position", "required"];
60139
+ Object.keys(a).forEach((at) => {
60140
+ _e.includes(at) || delete a[at];
60141
+ });
60142
+ const tt = (rt = Object.values(_).find(
60143
+ (at) => (at == null ? void 0 : at.propPanel.defaultSchema.type) === $
60144
+ )) == null ? void 0 : rt.propPanel;
60145
+ Object.keys((tt == null ? void 0 : tt.defaultSchema) || {}).forEach((at) => {
60146
+ a.hasOwnProperty(at) || (a[at] = tt == null ? void 0 : tt.defaultSchema[at]);
60147
+ }), a.readOnly && (a.required = !1);
60148
+ }, changeSchemas = (a) => {
60149
+ const { objs: s, schemas: $, basePdf: _, pluginsRegistry: _e, pageSize: tt, commitSchemas: rt } = a, at = s.reduce((ot, { key: nt, value: st, schemaId: lt }) => {
60150
+ const et = ot.find((it) => it.id === lt);
60151
+ return et && (set$2(et, nt, st), nt === "type" ? handleTypeChange(et, nt, st, _e) : ["position.x", "position.y", "width", "height"].includes(nt) && handlePositionSizeChange(et, nt, st, _, tt)), ot;
60152
+ }, cloneDeep$1($));
60153
+ rt(at);
60154
+ }, DEFAULT_FONT_SIZE = 13, ALIGN_LEFT = "left", ALIGN_CENTER = "center", ALIGN_RIGHT = "right", DEFAULT_ALIGNMENT = ALIGN_LEFT, VERTICAL_ALIGN_TOP = "top", VERTICAL_ALIGN_MIDDLE = "middle", VERTICAL_ALIGN_BOTTOM = "bottom", DEFAULT_VERTICAL_ALIGNMENT = VERTICAL_ALIGN_TOP, DEFAULT_LINE_HEIGHT = 1, DEFAULT_CHARACTER_SPACING = 0, DEFAULT_FONT_COLOR = "#000000", PLACEHOLDER_FONT_COLOR = "#A0A0A0", DYNAMIC_FIT_VERTICAL = "vertical", DYNAMIC_FIT_HORIZONTAL = "horizontal", DEFAULT_DYNAMIC_FIT = DYNAMIC_FIT_VERTICAL, DEFAULT_DYNAMIC_MIN_FONT_SIZE = 4, DEFAULT_DYNAMIC_MAX_FONT_SIZE = 72, FONT_SIZE_ADJUSTMENT = 0.25, ENCODING_MAPPING = {
60770
60155
  utf16le: "utf-16le",
60771
60156
  ucs2: "utf-16le",
60772
60157
  utf16be: "utf-16be"
@@ -82538,222 +81923,7 @@ const UseDynamicFontSize = (a) => {
82538
81923
  ui: uiRender,
82539
81924
  propPanel,
82540
81925
  icon: createSvgStr(TextCursorInput)
82541
- }, builtInPlugins = { Text: textSchema }, I18nContext = reactExports.createContext(i18n), FontContext = reactExports.createContext(getDefaultFont()), PluginsRegistry = reactExports.createContext(builtInPlugins), OptionsContext = reactExports.createContext({}), uuid$6 = () => "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, (a) => {
82542
- const s = Math.random() * 16 | 0;
82543
- return (a == "x" ? s : s & 3 | 8).toString(16);
82544
- }), set$2 = (a, s, $) => {
82545
- s = Array.isArray(s) ? s : s.replace("[", ".").replace("]", "").split(".");
82546
- let _ = a;
82547
- s.forEach((_e, tt, rt) => {
82548
- if (tt == s.length - 1)
82549
- _[_e] = $;
82550
- else {
82551
- if (!_.hasOwnProperty(_e)) {
82552
- const at = rt[tt + 1];
82553
- _[_e] = String(Number(at)) === at ? [] : {};
82554
- }
82555
- _ = _[_e];
82556
- }
82557
- });
82558
- }, debounce$1 = (a, s = 20) => {
82559
- let $ = null;
82560
- return (..._e) => {
82561
- $ && clearTimeout($), $ = setTimeout(() => a(..._e), s);
82562
- };
82563
- }, shift = (a, s, $) => {
82564
- $ && (s = -s);
82565
- const _ = `${a}`.split("e");
82566
- return +`${_[0]}e${_[1] ? Number(_[1]) + s : s}`;
82567
- }, round$1 = (a, s) => shift(Math.round(shift(a, s, !1)), s, !0), flatten = (a) => [].concat(...a), up = "up", shiftUp = "shift+up", down = "down", shiftDown = "shift+down", left = "left", shiftLeft = "shift+left", right = "right", shiftRight = "shift+right", rmWin = "backspace", rmMac = "delete", esc = "esc", copyWin = "ctrl+c", copyMac = "command+c", pasteWin = "ctrl+v", pasteMac = "command+v", redoWin = "ctrl+y", redoMac = "shift+command+z", undoWin = "ctrl+z", undoMac = "command+z", saveWin = "ctrl+s", saveMac = "command+s", selectAllWin = "ctrl+a", selectAllMac = "command+a", keys$2 = [
82568
- up,
82569
- shiftUp,
82570
- down,
82571
- shiftDown,
82572
- left,
82573
- shiftLeft,
82574
- right,
82575
- shiftRight,
82576
- rmMac,
82577
- rmWin,
82578
- esc,
82579
- copyWin,
82580
- copyMac,
82581
- pasteWin,
82582
- pasteMac,
82583
- redoWin,
82584
- redoMac,
82585
- undoWin,
82586
- undoMac,
82587
- saveWin,
82588
- saveMac,
82589
- selectAllWin,
82590
- selectAllMac
82591
- ], initShortCuts = (a) => {
82592
- hotkeys(keys$2.join(), (s, $) => {
82593
- switch ($.shortcut) {
82594
- case up:
82595
- case shiftUp:
82596
- s.preventDefault(), a.move("up", hotkeys.shift);
82597
- break;
82598
- case down:
82599
- case shiftDown:
82600
- s.preventDefault(), a.move("down", hotkeys.shift);
82601
- break;
82602
- case left:
82603
- case shiftLeft:
82604
- s.preventDefault(), a.move("left", hotkeys.shift);
82605
- break;
82606
- case right:
82607
- case shiftRight:
82608
- s.preventDefault(), a.move("right", hotkeys.shift);
82609
- break;
82610
- case rmWin:
82611
- case rmMac:
82612
- a.remove();
82613
- break;
82614
- case esc:
82615
- a.esc();
82616
- break;
82617
- case copyWin:
82618
- case copyMac:
82619
- a.copy();
82620
- break;
82621
- case pasteWin:
82622
- case pasteMac:
82623
- a.paste();
82624
- break;
82625
- case redoWin:
82626
- case redoMac:
82627
- a.redo();
82628
- break;
82629
- case undoWin:
82630
- case undoMac:
82631
- a.undo();
82632
- break;
82633
- case saveWin:
82634
- case saveMac:
82635
- s.preventDefault(), a.save();
82636
- break;
82637
- case selectAllWin:
82638
- case selectAllMac:
82639
- s.preventDefault(), a.selectAll();
82640
- break;
82641
- }
82642
- });
82643
- }, destroyShortCuts = () => {
82644
- hotkeys.unbind(keys$2.join());
82645
- };
82646
- function detectMimeType(a) {
82647
- const s = new DataView(a);
82648
- return s.getUint8(0) === 137 && s.getUint8(1) === 80 && s.getUint8(2) === 78 && s.getUint8(3) === 71 ? "image/png" : s.getUint8(0) === 255 && s.getUint8(1) === 216 && s.getUint8(2) === 255 ? "image/jpeg" : "";
82649
- }
82650
- const arrayBufferToBase64 = (a) => {
82651
- const s = detectMimeType(a), $ = new Uint8Array(a);
82652
- let _ = "";
82653
- for (let tt = 0; tt < $.length; tt++)
82654
- _ += String.fromCharCode($[tt]);
82655
- const _e = btoa(_);
82656
- return s ? `data:${s};base64,${_e}` : `data:application/octet-stream;base64,${_e}`;
82657
- }, convertSchemasForUI = (a) => (a.schemas.forEach((s) => {
82658
- s.forEach(($) => {
82659
- $.id = uuid$6(), $.content = $.content || "";
82660
- });
82661
- }), a.schemas), template2SchemasList = async (a) => {
82662
- const s = cloneDeep$1(a), { basePdf: $, schemas: _ } = s, _e = convertSchemasForUI(s);
82663
- let tt = [];
82664
- if (isBlankPdf($))
82665
- tt = _.map(() => ({
82666
- width: $.width,
82667
- height: $.height
82668
- }));
82669
- else {
82670
- const ot = await getB64BasePdf($);
82671
- tt = await pdf2size(b64toUint8Array(ot));
82672
- }
82673
- const rt = _e.length, at = tt.length;
82674
- return (rt < at ? _e.concat(new Array(at - rt).fill(cloneDeep$1([]))) : _e.slice(0, tt.length)).map((ot, nt) => (Object.values(ot).forEach((st) => {
82675
- const { width: lt, height: et } = tt[nt], it = st.position.x + st.width, ut = st.position.y + st.height;
82676
- if (lt < it) {
82677
- const gt = it - lt;
82678
- st.position.x += gt;
82679
- }
82680
- if (et < ut) {
82681
- const gt = ut - et;
82682
- st.position.y += gt;
82683
- }
82684
- }), ot));
82685
- }, schemasList2template = (a, s) => ({
82686
- schemas: cloneDeep$1(a).map(
82687
- ($) => $.map((_) => (delete _.id, _))
82688
- ),
82689
- basePdf: s
82690
- }), getUniqueSchemaName = (a) => {
82691
- const { copiedSchemaName: s, schema: $, stackUniqueSchemaNames: _ } = a, _e = $.map((nt) => nt.name).concat(_), tt = _e.reduce(
82692
- (nt, st) => Object.assign(nt, { originalName: st, copiedNum: 0 }),
82693
- {}
82694
- ), rt = (nt) => nt.replace(/ copy$| copy [0-9]*$/, "");
82695
- _e.filter((nt) => / copy$| copy [0-9]*$/.test(nt)).forEach((nt) => {
82696
- const st = rt(nt), lt = nt.match(/[0-9]*$/), et = lt && lt[0] ? Number(lt[0]) : 1;
82697
- (tt[st] ?? 0) < et && (tt[st] = et);
82698
- });
82699
- const at = rt(s);
82700
- if (tt[at]) {
82701
- const nt = tt[at], st = `${at} copy ${nt + 1}`;
82702
- return _.push(st), st;
82703
- }
82704
- const ot = `${s} copy`;
82705
- return _.push(ot), ot;
82706
- }, moveCommandToChangeSchemasArg = (a) => {
82707
- const { command: s, activeSchemas: $, isShift: _, pageSize: _e } = a, tt = s === "up" || s === "down" ? "y" : "x", rt = _ ? 0.1 : 1, at = (ot) => {
82708
- let nt = 0;
82709
- const { position: st } = ot;
82710
- switch (s) {
82711
- case "up":
82712
- nt = round$1(st.y - rt, 2);
82713
- break;
82714
- case "down":
82715
- nt = round$1(st.y + rt, 2);
82716
- break;
82717
- case "left":
82718
- nt = round$1(st.x - rt, 2);
82719
- break;
82720
- case "right":
82721
- nt = round$1(st.x + rt, 2);
82722
- break;
82723
- }
82724
- return nt > 0 ? nt : 0;
82725
- };
82726
- return $.map((ot) => {
82727
- let nt = at(ot);
82728
- const { width: st, height: lt } = ot;
82729
- return tt === "x" ? nt = nt > _e.width - st ? round$1(_e.width - st, 2) : nt : nt = nt > _e.height - lt ? round$1(_e.height - lt, 2) : nt, { key: `position.${tt}`, value: nt, schemaId: ot.id };
82730
- });
82731
- }, getPagesScrollTopByIndex = (a, s, $) => a.slice(0, s).reduce((_, _e) => _ + (_e.height * ZOOM + RULER_HEIGHT * $) * $, 0), getSidebarContentHeight = (a) => a - RULER_HEIGHT - RULER_HEIGHT / 2 - 30, handlePositionSizeChange = (a, s, $, _, _e) => {
82732
- const tt = isBlankPdf(_) ? _.padding : [0, 0, 0, 0], [rt, at, ot, nt] = tt, { width: st, height: lt } = _e, et = (it, ut, gt) => Math.min(Math.max(Number(it), ut), gt);
82733
- s === "position.x" ? a.position.x = et($, nt, st - a.width - at) : s === "position.y" ? a.position.y = et($, rt, lt - a.height - ot) : s === "width" ? a.width = et($, 0, st - a.position.x - at) : s === "height" && (a.height = et($, 0, lt - a.position.y - ot));
82734
- }, handleTypeChange = (a, s, $, _) => {
82735
- var rt;
82736
- if (s !== "type") return;
82737
- const _e = ["id", "name", "type", "position", "required"];
82738
- Object.keys(a).forEach((at) => {
82739
- _e.includes(at) || delete a[at];
82740
- });
82741
- const tt = (rt = Object.values(_).find(
82742
- (at) => (at == null ? void 0 : at.propPanel.defaultSchema.type) === $
82743
- )) == null ? void 0 : rt.propPanel;
82744
- Object.keys((tt == null ? void 0 : tt.defaultSchema) || {}).forEach((at) => {
82745
- a.hasOwnProperty(at) || (a[at] = tt == null ? void 0 : tt.defaultSchema[at]);
82746
- }), a.readOnly && (a.required = !1);
82747
- }, changeSchemas = (a) => {
82748
- const { objs: s, schemas: $, basePdf: _, pluginsRegistry: _e, pageSize: tt, commitSchemas: rt } = a, at = s.reduce((ot, { key: nt, value: st, schemaId: lt }) => {
82749
- const et = ot.find((it) => it.id === lt);
82750
- return et && (set$2(et, nt, st), nt === "type" ? handleTypeChange(et, nt, st, _e) : ["position.x", "position.y", "width", "height"].includes(nt) && handlePositionSizeChange(et, nt, st, _, tt)), ot;
82751
- }, cloneDeep$1($));
82752
- rt(at);
82753
- }, getMaxZoom = () => {
82754
- const a = reactExports.useContext(OptionsContext);
82755
- return a.maxZoom ? a.maxZoom / 100 : DEFAULT_MAX_ZOOM;
82756
- };
81926
+ }, builtInPlugins = { Text: textSchema };
82757
81927
  class BaseUIClass {
82758
81928
  constructor(s) {
82759
81929
  this.lang = DEFAULT_LANG, this.font = getDefaultFont(), this.pluginsRegistry = builtInPlugins, this.options = {}, this.setSize = debounce$1(() => {
@@ -137891,7 +137061,833 @@ const Plus = createLucideIcon("Plus", [
137891
137061
  const X = createLucideIcon("X", [
137892
137062
  ["path", { d: "M18 6 6 18", key: "1bl5f8" }],
137893
137063
  ["path", { d: "m6 6 12 12", key: "d8bk6v" }]
137894
- ]);
137064
+ ]), dictEn = {
137065
+ cancel: "Cancel",
137066
+ close: "Close",
137067
+ clear: "Clear",
137068
+ set: "Set",
137069
+ field: "field",
137070
+ fieldName: "Name",
137071
+ align: "Align",
137072
+ width: "Width",
137073
+ height: "Height",
137074
+ opacity: "Opacity",
137075
+ rotate: "Rotate",
137076
+ required: "Required",
137077
+ editable: "Editable",
137078
+ edit: "Edit",
137079
+ plsInputName: "Please input name",
137080
+ fieldMustUniq: "Name of field is not unique",
137081
+ notUniq: "(Not unique name)",
137082
+ noKeyName: "No name",
137083
+ fieldsList: "Field List",
137084
+ editField: "Edit Field",
137085
+ type: "Type",
137086
+ errorOccurred: "An error occurred",
137087
+ errorBulkUpdateFieldName: "Cannot commit the change because the number of items has been changed.",
137088
+ commitBulkUpdateFieldName: "Commit Changes",
137089
+ bulkUpdateFieldName: "Bulk update field names",
137090
+ addPageAfter: "Add Page After",
137091
+ removePage: "Remove Current Page",
137092
+ removePageConfirm: "Are you sure you want to delete this page? This action cannot be undone.",
137093
+ "validation.hexColor": "Please enter a valid hex color code.",
137094
+ "validation.uniqueName": "Please enter a unique name.",
137095
+ "validation.dateTimeFormat": "Invalid date time format.",
137096
+ "schemas.color": "Color",
137097
+ "schemas.borderWidth": "Border Width",
137098
+ "schemas.borderColor": "Border Color",
137099
+ "schemas.backgroundColor": "Background Color",
137100
+ "schemas.textColor": "Text Color",
137101
+ "schemas.bgColor": "Background Color",
137102
+ "schemas.horizontal": "Horizontal",
137103
+ "schemas.vertical": "Vertical",
137104
+ "schemas.left": "Left",
137105
+ "schemas.center": "Center",
137106
+ "schemas.right": "Right",
137107
+ "schemas.top": "Top",
137108
+ "schemas.middle": "Middle",
137109
+ "schemas.bottom": "Bottom",
137110
+ "schemas.padding": "Padding",
137111
+ "schemas.text.fontName": "Font Name",
137112
+ "schemas.text.size": "Size",
137113
+ "schemas.text.spacing": "Spacing",
137114
+ "schemas.text.textAlign": "Text Align",
137115
+ "schemas.text.verticalAlign": "Vertical Align",
137116
+ "schemas.text.lineHeight": "Line Height",
137117
+ "schemas.text.min": "Min",
137118
+ "schemas.text.max": "Max",
137119
+ "schemas.text.fit": "Fit",
137120
+ "schemas.text.dynamicFontSize": "Dynamic Font Size",
137121
+ "schemas.text.format": "Format",
137122
+ "schemas.mvt.typingInstructions": "Add variables by typing words surrounded by curly brackets, e.g.",
137123
+ "schemas.mvt.sampleField": "name",
137124
+ "schemas.mvt.variablesSampleData": "Variables Sample Data",
137125
+ "schemas.barcodes.barColor": "Bar Color",
137126
+ "schemas.barcodes.includetext": "Include Text",
137127
+ "schemas.table.alternateBackgroundColor": "Alternate Background Color",
137128
+ "schemas.table.tableStyle": "Table Style",
137129
+ "schemas.table.showHead": "Show Head",
137130
+ "schemas.table.headStyle": "Header Style",
137131
+ "schemas.table.bodyStyle": "Body Style",
137132
+ "schemas.table.columnStyle": "Column Style",
137133
+ "schemas.date.format": "Date Format",
137134
+ "schemas.date.locale": "Locale",
137135
+ "schemas.select.options": "Options",
137136
+ "schemas.select.optionPlaceholder": "Enter an option",
137137
+ "schemas.radioGroup.groupName": "Group Name"
137138
+ }, dictZh = {
137139
+ cancel: "取消",
137140
+ close: "关闭",
137141
+ clear: "清除",
137142
+ set: "设置",
137143
+ field: "字段",
137144
+ fieldName: "名称",
137145
+ align: "对齐",
137146
+ width: "宽度",
137147
+ height: "高度",
137148
+ opacity: "透明度",
137149
+ rotate: "旋转",
137150
+ required: "必需的",
137151
+ editable: "可编辑的",
137152
+ edit: "编辑",
137153
+ plsInputName: "请输入名称",
137154
+ fieldMustUniq: "字段名称必须唯一",
137155
+ notUniq: "(名称不唯一)",
137156
+ noKeyName: "无名称",
137157
+ fieldsList: "字段列表",
137158
+ editField: "编辑字段",
137159
+ type: "类型",
137160
+ errorOccurred: "发生错误",
137161
+ errorBulkUpdateFieldName: "由于项目数量已更改,无法提交更改。",
137162
+ commitBulkUpdateFieldName: "提交更改",
137163
+ bulkUpdateFieldName: "批量更新字段名称",
137164
+ addPageAfter: "在之后添加页面",
137165
+ removePage: "删除当前页面",
137166
+ removePageConfirm: "您确定要删除此页面吗?此操作无法撤销。",
137167
+ "validation.hexColor": "请输入有效的十六进制颜色代码。",
137168
+ "validation.uniqueName": "请输入一个唯一的名称。",
137169
+ "validation.dateTimeFormat": "日期时间格式无效。",
137170
+ "schemas.color": "颜色",
137171
+ "schemas.borderWidth": "边框宽度",
137172
+ "schemas.borderColor": "边框颜色",
137173
+ "schemas.backgroundColor": "背景颜色",
137174
+ "schemas.textColor": "文字颜色",
137175
+ "schemas.bgColor": "背景颜色",
137176
+ "schemas.horizontal": "水平",
137177
+ "schemas.vertical": "垂直",
137178
+ "schemas.left": "左",
137179
+ "schemas.center": "中",
137180
+ "schemas.right": "右",
137181
+ "schemas.top": "顶",
137182
+ "schemas.middle": "中间",
137183
+ "schemas.bottom": "底",
137184
+ "schemas.padding": "填充",
137185
+ "schemas.text.fontName": "字体名称",
137186
+ "schemas.text.size": "大小",
137187
+ "schemas.text.spacing": "间距",
137188
+ "schemas.text.textAlign": "文本对齐",
137189
+ "schemas.text.verticalAlign": "垂直对齐",
137190
+ "schemas.text.lineHeight": "行高",
137191
+ "schemas.text.min": "最小",
137192
+ "schemas.text.max": "最大",
137193
+ "schemas.text.fit": "适应",
137194
+ "schemas.text.dynamicFontSize": "动态字体大小",
137195
+ "schemas.text.format": "格式",
137196
+ "schemas.mvt.typingInstructions": "通过输入用花括号括起来的单词来添加变量,例如",
137197
+ "schemas.mvt.sampleField": "姓名",
137198
+ "schemas.mvt.variablesSampleData": "变量样本数据",
137199
+ "schemas.barcodes.barColor": "条码颜色",
137200
+ "schemas.barcodes.includetext": "包括文本",
137201
+ "schemas.table.alternateBackgroundColor": "交替背景颜色",
137202
+ "schemas.table.tableStyle": "表格样式",
137203
+ "schemas.table.showHead": "显示标题",
137204
+ "schemas.table.headStyle": "表头样式",
137205
+ "schemas.table.bodyStyle": "表体样式",
137206
+ "schemas.table.columnStyle": "列样式",
137207
+ "schemas.date.format": "日期格式",
137208
+ "schemas.date.locale": " 语言环境",
137209
+ "schemas.select.options": "选项",
137210
+ "schemas.select.optionPlaceholder": "请输入选项",
137211
+ "schemas.radioGroup.groupName": "组名"
137212
+ }, dictJa = {
137213
+ cancel: "キャンセル",
137214
+ close: "閉じる",
137215
+ clear: "クリア",
137216
+ set: "設定",
137217
+ field: "入力項目",
137218
+ fieldName: "項目名",
137219
+ align: "整列",
137220
+ width: "幅",
137221
+ height: "高さ",
137222
+ opacity: "不透明度",
137223
+ rotate: "回転",
137224
+ required: "必須",
137225
+ editable: "編集可能",
137226
+ edit: "編集する",
137227
+ plsInputName: "項目名を入力してください",
137228
+ fieldMustUniq: "他の入力項目名と被っています",
137229
+ notUniq: "(他の項目名と重複しています)",
137230
+ noKeyName: "項目名なし",
137231
+ fieldsList: "入力項目一覧",
137232
+ editField: "入力項目を編集",
137233
+ type: "タイプ",
137234
+ errorOccurred: "エラーが発生しました",
137235
+ errorBulkUpdateFieldName: "項目数が変更されているため変更をコミットできません。",
137236
+ commitBulkUpdateFieldName: "変更を反映",
137237
+ bulkUpdateFieldName: "項目名を一括変更",
137238
+ addPageAfter: "次にページを追加",
137239
+ removePage: "現在のページを削除",
137240
+ removePageConfirm: "ページを削除してもよろしいですか?この操作は元に戻せません。",
137241
+ "validation.hexColor": "有効な16進数のカラーコードを入力してください。",
137242
+ "validation.uniqueName": "一意の名前を入力してください。",
137243
+ "validation.dateTimeFormat": "日付と時刻のフォーマットが無効です。",
137244
+ "schemas.color": "色",
137245
+ "schemas.borderWidth": "枠線の太さ",
137246
+ "schemas.borderColor": "枠線の色",
137247
+ "schemas.backgroundColor": "背景色",
137248
+ "schemas.textColor": "テキストの色",
137249
+ "schemas.bgColor": "背景色",
137250
+ "schemas.horizontal": "水平",
137251
+ "schemas.vertical": "垂直",
137252
+ "schemas.left": "左",
137253
+ "schemas.center": "中央",
137254
+ "schemas.right": "右",
137255
+ "schemas.top": "上",
137256
+ "schemas.middle": "中間",
137257
+ "schemas.bottom": "下",
137258
+ "schemas.padding": "パディング",
137259
+ "schemas.text.fontName": "フォント名",
137260
+ "schemas.text.size": "サイズ",
137261
+ "schemas.text.spacing": "間隔",
137262
+ "schemas.text.textAlign": "テキストの揃え",
137263
+ "schemas.text.verticalAlign": "垂直方向の揃え",
137264
+ "schemas.text.lineHeight": "行の高さ",
137265
+ "schemas.text.min": "最小",
137266
+ "schemas.text.max": "最大",
137267
+ "schemas.text.fit": "フィット",
137268
+ "schemas.text.dynamicFontSize": "動的フォントサイズ",
137269
+ "schemas.text.format": "書式",
137270
+ "schemas.mvt.typingInstructions": "中括弧で囲まれた単語を入力して変数を追加します。例:",
137271
+ "schemas.mvt.sampleField": "名前",
137272
+ "schemas.mvt.variablesSampleData": "変数サンプルデータ",
137273
+ "schemas.barcodes.barColor": "バーの色",
137274
+ "schemas.barcodes.includetext": "テキストを含める",
137275
+ "schemas.table.alternateBackgroundColor": "交互の背景色",
137276
+ "schemas.table.tableStyle": "テーブルスタイル",
137277
+ "schemas.table.showHead": "ヘッダーを表示",
137278
+ "schemas.table.headStyle": "ヘッダースタイル",
137279
+ "schemas.table.bodyStyle": "ボディスタイル",
137280
+ "schemas.table.columnStyle": "カラムスタイル",
137281
+ "schemas.date.format": "日付形式",
137282
+ "schemas.date.locale": "ロケール",
137283
+ "schemas.select.options": "オプション",
137284
+ "schemas.select.optionPlaceholder": "オプションを入力してください",
137285
+ "schemas.radioGroup.groupName": "グループ名"
137286
+ }, dictKo = {
137287
+ cancel: "취소",
137288
+ close: "닫기",
137289
+ clear: "지우기",
137290
+ set: "설정",
137291
+ field: "필드",
137292
+ fieldName: "이름",
137293
+ align: "정렬",
137294
+ width: "너비",
137295
+ height: "높이",
137296
+ opacity: "투명도",
137297
+ rotate: "회전",
137298
+ required: "필수의",
137299
+ editable: "편집 가능한",
137300
+ edit: "편집",
137301
+ plsInputName: "이름을 입력하세요",
137302
+ fieldMustUniq: "필드 이름은 유일해야 합니다",
137303
+ notUniq: "(유일하지 않은 이름)",
137304
+ noKeyName: "이름 없음",
137305
+ fieldsList: "필드 목록",
137306
+ editField: "필드 편집",
137307
+ type: "유형",
137308
+ errorOccurred: "오류 발생",
137309
+ errorBulkUpdateFieldName: "항목 수가 변경되어 변경을 커밋할 수 없습니다.",
137310
+ commitBulkUpdateFieldName: "변경 사항 커밋",
137311
+ bulkUpdateFieldName: "필드 이름 일괄 업데이트",
137312
+ addPageAfter: "다음에 페이지 추가",
137313
+ removePage: "현재 페이지 제거",
137314
+ removePageConfirm: "이 페이지를 삭제하시겠습니까? 이 작업은 취소할 수 없습니다.",
137315
+ "validation.hexColor": "유효한 16진수 색상 코드를 입력하세요.",
137316
+ "validation.uniqueName": "고유한 이름을 입력하세요.",
137317
+ "validation.dateTimeFormat": "날짜/시간 형식이 잘못되었습니다.",
137318
+ "schemas.color": "색상",
137319
+ "schemas.borderWidth": "테두리 너비",
137320
+ "schemas.borderColor": "테두리 색상",
137321
+ "schemas.backgroundColor": "배경색",
137322
+ "schemas.textColor": "텍스트 색상",
137323
+ "schemas.bgColor": "배경색",
137324
+ "schemas.horizontal": "수평",
137325
+ "schemas.vertical": "수직",
137326
+ "schemas.left": "왼쪽",
137327
+ "schemas.center": "중앙",
137328
+ "schemas.right": "오른쪽",
137329
+ "schemas.top": "상단",
137330
+ "schemas.middle": "중간",
137331
+ "schemas.bottom": "하단",
137332
+ "schemas.padding": "패딩",
137333
+ "schemas.text.fontName": "글꼴 이름",
137334
+ "schemas.text.size": "크기",
137335
+ "schemas.text.spacing": "간격",
137336
+ "schemas.text.textAlign": "텍스트 정렬",
137337
+ "schemas.text.verticalAlign": "수직 정렬",
137338
+ "schemas.text.lineHeight": "줄 높이",
137339
+ "schemas.text.min": "최소",
137340
+ "schemas.text.max": "최대",
137341
+ "schemas.text.fit": "맞춤",
137342
+ "schemas.text.dynamicFontSize": "동적 폰트 크기",
137343
+ "schemas.text.format": "형식",
137344
+ "schemas.mvt.typingInstructions": "중괄호로 묶인 단어를 입력하여 변수를 추가하세요.",
137345
+ "schemas.mvt.sampleField": "이름",
137346
+ "schemas.mvt.variablesSampleData": "변수 샘플 데이터",
137347
+ "schemas.barcodes.barColor": "바코드 색상",
137348
+ "schemas.barcodes.includetext": "텍스트 포함",
137349
+ "schemas.table.alternateBackgroundColor": "대체 배경색",
137350
+ "schemas.table.tableStyle": "테이블 스타일",
137351
+ "schemas.table.showHead": "헤드 표시",
137352
+ "schemas.table.headStyle": "헤더 스타일",
137353
+ "schemas.table.bodyStyle": "본문 스타일",
137354
+ "schemas.table.columnStyle": "열 스타일",
137355
+ "schemas.date.format": "날짜 형식",
137356
+ "schemas.date.locale": " 장소",
137357
+ "schemas.select.options": "옵션",
137358
+ "schemas.select.optionPlaceholder": "옵션을 입력하세요",
137359
+ "schemas.radioGroup.groupName": "그룹 이름"
137360
+ }, dictAr = {
137361
+ cancel: "إلغاء",
137362
+ close: "إغلاق",
137363
+ clear: "مسح",
137364
+ set: "تعيين",
137365
+ field: "الحقل",
137366
+ fieldName: "اسم الحقل",
137367
+ align: "محاذاة",
137368
+ width: "العرض",
137369
+ height: "الارتفاع",
137370
+ opacity: "الشفافية",
137371
+ rotate: "تدوير",
137372
+ required: "مطلوب",
137373
+ editable: "قابل للتحرير",
137374
+ edit: "تعديل",
137375
+ plsInputName: "الرجاء إدخال الاسم",
137376
+ fieldMustUniq: "يجب أن يكون الحقل فريداً",
137377
+ notUniq: "(غير فريد)",
137378
+ noKeyName: "لا يوجد اسم للحقل",
137379
+ fieldsList: "قائمة الحقول",
137380
+ editField: "تعديل الحقل",
137381
+ type: "النوع",
137382
+ errorOccurred: "حدث خطأ",
137383
+ errorBulkUpdateFieldName: "لا يمكن تنفيذ التغيير لأنه تم تغيير عدد العناصر.",
137384
+ commitBulkUpdateFieldName: "تنفيذ التغييرات",
137385
+ bulkUpdateFieldName: "تغيير الأسماء",
137386
+ addPageAfter: "إضافة صفحة بعد",
137387
+ removePage: "احذف الصفحة الحالية",
137388
+ removePageConfirm: "هل أنت متأكد من رغبتك في حذف هذه الصفحة؟ لا يمكن التراجع عن هذا الإجراء.",
137389
+ "validation.hexColor": "الرجاء إدخال رمز لون سداسي عشري صالح.",
137390
+ "validation.uniqueName": "الرجاء إدخال اسم فريد.",
137391
+ "validation.dateTimeFormat": "تنسيق التاريخ والوقت غير صالح.",
137392
+ "schemas.color": "اللون",
137393
+ "schemas.borderWidth": "عرض الحدود",
137394
+ "schemas.borderColor": "لون الحدود",
137395
+ "schemas.backgroundColor": "لون الخلفية",
137396
+ "schemas.textColor": "لون الخط",
137397
+ "schemas.bgColor": "لون الخلفية",
137398
+ "schemas.horizontal": "أفقي",
137399
+ "schemas.vertical": "عمودي",
137400
+ "schemas.left": "يسار",
137401
+ "schemas.center": "مركز",
137402
+ "schemas.right": "يمين",
137403
+ "schemas.top": "أعلى",
137404
+ "schemas.middle": "وسط",
137405
+ "schemas.bottom": "أسفل",
137406
+ "schemas.padding": "التبطين",
137407
+ "schemas.text.fontName": "اسم الخط",
137408
+ "schemas.text.size": "الحجم",
137409
+ "schemas.text.spacing": "التباعد",
137410
+ "schemas.text.textAlign": "محاذاة النص",
137411
+ "schemas.text.verticalAlign": "محاذاة عمودية",
137412
+ "schemas.text.lineHeight": "ارتفاع السطر",
137413
+ "schemas.text.min": "الحد الأدنى",
137414
+ "schemas.text.max": "الحد الأقصى",
137415
+ "schemas.text.fit": "ملاءمة",
137416
+ "schemas.text.dynamicFontSize": "حجم الخط الديناميكي",
137417
+ "schemas.text.format": "تنسيق",
137418
+ "schemas.mvt.typingInstructions": "قم بإضافة المتغيرات عن طريق كتابة الكلمات المحاطة بأقواس متعرجة، على سبيل المثال:",
137419
+ "schemas.mvt.sampleField": "اسم",
137420
+ "schemas.mvt.variablesSampleData": "بيانات عينة المتغيرات",
137421
+ "schemas.barcodes.barColor": "لون الشريط",
137422
+ "schemas.barcodes.includetext": "تضمين النص",
137423
+ "schemas.table.alternateBackgroundColor": "لون الخلفية البديل",
137424
+ "schemas.table.tableStyle": "أسلوب الجدول",
137425
+ "schemas.table.showHead": "إظهار الرأس",
137426
+ "schemas.table.headStyle": "أسلوب الرأس",
137427
+ "schemas.table.bodyStyle": "أسلوب الجسم",
137428
+ "schemas.table.columnStyle": "أسلوب العمود",
137429
+ "schemas.date.format": "تنسيق التاريخ",
137430
+ "schemas.date.locale": "لغة",
137431
+ "schemas.select.options": "خيارات",
137432
+ "schemas.select.optionPlaceholder": "أدخل خيارًا",
137433
+ "schemas.radioGroup.groupName": "اسم المجموعة"
137434
+ }, dictTh = {
137435
+ cancel: "ยกเลิก",
137436
+ close: "ปิด",
137437
+ clear: "ล้าง",
137438
+ set: "ตั้งค่า",
137439
+ field: "ฟิลด์",
137440
+ fieldName: "ชื่อฟิลด์",
137441
+ align: "จัดเรียง",
137442
+ width: "ความกว้าง",
137443
+ height: "ความสูง",
137444
+ opacity: "ความทึบ",
137445
+ rotate: "หมุน",
137446
+ required: "ที่จำเป็น",
137447
+ editable: "แก้ไขได้",
137448
+ edit: "แก้ไข",
137449
+ plsInputName: "กรุณาใส่ชื่อ",
137450
+ fieldMustUniq: "ชื่อฟิลด์ต้องไม่ซ้ำกัน",
137451
+ notUniq: "(ชื่อฟิลด์ซ้ำกัน)",
137452
+ noKeyName: "ไม่มีชื่อ",
137453
+ fieldsList: "รายการฟิลด์ทั้งหมด",
137454
+ editField: "แก้ไขฟิลด์",
137455
+ type: "ประเภท",
137456
+ errorOccurred: "เกิดข้อผิดพลาด",
137457
+ errorBulkUpdateFieldName: "ไม่สามารถยืนยันการแก้ไขได้เนื่องจากจำนวนรายการมีการเปลี่ยนแปลง",
137458
+ commitBulkUpdateFieldName: "ยืนยันการแก้ไข",
137459
+ bulkUpdateFieldName: "แก้ไขชื่อฟิลด์เป็นชุด",
137460
+ addPageAfter: "เพิ่มหน้าถัดไป",
137461
+ removePage: "ลบหน้าปัจจุบัน",
137462
+ removePageConfirm: "คุณแน่ใจหรือไม่ว่าต้องการลบหน้านี้? การกระทำนี้ไม่สามารถย้อนกลับได้",
137463
+ "validation.hexColor": "กรุณาใส่รหัสสีแบบฐานสิบหกที่ถูกต้อง",
137464
+ "validation.uniqueName": "กรุณาระบุชื่อที่ไม่ซ้ำ",
137465
+ "validation.dateTimeFormat": "รูปแบบวันที่และเวลาไม่ถูกต้อง",
137466
+ "schemas.color": "สี",
137467
+ "schemas.borderWidth": "ความกว้างของเส้นขอบ",
137468
+ "schemas.borderColor": "สีขอบ",
137469
+ "schemas.backgroundColor": "สีพื้นหลัง",
137470
+ "schemas.textColor": "สีข้อความ",
137471
+ "schemas.bgColor": "สีพื้นหลัง",
137472
+ "schemas.horizontal": "แนวนอน",
137473
+ "schemas.vertical": "แนวตั้ง",
137474
+ "schemas.left": "ซ้าย",
137475
+ "schemas.center": "ตรงกลาง",
137476
+ "schemas.right": "ขวา",
137477
+ "schemas.top": "ด้านบน",
137478
+ "schemas.middle": "ตรงกลาง",
137479
+ "schemas.bottom": "ด้านล่าง",
137480
+ "schemas.padding": "การเพิ่มพื้นที่",
137481
+ "schemas.text.fontName": "ชื่อแบบอักษร",
137482
+ "schemas.text.size": "ขนาด",
137483
+ "schemas.text.spacing": "ระยะห่าง",
137484
+ "schemas.text.textAlign": "จัดแนวข้อความ",
137485
+ "schemas.text.verticalAlign": "จัดแนวแนวตั้ง",
137486
+ "schemas.text.lineHeight": "ความสูงของบรรทัด",
137487
+ "schemas.text.min": "ต่ำสุด",
137488
+ "schemas.text.max": "สูงสุด",
137489
+ "schemas.text.fit": "พอดี",
137490
+ "schemas.text.dynamicFontSize": "ขนาดตัวอักษรแบบไดนามิก",
137491
+ "schemas.text.format": "รูปแบบ",
137492
+ "schemas.mvt.typingInstructions": "เพิ่มตัวแปรโดยพิมพ์คำที่ล้อมรอบด้วยวงเล็บปีกกา เช่น",
137493
+ "schemas.mvt.sampleField": "ชื่อ",
137494
+ "schemas.mvt.variablesSampleData": "ข้อมูลตัวอย่างตัวแปร",
137495
+ "schemas.barcodes.barColor": "สีบาร์",
137496
+ "schemas.barcodes.includetext": "รวมข้อความ",
137497
+ "schemas.table.alternateBackgroundColor": "สีพื้นหลังสลับกัน",
137498
+ "schemas.table.tableStyle": "สไตล์ตาราง",
137499
+ "schemas.table.headStyle": "สไตล์หัวข้อ",
137500
+ "schemas.table.showHead": "แสดงหัวข้อ",
137501
+ "schemas.table.bodyStyle": "สไตล์เนื้อหา",
137502
+ "schemas.table.columnStyle": "สไตล์คอลัมน์",
137503
+ "schemas.date.format": "รูปแบบวันที่",
137504
+ "schemas.date.locale": "สถาน",
137505
+ "schemas.select.options": "ตัวเลือก",
137506
+ "schemas.select.optionPlaceholder": "กรอกตัวเลือก",
137507
+ "schemas.radioGroup.groupName": "ชื่อกลุ่ม"
137508
+ }, dictIt = {
137509
+ cancel: "Annulla",
137510
+ close: "Chiudi",
137511
+ clear: "Wyczyść",
137512
+ set: "Ustaw",
137513
+ field: "Campo",
137514
+ fieldName: "Nome",
137515
+ align: "Allinea",
137516
+ width: "Larghezza",
137517
+ height: "Altezza",
137518
+ opacity: "Opacità",
137519
+ rotate: "Ruota",
137520
+ required: "Necessaria",
137521
+ editable: "Modificabile",
137522
+ edit: "Modifica",
137523
+ plsInputName: "Inserisci il nome per favore",
137524
+ fieldMustUniq: "Il nome del campo non è univoco",
137525
+ notUniq: "(Nome non univoco)",
137526
+ noKeyName: "Nessun nome",
137527
+ fieldsList: "Lista campi",
137528
+ editField: "Modifica campo",
137529
+ type: "Tipo",
137530
+ errorOccurred: "Riscontrato errore",
137531
+ errorBulkUpdateFieldName: "Non è possibile salvare le modifiche perché il numero di elementi è cambiato.",
137532
+ commitBulkUpdateFieldName: "Salva cambiamenti",
137533
+ bulkUpdateFieldName: "Modifica nomi campi in blocco",
137534
+ addPageAfter: "Aggiungi pagina dopo",
137535
+ removePage: "Rimuovi la Pagina Corrente",
137536
+ removePageConfirm: "Sei sicuro di voler eliminare questa pagina? Questa azione non può essere annullata.",
137537
+ "validation.hexColor": "Inserisci un codice colore esadecimale valido.",
137538
+ "validation.uniqueName": "Inserisci un nome univoco.",
137539
+ "validation.dateTimeFormat": "Formato data-ora non valido.",
137540
+ "schemas.color": "Colore",
137541
+ "schemas.borderWidth": "Spessore bordo",
137542
+ "schemas.borderColor": "Colore bordo",
137543
+ "schemas.backgroundColor": "Colore di Sfondo",
137544
+ "schemas.textColor": "Colore testo",
137545
+ "schemas.bgColor": "Colore sfondo",
137546
+ "schemas.horizontal": "Orizzontale",
137547
+ "schemas.vertical": "Verticale",
137548
+ "schemas.left": "Sinistra",
137549
+ "schemas.center": "Centro",
137550
+ "schemas.right": "Destra",
137551
+ "schemas.top": "Sopra",
137552
+ "schemas.middle": "Medio",
137553
+ "schemas.bottom": "Sotto",
137554
+ "schemas.padding": "Padding",
137555
+ "schemas.text.fontName": "Nome del font",
137556
+ "schemas.text.size": "Dimensione",
137557
+ "schemas.text.spacing": "Spaziatura",
137558
+ "schemas.text.textAlign": "Allineamento testo",
137559
+ "schemas.text.verticalAlign": "Allineamento verticale",
137560
+ "schemas.text.lineHeight": "Altezza della linea",
137561
+ "schemas.text.min": "Minimo",
137562
+ "schemas.text.max": "Massimo",
137563
+ "schemas.text.fit": "Adatta",
137564
+ "schemas.text.dynamicFontSize": "Dimensione font dinamica",
137565
+ "schemas.text.format": "Formato",
137566
+ "schemas.mvt.typingInstructions": "Aggiungi variabili digitando parole circondate da parentesi graffe, ad es.",
137567
+ "schemas.mvt.sampleField": "nome",
137568
+ "schemas.mvt.variablesSampleData": "Dati di esempio variabili",
137569
+ "schemas.barcodes.barColor": "Colore barra",
137570
+ "schemas.barcodes.includetext": "Includi testo",
137571
+ "schemas.table.alternateBackgroundColor": "Colore di Sfondo Alternato",
137572
+ "schemas.table.tableStyle": "Stile della Tabella",
137573
+ "schemas.table.showHead": "Mostra Intestazione",
137574
+ "schemas.table.headStyle": "Stile dell'Intestazione",
137575
+ "schemas.table.bodyStyle": "Stile del Corpo",
137576
+ "schemas.table.columnStyle": "Stile della Colonna",
137577
+ "schemas.date.format": "Formato data",
137578
+ "schemas.date.locale": "Locale",
137579
+ "schemas.select.options": "Opzioni",
137580
+ "schemas.select.optionPlaceholder": "Inserisci un'opzione",
137581
+ "schemas.radioGroup.groupName": "Nome del Gruppo"
137582
+ }, dictPl = {
137583
+ cancel: "Anuluj",
137584
+ close: "Zamknij",
137585
+ clear: "Cancella",
137586
+ set: "Imposta",
137587
+ field: "pole",
137588
+ fieldName: "Klucz pola",
137589
+ align: "Wyrównanie",
137590
+ width: "Szerokość",
137591
+ height: "Wysokość",
137592
+ opacity: "przezroczystość",
137593
+ rotate: "Obrót",
137594
+ required: "Wymagany",
137595
+ editable: "Edytowalny",
137596
+ edit: "Edytuj",
137597
+ plsInputName: "Wymagane wprowadzenie klucza pola",
137598
+ fieldMustUniq: "Klucz pola nie jest unikalny",
137599
+ notUniq: "(Klucz pola nie jest unikalny)",
137600
+ noKeyName: "Brak nazwy klucza pola",
137601
+ fieldsList: "Lista pól",
137602
+ editField: "Edytuj pole",
137603
+ type: "Typ pola",
137604
+ errorOccurred: "Wystąpił błąd",
137605
+ errorBulkUpdateFieldName: "Nie można wprowadzić zmian ponieważ liczba elementów uległa zmianie.",
137606
+ commitBulkUpdateFieldName: "Zaakceptuj zmiany",
137607
+ bulkUpdateFieldName: "Masowo aktualizuj klucze pól",
137608
+ addPageAfter: "Dodaj stronę po",
137609
+ removePage: "Usuń Bieżącą Stronę",
137610
+ removePageConfirm: "Czy na pewno chcesz usunąć tę stronę? Tej operacji nie można cofnąć.",
137611
+ "validation.hexColor": "Wprowadź poprawny kod koloru szesnastkowego.",
137612
+ "validation.uniqueName": "Proszę wpisać unikalną nazwę.",
137613
+ "validation.dateTimeFormat": "Nieprawidłowy format daty i godziny.",
137614
+ "schemas.color": "Kolor",
137615
+ "schemas.borderWidth": "Szerokość obramowania",
137616
+ "schemas.borderColor": "Kolor obramowania",
137617
+ "schemas.backgroundColor": "Kolor tła",
137618
+ "schemas.textColor": "Kolor tekstu",
137619
+ "schemas.bgColor": "Kolor tła",
137620
+ "schemas.horizontal": "Poziomo",
137621
+ "schemas.vertical": "Pionowo",
137622
+ "schemas.left": "Lewo",
137623
+ "schemas.center": "Centrum",
137624
+ "schemas.right": "Prawo",
137625
+ "schemas.top": "Góra",
137626
+ "schemas.middle": "Środek",
137627
+ "schemas.bottom": "Dół",
137628
+ "schemas.padding": "Odsadzenie",
137629
+ "schemas.text.fontName": "Nazwa czcionki",
137630
+ "schemas.text.size": "Rozmiar",
137631
+ "schemas.text.spacing": "Odstępy",
137632
+ "schemas.text.textAlign": "Wyrównanie tekstu",
137633
+ "schemas.text.verticalAlign": "Wyrównanie pionowe",
137634
+ "schemas.text.lineHeight": "Wysokość linii",
137635
+ "schemas.text.min": "Minimum",
137636
+ "schemas.text.max": "Maksimum",
137637
+ "schemas.text.fit": "Dopasowanie",
137638
+ "schemas.text.dynamicFontSize": "Dynamiczny rozmiar czcionki",
137639
+ "schemas.text.format": "Format",
137640
+ "schemas.mvt.typingInstructions": "Dodaj zmienne, wpisując słowa ujęte w nawiasy klamrowe, np.",
137641
+ "schemas.mvt.sampleField": "nazwa",
137642
+ "schemas.mvt.variablesSampleData": "Zmienne Przykładowe dane",
137643
+ "schemas.barcodes.barColor": "Kolor paska",
137644
+ "schemas.barcodes.includetext": "Dołącz tekst",
137645
+ "schemas.table.alternateBackgroundColor": "Alternatywny kolor tła",
137646
+ "schemas.table.tableStyle": "Styl tabeli",
137647
+ "schemas.table.showHead": "Pokaż nagłówek",
137648
+ "schemas.table.headStyle": "Styl nagłówka",
137649
+ "schemas.table.bodyStyle": "Styl ciała",
137650
+ "schemas.table.columnStyle": "Styl kolumny",
137651
+ "schemas.date.format": "Format daty",
137652
+ "schemas.date.locale": "Widownia",
137653
+ "schemas.select.options": "Opcje",
137654
+ "schemas.select.optionPlaceholder": "Wpisz opcję",
137655
+ "schemas.radioGroup.groupName": "Nazwa grupy"
137656
+ }, dictDe = {
137657
+ cancel: "Abbrechen",
137658
+ close: "Schließen",
137659
+ clear: "Löschen",
137660
+ set: "Festlegen",
137661
+ field: "Feld",
137662
+ fieldName: "Name",
137663
+ align: "Ausrichten",
137664
+ width: "Breite",
137665
+ height: "Höhe",
137666
+ opacity: "Opazität",
137667
+ rotate: "Drehen",
137668
+ required: "Erforderlich",
137669
+ editable: "Bearbeitbar",
137670
+ edit: "Bearbeiten",
137671
+ plsInputName: "Bitte geben Sie einen Namen ein",
137672
+ fieldMustUniq: "Feldname ist nicht eindeutig",
137673
+ notUniq: "(Nicht eindeutiger Name)",
137674
+ noKeyName: "Kein Name",
137675
+ fieldsList: "Feldliste",
137676
+ editField: "Feld bearbeiten",
137677
+ type: "Typ",
137678
+ errorOccurred: "Ein Fehler ist aufgetreten",
137679
+ errorBulkUpdateFieldName: "Die Änderung kann nicht übernommen werden, weil die Anzahl der Elemente geändert wurde.",
137680
+ commitBulkUpdateFieldName: "Änderungen übernehmen",
137681
+ bulkUpdateFieldName: "Mehrfachaktualisierung der Feldnamen",
137682
+ addPageAfter: "Seite danach hinzufügen",
137683
+ removePage: "Aktuelle Seite entfernen",
137684
+ removePageConfirm: "Sind Sie sicher, dass Sie diese Seite löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.",
137685
+ "validation.hexColor": "Bitte geben Sie einen gültigen Hex-Farbcode ein.",
137686
+ "validation.uniqueName": "Bitte geben Sie einen eindeutigen Namen ein.",
137687
+ "validation.dateTimeFormat": "Ungültiges Datums- und Zeitformat.",
137688
+ "schemas.color": "Farbe",
137689
+ "schemas.borderWidth": "Rahmenbreite",
137690
+ "schemas.borderColor": "Rahmenfarbe",
137691
+ "schemas.backgroundColor": "Hintergrundfarbe",
137692
+ "schemas.textColor": "Textfarbe",
137693
+ "schemas.bgColor": "Hintergrundfarbe",
137694
+ "schemas.horizontal": "Horizontal",
137695
+ "schemas.vertical": "Vertikal",
137696
+ "schemas.left": "Links",
137697
+ "schemas.center": "Zentriert",
137698
+ "schemas.right": "Rechts",
137699
+ "schemas.top": "Oben",
137700
+ "schemas.middle": "Mitte",
137701
+ "schemas.bottom": "Unten",
137702
+ "schemas.padding": "Polsterung",
137703
+ "schemas.text.fontName": "Schriftart",
137704
+ "schemas.text.size": "Größe",
137705
+ "schemas.text.spacing": "Abstand",
137706
+ "schemas.text.textAlign": "Ausrichtung",
137707
+ "schemas.text.verticalAlign": "vert. Ausr.",
137708
+ "schemas.text.lineHeight": "Zeilenhöhe",
137709
+ "schemas.text.min": "Min",
137710
+ "schemas.text.max": "Max",
137711
+ "schemas.text.fit": "Anpassen",
137712
+ "schemas.text.dynamicFontSize": "Dynamische Schriftgröße",
137713
+ "schemas.text.format": "Format",
137714
+ "schemas.mvt.typingInstructions": "Fügen Sie Variablen hinzu, indem Sie Wörter in geschweiften Klammern eingeben, z. B.",
137715
+ "schemas.mvt.sampleField": "Name",
137716
+ "schemas.mvt.variablesSampleData": "Variablen Beispieldaten",
137717
+ "schemas.barcodes.barColor": "Strichcodefarbe",
137718
+ "schemas.barcodes.includetext": "Text anzeigen",
137719
+ "schemas.table.alternateBackgroundColor": "Wechselnde Hintergrundfarbe",
137720
+ "schemas.table.tableStyle": "Tabellenstil",
137721
+ "schemas.table.headStyle": "Kopfzeilenstil",
137722
+ "schemas.table.showHead": "Kopfzeile anzeigen",
137723
+ "schemas.table.bodyStyle": "Körperstil",
137724
+ "schemas.table.columnStyle": "Spaltenstil",
137725
+ "schemas.date.format": "Datumsformat",
137726
+ "schemas.date.locale": "Gebietsschema",
137727
+ "schemas.select.options": "Optionen",
137728
+ "schemas.select.optionPlaceholder": "Geben Sie eine Option ein",
137729
+ "schemas.radioGroup.groupName": "Gruppenname"
137730
+ }, dictEs = {
137731
+ cancel: "Cancelar",
137732
+ close: "Cerrar",
137733
+ clear: "Limpiar",
137734
+ set: "Establecer",
137735
+ field: "campo",
137736
+ fieldName: "Nombre",
137737
+ align: "Alinear",
137738
+ width: "Anchura",
137739
+ height: "Altura",
137740
+ opacity: "Opacidad",
137741
+ rotate: "Rotar",
137742
+ required: "Requerido",
137743
+ editable: "Editable",
137744
+ edit: "Editar",
137745
+ plsInputName: "Introduce el nombre",
137746
+ fieldMustUniq: "El nombre del campo no es único",
137747
+ notUniq: "(Nombre no único)",
137748
+ noKeyName: "Sin nombre",
137749
+ fieldsList: "Lista de campos",
137750
+ editField: "Editar campo",
137751
+ type: "Tipo",
137752
+ errorOccurred: "Ocurrió un error",
137753
+ errorBulkUpdateFieldName: "No se puede confirmar el cambio porque el número de elementos ha cambiado.",
137754
+ commitBulkUpdateFieldName: "Confirmar cambios",
137755
+ bulkUpdateFieldName: "Actualizar en bloque el nombre de los campos",
137756
+ addPageAfter: "Insertar página",
137757
+ removePage: "Eliminar página actual",
137758
+ removePageConfirm: "¿Estás seguro de que quieres eliminar esta página? Esta acción no se puede deshacer.",
137759
+ "validation.hexColor": "Introduce un código de color hexadecimal válido.",
137760
+ "validation.uniqueName": "Por favor, introduzca un nombre único.",
137761
+ "validation.dateTimeFormat": "Formato de fecha y hora no válido.",
137762
+ "schemas.color": "Color",
137763
+ "schemas.borderWidth": "Ancho del borde",
137764
+ "schemas.borderColor": "Color del borde",
137765
+ "schemas.backgroundColor": "Color de fondo",
137766
+ "schemas.textColor": "Color del texto",
137767
+ "schemas.bgColor": "Color del fondo",
137768
+ "schemas.horizontal": "Horizontal",
137769
+ "schemas.vertical": "Vertical",
137770
+ "schemas.left": "Izquierda",
137771
+ "schemas.center": "Centro",
137772
+ "schemas.right": "Derecha",
137773
+ "schemas.top": "Arriba",
137774
+ "schemas.middle": "Medio",
137775
+ "schemas.bottom": "Abajo",
137776
+ "schemas.padding": "Relleno",
137777
+ "schemas.text.fontName": "Nombre de la fuente",
137778
+ "schemas.text.size": "Tamaño",
137779
+ "schemas.text.spacing": "Espaciado",
137780
+ "schemas.text.textAlign": "Alineación del texto",
137781
+ "schemas.text.verticalAlign": "Alineación vertical",
137782
+ "schemas.text.lineHeight": "Altura de línea",
137783
+ "schemas.text.min": "Mín",
137784
+ "schemas.text.max": "Máx",
137785
+ "schemas.text.fit": "Ajustar",
137786
+ "schemas.text.dynamicFontSize": "Tamaño de fuente dinámico",
137787
+ "schemas.text.format": "Formato",
137788
+ "schemas.mvt.typingInstructions": "Agregue variables escribiendo palabras entre llaves, p.",
137789
+ "schemas.mvt.sampleField": "nombre",
137790
+ "schemas.mvt.variablesSampleData": "Variables Datos de muestra",
137791
+ "schemas.barcodes.barColor": "Color de la barra",
137792
+ "schemas.barcodes.includetext": "Incluir texto",
137793
+ "schemas.table.alternateBackgroundColor": "Color de fondo alternativo",
137794
+ "schemas.table.tableStyle": "Estilo de tabla",
137795
+ "schemas.table.showHead": "Mostrar encabezado",
137796
+ "schemas.table.headStyle": "Estilo de cabecera",
137797
+ "schemas.table.bodyStyle": "Estilo de cuerpo",
137798
+ "schemas.table.columnStyle": "Estilo de columna",
137799
+ "schemas.date.format": "Formato de fecha",
137800
+ "schemas.date.locale": "Lugar",
137801
+ "schemas.select.options": "Opciones",
137802
+ "schemas.select.optionPlaceholder": "Ingrese una opción",
137803
+ "schemas.radioGroup.groupName": "Nombre del grupo"
137804
+ }, dictFr = {
137805
+ cancel: "Annuler",
137806
+ close: "Fermer",
137807
+ clear: "Effacer",
137808
+ set: "Définir",
137809
+ field: "Champ",
137810
+ fieldName: "Nom",
137811
+ align: "Aligner",
137812
+ width: "Largeur",
137813
+ height: "Hauteur",
137814
+ opacity: "Opacité",
137815
+ rotate: "Rotation",
137816
+ required: "Requis",
137817
+ editable: "Modifiable",
137818
+ edit: "Éditer",
137819
+ plsInputName: "Veuillez saisir le nom",
137820
+ fieldMustUniq: "Le nom du champ n'est pas unique",
137821
+ notUniq: "(Nombre non unique)",
137822
+ noKeyName: "Pas de nom",
137823
+ fieldsList: "Liste des champs",
137824
+ editField: "Éditer le champ",
137825
+ type: "Type",
137826
+ errorOccurred: "Une erreur est survenue",
137827
+ errorBulkUpdateFieldName: "Impossible de confirmer le changement car le nombre d'éléments a changé.",
137828
+ commitBulkUpdateFieldName: "Confirmer les changements",
137829
+ bulkUpdateFieldName: "Modifier les noms de champs en masse",
137830
+ addPageAfter: "Ajouter une page après",
137831
+ removePage: "Supprimer la page actuelle",
137832
+ removePageConfirm: "Êtes-vous sûr de vouloir supprimer cette page ? Cette action est irréversible.",
137833
+ "validation.hexColor": "Veuillez entrer un code couleur hexadécimal valide.",
137834
+ "validation.uniqueName": "Veuillez saisir un nom unique.",
137835
+ "validation.dateTimeFormat": "Format de date et d'heure non valide.",
137836
+ "schemas.color": "Couleur",
137837
+ "schemas.borderWidth": "Largeur de la bordure",
137838
+ "schemas.borderColor": "Couleur de la bordure",
137839
+ "schemas.backgroundColor": "Couleur de fond",
137840
+ "schemas.textColor": "Couleur du texte",
137841
+ "schemas.bgColor": "Couleur de fond",
137842
+ "schemas.horizontal": "Horizontal",
137843
+ "schemas.vertical": "Vertical",
137844
+ "schemas.left": "Gauche",
137845
+ "schemas.center": "Centre",
137846
+ "schemas.right": "Droite",
137847
+ "schemas.top": "Haut",
137848
+ "schemas.middle": "Milieu",
137849
+ "schemas.bottom": "Bas",
137850
+ "schemas.padding": "Zone de remplissage",
137851
+ "schemas.text.fontName": "Nom de la police",
137852
+ "schemas.text.size": "Taille",
137853
+ "schemas.text.spacing": "Espacement",
137854
+ "schemas.text.textAlign": "Alignement du texte",
137855
+ "schemas.text.verticalAlign": "Alignement vertical",
137856
+ "schemas.text.lineHeight": "Hauteur de ligne",
137857
+ "schemas.text.min": "Min",
137858
+ "schemas.text.max": "Max",
137859
+ "schemas.text.fit": "Ajustement",
137860
+ "schemas.text.dynamicFontSize": "Taille de police dynamique",
137861
+ "schemas.text.format": "Format",
137862
+ "schemas.mvt.typingInstructions": "Ajoutez des variables en tapant des mots entourés d'accolades, par ex.",
137863
+ "schemas.mvt.sampleField": "nom",
137864
+ "schemas.mvt.variablesSampleData": "Variables Exemples de données",
137865
+ "schemas.barcodes.barColor": "Couleur de la barre",
137866
+ "schemas.barcodes.includetext": "Inclure le texte",
137867
+ "schemas.table.alternateBackgroundColor": "Couleur de fond alternative",
137868
+ "schemas.table.tableStyle": "Style de tableau",
137869
+ "schemas.table.showHead": "Afficher l’en-tête",
137870
+ "schemas.table.headStyle": "Style d'en-tête",
137871
+ "schemas.table.bodyStyle": "Style de corps",
137872
+ "schemas.table.columnStyle": "Style de colonne",
137873
+ "schemas.date.format": "Format de date",
137874
+ "schemas.date.locale": "Lieu",
137875
+ "schemas.select.options": "Options",
137876
+ "schemas.select.optionPlaceholder": "Entrez une option",
137877
+ "schemas.radioGroup.groupName": "Nom du groupe"
137878
+ }, dictionaries = {
137879
+ en: dictEn,
137880
+ zh: dictZh,
137881
+ ja: dictJa,
137882
+ ko: dictKo,
137883
+ ar: dictAr,
137884
+ th: dictTh,
137885
+ it: dictIt,
137886
+ pl: dictPl,
137887
+ de: dictDe,
137888
+ es: dictEs,
137889
+ fr: dictFr
137890
+ }, getDict = (a) => dictionaries[a] || dictionaries[DEFAULT_LANG], i18n = (a, s) => (s || getDict(DEFAULT_LANG))[a], I18nContext = reactExports.createContext(i18n), FontContext = reactExports.createContext(getDefaultFont()), PluginsRegistry = reactExports.createContext(builtInPlugins), OptionsContext = reactExports.createContext({});
137895
137891
  function arrayMove(a, s, $) {
137896
137892
  const _ = a.slice();
137897
137893
  return _.splice($ < 0 ? _.length + $ : $, 0, _.splice(s, 1)[0]), _;
@@ -138435,7 +138431,7 @@ const { Text: Text$4 } = Typography, Item = React$c.memo(
138435
138431
  } else {
138436
138432
  const ct = await getB64BasePdf(it), [bt, At] = await Promise.all([
138437
138433
  pdf2size(b64toUint8Array(ct)),
138438
- pdf2img(b64toUint8Array(ct), { scale: getMaxZoom() })
138434
+ pdf2img(b64toUint8Array(ct), { scale: MAX_ZOOM })
138439
138435
  ]);
138440
138436
  dt = bt, ft = dt[0].width * ZOOM, ht = dt[0].height * ZOOM, pt = At.map(arrayBufferToBase64);
138441
138437
  }
@@ -164161,7 +164157,7 @@ const guideStyle = (a, s, $, _) => ({
164161
164157
  }
164162
164158
  );
164163
164159
  }, { Text: Text$1 } = Typography, Zoom = ({ zoomLevel: a, setZoomLevel: s, style: $ }) => {
164164
- const _e = getMaxZoom(), tt = 0.25, rt = a - 0.25, at = a + 0.25;
164160
+ const _e = MAX_ZOOM, tt = 0.25, rt = a - 0.25, at = a + 0.25;
164165
164161
  return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: { display: "flex", alignItems: "center" }, children: [
164166
164162
  /* @__PURE__ */ jsxRuntimeExports.jsx(
164167
164163
  Button$1,