@updog/data-editor-wc 0.1.34 → 0.1.36
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.d.ts +1 -2
- package/index.js +7748 -7726
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -485,8 +485,7 @@ declare var export_default = {
|
|
|
485
485
|
text: "Review how imported values map to your column options. Adjust any mappings that need a different match.",
|
|
486
486
|
importedValues: "Imported values",
|
|
487
487
|
targetValue: "Target value",
|
|
488
|
-
|
|
489
|
-
unmatchedCount: "{{matched}}/{{total}} matched",
|
|
488
|
+
unmatchedCount: "{{count}} unmatched",
|
|
490
489
|
selectValuePlaceholder: "Select value",
|
|
491
490
|
showMatched: "Show matched",
|
|
492
491
|
allMatched: "All values are matched",
|