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