@updog/data-editor 0.1.39 → 0.1.41
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/encoding-DUtZMwy0.js +64 -0
- package/index.css +1 -1
- package/index.d.ts +2 -2
- package/index.js +263 -254
- package/package.json +2 -2
- package/parsers-5PN17pZs.js +63 -0
- package/serializers-5crNcEYa.js +51 -0
- package/sheetWorkerSource.generated-FdsWe6Di.js +4 -0
package/index.d.ts
CHANGED
|
@@ -466,8 +466,8 @@ declare var export_default = {
|
|
|
466
466
|
text: "Map imported columns to existing columns",
|
|
467
467
|
banner: "Some columns could not be automatically matched",
|
|
468
468
|
importedColumns: "Imported columns",
|
|
469
|
+
matchedCount: "{{matched}}/{{total}} matched",
|
|
469
470
|
targetColumns: "Target columns",
|
|
470
|
-
unmatchedCount: "{{count}} unmatched",
|
|
471
471
|
selectColumnPlaceholder: "Select column",
|
|
472
472
|
bestMatch: "Best match",
|
|
473
473
|
createColumn: "Create column",
|
|
@@ -493,8 +493,8 @@ declare var export_default = {
|
|
|
493
493
|
title: "Match values",
|
|
494
494
|
text: "Review how imported values map to your column options. Adjust any mappings that need a different match.",
|
|
495
495
|
importedValues: "Imported values",
|
|
496
|
+
matchedCount: "{{matched}}/{{total}} matched",
|
|
496
497
|
targetValue: "Target value",
|
|
497
|
-
unmatchedCount: "{{count}} unmatched",
|
|
498
498
|
selectValuePlaceholder: "Select value",
|
|
499
499
|
showMatched: "Show matched",
|
|
500
500
|
allMatched: "All values are matched",
|