@updog/data-editor-wc 0.1.62 → 0.1.64
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 +3 -0
- package/index.js +5046 -4632
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -493,11 +493,13 @@ declare var export_default = {
|
|
|
493
493
|
matchedCount: "{{matched}}/{{total}} matched",
|
|
494
494
|
targetValue: "Target value",
|
|
495
495
|
selectValuePlaceholder: "Select value",
|
|
496
|
+
showAll: "Show all",
|
|
496
497
|
showMatched: "Show matched",
|
|
497
498
|
allMatched: "All values are matched",
|
|
498
499
|
tooManyValues: "Showing first {{shown}} of {{total}} values",
|
|
499
500
|
unmatchedWarning:
|
|
500
501
|
"Unmatched values won't be imported. Match this value to keep the data. You can edit values after importing.",
|
|
502
|
+
createAllOptions: "Create all options",
|
|
501
503
|
createOption: "Create option",
|
|
502
504
|
createOptionTitle: "Create option",
|
|
503
505
|
createOptionNameLabel: "Option name",
|
|
@@ -526,6 +528,7 @@ declare var export_default = {
|
|
|
526
528
|
dropToImport: "Drop file to upload",
|
|
527
529
|
expand: "Expand",
|
|
528
530
|
remove: "Remove",
|
|
531
|
+
save: "Save",
|
|
529
532
|
search: "Search",
|
|
530
533
|
},
|
|
531
534
|
},
|