@updog/data-editor 0.1.78 → 0.1.80
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 +9 -5
- package/index.js +2557 -2520
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -475,7 +475,7 @@ declare var export_default = {
|
|
|
475
475
|
matchColumns: "Match columns",
|
|
476
476
|
matchColumnsOf: "Match columns ({{current}} of {{total}})",
|
|
477
477
|
matchValues: "Match values",
|
|
478
|
-
|
|
478
|
+
addOrUpdate: "Add or update",
|
|
479
479
|
},
|
|
480
480
|
uploadFile: {
|
|
481
481
|
parseError: "Failed to parse file",
|
|
@@ -529,6 +529,9 @@ declare var export_default = {
|
|
|
529
529
|
editColumnTitle: "Edit column",
|
|
530
530
|
createColumnWarning: "A matching column already exists",
|
|
531
531
|
newColumnTag: "New",
|
|
532
|
+
sampleValues: "Example values",
|
|
533
|
+
sampleValuesEmpty: "No values in this column",
|
|
534
|
+
showSampleValues: "Show example values from {{column}}",
|
|
532
535
|
unmatchedWarning:
|
|
533
536
|
"Unmatched columns won't be imported. Match this column to keep the data. You can transform columns after importing.",
|
|
534
537
|
},
|
|
@@ -560,10 +563,11 @@ declare var export_default = {
|
|
|
560
563
|
separator: "Separator",
|
|
561
564
|
separatedBy: "Values separated by",
|
|
562
565
|
},
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
"
|
|
566
|
+
addOrUpdate: {
|
|
567
|
+
addEvery: "Add every row",
|
|
568
|
+
addEveryHint:
|
|
569
|
+
"Every row becomes a new entry, even if it repeats one you already have.",
|
|
570
|
+
updateBy: "Update by {{column}}",
|
|
567
571
|
},
|
|
568
572
|
},
|
|
569
573
|
chat: {
|