@updog/data-editor-wc 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 +4339 -4302
- 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
|
-
|
|
476
|
+
addOrUpdate: "Add or update",
|
|
477
477
|
},
|
|
478
478
|
uploadFile: {
|
|
479
479
|
parseError: "Failed to parse file",
|
|
@@ -527,6 +527,9 @@ declare var export_default = {
|
|
|
527
527
|
editColumnTitle: "Edit column",
|
|
528
528
|
createColumnWarning: "A matching column already exists",
|
|
529
529
|
newColumnTag: "New",
|
|
530
|
+
sampleValues: "Example values",
|
|
531
|
+
sampleValuesEmpty: "No values in this column",
|
|
532
|
+
showSampleValues: "Show example values from {{column}}",
|
|
530
533
|
unmatchedWarning:
|
|
531
534
|
"Unmatched columns won't be imported. Match this column to keep the data. You can transform columns after importing.",
|
|
532
535
|
},
|
|
@@ -558,10 +561,11 @@ declare var export_default = {
|
|
|
558
561
|
separator: "Separator",
|
|
559
562
|
separatedBy: "Values separated by",
|
|
560
563
|
},
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
"
|
|
564
|
+
addOrUpdate: {
|
|
565
|
+
addEvery: "Add every row",
|
|
566
|
+
addEveryHint:
|
|
567
|
+
"Every row becomes a new entry, even if it repeats one you already have.",
|
|
568
|
+
updateBy: "Update by {{column}}",
|
|
565
569
|
},
|
|
566
570
|
},
|
|
567
571
|
chat: {
|