@updog/data-editor-wc 0.1.79 → 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.
Files changed (4) hide show
  1. package/index.css +1 -1
  2. package/index.d.ts +3 -0
  3. package/index.js +4677 -4592
  4. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -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
  },