@updog/data-editor-wc 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 +4554 -4602
  4. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -473,7 +473,7 @@ declare var export_default = {
473
473
  matchColumns: "Match columns",
474
474
  matchColumnsOf: "Match columns ({{current}} of {{total}})",
475
475
  matchValues: "Match values",
476
- primaryKey: "Primary key",
476
+ addOrUpdate: "Add or update",
477
477
  },
478
478
  uploadFile: {
479
479
  parseError: "Failed to parse file",
@@ -558,10 +558,11 @@ declare var export_default = {
558
558
  separator: "Separator",
559
559
  separatedBy: "Values separated by",
560
560
  },
561
- primaryKey: {
562
- none: "No primary key",
563
- noneHint:
564
- "All rows will be appended as new entries without deduplication.",
561
+ addOrUpdate: {
562
+ addEvery: "Add every row",
563
+ addEveryHint:
564
+ "Every row becomes a new entry, even if it repeats one you already have.",
565
+ updateBy: "Update by {{column}}",
565
566
  },
566
567
  },
567
568
  chat: {