@updog/data-editor 0.1.84 → 0.1.85
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 +1 -0
- package/index.js +4278 -4212
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -494,6 +494,7 @@ declare var export_default = {
|
|
|
494
494
|
matchColumns: {
|
|
495
495
|
allMatched: "All columns are matched",
|
|
496
496
|
banner: "Some columns could not be automatically matched",
|
|
497
|
+
changeHeaderRow: "Change header row",
|
|
497
498
|
importedColumns: "Imported columns",
|
|
498
499
|
matchedCount: "{{matched}}/{{total}} matched",
|
|
499
500
|
targetColumns: "Target columns",
|