@updog/data-editor 0.1.53 → 0.1.55
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.css +1 -1
- package/index.d.ts +2 -0
- package/index.js +409 -384
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -464,11 +464,13 @@ declare var export_default = {
|
|
|
464
464
|
noHeaderLabel: "My data has no header row",
|
|
465
465
|
},
|
|
466
466
|
matchColumns: {
|
|
467
|
+
allMatched: "All columns are matched",
|
|
467
468
|
banner: "Some columns could not be automatically matched",
|
|
468
469
|
importedColumns: "Imported columns",
|
|
469
470
|
matchedCount: "{{matched}}/{{total}} matched",
|
|
470
471
|
targetColumns: "Target columns",
|
|
471
472
|
selectColumnPlaceholder: "Select column",
|
|
473
|
+
showMatched: "Show matched",
|
|
472
474
|
syntheticColumn: "C{{index}}",
|
|
473
475
|
syntheticColumnValue: "C{{index}}: {{value}}",
|
|
474
476
|
bestMatch: "Best match",
|