@updog/data-editor-wc 0.1.65 → 0.1.66

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.
Files changed (4) hide show
  1. package/index.css +1 -1
  2. package/index.d.ts +10 -1
  3. package/index.js +4838 -4425
  4. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -435,7 +435,9 @@ declare var export_default = {
435
435
  steps: {
436
436
  selectFiles: "Select files",
437
437
  headerSelection: "Header selection",
438
+ headerSelectionOf: "Header selection ({{current}} of {{total}})",
438
439
  matchColumns: "Match columns",
440
+ matchColumnsOf: "Match columns ({{current}} of {{total}})",
439
441
  matchValues: "Match values",
440
442
  primaryKey: "Primary key",
441
443
  },
@@ -460,6 +462,12 @@ declare var export_default = {
460
462
  headerSelection: {
461
463
  noHeaderLabel: "My data has no header row",
462
464
  },
465
+ import: {
466
+ collapsedFiles_one:
467
+ "{{count}} file added no new rows. All of its rows are already in the table.",
468
+ collapsedFiles_other:
469
+ "{{count}} files added no new rows. All of their rows are already in the table.",
470
+ },
463
471
  matchColumns: {
464
472
  allMatched: "All columns are matched",
465
473
  banner: "Some columns could not be automatically matched",
@@ -485,8 +493,9 @@ declare var export_default = {
485
493
  "Unmatched columns won't be imported. Match this column to keep the data. You can transform columns after importing.",
486
494
  },
487
495
  sheetPreview: {
488
- rowCount: "{{count}} rows",
489
496
  emptySheet: "Empty sheet",
497
+ rowCount_one: "{{count}} row",
498
+ rowCount_other: "{{count}} rows",
490
499
  },
491
500
  matchValues: {
492
501
  importedValues: "Imported values",