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