@updog/data-editor-wc 0.1.38 → 0.1.39
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/index.css +1 -1
- package/index.d.ts +4 -0
- package/index.js +12076 -16527
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -448,7 +448,11 @@ declare var export_default = {
|
|
|
448
448
|
clickToUpload: "Click to upload",
|
|
449
449
|
orDragAndDrop: "or drag and drop",
|
|
450
450
|
formats: "CSV, TSV, XLSX, JSON, XML",
|
|
451
|
+
csvWarning_one: "{{count}} row had formatting issues (row {{rows}})",
|
|
452
|
+
csvWarning_other:
|
|
453
|
+
"{{count}} rows had formatting issues (rows {{rows}})",
|
|
451
454
|
downloadExample: "Download sample file",
|
|
455
|
+
uploading: "Uploading file",
|
|
452
456
|
},
|
|
453
457
|
remoteSources: {
|
|
454
458
|
browseFile: "Browse file",
|