@updog/data-editor 0.1.78 → 0.1.79
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 +6 -5
- package/index.js +3830 -3878
- 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",
|
|
@@ -560,10 +560,11 @@ declare var export_default = {
|
|
|
560
560
|
separator: "Separator",
|
|
561
561
|
separatedBy: "Values separated by",
|
|
562
562
|
},
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
"
|
|
563
|
+
addOrUpdate: {
|
|
564
|
+
addEvery: "Add every row",
|
|
565
|
+
addEveryHint:
|
|
566
|
+
"Every row becomes a new entry, even if it repeats one you already have.",
|
|
567
|
+
updateBy: "Update by {{column}}",
|
|
567
568
|
},
|
|
568
569
|
},
|
|
569
570
|
chat: {
|