@updog/data-editor 0.1.38 → 0.1.40

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/index.d.ts CHANGED
@@ -450,7 +450,11 @@ declare var export_default = {
450
450
  clickToUpload: "Click to upload",
451
451
  orDragAndDrop: "or drag and drop",
452
452
  formats: "CSV, TSV, XLSX, JSON, XML",
453
+ csvWarning_one: "{{count}} row had formatting issues (row {{rows}})",
454
+ csvWarning_other:
455
+ "{{count}} rows had formatting issues (rows {{rows}})",
453
456
  downloadExample: "Download sample file",
457
+ uploading: "Uploading file",
454
458
  },
455
459
  remoteSources: {
456
460
  browseFile: "Browse file",