@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/THIRD_PARTY_NOTICES.txt +209 -29
- package/encoding-DUtZMwy0.js +64 -0
- package/index.css +1 -1
- package/index.d.ts +4 -0
- package/index.js +4632 -7749
- package/package.json +3 -5
- package/parsers-5PN17pZs.js +63 -0
- package/serializers-5crNcEYa.js +51 -0
- package/sheetWorkerSource.generated-FdsWe6Di.js +4 -0
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",
|