@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.
Files changed (4) hide show
  1. package/index.css +1 -1
  2. package/index.d.ts +6 -5
  3. package/index.js +3830 -3878
  4. 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
- primaryKey: "Primary key",
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
- primaryKey: {
564
- none: "No primary key",
565
- noneHint:
566
- "All rows will be appended as new entries without deduplication.",
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: {