@pdfme/ui 5.2.3 → 5.2.4-dev.1

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
@@ -8913,6 +8913,7 @@ We.object({
8913
8913
  "schemas.barcodes.includetext": We.string(),
8914
8914
  "schemas.table.alternateBackgroundColor": We.string(),
8915
8915
  "schemas.table.tableStyle": We.string(),
8916
+ "schemas.table.showHead": We.string(),
8916
8917
  "schemas.table.headStyle": We.string(),
8917
8918
  "schemas.table.bodyStyle": We.string(),
8918
8919
  "schemas.table.columnStyle": We.string(),
@@ -48064,8 +48065,8 @@ const Qke = 1, HK = "^#(?:[A-Fa-f0-9]{6})$", rhe = (e) => typeof e == "string" ?
48064
48065
  var a;
48065
48066
  if (t.schema.type !== "table")
48066
48067
  return Promise.resolve([t.schema.height]);
48067
- const r = t.schema, n = ((a = r.__bodyRange) == null ? void 0 : a.start) === 0 ? rhe(e) : Hke(e, r.__bodyRange);
48068
- return (await jke(n, t)).allRows().map((o) => o.height);
48068
+ const r = t.schema, n = ((a = r.__bodyRange) == null ? void 0 : a.start) === 0 ? rhe(e) : Hke(e, r.__bodyRange), i = await jke(n, t);
48069
+ return r.showHead ? i.allRows().map((o) => o.height) : [0].concat(i.body.map((o) => o.height));
48069
48070
  }, Wke = ({ schema: e, pageHeight: t, applyRotateTranslate: r = !0 }) => {
48070
48071
  const { width: n, height: i, position: a, rotate: o, opacity: s } = e, { x: l, y: c } = a, u = o ? -o : 0, d = ff(n), f = ff(i);
48071
48072
  let p = ff(l), A = t - ff(c) - f;
@@ -103273,6 +103274,7 @@ const Sst = {
103273
103274
  "schemas.barcodes.includetext": "Include Text",
103274
103275
  "schemas.table.alternateBackgroundColor": "Alternate Background Color",
103275
103276
  "schemas.table.tableStyle": "Table Style",
103277
+ "schemas.table.showHead": "Show Head",
103276
103278
  "schemas.table.headStyle": "Header Style",
103277
103279
  "schemas.table.bodyStyle": "Body Style",
103278
103280
  "schemas.table.columnStyle": "Column Style",
@@ -103342,6 +103344,7 @@ const Sst = {
103342
103344
  "schemas.barcodes.includetext": "包括文本",
103343
103345
  "schemas.table.alternateBackgroundColor": "交替背景颜色",
103344
103346
  "schemas.table.tableStyle": "表格样式",
103347
+ "schemas.table.showHead": "显示标题",
103345
103348
  "schemas.table.headStyle": "表头样式",
103346
103349
  "schemas.table.bodyStyle": "表体样式",
103347
103350
  "schemas.table.columnStyle": "列样式",
@@ -103411,6 +103414,7 @@ const Sst = {
103411
103414
  "schemas.barcodes.includetext": "テキストを含める",
103412
103415
  "schemas.table.alternateBackgroundColor": "交互の背景色",
103413
103416
  "schemas.table.tableStyle": "テーブルスタイル",
103417
+ "schemas.table.showHead": "ヘッダーを表示",
103414
103418
  "schemas.table.headStyle": "ヘッダースタイル",
103415
103419
  "schemas.table.bodyStyle": "ボディスタイル",
103416
103420
  "schemas.table.columnStyle": "カラムスタイル",
@@ -103480,6 +103484,7 @@ const Sst = {
103480
103484
  "schemas.barcodes.includetext": "텍스트 포함",
103481
103485
  "schemas.table.alternateBackgroundColor": "대체 배경색",
103482
103486
  "schemas.table.tableStyle": "테이블 스타일",
103487
+ "schemas.table.showHead": "헤드 표시",
103483
103488
  "schemas.table.headStyle": "헤더 스타일",
103484
103489
  "schemas.table.bodyStyle": "본문 스타일",
103485
103490
  "schemas.table.columnStyle": "열 스타일",
@@ -103549,6 +103554,7 @@ const Sst = {
103549
103554
  "schemas.barcodes.includetext": "تضمين النص",
103550
103555
  "schemas.table.alternateBackgroundColor": "لون الخلفية البديل",
103551
103556
  "schemas.table.tableStyle": "أسلوب الجدول",
103557
+ "schemas.table.showHead": "إظهار الرأس",
103552
103558
  "schemas.table.headStyle": "أسلوب الرأس",
103553
103559
  "schemas.table.bodyStyle": "أسلوب الجسم",
103554
103560
  "schemas.table.columnStyle": "أسلوب العمود",
@@ -103619,6 +103625,7 @@ const Sst = {
103619
103625
  "schemas.table.alternateBackgroundColor": "สีพื้นหลังสลับกัน",
103620
103626
  "schemas.table.tableStyle": "สไตล์ตาราง",
103621
103627
  "schemas.table.headStyle": "สไตล์หัวข้อ",
103628
+ "schemas.table.showHead": "แสดงหัวข้อ",
103622
103629
  "schemas.table.bodyStyle": "สไตล์เนื้อหา",
103623
103630
  "schemas.table.columnStyle": "สไตล์คอลัมน์",
103624
103631
  "schemas.date.format": "รูปแบบวันที่",
@@ -103687,6 +103694,7 @@ const Sst = {
103687
103694
  "schemas.barcodes.includetext": "Includi testo",
103688
103695
  "schemas.table.alternateBackgroundColor": "Colore di Sfondo Alternato",
103689
103696
  "schemas.table.tableStyle": "Stile della Tabella",
103697
+ "schemas.table.showHead": "Mostra Intestazione",
103690
103698
  "schemas.table.headStyle": "Stile dell'Intestazione",
103691
103699
  "schemas.table.bodyStyle": "Stile del Corpo",
103692
103700
  "schemas.table.columnStyle": "Stile della Colonna",
@@ -103756,6 +103764,7 @@ const Sst = {
103756
103764
  "schemas.barcodes.includetext": "Dołącz tekst",
103757
103765
  "schemas.table.alternateBackgroundColor": "Alternatywny kolor tła",
103758
103766
  "schemas.table.tableStyle": "Styl tabeli",
103767
+ "schemas.table.showHead": "Pokaż nagłówek",
103759
103768
  "schemas.table.headStyle": "Styl nagłówka",
103760
103769
  "schemas.table.bodyStyle": "Styl ciała",
103761
103770
  "schemas.table.columnStyle": "Styl kolumny",
@@ -103826,6 +103835,7 @@ const Sst = {
103826
103835
  "schemas.table.alternateBackgroundColor": "Wechselnde Hintergrundfarbe",
103827
103836
  "schemas.table.tableStyle": "Tabellenstil",
103828
103837
  "schemas.table.headStyle": "Kopfzeilenstil",
103838
+ "schemas.table.showHead": "Kopfzeile anzeigen",
103829
103839
  "schemas.table.bodyStyle": "Körperstil",
103830
103840
  "schemas.table.columnStyle": "Spaltenstil",
103831
103841
  "schemas.date.format": "Datumsformat",
@@ -103894,6 +103904,7 @@ const Sst = {
103894
103904
  "schemas.barcodes.includetext": "Incluir texto",
103895
103905
  "schemas.table.alternateBackgroundColor": "Color de fondo alternativo",
103896
103906
  "schemas.table.tableStyle": "Estilo de tabla",
103907
+ "schemas.table.showHead": "Mostrar encabezado",
103897
103908
  "schemas.table.headStyle": "Estilo de cabecera",
103898
103909
  "schemas.table.bodyStyle": "Estilo de cuerpo",
103899
103910
  "schemas.table.columnStyle": "Estilo de columna",
@@ -103963,6 +103974,7 @@ const Sst = {
103963
103974
  "schemas.barcodes.includetext": "Inclure le texte",
103964
103975
  "schemas.table.alternateBackgroundColor": "Couleur de fond alternative",
103965
103976
  "schemas.table.tableStyle": "Style de tableau",
103977
+ "schemas.table.showHead": "Afficher l’en-tête",
103966
103978
  "schemas.table.headStyle": "Style d'en-tête",
103967
103979
  "schemas.table.bodyStyle": "Style de corps",
103968
103980
  "schemas.table.columnStyle": "Style de colonne",